feat(roo-code): add Roo Code integration with MCP + rules#920
Open
benfrank241 wants to merge 3 commits intomainfrom
Open
feat(roo-code): add Roo Code integration with MCP + rules#920benfrank241 wants to merge 3 commits intomainfrom
benfrank241 wants to merge 3 commits intomainfrom
Conversation
20db4ab to
3395f28
Compare
Adds hindsight-integrations/roo-code — persistent long-term memory for Roo Code via Hindsight MCP. One-command installer sets up .roo/mcp.json and injects a rules file that auto-recalls before tasks and auto-retains after. - install.py: writes .roo/mcp.json (merge-safe) + .roo/rules/hindsight-memory.md - rules/hindsight-memory.md: injected into every Roo system prompt - 19 unit tests (all passing) + 7 smoke tests (7/7 vs Hindsight Cloud) - CI job: test-roo-code-integration - Docs page: docs-integrations/roo-code.md - integrations.json entry, release-integration.sh entry
- Add type: streamable-http (required by Roo Code for HTTP MCP servers) - Change timeout from 10000ms to 30 seconds (Roo Code expects seconds, max 3600) - Fix tool name references in docs (recall/retain, not hindsight_recall/hindsight_retain) - Resolve unresolved merge conflict markers in .github/workflows/test.yml - Add tests asserting type=streamable-http and timeout in valid seconds range Verified: 21/21 unit tests pass; installer generates valid Roo Code config.
3395f28 to
9f8a76c
Compare
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
hindsight-integrations/roo-code/— persistent long-term memory for Roo Code via Hindsight MCPinstall.py) writes.roo/mcp.json(merge-safe, idempotent) and.roo/rules/hindsight-memory.mdinto any projectHow it works
Test plan
tests/test_install.py,tests/test_rules.py)tests/test_smoke.py)Files
hindsight-integrations/roo-code/install.pyhindsight-integrations/roo-code/rules/hindsight-memory.mdhindsight-integrations/roo-code/tests/test_smoke.pyHINDSIGHT_SMOKE_URL)hindsight-docs/docs-integrations/roo-code.md.github/workflows/test.ymltest-roo-code-integrationscripts/release-integration.sh"roo-code"toVALID_INTEGRATIONShindsight-docs/src/data/integrations.json