refactor: rebrand DevTrail → StrayMark and migrate to fw-4.17.0#15
Merged
Conversation
…17.0 DevTrail tool was renamed to StrayMark upstream. This change migrates the repo from the DevTrail framework (fw-4.1.0) to the StrayMark framework (fw-4.17.0), introducing Charters, GB 45438 labeling, multi-batch ledgers, and audit pipelines. No code in src/ is touched. - git mv .devtrail/ → .straymark/ (preserves history) - straymark repair + straymark update-framework (190 files updated to fw-4.17.0) - Delete orphans: DEVTRAIL.md, 7× devtrail-* skills in .claude/ and .gemini/, 7× .agent/workflows/devtrail-*.md, .cursor/rules/devtrail.md - Install new straymark-* skills/workflows/rules + STRAYMARK.md + AGENTS.md - Update CLAUDE.md, .cursorrules, Cargo.toml, GEMINI.md, .github/copilot-instructions.md, .specify/memory/constitution.md, .specify/starter/IDEA.md to point at new paths and brand - Discard untracked DevTrail residue (dist-manifest.yml, dist-templates/) - Historical AILOGs/TES/AIDEC/SBOM in .straymark/07-ai-audit/ keep their DevTrail mentions intact (point-in-time records) Validation: cargo check clean, cargo test 29/29 pass, straymark validate 0 errors, straymark status reports framework fw-4.17.0 OK. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Records the rebrand and fw-4.17.0 migration in the audit trail per StrayMark governance rules (risk_level: medium, review_required: true). 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
.devtrail/→.straymark/(preserves history viagit mv) and migrates the governance framework from fw-4.1.0 to fw-4.17.0 viastraymark repair+straymark update-framework.DEVTRAIL.md/devtrail-*skills, workflows, and rules with theirSTRAYMARK.md/straymark-*equivalents installed by the new framework; deletes the orphans.CLAUDE.md,.cursorrules,Cargo.toml,GEMINI.md,.github/copilot-instructions.md,.specify/memory/constitution.md, and.specify/starter/IDEA.mdto the new brand and paths.src/is touched; build and tests are unaffected..straymark/config.yml).AILOG-2026-05-19-001-rebrand-devtrail-to-straymark.mdto the audit trail (risk_level: medium,review_required: true).Why bundled with the framework upgrade?
straymark repairandstraymark update-frameworkregenerate the new content in one pass, so a rebrand-only PR followed by an upgrade PR would mostly churn the same files twice. Commit history within the branch is still segmented:495c917— refactor: rebrand + framework migration999a024— docs: AILOG for the rebrandWhat's preserved as-is
.straymark/07-ai-audit/and.straymark/04-testing/keep their original "DevTrail" mentions — they are point-in-time records..specify/starter/IDEA.mdas origin-story context.Test plan
cargo check— cleancargo test— 29/29 passingstraymark status— Framework fw-4.17.0, CLI cli-3.15.0, all 17 structure items OKstraymark validate— 0 errors, 1 preexisting unrelated warninggrep -r "devtrail\|DevTrail"over tracked non-historical files — only the intentional "formerly DevTrail" remains🤖 Generated with Claude Code