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:
- Course Map for the stable build order.
- Big Picture for the product architecture.
- Integration Boundary for browser-safe security rules.
- API Client for the shared request wrapper.
- Error States for UI failure handling.
- Testing Checklist for verification scenarios.
- Launch Checklist for final release gates.