feat: add CAJAL scientific paper generator custom mode example#12258
feat: add CAJAL scientific paper generator custom mode example#12258roomote-v0[bot] wants to merge 1 commit intomainfrom
Conversation
|
Hi team! This PR is ready for human review. The Could a maintainer please:
The CAJAL community is excited about this integration — it's a fully functional scientific paper generation mode that works out of the box with the existing Roo Code custom mode system. Happy to address any feedback! 🙏 |
|
Hi @cte and Roo Code team! 👋 This PR has been in draft for ~14 hours now. The implementation is complete: ✅ Could you mark it as Ready for Review when you have a moment? Happy to address any feedback promptly. Context: CAJAL is a local scientific paper generator with peer review that runs via Ollama. 50 papers evaluated, avg score 7.3/10. Paper: https://arxiv.org/pdf/2604.19792 Thanks for maintaining Roo Code — it's an incredible tool! |
This PR attempts to address Issue #12256.
Summary
Adds a ready-to-use
.roomodesfile and documentation for the CAJAL scientific paper generator mode, following the agreed-upon approach of starting with a distributable custom mode before considering a built-in mode.What is included
docs/community-modes/cajal-paper-generator/.roomodes-- A complete custom mode definition that users can copy into their project root to enable the Paper Generator modedocs/community-modes/cajal-paper-generator/README.md-- Documentation covering installation, usage, the tribunal workflow, and configuration optionsHow it works
The
papermode defines a structured workflow for generating scientific papers:The mode uses file restrictions to only write
.md,.tex,.bib,.txt,.csv, and.jsonfiles, preventing accidental source code modifications.No core code changes
This is purely additive documentation -- no changes to extension source code, tests, or configuration. The mode works through the existing custom modes system (
.roomodesfiles) and requires zero new infrastructure.Testing
.roomodesschemaCustomModesSettingsandmodestest suites pass (14 + 45 tests)Feedback and guidance are welcome.
Refs: #12256
Interactively review PR in Roo Code Cloud