Skip to content

Commit 41294e6

Browse files
authored
Merge pull request #54 from Forward-Future/codex/show-page-author-attribution
Make loop author attribution visible
2 parents 2ef5dba + a7c6114 commit 41294e6

52 files changed

Lines changed: 55 additions & 58 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

scripts/build-loop-pages.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ ${structuredData(loop)}
404404
<h1>${escapeHtml(loop.title)}</h1>
405405
<p class="detail-lede">${escapeHtml(loop.description)}</p>
406406
<p class="detail-byline">
407-
Contributed by <strong>${escapeHtml(loop.author)}</strong>
407+
By <strong>${escapeHtml(loop.author)}</strong>
408408
</p>
409409
${shareActions(loop, url)}
410410
</header>

scripts/check.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -630,7 +630,7 @@ for (const [index, loop] of loops.entries()) {
630630
assert(page.includes(loop.description));
631631
assert(page.includes(escapeHtml(loop.prompt)));
632632
assert(page.includes(`<p class="eyebrow">Loop ${loop.number}</p>`));
633-
assert(page.includes(`Contributed by <strong>${loop.author}</strong>`));
633+
assert(page.includes(`By <strong>${loop.author}</strong>`));
634634
assert(page.includes(escapeHtml(loop.verifyTitle)));
635635
assert(page.includes(escapeHtml(loop.verifyDetail)));
636636
assert(page.includes(escapeHtml(loop.useWhen)));

site/loops/100-percent-test-coverage-loop/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@
211211
<h1>The 100% test coverage loop</h1>
212212
<p class="detail-lede">A goal-based coding-agent workflow that identifies uncovered behavior, adds meaningful tests, and stops when the full suite passes at 100% coverage.</p>
213213
<p class="detail-byline">
214-
Contributed by <strong>Matthew Berman</strong>
214+
By <strong>Matthew Berman</strong>
215215
</p>
216216
<div class="share-actions" aria-label="Share this loop">
217217
<button

site/loops/accessibility-repair-loop/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@
211211
<h1>The accessibility repair loop</h1>
212212
<p class="detail-lede">An accessibility review that confirms barriers against an agreed standard, fixes the issue with the greatest user impact, and repeats the same checks.</p>
213213
<p class="detail-byline">
214-
Contributed by <strong>Eric Lott</strong>
214+
By <strong>Eric Lott</strong>
215215
</p>
216216
<div class="share-actions" aria-label="Share this loop">
217217
<button

site/loops/architecture-satisfaction-loop/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@
211211
<h1>The architecture satisfaction loop</h1>
212212
<p class="detail-lede">A bounded refactoring workflow that live-tests the system, runs an independent review, commits checkpoints, and records progress.</p>
213213
<p class="detail-byline">
214-
Contributed by <strong>Peter Steinberger</strong>
214+
By <strong>Peter Steinberger</strong>
215215
</p>
216216
<div class="share-actions" aria-label="Share this loop">
217217
<button

site/loops/artifact-to-skill-loop/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@
211211
<h1>The artifact-to-skill loop</h1>
212212
<p class="detail-lede">A reusable workflow for turning one proven artifact into a transferable skill, playbook, or procedure and validating it on a second case.</p>
213213
<p class="detail-byline">
214-
Contributed by <strong>Hiten Shah (@hnshah)</strong>
214+
By <strong>Hiten Shah (@hnshah)</strong>
215215
</p>
216216
<div class="share-actions" aria-label="Share this loop">
217217
<button

site/loops/autonomy-loop/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@
211211
<h1>The autonomy-loop builder-reviewer loop</h1>
212212
<p class="detail-lede">An autonomy-loop workflow in which a builder and adversarial reviewer pass a git baton between worktrees and prove each new test can catch its fix.</p>
213213
<p class="detail-byline">
214-
Contributed by <strong>@inferencegod</strong>
214+
By <strong>@inferencegod</strong>
215215
</p>
216216
<div class="share-actions" aria-label="Share this loop">
217217
<button

site/loops/axelrod-subagent-arena-loop/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@
211211
<h1>The Axelrod subagent arena loop</h1>
212212
<p class="detail-lede">A controlled tournament where two reasoning AI agents repeatedly choose to cooperate or defect, then are compared with players that always make one choice.</p>
213213
<p class="detail-byline">
214-
Contributed by <strong>Kan Yuenyong (@sikkha)</strong>
214+
By <strong>Kan Yuenyong (@sikkha)</strong>
215215
</p>
216216
<div class="share-actions" aria-label="Share this loop">
217217
<button

site/loops/boeing-747-benchmark/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@
211211
<h1>The Boeing 747 benchmark</h1>
212212
<p class="detail-lede">A vision benchmark in which an agent builds a Boeing 747 from Three.js primitives, renders nine repeatable angles, and fixes what each view reveals.</p>
213213
<p class="detail-byline">
214-
Contributed by <strong>@victormustar</strong>
214+
By <strong>@victormustar</strong>
215215
</p>
216216
<div class="share-actions" aria-label="Share this loop">
217217
<button

site/loops/clodex-adversarial-review-loop/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@
211211
<h1>The Clodex adversarial-review loop</h1>
212212
<p class="detail-lede">A Claude-and-Codex workflow that opens a pull request, runs an independent Codex review, fixes blocking findings, and repeats.</p>
213213
<p class="detail-byline">
214-
Contributed by <strong>Lukas Kucinski</strong>
214+
By <strong>Lukas Kucinski</strong>
215215
</p>
216216
<div class="share-actions" aria-label="Share this loop">
217217
<button

0 commit comments

Comments
 (0)