@@ -697,17 +697,6 @@ Tests use **in-memory SQLite** — no disk I/O, no cleanup, fast and isolated.
697697| ** Optional embedding** | knowledgeprim works without vectors (FTS5 search, manual edges, discovery all work) |
698698| ** Contextualized edges** | Edges store * why* things connect, not just * that* they connect |
699699
700- ## Roadmap
701-
702- - [x] Shared foundation (config, db, auth, server, mcp scaffold)
703- - [x] taskprim (model, store, CLI, HTTP API, MCP)
704- - [x] stateprim (model, store, CLI, HTTP API, MCP)
705- - [x] knowledgeprim (entities, edges, FTS5 + vector search, discovery, CLI, HTTP API, MCP)
706- - [x] queueprim (persistent work queues, priority, retries, dead-letter, CLI, HTTP API, MCP)
707- - [x] Litestream replication to object storage (S3, R2, B2, GCS)
708- - [x] GitHub Actions CI pipeline
709- - [x] Pre-built binaries (GoReleaser)
710-
711700## Documentation
712701
713702- [ Agent Reference] ( docs/agent-reference.md ) — structured command tables, JSON schemas, decision trees, error patterns (for agents)
@@ -730,4 +719,3 @@ Copyright (c) 2026 Propifly, Inc.
730719---
731720
732721If primkit is useful to you, consider giving it a ⭐ — it helps others discover it.
733- # test
0 commit comments