@cleocode/cleo 2026.3.27 → 2026.3.29
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 -1
- package/dist/cli/index.js +2077 -1637
- package/dist/cli/index.js.map +4 -4
- package/dist/mcp/index.js +3812 -3088
- package/dist/mcp/index.js.map +4 -4
- package/migrations/drizzle-tasks/20260316024050_silly_gamma_corps/migration.sql +1 -0
- package/migrations/drizzle-tasks/20260316024050_silly_gamma_corps/snapshot.json +3737 -0
- package/package.json +8 -4
- package/packages/ct-skills/skills/ct-memory/SKILL.md +84 -0
- package/server.json +2 -2
- package/.claude-plugin/README.md +0 -315
- package/.claude-plugin/hooks/hooks.json +0 -56
- package/.claude-plugin/hooks/scripts/brain-context.sh +0 -35
- package/.claude-plugin/hooks/scripts/brain-hook.sh +0 -17
- package/.claude-plugin/hooks/scripts/brain-start.sh +0 -6
- package/.claude-plugin/hooks/scripts/brain-worker.cjs +0 -338
- package/.claude-plugin/hooks/scripts/observe.sh +0 -41
- package/.claude-plugin/hooks/scripts/session-start.sh +0 -48
- package/.claude-plugin/hooks/scripts/stop.sh +0 -23
- package/.claude-plugin/plugin.json +0 -24
package/README.md
CHANGED
|
@@ -1003,7 +1003,7 @@ cleo init --with-plugin
|
|
|
1003
1003
|
- Enhanced command palette integration
|
|
1004
1004
|
|
|
1005
1005
|
**Documentation:**
|
|
1006
|
-
-
|
|
1006
|
+
- Adapter architecture: [packages/adapters/claude-code/](packages/adapters/claude-code/)
|
|
1007
1007
|
- Global injection: [templates/CLEO-INJECTION.md](templates/CLEO-INJECTION.md)
|
|
1008
1008
|
|
|
1009
1009
|
### TodoWrite Sync
|