chore: Phase 2 PR 8 — bump cli-3.7.0 / fw-4.6.0 + docs + CHANGELOG#80
Merged
Conversation
Eighth and final PR of Phase 2. Lifts the version footers and example
outputs across the canonical surface, adds CLI-REFERENCE entries for
the new commands shipped in PRs 1-7, and writes the consolidated
CHANGELOG entry that lists all 7 PRs as one release.
Version bumps:
- cli/Cargo.toml: 3.6.1 → 3.7.0 (Cargo.lock auto-updated)
- dist/dist-manifest.yml: 4.5.1 → 4.6.0
- 13 governance footers (5 EN + 4 ES + 4 zh-CN): v4.5.1 → v4.6.0
- README.md, docs/i18n/es/README.md, docs/i18n/zh-CN/README.md
versioning tables: fw-4.5.1 → fw-4.6.0, cli-3.6.1 → cli-3.7.0
- CLI-REFERENCE.md (3 langs) example outputs: same bump
Documentation:
- README.md (3 langs): commands tables list charter close/drift,
approve, validate --check-pending-reviews.
- docs/adopters/CLI-REFERENCE.md (EN canonical):
* `devtrail init [--hooks]` — flag documented.
* `devtrail validate` — --check-pending-reviews + --max-pending-days
flags documented; warn-only behavior called out.
* `devtrail charter close` — full subsection: two modes, pre-fills,
target time, schema validation.
* `devtrail charter drift` — full subsection: AILOG-aware
suppression, exit codes, platform note about bash dependency.
* `devtrail approve` — new top-level section: behavior, flags,
multi-reviewer convention, pointer to DOCUMENTATION-POLICY §3.5.
- ES + zh-CN CLI-REFERENCE keeps the version-footer bumps; the
command-section translations are deferred to fw-4.6.x (CHANGELOG
notes the deferral explicitly).
CHANGELOG:
- New `## Framework 4.6.0 / CLI 3.7.0` consolidated section.
- Lists all 7 Phase 2 PRs by feature group (Added Framework, Changed
Framework, Added CLI, Changed CLI, Notes, Test plan summary).
- Closes issue #67 reference (resolved by PR 4).
- Compatibility statement: no breaking changes; new commands and
fields are additive.
382/382 tests pass.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Eighth and final PR of Phase 2. Lifts the version footers and example outputs across the canonical surface, adds CLI-REFERENCE entries for the new commands shipped in PRs 1-7, and writes the consolidated CHANGELOG entry that lists all 7 PRs as one release.
Version bumps
cli/Cargo.toml: 3.6.1 → 3.7.0 (Cargo.lock auto-updated)dist/dist-manifest.yml: 4.5.1 → 4.6.0v4.5.1→v4.6.0Documentation
charter close,charter drift,approve,validate --check-pending-reviews.devtrail init [--hooks]— flag documented.devtrail validate—--check-pending-reviews+--max-pending-daysflags documented; warn-only behavior called out.devtrail charter close— full subsection: two modes, pre-fills, target time, schema validation.devtrail charter drift— full subsection: AILOG-aware suppression, exit codes, platform note about bash dependency.devtrail approve— new top-level section: behavior, flags, multi-reviewer convention, pointer to DOCUMENTATION-POLICY §3.5.fw-4.6.x(CHANGELOG notes the deferral explicitly).CHANGELOG
New
## Framework 4.6.0 / CLI 3.7.0consolidated section listing all 7 Phase 2 PRs grouped by feature (Added Framework, Changed Framework, Added CLI, Changed CLI, Notes, Test plan summary). Compatibility statement: no breaking changes — new commands and fields are additive.Test plan
4.5.1/cli-3.6.1references remain in the canonical surface.fw-4.6.0andcli-3.7.0; verify both release workflows publish their assets.🤖 Generated with Claude Code