description: "Apothem examples — worked, end-to-end walkthroughs for authoring adapters, rules, hooks, and plan suites."¶
Examples¶
Worked, end-to-end walkthroughs. Each example takes a single task from a blank start to a finished artifact, showing the commands, the files, and the reasoning at each step.
The runnable example projects that ship with the repository live in the
repo-root examples/
directory; the pages below are the narrated guides that walk through them.
Pages¶
| Page | Description |
|---|---|
| Authoring a harness adapter | Step-by-step guide to building a new harness adapter from scratch. |
| Minimal hook | The smallest possible apothem hook — a PreToolUse check that fires on every file write. |
| Custom rule | Authoring a project-specific always-on rule that enforces a naming convention. |
| Plan walkthrough | An end-to-end walkthrough of the /plan-* pipeline for a real task. |