First agent tasks
For contributors and agents improving Kinocut docs/examples without large engine work.
Task 1 — Receipt-producing workflow example
Add an example under examples/ or workflows/ that:
1. Uses only public Client/CLI APIs
2. Writes a Video Receipt JSON
3. Documents absolute-path usage and human-review pending
4. Does not add flaky private media to git
Task 2 — Prompt pack entry
Add one prompt to PROMPTS.md that is deterministic-leaning, Kinocut-only, and ends with quality + human review.
Task 3 — Failure example
Document one fail-closed path in FAILURE_EXAMPLES.md with expected error type.
Task 4 — Directory board update
After verifying a live directory page, update DIRECTORY_STATUS.md with date.
Rules
- No secrets or private media paths in commits
- Run
pytest tests/test_public_claims.py -qif you touch claims/README/llms - Design system changes are out of scope unless asked
See CONTRIBUTING.md and GOLDEN_PATH.md.