@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.
Files changed (2) hide show
  1. package/README.md +12 -0
  2. 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
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/package.json",
3
3
  "name": "@ryodeushii/ai-product-team-agents",
4
- "version": "0.0.4",
4
+ "version": "0.0.5",
5
5
  "repository": {
6
6
  "url": "https://github.com/ryodeushii/ai-product-team-agents"
7
7
  },