| name | tunelito-implement |
| description | Implement a Tunelito feature or bug fix following repo playbooks, tests, docs, and release-safe habits. |
| allowed-tools | Read, Grep, Glob, Bash |
Current Context
!git status -sb
!rg --files -g '!*node_modules*' -g '!*.comments.md' | sed -n '1,120p'
Instructions
Implement the requested change using the Tunelito workflow:
- Read
docs/agents/START_HERE.md, docs/agents/WORKFLOW.md, and the relevant source/tests.
- Make focused edits only.
- Add or update tests for behavior changes.
- Update README/CHANGELOG/playbooks when public behavior or agent process changes.
- Run the quality gate from
docs/agents/QUALITY_GATES.md.
- Summarize changed files, checks, and risks.
Preserve unrelated work. Do not edit *.comments.md, .env*, files.zip, node_modules/, or .git/.