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

Commit d046744

Browse files
Fix stale counts: 15→18 MCP tools, 1312→1315 total tests
Code review caught stale "15 reasoning tools" in README — MCP server now has 18 tools after adding session_wrap, query_audit, verify_audit. Also updated cross-repo test total (584 Python + 731 TS = 1,315). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 219022b commit d046744

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ npm install -g flowscript-core
6868
}
6969
```
7070

71-
Restart your editor. 15 reasoning tools, local file persistence, zero cloud dependency. Add `--demo` before the file path to seed a sample project for exploration.
71+
Restart your editor. 18 reasoning tools, local file persistence, zero cloud dependency. Add `--demo` before the file path to seed a sample project for exploration.
7272

7373
Copy [this CLAUDE.md snippet](examples/CLAUDE.md.snippet) into your project to tell the agent when to record decisions, tensions, and blockers automatically.
7474

@@ -316,7 +316,7 @@ Under the hood: a local symbolic graph with typed nodes, typed relationships, an
316316
| [flowscript-agents](https://pypi.org/project/flowscript-agents/) | Python SDK — 9 framework adapters, auto-extraction, consolidation, audit trail | `pip install flowscript-agents openai` |
317317
| [flowscript.org](https://flowscript.org) | Web editor, D3 visualization, live query panel | Browser |
318318

319-
**731 TypeScript tests** across 15 suites. **1,312 total** across both SDKs. Same audit trail format and canonical JSON serialization across both languages.
319+
**731 TypeScript tests** across 15 suites. **1,315 total** across both SDKs. Same audit trail format and canonical JSON serialization across both languages.
320320

321321
### Docs
322322

0 commit comments

Comments
 (0)