Conversation
- Rebrand all references from Enigmora to Strange Days Tech, S.A.S. - Update remote to github.com/StrangeDaysTech/devtrail - Replace contact emails with GitHub Issues links - Create DEVTRAIL.md as single source of truth for governance rules - Refactor CLAUDE.md, GEMINI.md, .cursorrules, copilot-instructions.md to reference DEVTRAIL.md via <!-- devtrail:begin/end --> markers - Add .cursor/rules/devtrail.md for modern Cursor support - Build Rust CLI (cli/) with init, update, and remove commands that download releases from GitHub and inject directives - Add dist-manifest.yml for distribution packaging - Add .github/workflows/release.yml for cross-platform CI/CD - Remove docs/ (GitHub Pages to be replanned) - Remove copy-devtrail.sh (replaced by CLI) - Remove obsolete assets (logo-enigmora.svg, logo-devtrail-OLD.svg) - Update README, ADOPTION-GUIDE, CONTRIBUTING with CLI instructions - Update all i18n/es/ translations with same changes Co-Authored-By: Claude Opus 4.6 <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.mdas single source of truth for governance rules, reducing CLAUDE.md/GEMINI.md/.cursorrules/copilot-instructions.md to lightweight references via<!-- devtrail:begin/end -->markerscli/) withdevtrail init,devtrail update, anddevtrail removecommands that download releases from GitHub and inject directives into AI agent config files.github/workflows/release.yml) for cross-platform binary builds (Linux, macOS x86/ARM, Windows) and distribution ZIP packagingdist-manifest.yml, removedocs/(GitHub Pages to be replanned), remove obsoletecopy-devtrail.shand old assetsTest plan
grep -ri "enigmora" .returns zero resultsDEVTRAIL.mdexists and contains all governance rulesCLAUDE.md,GEMINI.md,.cursorrulesare lightweight with markersdist-manifest.ymlexists,docs/removed,copy-devtrail.shremovedcargo build --releasecompiles successfully (cli/)cargo test— 10/10 tests pass.github/workflows/release.ymlcreated with 3 jobs🤖 Generated with Claude Code