zread public wiki
Readable generated architecture documentation for onboarding and design review.
A token-aware Keepa API CLI for product research, category discovery, local reports, cassette promotion, and MCP-native automation. Built to keep raw evidence auditable while giving agents compact, structured views first.
# Human-readable CLI
kc --json doctor
kc --json products get B0D8W1YVBX --domain US --full --agent-view --view summary
# MCP JSON-RPC over stdio
'{"jsonrpc":"2.0","id":1,"method":"tools/list","params":{"toolset":"research"}}' | kc --mcp
'{"jsonrpc":"2.0","id":2,"method":"resources/templates/list","params":{}}' | kc --mcp
# Local graph report
kc --json research-graph merge category.json compare.json seller.json --root agent_selection_research --out graph.json
kc --json reports build --input graph.json --format markdown --out report.md
Use Pages for durable links, zread for architecture reading, and MCP resources for agent-readable contracts.
Readable generated architecture documentation for onboarding and design review.
Install, configure token, run TUI, use JSON, stdio, MCP, and local reports.
Stable envelopes, Agent views, resources, workflow plans, cache, and budget ledgers.
Generated JSON schema for validating product research views and downstream pipelines.
Toolsets, prompts, session cache, resources, graph merge, and safety boundaries.
Repository-local wiki snapshot exposed to agents through keepa://zread/wiki/....
Agents can start from a policy, inspect a cached research result, or load a research graph by root.
keepa://context/policyOffline-first defaults, allowed roots, tool gating, and live Keepa safety posture.
keepa://research/{cache_key}Session result audit with evidence index, provenance, budget ledger, and graph summaries.
keepa://graphs/{root}Research graph lookup across session cache and local fixtures for source auditing.