Skip to main content
Every kiwifs init template ships agent-facing documents beside your markdown pages. Together they tell agents where to write, what frontmatter to use, and which MCP tools to call.

Core files

The knowledge template also includes episodes/ for episodic memory. See Episodic memory.

Load context in one call

Returns schema, playbook, and index in one response.
MCP also exposes read-only resource kiwi://schema for the schema document alone.

Playbook operations

Rules for your harness

Export .kiwi/rules.md in a format your agent tool understands:
REST: GET /api/kiwi/rules, PUT /api/kiwi/rules — see Utilities API.

Provenance on writes

KiwiFS injects derived-from into frontmatter automatically from these headers.

MCP

Full tool reference.

Episodic memory

Episodes, consolidation, and merge reports.

Schemas

JSON Schema validation on writes.

Examples

Practical workflow recipes.
Last modified on May 23, 2026