feat: gitnexus integration#84
Merged
Merged
Conversation
…s skill usage instructions to CONTEXT.md
…ository indexing with GitNexus.
Contributor
Rosetta Triage ReviewSummary: This PR decomposes the monolithic Findings:
Suggestions:
Automated triage by Rosetta agent |
isolomatov-gd
requested changes
May 12, 2026
isolomatov-gd
approved these changes
May 13, 2026
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
This PR integrates GitNexus as a first-class citizen of the Rosetta workspace initialization workflow by adding 3 gitnexus skills and repositioning the setup phase so documentation generation can detect and reference the code graph.
What Changed
Skill decomposition: 1 → 3
gitnexus-setupanalyze+setup, verifies MCP; used only at init time or on explicit user requestgitnexus-clianalyze,status,clean,wiki,listcommands to flags, effects, and when to run themgitnexus-toolsgitnexus_*tool or resource (renamed fromgitnexus-usagefor clarity)Worked examples moved out of the main
SKILL.mdbody intogitnexus-tools/assets/gn-examples.md, loaded on-demand viaACQUIRE FROM KBto keep the core skill lean.Phase reordering in
init-workspace-flowGitNexus setup moved from Phase 8 → Phase 6 (before the documentation phase). This allows the documentation phase to detect
.gitnexus/and automatically inject GitNexus usage guidance intoCONTEXT.md. All downstream phases renumbered accordingly (9 total phases, unchanged structure).Documentation auto-instrumentation
init-workspace-documentationSKILL.md now includes a special case: if.gitnexus/exists, the skill appends aCONTEXT.mdentry directing agents to usegitnexus-toolsfor graph-based code intelligence andgitnexus-clifor index management.Safe indexing
npx gitnexus@latest analyzeis now called with--skip-agents-mdto prevent GitNexus from overwriting Rosetta-managedAGENTS.mdandCLAUDE.mdfiles during repository indexing.