Skip to content

docs(spec): drift-proof the workspace version in spec/13 (follow-up to #58)#75

Merged
BunsDev merged 1 commit into
mainfrom
docs/58-spec-version-drift
Jun 11, 2026
Merged

docs(spec): drift-proof the workspace version in spec/13 (follow-up to #58)#75
BunsDev merged 1 commit into
mainfrom
docs/58-spec-version-drift

Conversation

@BunsDev

@BunsDev BunsDev commented Jun 11, 2026

Copy link
Copy Markdown
Member

Verification follow-up to #58. The rewritten spec/13 is accurate (zero stale cc-*/claude-code-rust identifiers remain), but it hardcoded the workspace version, which went stale one release later — it says 0.0.24, current is 0.0.25 — because scripts/bump-version.py doesn't stamp spec/. Replace the literal with a pointer to the canonical source (src-rust/Cargo.toml [workspace.package]) so it can never drift again.

🤖 Generated with Claude Code

The rewritten spec/13 (PR #67) hardcoded the workspace version, which
was already stale one release later (said 0.0.24; current is 0.0.25)
because scripts/bump-version.py does not stamp spec/. Point at the
canonical source instead of a literal.

Follow-up to #58.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings June 11, 2026 04:33
@vercel

vercel Bot commented Jun 11, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
docs Ready Ready Preview Jun 11, 2026 4:33am

@BunsDev BunsDev merged commit e85b413 into main Jun 11, 2026
3 checks passed

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR prevents future version drift in the Rust codebase spec by replacing a hardcoded workspace version with a pointer to the canonical version source in the Rust workspace manifest (src-rust/Cargo.toml’s [workspace.package]).

Changes:

  • Replace the literal workspace version in spec/13_rust_codebase.md with a reference to src-rust/Cargo.toml [workspace.package] so the spec can’t go stale when releases bump the version.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

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.

2 participants