0.13.2 (2026-02-19)
Bug Fixes
0.13.1 (2026-02-19)
Bug Fixes
0.13.0 (2026-02-19)
Features
0.12.0 (2026-02-16)
Features
- cli: auto-detect package manager for upgrade-cli command (f295785)
0.11.2 (2026-02-10)
Bug Fixes
- cli: scope GitHub App token to canonical repository in sync workflow (2881037)
0.11.1 (2026-02-10)
Bug Fixes
- cli: skip pre-commit hook in sync workflow commits (4861781)
0.11.0 (2026-02-09)
Features
0.10.2 (2026-02-09)
Bug Fixes
- only show AGENTS.md as updated when content actually changed (a96a42b)
0.10.1 (2026-02-09)
Bug Fixes
- use step output instead of secrets context in reusable workflow if condition (7260791)
0.10.0 (2026-02-09)
Features
- improve canonical init defaults and AGENTS.md handling (bb76d70)
0.9.0 (2026-02-09)
Features
0.8.0 (2026-02-08)
Features
- add plan-review skill for pre-implementation plan review (53affe4)
Bug Fixes
- remove context:fork and fix doc-planner subagent invocation (b346ede)
0.7.2 (2026-02-08)
Bug Fixes
- broaden check workflow path filters to cover all managed content (1bb485f)
0.7.1 (2026-02-08)
Bug Fixes
- add worktrees to gitignore (b1d919d)
0.7.0 (2026-02-08)
Features
- add documentation standards skill and doc maintenance agents (e01f7d5)
Bug Fixes
- add some skills (5f465e1)
0.6.2 (2026-02-06)
Bug Fixes
- cli: remove dead code and fix hash format inconsistency (7f1cd0d)
- cli: remove unused getModifiedSkillFiles and getModifiedRuleFiles (9e9bd50)
0.6.1 (2026-02-06)
Bug Fixes
- cli: simplify sync workflow branch management (025861e)
0.6.0 (2026-02-06)
Features
- cli: add agents sync support (2e99f19)
0.5.0 (2026-02-06)
Features
- cli: add per-downstream-repo workflow configuration (6537599)
0.4.4 (2026-02-04)
Bug Fixes
- cli: prevent duplicate check workflow runs on PRs (11108b5)
0.4.3 (2026-02-03)
Bug Fixes
- cli: stabilize rules order in lockfile (d106937)
0.4.2 (2026-02-03)
Bug Fixes
- fix package.json install command for dev (99a0279)
0.4.1 (2026-02-03)
Bug Fixes
- cli: hash mismatch for rules without frontmatter (d776656)
0.4.0 (2026-02-03)
Features
- cli: consolidate both CLAUDE.md locations during sync (f744fb4)
Bug Fixes
- cli: remove confusing status command (52e07d3)
0.3.5 (2026-02-03)
Bug Fixes
- cli: use markerPrefix for workflow filenames and names (1cc042a)
0.3.4 (2026-02-02)
Bug Fixes
- cli: pass markerPrefix to syncWorkflows (fcec3de)
0.3.3 (2026-02-02)
Bug Fixes
- cli: use markerPrefix for workflow secret name (bb05ac6)
0.3.2 (2026-02-02)
Bug Fixes
- cli: rename agent-conf references to agconf throughout codebase (d5802a8)
0.3.1 (2026-02-02)
Bug Fixes
- cli: use lockfile targets when –target not specified in sync (f5ab1f3)
0.3.0 (2026-02-02)
Features
- cli: improve sync output status indicators and clarify counts (b1d71d6)
0.2.0 (2026-02-02)
Features
- cli: add rules sync feature and fix check command integrity (4146f0f)
- cli: implement schema-based versioning and simplify architecture (d9ebe2c)
- release: change npm package name to agconf (efd86fd)
0.2.0 (2026-02-02)
Features
- cli: add rules sync feature and fix check command integrity (4146f0f)
- cli: implement schema-based versioning and simplify architecture (d9ebe2c)
- release: change npm package name to agconf (efd86fd)
0.2.0 (2026-02-02)
Features
- cli: add rules sync feature and fix check command integrity (4146f0f)
- cli: implement schema-based versioning and simplify architecture (d9ebe2c)
0.2.0 (2026-02-01)
Features
- cli: implement schema-based versioning and simplify architecture (e6ae828)
0.1.0 (2026-02-01)
Features
- cli: pin CLI version in generated workflows and add canonical command (7669899)
0.0.3 (2026-02-01)
Bug Fixes
- tests: skip built CLI version test when dist doesn’t exist (ac13c18)
0.0.2 (2026-02-01)
Bug Fixes
- release: block major releases without manual approval (32af1b4)
2.2.2 (2026-02-01)
Bug Fixes
- workflows: remove token requirement from check workflow (7f9a7f7)
2.2.1 (2026-02-01)
Bug Fixes
- workflows: reuse existing PR branch instead of creating duplicates (3a3b9df)
2.2.0 (2026-02-01)
Features
- sync: add detailed sync summary for workflow PR descriptions (5562f9a)
2.1.1 (2026-02-01)
Bug Fixes
- lockfile: inject CLI version from package.json at build time (9b308e0)
2.1.0 (2026-02-01)
Features
- markers: wire custom marker prefix through entire sync pipeline (3c7b76b)
2.0.4 (2026-02-01)
Bug Fixes
- workflows: ignore lockfile when detecting meaningful changes in sync workflow (fa70eff)
2.0.3 (2026-02-01)
Bug Fixes
- source: use gh CLI for authenticated git clone in CI (2404eac)
2.0.2 (2026-02-01)
Bug Fixes
- workflows: use default github.token for downstream repo operations (2f12f45)
2.0.1 (2026-02-01)
Bug Fixes
- tests: handle global git config in getGitOrganization test (9333213)
2.0.0 (2026-02-01)
⚠ BREAKING CHANGES
-
cli: The
updatecommand has been removed. Thesynccommand now fetches the latest release by default (likeupdatedid). syncwithout flags now fetches latest and syncs (was: use lockfile version)sync --pinneduses lockfile version without fetching (oldsyncbehavior)sync --ref <version>pins to specific version (unchanged)
Migration:
agconf update→agconf syncagconf sync(old) →agconf sync --pinned
Co-Authored-By: Claude Opus 4.5 noreply@anthropic.com
Bug Fixes
- cli: consolidate update command into sync (7b156ec)
layout: default title: Changelog nav_order: 7 —
Unreleased
Changed
- BREAKING: Consolidated
updatecommand intosync. Thesynccommand now fetches the latest release by default (likeupdatedid). Use--pinnedto sync using the lockfile version without fetching.
Removed
updatecommand (functionality merged intosync)
1.0.2 (2026-02-01)
Bug Fixes
- bump version (41c3ccf)
1.0.1 (2026-02-01)
Bug Fixes
- cli: use full GitHub URLs for documentation references (5b623a5)
1.0.0 (2026-02-01)
Features
Bug Fixes
- release: fixing the release from github (e5d4628)
Changelog
0.1.2
Patch Changes
- Cleaned up history
0.1.1
Patch Changes
- 0d90f29: Fix changeset publishing
0.1.0
Minor Changes
- 46abea1: Initial release, MVP
Patch Changes
- 46abea1: Improve npm readme
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Unreleased
Changed
- BREAKING: Consolidated
updatecommand intosync. Thesynccommand now fetches the latest release by default (likeupdatedid). Use--pinnedto sync using the lockfile version without fetching.
Removed
updatecommand (functionality merged intosync)
0.1.0 - 2025-01-30
Added
-
Core Commands
agconf init- Initialize a repository with standards from a canonical repositoryagconf sync- Sync content from the canonical repository (fetches latest by default)agconf status- Show current sync statusagconf check- Check if managed files have been modified
-
Repository Management
agconf init-canonical-repo- Scaffold a new canonical repository structureagconf upgrade-cli- Upgrade the CLI itself to the latest versionagconf config- Manage global CLI configuration
-
Architecture
- 3-repository model: CLI, Canonical, and Downstream repositories
- Independent versioning of CLI and canonical content
- Plugin system with providers (GitHub, Local) and targets (Claude, Codex)
- Configurable marker prefixes for multi-org support
-
File Management
- AGENTS.md with managed global and repo-specific sections
- Skills directory sync (
.claude/skills/) - GitHub Actions workflows for auto-sync and integrity checks
- Lockfile tracking (
.agconf/lockfile.json)
-
Developer Experience
- Pre-commit hook integration for file integrity
- Support for local canonical repositories (development mode)
- Shell completion support via tabtab
-
CI/CD Integration
- Reusable GitHub Actions workflows
agconf-sync.ymlfor scheduled syncingagconf-check.ymlfor PR validation