Skip to content

Releases: peterkimpmp/aipm-ops

v1.1.1 — Standardized Release

02 Mar 02:51

Choose a tag to compare

Highlights

  • Synced the latest aipm PM workflow baseline into aipm-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, and CLAUDE.md aligned with current PM operating rules.
  • scripts/aipm-bootstrap-repo.sh expanded to provision newly standardized PM/release assets.
  • scripts/issue-log.sh and scripts/setup-labels.sh synchronized 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.1 created via ./scripts/pm-release.sh patch.
  • Release/milestone strict parity verified after milestone/issue backfill.

Links

v1.1.0 — F1-F13 Audit Fixes

20 Feb 05:50

Choose a tag to compare

Highlights

  • Synced governance fixes based on F1-F13 audit findings from the upstream aipm workflow.
  • 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.md and CLAUDE.md managed PM blocks normalized in English.
  • docs/issue-workflow.md updated for MODE 1/2 flow and standardized label taxonomy.
  • README.md updated with PM mode and workflow references.

Fixed

  • Agent dispatch double-trigger conditions in workflow routing.
  • Positional --close handling in scripts/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 explicit done/close lifecycle handling.

Validation

  • Governance files and scripts were synced and validated across root and template paths.
  • Release automation compatibility preserved with managed workflow updates.

Links

v1.0.0 — Initial Release

18 Feb 05:01

Choose a tag to compare

Highlights

  • First public release of aipm-ops as 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 AOPS to AIPMOPS.
  • 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 with AIPMOPS-*.

Validation

  • Bootstrap self-test artifacts were applied and validated in this repo.
  • Managed bootstrap flow completed successfully for release assets.

Links