Skip to content

chore: remove autoresearch plugin - #657

Merged
baleen37 merged 3 commits into
mainfrom
peppy-greeting-abramov
May 18, 2026
Merged

chore: remove autoresearch plugin#657
baleen37 merged 3 commits into
mainfrom
peppy-greeting-abramov

Conversation

@baleen37

@baleen37 baleen37 commented May 18, 2026

Copy link
Copy Markdown
Owner

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

  • CI 통과

Summary by CodeRabbit

  • Chores
    • Removed the autoresearch plugin from all system configurations and documentation. The plugin is no longer available, including removal from marketplace entries, command documentation, and integrated components.

Review Change Stack

@baleen37
baleen37 enabled auto-merge (squash) May 18, 2026 11:29
@coderabbitai

coderabbitai Bot commented May 18, 2026

Copy link
Copy Markdown

Warning

Rate limit exceeded

@baleen37 has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 57 minutes and 14 seconds before requesting another review.

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 @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

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 configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: b51b9490-7c7c-4b01-bfb0-4d588ab8dc7e

📥 Commits

Reviewing files that changed from the base of the PR and between 5153c65 and f901ff3.

📒 Files selected for processing (2)
  • tests/codex_marketplace_json.bats
  • tests/codex_plugin_json.bats
📝 Walkthrough

Walkthrough

This 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 plugins/autoresearch/ directory are also deleted.

Changes

Autoresearch Plugin Removal

Layer / File(s) Summary
Plugin configuration removal
.agents/plugins/marketplace.json, .claude-plugin/marketplace.json, plugins/me/skills/setup/settings.json
The autoresearch plugin entry is removed from all three configuration locations—two marketplace plugin arrays and the enabled plugins list—so no plugin registry references the plugin.
Documentation cleanup
README.md
Project structure documentation no longer lists the autoresearch/ directory tree, and the skills reference table removes the autoresearch skill entry, with both sections now flowing directly from preceding plugin sections.

Estimated Code Review Effort

🎯 1 (Trivial) | ⏱️ ~5 minutes

Possibly Related PRs

  • baleen37/bstack#582: Earlier refactor of autoresearch plugin components to use .autoresearch/ directory paths, which this PR now removes entirely.

Poem

🐰 A plugin packed up, off it goes,
From configs and docs, the autoresearch throes,
The registry flows from jira to ralph,
Clean as a whisker, smooth as a path! ✨

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title 'chore: remove autoresearch plugin' accurately and concisely describes the main change: the complete removal of the autoresearch plugin and all its references from the codebase.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch peppy-greeting-abramov

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@baleen37
baleen37 merged commit a5a1854 into main May 18, 2026
5 checks passed
@baleen37
baleen37 deleted the peppy-greeting-abramov branch May 18, 2026 11:32
baleen37 added a commit that referenced this pull request May 26, 2026
This reverts commit a5a1854.

Co-authored-by: Test User <test@example.com>
baleen-release-app Bot pushed a commit that referenced this pull request May 26, 2026
## [17.11.2](v17.11.1...v17.11.2) (2026-05-26)

### Reverts

* Revert "chore: remove autoresearch plugin (#657)" (#659) ([c065e08](c065e08)), closes [#657](#657) [#659](#659)
baleen37 added a commit that referenced this pull request May 26, 2026
…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>
baleen-release-app Bot pushed a commit that referenced this pull request May 26, 2026
# [17.12.0](v17.11.2...v17.12.0) (2026-05-26)

### Features

* **me:** migrate autoresearch into me plugin with /goal integration ([#660](#660)) ([efa9cdf](efa9cdf)), closes [#657](#657)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant