Skip to main content
Version: 0.1.41

Readiness check example implementations

This directory contains reference implementations for each readiness prompt in docs/agent/readiness-checks.md.

Each example is a complete X07 project directory you can copy into a fresh repo (or use in place):

  • PROMPT.md: the exact readiness prompt text
  • README.md: how to run + what to expect
  • x07.json, x07.lock.json, src/, tests/ (and policy/, arch/, gen/ when needed)

After copying an example, hydrate deps from the committed lockfile before running:

  • x07 pkg lock --project x07.json

Projects