Community week — 7 PRs merged: loop-sync, loop-constraints, MCP server, and more #89
Replies: 4 comments
-
|
📌 One click for maintainers: ⋯ → Pin discussion (GitHub API cannot pin). X thread — copy/paste each post1/ Loop Engineering just merged 7 community PRs in one week. Not drive-by docs — real tools, patterns, and fixes from @Jalendar10, @shivamsingh-007, @neerajdad123-byte, @KhaiTrang1995, and @hsms4710-pixel. Here's what landed 🧵 2/ 🔧 fix(loop-init) concurrent build races (#80) — npx @cobusgreyling/loop-init . --pattern daily-triage --tool grok 3/ 📋 Post-run critique for daily-triage + changelog-drafter (#77, #78) — record false positives and one adjustment per run in STATE 4/ 🛡️ loop-constraints (#71) — hard rules file + enforcement skill. loop-init scaffolds it automatically 5/ 🔌 loop-mcp-server (#72) — patterns, skills, state, budget via MCP. node tools/mcp-server/dist/index.js 6/ 🔄 loop-sync (#47) NEW — node tools/loop-sync/dist/cli.js . → https://github.com/cobusgreyling/loop-engineering ⭐ if this saves you a loop |
Beta Was this translation helpful? Give feedback.
-
v1.5.0 is live — Community Tools DropThe community PRs from this thread are now packaged, published, and tagged: Release: https://github.com/cobusgreyling/loop-engineering/releases/tag/v1.5.0 npm (copy-paste)# Scaffold your first loop (any git repo)
npx @cobusgreyling/loop-init . --pattern daily-triage --tool grok
# Check token cost before you schedule
npx @cobusgreyling/loop-cost --pattern daily-triage --level L1 --cadence 1d
# Score readiness + get next steps
npx @cobusgreyling/loop-audit . --suggest
# Detect drift between STATE.md and LOOP.md
npx @cobusgreyling/loop-sync .
New here?
Thanks again
We want to hear from you
Which pattern are you trying first? Drop a reply — especially if something breaks. |
Beta Was this translation helpful? Give feedback.
-
|
📣 Adopters wanted — if you're running a loop, add your project: Discussion #92 (badge + adopters list). Pinning this next. |
Beta Was this translation helpful? Give feedback.
-
Stack release — Loop v1.5.0 + Goal v1.1.0The companion repo now has its own release: Goal Engineering v1.1.0
# Morning
npx @cobusgreyling/loop-init . --pattern daily-triage --tool grok
# Afternoon — pick top item from STATE.md
npx @cobusgreyling/goal init . --pattern fix-bug --tool grok
/goal Read STATE.md top priority. goal-verifier before completed: true.Stack cookbook: https://github.com/cobusgreyling/goal-engineering/blob/main/docs/stack-cookbook.md Copy for X / LinkedIn / Substack:
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Thanks to everyone who contributed this week. Here is what landed on
main:loop-initbundling race fix + regression testloop-constraints.md+ enforcement skillloop-sync— drift detection betweenSTATE.mdandLOOP.mdTry it in 5 minutes:
Which pattern or tool are you running first? Failure reports welcome — see
stories/.Beta Was this translation helpful? Give feedback.
All reactions