Skip to content

chore: bump fw-4.12.0 / cli-3.12.0 — Charter discoverability + path alignment#123

Merged
montfort merged 1 commit intomainfrom
chore/bump-fw-4.12.0-cli-3.12.0
May 9, 2026
Merged

chore: bump fw-4.12.0 / cli-3.12.0 — Charter discoverability + path alignment#123
montfort merged 1 commit intomainfrom
chore/bump-fw-4.12.0-cli-3.12.0

Conversation

@montfort
Copy link
Copy Markdown
Contributor

@montfort montfort commented May 9, 2026

Summary

Combined bump for the two PRs that just merged:

Closes #119 and #113 once merged + tagged + released.

Files updated

  • cli/Cargo.toml + Cargo.lock (CLI version)
  • dist/dist-manifest.yml (Framework version)
  • CHANGELOG.md (new combined section)
  • README.md + docs/i18n/{es,zh-CN}/README.md (versioning tables)
  • docs/adopters/CLI-REFERENCE.md + i18n (versioning + sample outputs)
  • docs/adopters/ADOPTION-GUIDE.md + i18n (release version refs)
  • dist/.straymark/00-governance/{QUICK-REFERENCE,AGENT-RULES,DOCUMENTATION-POLICY,C4-DIAGRAM-GUIDE,FOLLOW-UPS-BACKLOG-PATTERN}.md × 3 langs (footer)
  • dist/.straymark/QUICK-REFERENCE.md (footer)

Test plan

  • cargo build --release clean (compiles as straymark-cli v3.12.0)
  • cargo test --release (479 passed, 0 failed)
  • No residual fw-4.11.0 / cli-3.11.0 / StrayMark v4.11.0 strings outside CHANGELOG (preserved as historical) and ADR-2026-05-08 (rebrand record)
  • CI green
  • After merge: tag fw-4.12.0 and cli-3.12.0 to trigger release workflows

Tagging order (post-merge)

git checkout main && git pull
git tag cli-3.12.0
git push origin cli-3.12.0
# wait for release-cli.yml to publish 4 binaries

git tag fw-4.12.0
git push origin fw-4.12.0
# wait for release-framework.yml to publish straymark-fw-4.12.0.zip

🤖 Generated with Claude Code

…lignment

Combined bump for the changes landed in #121 (Charter path alignment to
.straymark/charters/) and #122 (Charter as top-level concept across
governance docs, skills, status command, and SPECKIT-CHARTER-BRIDGE
guide). See CHANGELOG.md for the full description.

- cli: 3.11.0 → 3.12.0 (minor: bug fix + new status block feature)
- fw:  4.11.0 → 4.12.0 (minor: new skill, new section in STRAYMARK.md,
                        new SPECKIT-CHARTER-BRIDGE doc, templates
                        reorganized, directive triggers)

Updated: cli/Cargo.toml + Cargo.lock, dist/dist-manifest.yml,
CHANGELOG.md (new section), README.md + i18n versioning tables,
CLI-REFERENCE.md + i18n, ADOPTION-GUIDE.md + i18n, governance footers
(QUICK-REFERENCE, AGENT-RULES, DOCUMENTATION-POLICY, C4-DIAGRAM-GUIDE,
FOLLOW-UPS-BACKLOG-PATTERN — 4+1 docs × 3 langs).
@montfort montfort merged commit 4e98e31 into main May 9, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

straymark charter list/audit/close: hardcoded docs/charters/ path breaks .straymark/charters/ layout

1 participant