Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 0 additions & 12 deletions .agents/plugins/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,18 +28,6 @@
},
"category": "Productivity"
},
{
"name": "autoresearch",
"source": {
"source": "local",
"path": "./plugins/autoresearch"
},
"policy": {
"installation": "AVAILABLE",
"authentication": "ON_INSTALL"
},
"category": "Productivity"
},
{
"name": "ralph",
"source": {
Expand Down
13 changes: 0 additions & 13 deletions .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,19 +37,6 @@
],
"version": "17.11.2"
},
{
"name": "autoresearch",
"description": "Autonomous experiment loop — iteratively optimize any metric with git-tracked experiments",
"source": "./plugins/autoresearch",
"category": "development",
"tags": [
"experiments",
"optimization",
"autonomous",
"research"
],
"version": "17.11.2"
},
{
"name": "ralph",
"description": "PRD-driven persistence loop — keeps Claude working until all user stories pass",
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/sync-marketplace.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ jobs:
if git diff --quiet -- \
.claude-plugin/marketplace.json \
.agents/plugins/marketplace.json \
plugins/autoresearch/.codex-plugin/plugin.json \
plugins/jira/.codex-plugin/plugin.json \
plugins/me/.codex-plugin/plugin.json \
plugins/ralph/.codex-plugin/plugin.json; then
Expand All @@ -51,7 +50,6 @@ jobs:
git add \
.claude-plugin/marketplace.json \
.agents/plugins/marketplace.json \
plugins/autoresearch/.codex-plugin/plugin.json \
plugins/jira/.codex-plugin/plugin.json \
plugins/me/.codex-plugin/plugin.json \
plugins/ralph/.codex-plugin/plugin.json
Expand Down
11 changes: 1 addition & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,6 @@ bstack/
│ ├── ralph/ # Ralph Loop plugin
│ │ ├── hooks/ # Ralph persistence hooks
│ │ └── skills/ # ralph, ralph-cancel
│ ├── autoresearch/ # Autonomous experiment loop plugin
│ │ ├── commands/
│ │ ├── hooks/
│ │ └── skills/ # autoresearch
│ ├── jira/ # Jira integration plugin
│ │ └── skills/ # 5 Jira workflow skills
│ ├── core/ # Shared agent definitions
Expand Down Expand Up @@ -83,6 +79,7 @@ bstack/
| `remembering-conversations` | 이전 대화 컨텍스트 검색 및 적용 |
| `review-claudemd` | CLAUDE.md 개선사항 발굴 |
| `reddit-fetch` | WebFetch 차단 시 Reddit 콘텐츠 가져오기 |
| `autoresearch` | /goal 종료 조건으로 자율 실험 루프 실행 |

#### `ralph` plugin

Expand All @@ -91,12 +88,6 @@ bstack/
| `ralph` | PRD 기반 자동 반복 개발 루프 실행 |
| `ralph-cancel` | 실행 중인 Ralph 루프 취소 |

#### `autoresearch` plugin

| Skill | Description |
|-------|-------------|
| `autoresearch` | 최적화 목표를 위한 자율 실험 루프 실행 |

#### `jira` plugin

| Skill | Description |
Expand Down
Loading
Loading