Skip to content

refactor(kvbm): move dynamo/kvbm crates into kvbm/ subdirectory#189

Merged
xiaguan merged 1 commit into
mainfrom
refactor/organize-kvbm-layout
May 28, 2026
Merged

refactor(kvbm): move dynamo/kvbm crates into kvbm/ subdirectory#189
xiaguan merged 1 commit into
mainfrom
refactor/organize-kvbm-layout

Conversation

@xiaguan
Copy link
Copy Markdown
Owner

@xiaguan xiaguan commented May 28, 2026

Summary

  • Move 11 dynamo/kvbm crates (dynamo-tokens, dynamo-memory, dynamo-kv-hashing, dynamo-kv-router, kvbm-common, kvbm-config, kvbm-consolidator, kvbm-engine, kvbm-kernels, kvbm-logical, kvbm-physical) from workspace root into kvbm/ subdirectory
  • Update workspace members and workspace.dependencies paths in root Cargo.toml
  • Crate names unchanged, no code changes — pure directory reorganization

Test plan

  • cargo metadata resolves all workspace members
  • Pre-commit hooks pass (fmt, clippy, toml check)

🤖 Generated with Claude Code

11 crates (dynamo-tokens, dynamo-memory, dynamo-kv-hashing,
dynamo-kv-router, kvbm-common, kvbm-config, kvbm-consolidator,
kvbm-engine, kvbm-kernels, kvbm-logical, kvbm-physical) moved
from workspace root into kvbm/ to reduce top-level clutter.

Crate names unchanged — only workspace member paths and
workspace.dependencies paths updated.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request reorganizes the workspace structure by moving several internal crates (such as dynamo-tokens, dynamo-memory, kvbm-engine, etc.) into a nested kvbm/ subdirectory. The workspace members and dependency paths in Cargo.toml have been updated accordingly to reflect this new directory layout. There are no review comments, so I have no feedback to provide.

@xiaguan xiaguan merged commit 6a1e975 into main May 28, 2026
1 check passed
@xiaguan xiaguan deleted the refactor/organize-kvbm-layout branch May 28, 2026 10:09
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