Status: Active Last Updated: 2026-01-08
This folder contains all project documentation. AI agents must follow the rules in /CONTRIBUTING.md.
| Folder | Purpose | File Format |
|---|---|---|
contributing/ |
Contributor guides | lowercase-kebab.md |
examples/ |
Runnable example scripts | lowercase-kebab.py |
reference/internals/ |
Reverse engineering notes | lowercase-kebab.md |
designs/ |
Approved design decisions | lowercase-kebab.md |
scratch/ |
Temporary agent work | YYYY-MM-DD-context.md |
-
Root files are defined - Only the files listed in "Top-Level Files" belong at
docs/root. All other docs go in subfolders. -
Reference docs are stable - Only update
reference/files when fixing errors or adding significant new information. -
Designs are living docs - Files in
designs/document architectural decisions. Delete when implementation is complete and design is captured elsewhere (code comments, PRs). -
Scratch is temporary - Files in
scratch/can be deleted after 30 days. Always use date prefix.
getting-started.md- Installation and first workflowcli-reference.md- Complete CLI command referencepython-api.md- Python API reference with examplesconfiguration.md- Storage, environment variables, settingstroubleshooting.md- Common errors and known issuesreleasing.md- PyPI release checklist and process