CUBELinux-2: WordFlags/tri-channel 16-bit flag field, tag-14 + scan_by_word_flag, cubetrace capture→replay→golden→lineage, CUBE VP-tree balling index (cubecode::ballindex), cubefs-visible WordFlags, and cube-mvw (sharded multi-writer MVCC store with per-shard WALs + group-commit + compaction, impl CubeBackend => CubeStore<MvwBackend> DB). Adds show-flags/scan-word-flags/trace-*/golden-capture CLI; ~ tests green.

This commit is contained in:
CUBELinux-2
2026-09-06 21:20:04 -04:00
parent 3f007a1f38
commit cc896fc336
22 changed files with 1695 additions and 7 deletions
+8
View File
@@ -48,6 +48,14 @@ fn is_command_word(w: &str) -> bool {
| "seal"
| "open"
| "keyinit"
| "scan-word-flags"
| "show-flags"
| "trace-capture"
| "trace-replay"
| "golden-capture"
| "trace-verify"
| "trace-list"
| "trace-links"
| "query"
| "begin"
| "commit"