Skip to content

Commit f76ac29

Browse files
Merge pull request #103 from bmad-code-org/revert-99-feat/support-claude-cowork
Revert "feat: support claude cowork"
2 parents e9a791f + 963c806 commit f76ac29

4 files changed

Lines changed: 5 additions & 215 deletions

File tree

.github/workflows/quality.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,3 @@ jobs:
115115

116116
- name: Test agent compilation components
117117
run: npm run test:install
118-
119-
- name: Validate marketplace manifest
120-
run: npm run validate:marketplace

README.md

Lines changed: 4 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -108,32 +108,12 @@ npx bmad-method install
108108

109109
**Note:** TEA is automatically added to party mode after installation. Use `/party` to collaborate with TEA alongside other BMad agents.
110110

111-
### Claude Cowork
112-
113-
Claude.ai web and the Claude desktop chat have no access to your project files, so the `npx` installer's writes can't reach them. [Claude Cowork](https://www.claude.com/product/claude-code) does — it sandboxes your project in a VM and exposes a plugin manager. The `npx` installer still can't write into that sandbox, but Cowork accepts plugins via its marketplace API, which TEA's `.claude-plugin/marketplace.json` ships with.
114-
115-
**Install** (two steps — register the marketplace, then install the plugin):
116-
117-
```
118-
/plugin marketplace add bmad-code-org/bmad-method-test-architecture-enterprise
119-
/plugin install bmad-method-test-architecture-enterprise@bmad-method-test-architecture-enterprise
120-
```
121-
122-
Restart the Cowork session, then `/bmad-method-test-architecture-enterprise:*` slash commands appear.
123-
124-
**Update**: `/plugin marketplace update bmad-method-test-architecture-enterprise`
125-
126-
**Uninstall**: `/plugin uninstall bmad-method-test-architecture-enterprise@bmad-method-test-architecture-enterprise`
127-
128-
**Known issue**: Cowork's plugin reconciler currently has open bugs ([anthropics/claude-code#38429](https://github.com/anthropics/claude-code/issues/38429), [#39274](https://github.com/anthropics/claude-code/issues/39274)) that can purge third-party marketplace plugins on session sync. If your slash commands disappear, re-run the `/plugin install` line.
129-
130111
### Tool-specific invocation
131112

132-
| Tool | Invocation style | Example |
133-
| ------------------------------- | -------------------------------- | ------------------------------------------------------------------ |
134-
| Claude Code / Cursor / Windsurf | Slash command | `/bmad:tea:automate` |
135-
| Codex | `$` skill from `.agents/skills` | `$bmad-tea` or `$bmad-tea-testarch-automate` |
136-
| Claude Cowork | Marketplace plugin slash command | `/bmad-method-test-architecture-enterprise:bmad-testarch-automate` |
113+
| Tool | Invocation style | Example |
114+
| ------------------------------- | ------------------------------- | -------------------------------------------- |
115+
| Claude Code / Cursor / Windsurf | Slash command | `/bmad:tea:automate` |
116+
| Codex | `$` skill from `.agents/skills` | `$bmad-tea` or `$bmad-tea-testarch-automate` |
137117

138118
## Quickstart
139119

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,13 @@
3737
"release:minor": "gh workflow run publish.yaml -f channel=latest -f bump=minor",
3838
"release:next": "gh workflow run publish.yaml -f channel=next",
3939
"release:patch": "gh workflow run publish.yaml -f channel=latest -f bump=patch",
40-
"test": "npm run test:schemas && npm run test:install && npm run test:knowledge && npm run test:release-metadata && npm run test:tea-workflow-descriptions && npm run validate:schemas && npm run validate:marketplace && npm run lint && npm run lint:md && npm run format:check",
40+
"test": "npm run test:schemas && npm run test:install && npm run test:knowledge && npm run test:release-metadata && npm run test:tea-workflow-descriptions && npm run validate:schemas && npm run lint && npm run lint:md && npm run format:check",
4141
"test:coverage": "c8 npm test",
4242
"test:install": "node test/test-installation-components.js",
4343
"test:knowledge": "node test/test-knowledge-base.js",
4444
"test:release-metadata": "node test/test-release-metadata.js",
4545
"test:schemas": "node test/test-agent-schema.js",
4646
"test:tea-workflow-descriptions": "node tools/validate-tea-workflow-descriptions.js",
47-
"validate:marketplace": "node tools/validate-marketplace.js --strict",
4847
"validate:schemas": "node tools/validate-agent-schema.js",
4948
"validate:tea-workflow-descriptions": "node tools/validate-tea-workflow-descriptions.js"
5049
},

tools/validate-marketplace.js

Lines changed: 0 additions & 186 deletions
This file was deleted.

0 commit comments

Comments
 (0)