Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 404 Bytes

File metadata and controls

12 lines (9 loc) · 404 Bytes

Completion Checklist

Before reporting a task as finished, run the following commands from the repository root:

  1. npm run format
  2. npm run lint
  3. npm run typecheck
  4. npm run test
  5. npm run build
  6. node scripts/start.js --profile-load synthetic --prompt "write me a haiku"

Ensure each command succeeds (exit code 0). If any command fails, resolve the issues and rerun the sequence.