Skip to content

feat(storage): add helix graph ops helpers - #4

Merged
kevinmichaelchen merged 1 commit into
mainfrom
refactor-helix-graph-ops
Jan 17, 2026
Merged

feat(storage): add helix graph ops helpers#4
kevinmichaelchen merged 1 commit into
mainfrom
refactor-helix-graph-ops

Conversation

@kevinmichaelchen

@kevinmichaelchen kevinmichaelchen commented Jan 17, 2026

Copy link
Copy Markdown
Owner

Summary

  • add helix-graph-ops crate with shared HelixDB graph helpers (node/edge/index/adjacency)
  • refactor demo-got and helix-decisions to use shared helpers
  • add demo-got storage tests (ingest, adjacency, stats, clear)
  • remove deprecated shared/helix-storage and update AGENTS/docs (Conventional Commits + new crate)

Testing

  • cargo test -p demo-got
  • cargo test -p helix-decisions

Introduce helix-graph-ops helper crate for shared HelixDB node/edge/index routines.
Refactor demo-got and helix-decisions to use shared helpers.
Add demo-got storage tests covering ingest, adjacency, stats, and clear.
Remove deprecated shared/helix-storage crate and update AGENTS/docs.

Tests: cargo test -p demo-got; cargo test -p helix-decisions
@kevinmichaelchen
kevinmichaelchen merged commit 5531e22 into main Jan 17, 2026
6 checks passed
@kevinmichaelchen
kevinmichaelchen deleted the refactor-helix-graph-ops branch January 17, 2026 17:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant