You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: add ronanwrites write-up link, correct MCP tool count from 10 to 11
The README claimed 10 MCP tools but mcp_server.py defines 11 — the
search_jfia_literature tool was missing from both the tool table and
the project structure comment. This commit adds it.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
`krff/db.py` is the canonical query layer. Do not read parquets directly with `pd.read_parquet` in new code — use `db.read_table()` or `data_access.load_parquet()` so path resolution and DuckDB registration are consistent.
94
+
95
+
96
+
---
97
+
98
+
**Domain knowledge** (regulatory analysis, buyer research, competitive intelligence, legal compliance) belongs in the hub vault: `forensic-accounting-toolkit/knowledge/`. Engineering docs (API patterns, test strategies, run logs) stay here. After creating a new domain knowledge note, copy it to the hub with gold-standard frontmatter. See hub `CLAUDE.md` §Knowledge Vault for the frontmatter contract.
0 commit comments