docs(cli): agent-DB workstream scoped + index.md refreshed for v1.22.0#62
Open
salikshah wants to merge 1 commit into
Open
docs(cli): agent-DB workstream scoped + index.md refreshed for v1.22.0#62salikshah wants to merge 1 commit into
salikshah wants to merge 1 commit into
Conversation
Two changes to docs/cli/index/:
1. **New file: agent-db.md** — captures the answer to the VC pitch
("databases were built for humans, agents look like a DDoS attack
to traditional DBs"). Six sections:
- Audit of what data lives where today (CLI: SQLite + FTS5 +
markdown stores; monorepo: Neon × 2 + Qdrant + pgvector +
Supabase graph_nodes + Bucky DAO Postgres, stitched at runtime
with zero ACID across them) — file/line citations from the
dispatched audit agent.
- VC requirements scored against today's reality.
- The reframe: dirgha-in-VPS already solves this — one SQLite
file per agent session inside an E2B/Daytona VM, four data
shapes commit in one BEGIN/COMMIT, Bucky settles via Lightning.
- 7-sprint plan to close the gap (sqlite-vec wiring, vector
schema, graph schema, single-transaction API, embedding
generation, memory/KB into SQLite, agent-ergonomic tools).
Sprints 1-4 parallelisable. Total ~2 weeks.
- 3-minute VC talking track + answers to the standard pushbacks.
- Status snapshot — sequenced AFTER ESC-stuck-tool fix,
scroll-to-top, and Bucky marketplace items 1-4 so existing
work isn't disrupted.
2. **index.md updated:**
- Latest version bumped 1.20.25 → 1.22.0.
- Quick Links gains "Agent-DB workstream" → ./agent-db.md.
- Release History adds v1.20.35 through v1.22.0 (six entries
covering the flicker series, alt-buffer default flip, Ink+React
major bumps, LLM session title, and /sandbox slash command).
- Footer dated 2026-05-08, links agent-db.md.
The workstream comes after the in-flight CLI work the user is
shepherding (ESC fix, scroll repro, Bucky go-live). Sprints 1-4 can
run in parallel with Bucky items 5-10 since they touch separate
codepaths.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Two new files in docs/cli/index/:
This is documentation only. No source code changes.
🤖 Generated with Claude Code