@ryodeushii/ai-product-team-agents 0.0.4 → 0.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +12 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -48,6 +48,18 @@ This creates:
|
|
|
48
48
|
- `.claude/agents/` → symlink to `roles/` (Claude Code)
|
|
49
49
|
- `.opencode/agents/` → symlink to `roles/` (OpenCode)
|
|
50
50
|
|
|
51
|
+
**Update** an existing installation (re-creates all files and symlinks):
|
|
52
|
+
|
|
53
|
+
```bash
|
|
54
|
+
bunx @ryodeushii/ai-product-team-agents --update
|
|
55
|
+
```
|
|
56
|
+
|
|
57
|
+
**Remove** the framework from a project:
|
|
58
|
+
|
|
59
|
+
```bash
|
|
60
|
+
bunx @ryodeushii/ai-product-team-agents --uninstall
|
|
61
|
+
```
|
|
62
|
+
|
|
51
63
|
### 2. Configure your project
|
|
52
64
|
|
|
53
65
|
Edit `.agents.yml`:
|
package/package.json
CHANGED