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": "ralph",
"source": {
"source": "local",
"path": "./plugins/ralph"
},
"policy": {
"installation": "AVAILABLE",
"authentication": "ON_INSTALL"
},
"category": "Productivity"
},
{
"name": "datadog",
"source": {
Expand Down
14 changes: 0 additions & 14 deletions .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,20 +37,6 @@
],
"version": "17.27.3"
},
{
"name": "ralph",
"description": "PRD-driven persistence loop — keeps Claude working until all user stories pass",
"source": "./plugins/ralph",
"category": "development",
"tags": [
"ralph",
"loop",
"persistence",
"prd",
"automation"
],
"version": "17.27.3"
},
{
"name": "datadog",
"description": "Datadog observability skills for Claude Code via the pup CLI",
Expand Down
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ repos:
- id: check-yaml
- id: check-json
- id: end-of-file-fixer
exclude: ^(tests/|\.ralph/)
exclude: ^tests/
- id: trailing-whitespace
exclude: ^(tests/|\.ralph/)
exclude: ^tests/

- repo: local
hooks:
Expand Down
10 changes: 0 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,6 @@ bstack/
│ ├── me/ # Core personal workflow plugin
│ │ ├── hooks/ # Session hooks (git guard, handoff, LSP checks)
│ │ └── skills/ # Personal skills
│ ├── ralph/ # Ralph Loop plugin
│ │ ├── hooks/ # Ralph persistence hooks
│ │ └── skills/ # ralph, ralph-cancel
│ ├── jira/ # Jira integration plugin
│ │ └── skills/ # Jira workflow skills
│ ├── core/ # Shared agent definitions
Expand Down Expand Up @@ -86,13 +83,6 @@ bstack/
|-------|-------------|
| `autoresearch` | git 추적 실험으로 metric을 반복 최적화하는 자율 실험 루프 |

#### `ralph` plugin

| Skill | Description |
|-------|-------------|
| `ralph` | PRD 기반 자동 반복 개발 루프 실행 |
| `ralph-cancel` | 실행 중인 Ralph 루프 취소 |

#### `jira` plugin

| Skill | Description |
Expand Down
1 change: 0 additions & 1 deletion plugins/me/skills/setup/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@
"bstack@bstack": true,
"core@bstack": true,
"jira@bstack": true,
"ralph@bstack": true,
"ks-amplitude@search-claude-code-plugins": true,
"ks-databricks@search-claude-code-plugins": true,
"ks-git-guard@search-claude-code-plugins": true,
Expand Down
17 changes: 0 additions & 17 deletions plugins/ralph/.claude-plugin/plugin.json

This file was deleted.

18 changes: 0 additions & 18 deletions plugins/ralph/.codex-plugin/plugin.json

This file was deleted.

16 changes: 0 additions & 16 deletions plugins/ralph/hooks/hooks.json

This file was deleted.

58 changes: 0 additions & 58 deletions plugins/ralph/hooks/ralph-persist.ts

This file was deleted.

14 changes: 0 additions & 14 deletions plugins/ralph/skills/ralph-cancel/SKILL.md

This file was deleted.

29 changes: 0 additions & 29 deletions plugins/ralph/skills/ralph/SKILL.md

This file was deleted.

2 changes: 1 addition & 1 deletion tests/codex_marketplace_json.bats
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ setup() {
@test "codex marketplace plugin entries use relative local paths and default policy" {
local plugin_count
plugin_count=$(jq -r '.plugins | length' "$MARKETPLACE_JSON")
[ "$plugin_count" -eq 5 ]
[ "$plugin_count" -eq 4 ]

jq -e '
.plugins
Expand Down
37 changes: 0 additions & 37 deletions tests/ralph_hooks_json.bats

This file was deleted.

Loading
Loading