chore: remove autoresearch plugin - #657
Conversation
|
Warning Rate limit exceeded
You’ve run out of usage credits. Purchase more in the billing tab. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
📝 WalkthroughWalkthroughThis PR removes the autoresearch plugin completely from the repository across marketplace configurations, enabled plugins settings, and documentation references. Plugin metadata and implementation files in the ChangesAutoresearch Plugin Removal
Estimated Code Review Effort🎯 1 (Trivial) | ⏱️ ~5 minutes Possibly Related PRs
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 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 |
…660) * Revert "chore: remove autoresearch plugin (#657)" This reverts commit a5a1854. * docs(autoresearch): spec for me plugin integration with /goal * docs(autoresearch): implementation plan for me plugin integration * feat(me): add autoresearch skill with /goal integration Autonomous experiment loop migrated from plugins/autoresearch/ to me plugin. Termination owned by Claude Code /goal command instead of self-managed 'NEVER STOP' policy. JSONL state protocol, dashboard, worklog, ideas backlog preserved. * chore: migrate autoresearch into me plugin Remove standalone plugins/autoresearch/ and its marketplace entries. The skill now lives at plugins/me/skills/autoresearch/SKILL.md (added in the previous commit) with /goal-driven termination instead of the former 'NEVER STOP' self-managed policy. Also update CI workflow, codex sync check script, and BATS expectations that hardcoded references to plugins/autoresearch. Note: marketplace entry removal and plugin directory deletion are combined into one commit because the BATS test suite verifies bidirectional parity between marketplace.json and plugins/ directory -- they must change atomically. * chore: clean up stale autoresearch references - Remove autoresearch@bstack from enabledPlugins in setup settings (standalone plugin no longer exists) - Drop the autoresearch directory tree entry and dedicated plugin section from README - Add autoresearch row to the me plugin skill table since the skill now lives there * chore: re-apply autoresearch removal after main merge main's revert (c065e08) re-introduced plugins/autoresearch/ and related references during the merge. This commit re-removes them to preserve the migration to plugins/me/skills/autoresearch/. --------- Co-authored-by: Test User <test@example.com>
Summary
plugins/autoresearch/디렉토리 및 모든 활성 참조 제거Changes
plugins/autoresearch/디렉토리 삭제 (plugin.json, commands, hooks, skill).claude-plugin/marketplace.json에서 autoresearch 항목 제거.agents/plugins/marketplace.json에서 autoresearch 항목 제거plugins/me/skills/setup/settings.json에서autoresearch@bstack활성화 제거README.md디렉토리 트리 및 스킬 표 정리docs/superpowers/의 과거 설계 문서는 사료성으로 보존.Test plan
Summary by CodeRabbit