@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 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/AGENT-INJECTION.md` for project injections
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