From ba0b7ab302cc0f5f006bd7b718abf8265241b8de Mon Sep 17 00:00:00 2001 From: Andres Vergara Date: Thu, 26 Mar 2026 16:30:20 -0700 Subject: [PATCH] docs: remove roadmap and stray test text from README Assisted-By: Claude Opus 4 --- README.md | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/README.md b/README.md index 1f5240f..1ca307f 100644 --- a/README.md +++ b/README.md @@ -697,17 +697,6 @@ Tests use **in-memory SQLite** — no disk I/O, no cleanup, fast and isolated. | **Optional embedding** | knowledgeprim works without vectors (FTS5 search, manual edges, discovery all work) | | **Contextualized edges** | Edges store *why* things connect, not just *that* they connect | -## Roadmap - -- [x] Shared foundation (config, db, auth, server, mcp scaffold) -- [x] taskprim (model, store, CLI, HTTP API, MCP) -- [x] stateprim (model, store, CLI, HTTP API, MCP) -- [x] knowledgeprim (entities, edges, FTS5 + vector search, discovery, CLI, HTTP API, MCP) -- [x] queueprim (persistent work queues, priority, retries, dead-letter, CLI, HTTP API, MCP) -- [x] Litestream replication to object storage (S3, R2, B2, GCS) -- [x] GitHub Actions CI pipeline -- [x] Pre-built binaries (GoReleaser) - ## Documentation - [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. --- If primkit is useful to you, consider giving it a ⭐ — it helps others discover it. -# test