Skip to content

v1.6.0 — Foundry funnel + loop-gate

Latest

Choose a tag to compare

@cobusgreyling cobusgreyling released this 20 Jul 18:42
548ad72

v1.6.0 — Foundry funnel + loop-gate

Three things that matter:

  1. Design → runtime in one flagloop-init --with-foundry scaffolds your loop and a versioned harness stack (.foundry/stack.yaml). loop-audit 1.7 scores Harness Runtime.
  2. loop-gate is live — mechanical path denylist + auto-merge allowlist from gate.yaml (npx @cobusgreyling/loop-gate). Wired into starters and MCP.
  3. Longer, safer runsloop-context stagnation detection + loop-worktree --wait queue; community docs (Devin matrix, architecture diagrams).

Loop Ready score climbing in ~15 seconds

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/file

New 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

Thanks to everyone who shipped stories, matrix rows, and tooling PRs since v1.5.0 🙏