ruvector/npm/packages/cli/src
Claude d313d2d3ff
feat(npm): Add Claude Code v2.0.55+ commands to npm CLI
Added 3 new hooks commands to npm CLI:
- lsp-diagnostic: Process LSP diagnostic events for learning
- suggest-ultrathink: Recommend ultrathink mode for complex tasks
- async-agent: Coordinate async sub-agent execution

Security review completed:
- No command injection vulnerabilities
- Safe file path handling with path.join
- Content length limits prevent memory issues
- Minimal dependencies (commander + optional pg)

Updated npm CLI to v0.1.27 with 29 hooks commands.
2025-12-29 01:30:57 +00:00
..
cli.ts feat(npm): Add Claude Code v2.0.55+ commands to npm CLI 2025-12-29 01:30:57 +00:00
storage.ts feat(hooks): Add PostgreSQL storage with JSON fallback 2025-12-27 01:27:12 +00:00