v1.6.0 — Foundry funnel + loop-gate
Three things that matter:
- Design → runtime in one flag —
loop-init --with-foundryscaffolds your loop and a versioned harness stack (.foundry/stack.yaml).loop-audit1.7 scores Harness Runtime. loop-gateis live — mechanical path denylist + auto-merge allowlist fromgate.yaml(npx @cobusgreyling/loop-gate). Wired into starters and MCP.- Longer, safer runs —
loop-contextstagnation detection +loop-worktree --waitqueue; community docs (Devin matrix, architecture diagrams).
Quickstart (copy-paste)
# Scaffold + score (optional Foundry harness)
npx @cobusgreyling/loop-init . --pattern daily-triage --tool grok
# or:
npx @cobusgreyling/loop-init . --pattern daily-triage --tool grok --with-foundry
# Readiness + next steps
npx @cobusgreyling/loop-audit . --suggest
# Gate check (if you use auto-merge / denylist)
npx @cobusgreyling/loop-gate check --action auto-merge --paths path/to/fileNew here? Quickstart (5 min) · Interactive showcase · Demo GIF path
Package versions
| Package | Version | Highlights |
|---|---|---|
@cobusgreyling/loop-init |
1.5.0 | --with-foundry funnel |
@cobusgreyling/loop-audit |
1.7.0 | Harness Runtime signals |
@cobusgreyling/loop-gate |
1.0.0 | Denylist + auto-merge allowlist |
@cobusgreyling/loop-context |
1.3.0 | Similarity-based stagnation |
@cobusgreyling/loop-worktree |
1.2.0 | --wait queue + deadlock detection |
@cobusgreyling/loop-mcp-server |
1.1.0 | loop-gate resource + tool |
@cobusgreyling/loop-cost |
1.1.0 | Token spend estimator |
@cobusgreyling/loop-sync |
1.0.0 | STATE ↔ LOOP drift |
Stack
loop-engineering → harness-foundry → outerloop
(patterns) (runtime) (governance)
Week-one culture unchanged: report-only before auto-fix.
Community
- Show your loop — pin on Discussions (Show and tell)
- Ask anything — pin on Discussions (Q&A)
- Good first issues
- Add adopter
Thanks to everyone who shipped stories, matrix rows, and tooling PRs since v1.5.0 🙏
