refactor(autoresearch): consolidate outputs into .autoresearch/ directory - #582
Conversation
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (5)
📝 WalkthroughWalkthroughThis PR consolidates all autoresearch plugin outputs into a dedicated Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes Poem
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary
Move all autoresearch plugin output files from project root into
.autoresearch/directory to reduce root clutter.Changes
.autoresearch/autoresearch.mdand.autoresearch/offinstead of root-level paths.autoresearch/paths for all file operations (off sentinel, resume, fresh start).autoresearch/paths throughout (setup, JSONL protocol, running, logging, dashboard, loop rules, ideas backlog)autoresearch.md→.autoresearch/autoresearch.md,autoresearch.sh→.autoresearch/run.sh,autoresearch-dashboard.md→.autoresearch/dashboard.md,experiments/worklog.md→.autoresearch/worklog.md,autoresearch.ideas.md→.autoresearch/ideas.md,.autoresearch-off→.autoresearch/offTests
Summary by CodeRabbit
Refactor
.autoresearch/directory, moving all session artifacts, dashboards, logs, and state files from scattered root-level and experiment folder locations for improved project organization.Documentation