ruvector/.github/workflows
Claude 13bfc09351 feat(hooks): Complete feature parity and add PostgreSQL support
- Add 13 missing npm CLI commands for full feature parity (26 commands each)
  - init, install, pre-command, post-command, session-end, pre-compact
  - record-error, suggest-fix, suggest-next
  - swarm-coordinate, swarm-optimize, swarm-recommend, swarm-heal

- Add PostgreSQL support to Rust CLI (optional feature flag)
  - New hooks_postgres.rs with StorageBackend abstraction
  - Connection pooling with deadpool-postgres
  - Config from RUVECTOR_POSTGRES_URL or DATABASE_URL

- Add Claude hooks config generation
  - `hooks install` generates .claude/settings.json with PreToolUse,
    PostToolUse, SessionStart, Stop, and PreCompact hooks

- Add comprehensive unit tests (26 tests, all passing)
  - Tests for all hooks commands
  - Integration tests for init/install

- Add CI/CD workflow (.github/workflows/hooks-ci.yml)
  - Rust CLI tests
  - npm CLI tests
  - PostgreSQL schema validation
  - Feature parity check
2025-12-27 02:11:42 +00:00
..
agentic-synth-ci.yml feat(agentic-synth): Update RuVector adapter to use native NAPI-RS bindings (#34) 2025-12-01 13:17:26 -05:00
benchmarks.yml feat(postgres): Add ruvector-postgres extension with SIMD optimizations (#42) 2025-12-02 09:55:07 -05:00
build-attention.yml feat(postgres): Add HNSW index and embedding functions support (#62) 2025-12-09 11:14:52 -05:00
build-gnn.yml feat(postgres): Add HNSW index and embedding functions support (#62) 2025-12-09 11:14:52 -05:00
build-graph-node.yml feat(postgres): Add HNSW index and embedding functions support (#62) 2025-12-09 11:14:52 -05:00
build-native.yml feat(postgres): Add HNSW index and embedding functions support (#62) 2025-12-09 11:14:52 -05:00
build-router.yml feat(postgres): Add HNSW index and embedding functions support (#62) 2025-12-09 11:14:52 -05:00
build-tiny-dancer.yml feat(postgres): Add HNSW index and embedding functions support (#62) 2025-12-09 11:14:52 -05:00
docker-publish.yml feat(ruvector-postgres): Complete v2.0.0 with 148 SQL functions 2025-12-25 23:41:29 +00:00
hooks-ci.yml feat(hooks): Complete feature parity and add PostgreSQL support 2025-12-27 02:11:42 +00:00
postgres-extension-ci.yml fix(postgres): Remove pg18 feature (requires pgrx 0.15.0+) 2025-12-06 17:35:52 +00:00
RELEASE-FLOW.md feat: Implement GNN forgetting mitigation (#17) 2025-11-26 23:17:07 +00:00
RELEASE.md feat: Implement GNN forgetting mitigation (#17) 2025-11-26 23:17:07 +00:00
release.yml fix: Remove automatic npm publish from CI/CD workflows 2025-11-30 21:23:39 +00:00
ruvector-postgres-ci.yml feat(ruvector-postgres): Complete v2.0.0 with 148 SQL functions 2025-12-25 23:41:29 +00:00
ruvllm-build.yml feat: SONA Neural Architecture, RuvLLM, npm packages v0.1.31, and path traversal fix (#51) 2025-12-03 18:40:25 -05:00
ruvllm-native.yml feat: SONA Neural Architecture, RuvLLM, npm packages v0.1.31, and path traversal fix (#51) 2025-12-03 18:40:25 -05:00
sona-napi.yml feat: SONA Neural Architecture, RuvLLM, npm packages v0.1.31, and path traversal fix (#51) 2025-12-03 18:40:25 -05:00
validate-lockfile.yml fix: Resolve CI failures from platform-specific npm package conflicts 2025-11-27 15:38:11 +00:00