feat: git ignore ralpi

This commit is contained in:
2026-08-09 15:34:12 -04:00
parent d31fca3cb3
commit 25e76679c5
5 changed files with 274 additions and 0 deletions

View File

@@ -290,3 +290,9 @@ in parallel mode).
.ralpi/prompts/ # Generated prompts (timestamped, for debugging)
.ralpi/config.yaml # Project-level config (optional)
```
Every `/ralpi run`, `/ralpi resume`, and `/ralpi reset` (plus the auto-resume
on session reload) ensures `.ralpi/` is present in the project's `.gitignore`,
so ralpi's own artifacts never show up as untracked/staged files in the user's
repo. Opt out per command with `--no-gitignore` (e.g. `/ralpi-run README.md
--no-gitignore`).