@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.
Files changed (3) hide show
  1. package/README.md +3 -5
  2. package/dist/index.js +45246 -50354
  3. 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
- ### Skills & Agents
91
+ ### Install to Other Coding Agents
92
92
 
93
93
  ```bash
94
- tkm skills --help # Skill management
95
- tkm agents --help # Agent management
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