Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

LLM Coder Agent Contract

The repository includes a root LLM.txt file for coding agents. It is a plain-text implementation contract that describes:

  • Mission and operating mode.
  • Security rules.
  • Required configuration inputs.
  • API endpoint contracts.
  • TypeScript client shape.
  • Error handling.
  • Feature plan.
  • Testing and verification.
  • Forbidden shortcuts.
  • Done definition.

Use it when asking an autonomous coding agent to implement a frontend application against the KYC API.

Course Pages For Agents

Use these pages to orient an implementation: