Files
riotpiao.com/tasks/4.10-simplify-pass.md
T

16 lines
378 B
Markdown
Raw Normal View History

2026-08-18 20:41:34 -07:00
# 4.10 — simplify skill pass (REFACTOR)
Phase: 4 — Terminal (Surface C)
Stage: REFACTOR
Depends on: [4.5](4.5-command-set.md), [4.6](4.6-namespace-validation.md)
- [ ] `simplify` pass on the enum parser
## Verify
```bash
curl -X POST https://riotpiao.com/api/exec -d '{"cmd":"get pods; rm -rf /"}'
pnpm test:e2e terminal.e2e.ts # required, must pass before merge
```