Commit Graph
7 Commits
Author SHA1 Message Date
Story Crater Bot f81006add2 doc: add comprehensive progress tracking 2026-08-22 23:13:42 -07:00
Story Crater Bot 631cbfa3e9 feat: complete M0.1-M0.4 phases
M0.1 - Cargo workspace + crate skeletons
  - 6-crate workspace with correct dependency direction
  - CI/CD pipeline with GitHub Actions
  - Integration tests verifying build and dependency structure

M0.2 - Domain types and sha256 identity
  - Level (L0, L1, L2) enum with proper serde formatting
  - Role enum (User, Assistant, ToolResult, System)
  - Record, Chunk, and MemoryNode domain types
  - Content-hash identity system ensuring rebuild idempotence
  - Newtypes (ProjectId, QueryId, RunId) with validation
  - Round-trip serde tests for all types

M0.3 - RecordSource trait + ChunkPolicy
  - RecordSource trait for streaming record sources
  - Chunk policy with token budgets and boundary modes
  - TokenCounter trait with CharsOverFourCounter stub
  - Chunking stream that respects budgets without splitting records
  - VecSource for testing
  - Integration tests verifying lossless chunking and budget adherence

M0.4 - Tokenizer-backed chunk sizing
  - Vendored Qwen2 tokenizer with hash verification
  - QwenTokenCounter implementing proper token counting
  - Hash guard that fails on modified tokenizer
  - mem tokens CLI subcommand for token counting
  - Integration tests with known string counts, hash guards, and budget verification

Total: 19 integration tests passing, all phases verified to compose correctly
Workspace builds cleanly with no clippy warnings
2026-08-22 23:13:42 -07:00
Story Crater Bot 144fa33574 test(ci): verify git clone checkout
ci / markdown (push) Canceled after 0s
2026-08-22 00:47:17 -07:00
Story Crater Bot 28e7e60b9d fix(ci): use git clone instead of Node.js actions/checkout
ci / markdown (push) Canceled after 0s
2026-08-22 00:47:10 -07:00
Story Crater Bot fcc76da19c test(ci): verify main-branch trigger
ci / markdown (push) Canceled after 0s
2026-08-21 21:24:23 -07:00
Story Crater Bot 570d11fe63 ci(main): add documentation validation workflow
ci / markdown (push) Canceled after 0s
2026-08-21 21:23:39 -07:00
Story Crater Bot 9d28b63ff2 (plan) system review and break down plans 2026-08-19 09:52:07 -07:00