Documentation
README
RTK TDD Workflow
Enforce Red-Green-Refactor for all RTK filter development.
The Loop
1. RED โ Write failing test with real fixture
2. GREEN โ Implement minimum code to pass
3. REFACTOR โ Clean up, verify still passing
4. SAVINGS โ Verify โฅ60% token reduction
5. SNAPSHOT โ Lock output format with insta
Step 1: Real Fixture First
Never write synthetic test data. Capture real command output:
This is the opening of the README. Read the full README on GitHub.