topchester-ai 0.20.0 → 0.22.0
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 +2 -0
- package/dist/cli.mjs +1290 -46
- package/dist/cli.mjs.map +1 -1
- package/package.json +3 -2
- package/skills/code-review/SKILL.md +22 -0
- package/skills/plan/SKILL.md +22 -0
- package/skills/repo-orientation/SKILL.md +22 -0
- package/skills/systematic-debugging/SKILL.md +22 -0
- package/skills/test-driven-development/SKILL.md +22 -0
- package/skills/topchester-config/SKILL.md +162 -0
package/README.md
CHANGED
|
@@ -82,6 +82,7 @@ Useful TUI slash commands:
|
|
|
82
82
|
/kb status
|
|
83
83
|
/kb sync
|
|
84
84
|
/kb sync --full
|
|
85
|
+
/skills
|
|
85
86
|
/new
|
|
86
87
|
```
|
|
87
88
|
|
|
@@ -167,6 +168,7 @@ The package name is `topchester-ai`; the installed command is `topchester`.
|
|
|
167
168
|
- [Onboarding](onboarding.md)
|
|
168
169
|
- [CLI Commands](docs/cli.md)
|
|
169
170
|
- [TUI Guide](docs/tui.md)
|
|
171
|
+
- [Skills](docs/skills.md)
|
|
170
172
|
- [Configuration](docs/config.md)
|
|
171
173
|
- [Model Configuration](docs/MODEL_CONFIG.md)
|
|
172
174
|
- [Knowledge System](docs/KNOWLEDGE.md)
|