PR 2/8 (rebrand) — cli source + dist paths + skills + framework docs (consolidated L3+L4+L5+L6 framework subset)#115
Merged
Conversation
… skills, and framework docs Consolidates rebranding layers L3 (Rust source), L4 (paths + governance root), L5 (skills/workflows), and the framework-distributable subset of L6 (governance docs under dist/.straymark/) into a single PR. The consolidation was forced by tight coupling: tests use include_str! on dist/.devtrail/ paths and assert anchors like /straymark-audit-prompt in AGENT-RULES.md, so the path rename, skill rename, and framework doc rebrand must land together for cargo test to pass green. Changes (174 renames, 74 modifications): - cli/Cargo.toml: package name devtrail-cli → straymark-cli, binary devtrail → straymark, description, repository URL, keywords. - cli/src/**/*.rs and cli/tests/**/*.rs: bulk sed of DevTrail → StrayMark, devtrail → straymark, DEVTRAIL → STRAYMARK across structs (DevTrailConfig → StrayMarkConfig, DevTrailDocument → StrayMarkDocument), GITHUB_REPO const, error messages, help docstrings, and hardcoded path literals. - dist/.devtrail/ → dist/.straymark/ (git mv preserves per-file history), dist/DEVTRAIL.md → dist/STRAYMARK.md, dist/dist-templates/ directives/cursor-rules-devtrail.md → cursor-rules-straymark.md. - dist/.claude/skills/devtrail-* → straymark-* (10 skills), dist/.gemini/skills/devtrail-* → straymark-* (10 skills), dist/.agent/workflows/devtrail-*.md → straymark-*.md (10 workflows). Frontmatter name fields and body content rebranded. - dist/dist-manifest.yml: description, repository, files list now references .straymark/ and STRAYMARK.md. - dist/.straymark/00-governance/, templates/, schemas/, scripts/, audit-prompts/ and dist/docs/examples/ — all .md/.yml/.json/.sh contents rebranded. - dist/.github/workflows/docs-validation.yml: paths and refs. Out of scope (preserved or in later PRs): - README.md, CLAUDE.md, docs/ (adopter docs in 3 langs), CHANGELOG.md history — pending in PR 6. - .github/workflows/release-cli.yml and release-framework.yml — pending in PR 7. - Propuesta/, china/, agent persistent memory — pending in PR 8. - Version bump to fw-4.11.0 / cli-3.11.0 and CHANGELOG entry — pending in PR 9. - CHANGELOG history (DevTrail-named sections) — preserved literally. Verification: - `cargo build` green on straymark-cli v3.10.0. - `cargo test` 469 tests passing (276 unit + integration suites). - No "DevTrail" / "devtrail" / "DEVTRAIL" residual refs in cli/ or dist/. Refs ADR-2026-05-08-001 and the master rebranding plan. 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
Consolidates rebranding layers L3 (Rust source), L4 (paths + governance root), L5 (skills/workflows), and the framework-distributable subset of L6 (governance docs under
dist/.straymark/) into a single PR.The consolidation was forced by tight coupling: tests use
include_str!ondist/.devtrail/paths and assert anchors like/straymark-audit-promptinAGENT-RULES.md, so the path rename, skill rename, and framework doc rebrand must land together forcargo testto pass green.Changes (174 renames + 74 modifications)
Rust source (
cli/):Cargo.toml: package namedevtrail-cli→straymark-cli, binarydevtrail→straymark, description, repository URL, keywords.cli/src/**/*.rsandcli/tests/**/*.rs: bulk sed ofDevTrail→StrayMark,devtrail→straymark,DEVTRAIL→STRAYMARK. Affects struct names (DevTrailConfig→StrayMarkConfig,DevTrailDocument→StrayMarkDocument),GITHUB_REPOconst, error messages, help docstrings, hardcoded path literals.Framework distribution (
dist/):dist/.devtrail/→dist/.straymark/viagit mv(per-file history preserved).dist/DEVTRAIL.md→dist/STRAYMARK.md.dist/dist-templates/directives/cursor-rules-devtrail.md→cursor-rules-straymark.md.dist/dist-manifest.yml:description,repository, files list now references.straymark/andSTRAYMARK.md.Skills/workflows (30 files across 3 platforms):
dist/.claude/skills/devtrail-*→straymark-*(10 skills).dist/.gemini/skills/devtrail-*→straymark-*(10 skills).dist/.agent/workflows/devtrail-*.md→straymark-*.md(10 workflows).namefields and body content rebranded.Framework governance docs (3 langs):
.md/.yml/.json/.sh/cursorrulesfiles underdist/.straymark/anddist/dist-templates/rebranded.dist/.github/workflows/docs-validation.ymlpaths and refs.dist/docs/examples/AILOG and Charter examples rebranded.Out of scope (preserved or in later PRs)
README.md,CLAUDE.md,docs/(adopter docs in 3 langs) — pending in PR 3 (L6 adopter subset).CHANGELOG.mdhistory (DevTrail-named sections) — preserved literally; new entry comes in PR 7..github/workflows/release-cli.ymlandrelease-framework.yml— pending in PR 4 (L7).Propuesta/,china/, agent persistent memory — pending in PR 5 (L9).fw-4.11.0/cli-3.11.0and crate publish — pending in PR 7 (L10+L11).Verification
cargo buildgreen onstraymark-cli v3.10.0.cargo test— 469 tests passing (276 unit + integration suites).DevTrail/devtrail/DEVTRAILresidual refs incli/ordist/.Refs
ADR-2026-05-08-001.🤖 Generated with Claude Code