From aee4941b0837c643b8a946eff433a6d69ef36eda Mon Sep 17 00:00:00 2001
From: Cobus Greyling
Date: Thu, 11 Jun 2026 19:26:45 +0200
Subject: [PATCH] chore: polish showcase and README for incoming traffic
Use the social banner and loop-anatomy visuals on the showcase, add the
missing Issue Triage pattern (7 total), and tighten README branding with
logo, npm badges, and footer links.
---
README.md | 12 +++++++++++-
docs/index.html | 35 +++++++++++++++++++++++++++++++----
2 files changed, 42 insertions(+), 5 deletions(-)
diff --git a/README.md b/README.md
index db4ab1d..b68580b 100644
--- a/README.md
+++ b/README.md
@@ -11,13 +11,15 @@
+
+
-
+
**Loop engineering is replacing yourself as the person who prompts the agent. You design the system that does it instead.**
@@ -193,3 +195,11 @@ MIT
---
*Practical, tool-aware reference for loop engineering — patterns you can clone, checklists you can ship against, and stories that include what broke.*
+
+
+ Essay
+ ·
+ Showcase
+ ·
+ Cobus Greyling
+
diff --git a/docs/index.html b/docs/index.html
index 2f9cf00..1ecf717 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -51,8 +51,8 @@ Design the system
that prompts your agents
@@ -76,6 +76,13 @@ Design the system
that prompts your agents
Anatomy
What one loop looks like
You design it once. You're not prompting every micro-step.
+
⏱ Schedule
→
@@ -204,7 +211,18 @@
Dependency Sweeper
- New · Low risk
+ Low risk
+ Issue Triage
+ Dedupe, score, and label incoming issues. Propose-only week one — pairs well with Daily Triage.
+
+ ⏱ 2h–1d
+ ◆ Low risk
+
+ Read pattern →
+ Starter →
+
+
+ Low risk
Changelog Drafter
Scan merges & commits, produce polished categorized release notes drafts. Human approves before publish. Huge leverage, tiny risk.
@@ -217,7 +235,7 @@
Changelog Drafter
@@ -280,6 +298,7 @@
What's hurting right now?
Dependabot / CVE noise
Merge debt / TODOs piling up
Stale release notes / changelogs
+
Noisy issue backlog / duplicates
@@ -471,6 +490,14 @@
Ready to stop prompting?
loop: '/loop 1d Run changelog-scan + draft-release-notes. Write RELEASE_NOTES_DRAFT.md. Human review only.',
patternHref: 'https://github.com/cobusgreyling/loop-engineering/blob/main/patterns/changelog-drafter.md',
starterHref: 'https://github.com/cobusgreyling/loop-engineering/tree/main/starters/changelog-drafter'
+ },
+ issues: {
+ name: 'Issue Triage',
+ meta: '2h–1d • Low risk • Pairs with Daily Triage',
+ npx: 'npx @cobusgreyling/loop-init . --pattern issue-triage --tool grok',
+ loop: '/loop 1d Run issue-triage. Update issue-triage-state.md. Propose labels and priorities only — no auto-close.',
+ patternHref: 'https://github.com/cobusgreyling/loop-engineering/blob/main/patterns/issue-triage.md',
+ starterHref: 'https://github.com/cobusgreyling/loop-engineering/tree/main/starters/minimal-loop'
}
};