Skip to content
This repository was archived by the owner on Apr 11, 2026. It is now read-only.

Commit d0f9de3

Browse files
z23ccclaude
andcommitted
docs: remove stale libSQL/async references and dead reference docs
- CLAUDE.md: update to 2 crates, json_store description - Delete performance-checklist.md, testing-patterns.md, security-checklist.md (described old async/libSQL architecture) - Fix token-optimization-audit.md flowctl-db refs → flowctl-core - Fix adr-guide.md example ADR name Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent a200d6f commit d0f9de3

6 files changed

Lines changed: 5 additions & 465 deletions

File tree

CLAUDE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ commands/flow-code/*.md → Slash command definitions (user-invocable entry poi
1313
skills/*/SKILL.md → Skill implementations (loaded by Skill tool, never Read directly)
1414
agents/*.md → Subagent definitions (research scouts, worker, plan-sync, etc.)
1515
bin/flowctl → Rust binary (built from flowctl/ workspace)
16-
flowctl/ → Rust Cargo workspace (4 crates: core, db, service, cli)
16+
flowctl/ → Rust Cargo workspace (2 crates: core, cli)
1717
hooks/hooks.json → Ralph workflow guards (active when FLOW_RALPH=1)
1818
docs/ → Architecture docs, CI examples
1919
```
@@ -52,7 +52,7 @@ bash scripts/ralph_e2e_short_rp_test.sh
5252

5353
All tests create temp directories and clean up after themselves. They must NOT be run from the plugin repo root (safety check enforced).
5454

55-
**Storage runtime**: State is stored in JSON/JSONL files in the `.flow/` directory, readable by any tool. The `flowctl-db` crate provides synchronous file-based storage with no external database dependencies.
55+
**Storage runtime**: All state is JSON/JSONL files in `.flow/`, readable by any tool (MCP, Read, Grep). No database, no async runtime. The `json_store` module in `flowctl-core` handles all file I/O.
5656

5757
## Code Quality
5858

docs/adr-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Use `docs/decisions/` with sequential numbering:
1919

2020
```
2121
docs/decisions/
22-
ADR-001-use-libsql-for-storage.md
22+
ADR-001-json-file-based-storage.md
2323
ADR-002-wave-checkpoint-execution-model.md
2424
ADR-003-teams-file-locking-protocol.md
2525
```

docs/references/performance-checklist.md

Lines changed: 0 additions & 152 deletions
This file was deleted.

docs/references/security-checklist.md

Lines changed: 0 additions & 141 deletions
This file was deleted.

0 commit comments

Comments
 (0)