Releases: peterkimpmp/aipm-ops
Releases · peterkimpmp/aipm-ops
v1.1.1 — Standardized Release
Highlights
- Synced the latest
aipmPM workflow baseline intoaipm-ops. - Added full PM lifecycle script set (
pm-start,pm-sync,pm-close,pm-modernize,pm-release). - Added integrity checks for PM lifecycle and release/milestone parity.
Changed by Type
Added
- Root scripts:
check-pm-integrity.sh,check-release-milestone-parity.sh,issue-create.sh,pm-close.sh,pm-modernize.sh,pm-release.sh,pm-start.sh,pm-sync.sh. - Workflow:
.github/workflows/pm-integrity-audit.yml. - Documentation:
docs/pm-mode-canonical.md. - Managed template counterparts for PM scripts/workflows/issue templates under
templates/aipm-ops/*.
Changed
README.md,AGENTS.md, andCLAUDE.mdaligned with current PM operating rules.scripts/aipm-bootstrap-repo.shexpanded to provision newly standardized PM/release assets.scripts/issue-log.shandscripts/setup-labels.shsynchronized with current governance behavior.
Fixed
- Bootstrap/template parity gaps for PM and release governance assets.
- Release/milestone governance coverage by adding strict parity validation tooling.
Removed
- None.
Deprecated
- None.
Security
- No security-impacting changes documented.
Compatibility
- Breaking changes: none.
- Standard issue key prefix in managed config is
AIPMOPS.
Validation
- Shell syntax checks passed for root and template scripts (
bash -n). - Release
v1.1.1created via./scripts/pm-release.sh patch. - Release/milestone strict parity verified after milestone/issue backfill.
Links
- Full Changelog: v1.1.0...v1.1.1
- Key Issues: #3
v1.1.0 — F1-F13 Audit Fixes
Highlights
- Synced governance fixes based on F1-F13 audit findings from the upstream
aipmworkflow. - Localized managed instructions/templates to English for open-source operation.
- Expanded issue governance with hierarchical templates and updated PM mode guidance.
Changed by Type
Added
- Issue templates:
bug.yml,epic.yml,feature.yml,story.yml,task.yml. - Updated governance template assets in
templates/aipm-ops/.github/*.
Changed
AGENTS.mdandCLAUDE.mdmanaged PM blocks normalized in English.docs/issue-workflow.mdupdated for MODE 1/2 flow and standardized label taxonomy.README.mdupdated with PM mode and workflow references.
Fixed
- Agent dispatch double-trigger conditions in workflow routing.
- Positional
--closehandling inscripts/issue-log.sh. - Commit issue-number extraction behavior in
.githooks/prepare-commit-msg. - Audit rule matching by removing Korean pattern dependency in
scripts/aipm-audit-repos.sh.
Removed
- None.
Deprecated
- None.
Security
- No security-impacting changes documented.
Compatibility
- Breaking changes: none.
- PM trigger semantics are standardized around
start,sync, and explicitdone/closelifecycle handling.
Validation
- Governance files and scripts were synced and validated across root and template paths.
- Release automation compatibility preserved with managed workflow updates.
Links
- Full Changelog: v1.0.0...v1.1.0
- Key Issues: #2
- Audit Reference: https://github.com/peterkimpmp/aipm/blob/main/docs/domains/pm-system-audit-result.md
v1.0.0 — Initial Release
Highlights
- First public release of
aipm-opsas a bootstrap toolkit for issue-driven PM operations. - Introduced repository bootstrap, batch rollout, and audit scripts.
- Established managed governance templates for hooks, workflows, labels, and issue templates.
Changed by Type
Added
- Initial script set:
scripts/aipm-bootstrap-repo.sh,scripts/aipm-bootstrap-batch.sh,scripts/aipm-audit-repos.sh. - Managed governance assets under
templates/aipm-ops/*. - Core operational docs in
README.md,AGENTS.md,CLAUDE.md.
Changed
- Standardized issue key prefix from
AOPStoAIPMOPS. - Applied bootstrap self-test artifacts to improve generated-repo consistency.
Fixed
- Bootstrap issue-key inference now excludes placeholder prefixes to prevent incorrect key extraction.
Removed
- None.
Deprecated
- None.
Security
- No security-impacting changes documented.
Compatibility
- Breaking changes: none.
- If a repository still uses legacy
AOPS-*tokens, rerun bootstrap to align hooks/templates withAIPMOPS-*.
Validation
- Bootstrap self-test artifacts were applied and validated in this repo.
- Managed bootstrap flow completed successfully for release assets.
Links
- Full Changelog: https://github.com/peterkimpmp/aipm-ops/commits/v1.0.0
- Key Issues: #1