@cleocode/cleo 2026.3.2 → 2026.3.4
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 +1 -3
- package/dist/cli/index.js +4974 -2768
- package/dist/cli/index.js.map +4 -4
- package/dist/mcp/index.js +4206 -1906
- package/dist/mcp/index.js.map +4 -4
- package/package.json +4 -4
- package/packages/ct-skills/skills/ct-grade/SKILL.md +214 -0
- package/templates/CLEO-INJECTION.md +13 -0
- package/templates/README.md +4 -4
- package/templates/cleo-gitignore +3 -11
- package/templates/git-hooks/pre-commit +1 -1
package/README.md
CHANGED
|
@@ -965,8 +965,7 @@ cleo upgrade
|
|
|
965
965
|
|
|
966
966
|
**Agent Registry:**
|
|
967
967
|
- Auto-discovers installed agents in `~/.claude/agents/`
|
|
968
|
-
- Uses `templates/
|
|
969
|
-
- Uses `templates/CLEO-INJECTION.md` for global agent configs
|
|
968
|
+
- Uses `templates/CLEO-INJECTION.md` for global agent injection
|
|
970
969
|
- Full list: `cat ~/.cleo/registries/agent-registry.json`
|
|
971
970
|
|
|
972
971
|
### Claude Code Plugin (Optional)
|
|
@@ -986,7 +985,6 @@ cleo init --with-plugin
|
|
|
986
985
|
**Documentation:**
|
|
987
986
|
- Plugin architecture: [.claude-plugin/README.md](.claude-plugin/README.md)
|
|
988
987
|
- Global injection: [templates/CLEO-INJECTION.md](templates/CLEO-INJECTION.md)
|
|
989
|
-
- Project injection: [templates/AGENT-INJECTION.md](templates/AGENT-INJECTION.md)
|
|
990
988
|
|
|
991
989
|
### TodoWrite Sync
|
|
992
990
|
|