Tracks whether npx @cobusgreyling/loop-init produces a working, sane scaffold
for each pattern × --tool combination. Fill in a row after actually running
the command in a fresh git repo — don't guess.
``` mkdir && cd git init npx @cobusgreyling/loop-init . --pattern --tool ```
Record the printed Loop Ready score, list files created, and note anything unexpected. Command used for validation below (Windows/PowerShell):
``` mkdir C:\Temp\loop-init-test cd C:\Temp\loop-init-test git init npx @cobusgreyling/loop-init . --pattern daily-triage --tool claude ```
| Pattern | --tool | Loop Ready score | Files created | Notes |
|---|---|---|---|---|
| daily-triage | claude | 100/100 (L3) | .claude/skills/loop-triage/, .claude/agents/loop-verifier.md, STATE.md, LOOP.md, loop-budget.md, loop-run-log.md, loop-constraints.md, .claude/skills/loop-budget/SKILL.md, .claude/skills/loop-constraints/SKILL.md, AGENTS.md (template) |
Clean scaffold, no errors. Immediately scored 100/100 with no manual edits. |
| daily-triage | grok | |||
| daily-triage | codex | |||
| daily-triage | opencode | |||
| ci-sweeper | claude | |||
| ci-sweeper | grok | |||
| ci-sweeper | codex | |||
| ci-sweeper | opencode |
Empty rows are open for other contributors — see #231.