Commit Graph
31 Commits
Author SHA1 Message Date
Story Crater Bot 410c3d2b7d Complete M3.5: Rate limiting and composition gate tests (261 tests) 2026-08-23 16:42:21 -07:00
Story Crater Bot 0fa117337d Implement M3.5.4-3.5.6: Query federation, skills, projects endpoints (236 tests) 2026-08-23 16:40:02 -07:00
Story Crater Bot 2648d8aed7 Implement M3.5.3: GET /query endpoint validation tests (212 tests) 2026-08-23 16:36:50 -07:00
Story Crater Bot aa3fc66aec Trigger: force build image with correct .forgejo/workflows/build.yaml 2026-08-23 16:34:00 -07:00
Story Crater Bot ae778e3478 Implement M3.5.2: POST /ingest endpoint with idempotent async queue (204 tests) 2026-08-23 16:33:34 -07:00
Story Crater Bot 12350722d3 Clean: completely remove .gitea and .github directories from tracking 2026-08-23 16:26:32 -07:00
Story Crater Bot 4a39821d52 Trigger CI: REGISTRY_PAT secret configured
ci / markdown (pull_request) Waiting to run
2026-08-23 16:24:05 -07:00
Story Crater Bot 4c1ab973fc Update CI setup docs: REGISTRY_PAT now SOPS-managed in homelab
ci / markdown (push) Waiting to run
2026-08-23 16:15:54 -07:00
Story Crater Bot 5bda2b71e4 Standardize CI/CD: use homelab-frontend pattern (REGISTRY_PAT, docker:27-cli, all repos)
ci / markdown (push) Waiting to run
2026-08-23 16:05:18 -07:00
Story Crater Bot dcb684e3e2 Simplify CI/CD: use Forgejo built-in token for registry push
ci / markdown (push) Waiting to run
2026-08-23 16:03:28 -07:00
Story Crater Bot 3723db2327 Add comprehensive deployment status guide
ci / markdown (push) Waiting to run
2026-08-23 09:47:31 -07:00
Story Crater Bot b9482474a6 Add ArgoCD Application for auto-deployment (poimen-memory-app)
ci / markdown (push) Waiting to run
2026-08-23 09:46:58 -07:00
Story Crater Bot 074f87312e Session summary: M3.6.1 complete (196 tests, heading-boundary chunking)
ci / markdown (push) Waiting to run
2026-08-23 09:43:37 -07:00
Story Crater Bot 43239d24ce Implement M3.6.1: DocCorpusSource with heading-boundary chunking (196 tests)
ci / markdown (push) Waiting to run
2026-08-23 09:42:09 -07:00
Story Crater Bot ae606a0685 Fix LLM gateway path, update M1.8 gate test to load real chunks (Option B)
ci / markdown (push) Waiting to run
2026-08-23 00:32:27 -07:00
Story Crater Bot a0ebc1183c Add K8s app deployment, Dockerfile, and CI workflow (Option A)
ci / markdown (push) Waiting to run
2026-08-23 00:01:30 -07:00
Story Crater Bot 906c6c32a4 Downsize memory-db to 2 instances
ci / markdown (push) Waiting to run
2026-08-22 23:53:05 -07:00
Story Crater Bot d3070f087d Fix: use default longhorn (3 replicas), increase to 20Gi
ci / markdown (push) Waiting to run
2026-08-22 23:40:08 -07:00
Story Crater Bot a1a8635a41 Fix: use longhorn-imessage-local (WaitForFirstConsumer) for stable volume binding
ci / markdown (push) Waiting to run
2026-08-22 23:36:25 -07:00
Story Crater Bot 56db39c69f Add deployment ready guide (cluster initializing)
ci / markdown (push) Waiting to run
2026-08-22 23:22:09 -07:00
Story Crater Bot 6147137b45 Bundle memory database into homelab orchestration (remove separate app)
ci / markdown (push) Waiting to run
2026-08-22 23:16:39 -07:00
Story Crater Bot d3be7f6fd4 Deploy Poimen Memory K8s cluster with ArgoCD tracking (M2.2, M3.5-M3.7)
ci / markdown (push) Waiting to run
2026-08-22 23:13:42 -07:00
Story Crater Bot 9c723fe66f doc: update progress - M0 phase complete (35 tests, 8/51 tasks) 2026-08-22 23:13:42 -07:00
Story Crater Bot 6e6de869be feat: complete M0 phase - read-only spine (8/51 tasks)
M0.1 - Cargo workspace + crate skeletons (4 tests)
   6-crate workspace with enforced dependency direction
   GitHub Actions CI pipeline

M0.2 - Domain types and sha256 identity (6 tests)
   Level, Role, Record, Chunk, MemoryNode types
   Content-hash identity (sha256) ensuring rebuild idempotence
   Newtypes (ProjectId, QueryId, RunId) without Default

M0.3 - RecordSource trait + ChunkPolicy (6 tests)
   RecordSource streaming trait
   Chunk policy with token budgets and record boundaries
   Chunking stream that respects budgets without splitting records

M0.4 - Tokenizer-backed chunk sizing (3 tests + 1 ignored)
   Vendored Qwen2 tokenizer with hash verification
   QwenTokenCounter for accurate token counting
   mem tokens CLI subcommand

M0.5 - pi session adapter (5 tests)
   PiSessionSource implementing RecordSource
   Project key extraction from cwd field
   Content flattening for various shapes
   Shared flatten_content helper module

M0.6 - Claude transcript adapter (4 tests)
   ClaudeTranscriptSource implementing RecordSource
   Identical content flattening as pi source
   Cross-source project key agreement

M0.7 - ingest --dry-run (2 tests)
   mem ingest --project --dry-run command
   Zero network calls guarantee

M0.8 - M0 composition gate (5 tests)
   Both sources compose through chunker identically
   Sources are swappable via RecordSource trait
   All role types properly emitted
   Chunk boundaries respected, t values contiguous

Summary:
- 35 integration tests (34 passing, 1 ignored)
- Zero clippy warnings with -D warnings
- All phases compose and verify correctly
- Read-only spine foundation proves extensibility
2026-08-22 23:13:42 -07:00
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