mirror of
https://github.com/ruvnet/RuVector.git
synced 2026-05-23 12:55:26 +00:00
- Update CLAUDE.md to reflect actual hooks configuration from settings.json - Document all 7 hook event types (PreToolUse, PostToolUse, SessionStart, etc.) - Add RuVector environment variables documentation - Update agent coordination protocol to use ruvector hooks CLI - Add self-learning hooks section to npm ruvector README - Bump ruvector to v0.1.38 with hooks documentation - Fix sync-lockfile.sh to handle platform-specific optional deps 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
3 lines
92 B
Bash
Executable file
3 lines
92 B
Bash
Executable file
#!/bin/bash
|
|
# Publish ruvector-cli to crates.io
|
|
cargo publish -p ruvector-cli --allow-dirty
|