-
Notifications
You must be signed in to change notification settings - Fork 2.8k
feat: Make Architect save to /plans and gitignore it
#9944
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
- Added /plans directory to .gitignore to exclude plan files from version control - Updated architect mode custom instructions to guide saving plan files in /plans directory - Fixed typo: 'diretory' -> 'directory' - Updated test snapshots to reflect new architect mode instructions
Snapshot files have been correctly updated. All tests pass. One pre-existing issue remains unfixed.
Mention @roomote in a comment to request specific changes to this pull request or fix all unresolved issues. |
| qdrant_storage/ | ||
|
|
||
| # Architect plans | ||
| plans/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor: the file is missing a trailing newline. POSIX standards recommend text files end with a newline character.
| plans/ | |
| plans/ |
Fix it with Roo Code or mention @roomote and request a fix.
/plans and gitignore it
Co-authored-by: roomote[bot] <219738659+roomote[bot]@users.noreply.github.com>
Found 2 issues that need to be addressed:
Mention @roomote in a comment to request specific changes to this pull request or fix all unresolved issues. |
| qdrant_storage/ | ||
|
|
||
| # Architect plans | ||
| plans/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The file is missing a trailing newline. POSIX standards recommend text files end with a newline character to ensure proper handling by text processing tools.
| plans/ | |
| plans/ |
Fix it with Roo Code or mention @roomote and request a fix.
|
@roomote please fix the snapshots |
Updated 12 snapshot files to match the corrected architect mode instructions. All local checks passed. |
Motivation
When working in architect mode, plan files created during the planning process currently clutter the git repository. This PR provides a dedicated location for architect mode to save plan files and excludes them from version control.
Key Changes
/plansdirectory to.gitignore- Prevents plan files from being tracked in version control/plansdirectory unless instructed otherwiseBenefits
Important
Plan files in architect mode are now saved to
/plansdirectory, which is gitignored, with updated instructions and test snapshots./plansdirectory./plansdirectory added to.gitignoreto prevent version control tracking.mode.tsto specify saving plan files in/plansunless otherwise instructed.add-custom-instructionsandsystem-promptto reflect new instructions for saving plan files.This description was created by
for f91f820. You can customize this summary. It will automatically update as commits are pushed.