@sunasteriskrnd/takumi 1.0.0-dev.11 → 1.0.0-dev.13
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 +3 -5
- package/dist/index.js +45246 -50354
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -88,19 +88,17 @@ tkm doctor --fix # Auto-fix issues
|
|
|
88
88
|
tkm doctor --report # Shareable diagnostic report
|
|
89
89
|
```
|
|
90
90
|
|
|
91
|
-
###
|
|
91
|
+
### Install to Other Coding Agents
|
|
92
92
|
|
|
93
93
|
```bash
|
|
94
|
-
tkm
|
|
95
|
-
tkm
|
|
96
|
-
tkm commands --help # Command discovery
|
|
94
|
+
tkm init -a codex --kit engineer # Install for Codex
|
|
95
|
+
tkm init -a claude-code -a codex # Install for multiple agents
|
|
97
96
|
```
|
|
98
97
|
|
|
99
98
|
### Other Commands
|
|
100
99
|
|
|
101
100
|
```bash
|
|
102
101
|
tkm versions # List available versions
|
|
103
|
-
tkm migrate # Run migration pipeline
|
|
104
102
|
tkm uninstall # Remove Takumi
|
|
105
103
|
tkm config get defaults.kit # Read config
|
|
106
104
|
tkm config set defaults.kit engineer # Write config
|