Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions scripts/build-loop-pages.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -339,11 +339,11 @@ function renderLoopPage(loop) {
<link rel="alternate" type="text/plain" title="${escapeHtml(site.name)} plain-text catalog" href="${escapeHtml(site.baseUrl)}catalog.txt" />
<link rel="help" href="${escapeHtml(site.baseUrl)}agents/" />
<link rel="icon" type="image/png" href="../../assets/favicon.png" />
<link rel="stylesheet" href="../../styles.css?v=20260620-newest-first" />
<link rel="stylesheet" href="../../styles.css?v=20260621-author-byline" />
<script type="application/ld+json">
${structuredData(loop)}
</script>
<script src="../../script.js?v=20260620-newest-first" defer></script>
<script src="../../script.js?v=20260621-author-byline" defer></script>
<title>${escapeHtml(loop.seoTitle)}</title>
</head>
<body>
Expand Down
16 changes: 8 additions & 8 deletions scripts/check.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -593,8 +593,8 @@ for (const [index, loop] of loops.entries()) {
),
);
assert(page.includes(`rel="help" href="${siteMeta.baseUrl}agents/"`));
assert(page.includes("../../styles.css?v=20260620-newest-first"));
assert(page.includes("../../script.js?v=20260620-newest-first"));
assert(page.includes("../../styles.css?v=20260621-author-byline"));
assert(page.includes("../../script.js?v=20260621-author-byline"));
assert(page.includes(`<meta property="og:image" content="${imageUrl}"`));
assert(page.includes(`<meta property="og:image:secure_url" content="${imageUrl}"`));
assert(page.includes(`<meta property="og:image:type" content="${siteMeta.socialImageMimeType}"`));
Expand Down Expand Up @@ -869,8 +869,8 @@ assert(!html.includes('data-type='));
assert(!html.includes('class="cell-type"'));
assert(!html.includes("type-badge"));
assert(!html.includes('<th scope="col">Type</th>'));
assert(html.includes("./styles.css?v=20260620-newest-first"));
assert(html.includes("./script.js?v=20260620-newest-first"));
assert(html.includes("./styles.css?v=20260621-author-byline"));
assert(html.includes("./script.js?v=20260621-author-byline"));
assert(script.includes("const publishedDifference = b.dataset.published.localeCompare("));
assert(script.includes("return loopRowPositions.get(b) - loopRowPositions.get(a);"));
const homepagePostText =
Expand Down Expand Up @@ -933,8 +933,8 @@ assert.equal(
(learnHtml.match(/href="https:\/\/here\.now\/r\/signals"/g) || []).length,
2,
);
assert(learnHtml.includes("../styles.css?v=20260620-newest-first"));
assert(learnHtml.includes("../script.js?v=20260620-newest-first"));
assert(learnHtml.includes("../styles.css?v=20260621-author-byline"));
assert(learnHtml.includes("../script.js?v=20260621-author-byline"));
assert(learnHtml.includes("How agent loops work"));
assert(learnHtml.includes('<meta name="robots" content="index, follow"'));
assert(learnHtml.includes("What makes a loop useful"));
Expand Down Expand Up @@ -982,8 +982,8 @@ assert(agentHtml.includes("npx skills add Forward-Future/loop-library --skill lo
assert(agentHtml.includes('<meta name="robots" content="index, follow"'));
assert(agentHtml.includes(`href="${siteMeta.baseUrl}catalog.json"`));
assert(agentHtml.includes(`href="${siteMeta.baseUrl}llms.txt"`));
assert(agentHtml.includes("../styles.css?v=20260620-newest-first"));
assert(agentHtml.includes("../script.js?v=20260620-newest-first"));
assert(agentHtml.includes("../styles.css?v=20260621-author-byline"));
assert(agentHtml.includes("../script.js?v=20260621-author-byline"));
assert(html.includes("Repeatable AI Agent Workflows"));
assert(html.includes('rel="sitemap"'));
assert(html.includes(`href="${siteMeta.baseUrl}catalog.json"`));
Expand Down
4 changes: 2 additions & 2 deletions site/agents/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@
href="https://signals.forwardfuture.ai/loop-library/catalog.txt"
/>
<link rel="icon" type="image/png" href="../assets/favicon.png" />
<link rel="stylesheet" href="../styles.css?v=20260620-newest-first" />
<script src="../script.js?v=20260620-newest-first" defer></script>
<link rel="stylesheet" href="../styles.css?v=20260621-author-byline" />
<script src="../script.js?v=20260621-author-byline" defer></script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
Expand Down
4 changes: 2 additions & 2 deletions site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
href="https://signals.forwardfuture.ai/loop-library/agents/"
/>
<link rel="icon" type="image/png" href="./assets/favicon.png" />
<link rel="stylesheet" href="./styles.css?v=20260620-newest-first" />
<link rel="stylesheet" href="./styles.css?v=20260621-author-byline" />
<script type="application/ld+json">
{
"@context": "https://schema.org",
Expand Down Expand Up @@ -493,7 +493,7 @@
]
}
</script>
<script src="./script.js?v=20260620-newest-first" defer></script>
<script src="./script.js?v=20260621-author-byline" defer></script>
<title>Loop Library: Repeatable AI Agent Workflows | Forward Future</title>
</head>
<body>
Expand Down
4 changes: 2 additions & 2 deletions site/learn/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@
href="https://signals.forwardfuture.ai/loop-library/agents/"
/>
<link rel="icon" type="image/png" href="../assets/favicon.png" />
<link rel="stylesheet" href="../styles.css?v=20260620-newest-first" />
<script src="../script.js?v=20260620-newest-first" defer></script>
<link rel="stylesheet" href="../styles.css?v=20260621-author-byline" />
<script src="../script.js?v=20260621-author-byline" defer></script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
Expand Down
4 changes: 2 additions & 2 deletions site/loops/100-percent-test-coverage-loop/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<link rel="alternate" type="text/plain" title="Loop Library plain-text catalog" href="https://signals.forwardfuture.ai/loop-library/catalog.txt" />
<link rel="help" href="https://signals.forwardfuture.ai/loop-library/agents/" />
<link rel="icon" type="image/png" href="../../assets/favicon.png" />
<link rel="stylesheet" href="../../styles.css?v=20260620-newest-first" />
<link rel="stylesheet" href="../../styles.css?v=20260621-author-byline" />
<script type="application/ld+json">
{
"@context": "https://schema.org",
Expand Down Expand Up @@ -132,7 +132,7 @@
]
}
</script>
<script src="../../script.js?v=20260620-newest-first" defer></script>
<script src="../../script.js?v=20260621-author-byline" defer></script>
<title>100% Test Coverage Loop for Coding Agents | Loop Library</title>
</head>
<body>
Expand Down
4 changes: 2 additions & 2 deletions site/loops/accessibility-repair-loop/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<link rel="alternate" type="text/plain" title="Loop Library plain-text catalog" href="https://signals.forwardfuture.ai/loop-library/catalog.txt" />
<link rel="help" href="https://signals.forwardfuture.ai/loop-library/agents/" />
<link rel="icon" type="image/png" href="../../assets/favicon.png" />
<link rel="stylesheet" href="../../styles.css?v=20260620-newest-first" />
<link rel="stylesheet" href="../../styles.css?v=20260621-author-byline" />
<script type="application/ld+json">
{
"@context": "https://schema.org",
Expand Down Expand Up @@ -132,7 +132,7 @@
]
}
</script>
<script src="../../script.js?v=20260620-newest-first" defer></script>
<script src="../../script.js?v=20260621-author-byline" defer></script>
<title>Accessibility Repair Loop | Loop Library</title>
</head>
<body>
Expand Down
4 changes: 2 additions & 2 deletions site/loops/architecture-satisfaction-loop/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<link rel="alternate" type="text/plain" title="Loop Library plain-text catalog" href="https://signals.forwardfuture.ai/loop-library/catalog.txt" />
<link rel="help" href="https://signals.forwardfuture.ai/loop-library/agents/" />
<link rel="icon" type="image/png" href="../../assets/favicon.png" />
<link rel="stylesheet" href="../../styles.css?v=20260620-newest-first" />
<link rel="stylesheet" href="../../styles.css?v=20260621-author-byline" />
<script type="application/ld+json">
{
"@context": "https://schema.org",
Expand Down Expand Up @@ -132,7 +132,7 @@
]
}
</script>
<script src="../../script.js?v=20260620-newest-first" defer></script>
<script src="../../script.js?v=20260621-author-byline" defer></script>
<title>Architecture Refactoring Loop for Coding Agents | Loop Library</title>
</head>
<body>
Expand Down
4 changes: 2 additions & 2 deletions site/loops/artifact-to-skill-loop/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<link rel="alternate" type="text/plain" title="Loop Library plain-text catalog" href="https://signals.forwardfuture.ai/loop-library/catalog.txt" />
<link rel="help" href="https://signals.forwardfuture.ai/loop-library/agents/" />
<link rel="icon" type="image/png" href="../../assets/favicon.png" />
<link rel="stylesheet" href="../../styles.css?v=20260620-newest-first" />
<link rel="stylesheet" href="../../styles.css?v=20260621-author-byline" />
<script type="application/ld+json">
{
"@context": "https://schema.org",
Expand Down Expand Up @@ -132,7 +132,7 @@
]
}
</script>
<script src="../../script.js?v=20260620-newest-first" defer></script>
<script src="../../script.js?v=20260621-author-byline" defer></script>
<title>Artifact-to-Skill Extraction Loop | Loop Library</title>
</head>
<body>
Expand Down
4 changes: 2 additions & 2 deletions site/loops/autonomy-loop/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<link rel="alternate" type="text/plain" title="Loop Library plain-text catalog" href="https://signals.forwardfuture.ai/loop-library/catalog.txt" />
<link rel="help" href="https://signals.forwardfuture.ai/loop-library/agents/" />
<link rel="icon" type="image/png" href="../../assets/favicon.png" />
<link rel="stylesheet" href="../../styles.css?v=20260620-newest-first" />
<link rel="stylesheet" href="../../styles.css?v=20260621-author-byline" />
<script type="application/ld+json">
{
"@context": "https://schema.org",
Expand Down Expand Up @@ -132,7 +132,7 @@
]
}
</script>
<script src="../../script.js?v=20260620-newest-first" defer></script>
<script src="../../script.js?v=20260621-author-byline" defer></script>
<title>autonomy-loop Builder-Reviewer Workflow | Loop Library</title>
</head>
<body>
Expand Down
4 changes: 2 additions & 2 deletions site/loops/axelrod-subagent-arena-loop/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<link rel="alternate" type="text/plain" title="Loop Library plain-text catalog" href="https://signals.forwardfuture.ai/loop-library/catalog.txt" />
<link rel="help" href="https://signals.forwardfuture.ai/loop-library/agents/" />
<link rel="icon" type="image/png" href="../../assets/favicon.png" />
<link rel="stylesheet" href="../../styles.css?v=20260620-newest-first" />
<link rel="stylesheet" href="../../styles.css?v=20260621-author-byline" />
<script type="application/ld+json">
{
"@context": "https://schema.org",
Expand Down Expand Up @@ -132,7 +132,7 @@
]
}
</script>
<script src="../../script.js?v=20260620-newest-first" defer></script>
<script src="../../script.js?v=20260621-author-byline" defer></script>
<title>Axelrod Subagent Arena Benchmark | Loop Library</title>
</head>
<body>
Expand Down
4 changes: 2 additions & 2 deletions site/loops/boeing-747-benchmark/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<link rel="alternate" type="text/plain" title="Loop Library plain-text catalog" href="https://signals.forwardfuture.ai/loop-library/catalog.txt" />
<link rel="help" href="https://signals.forwardfuture.ai/loop-library/agents/" />
<link rel="icon" type="image/png" href="../../assets/favicon.png" />
<link rel="stylesheet" href="../../styles.css?v=20260620-newest-first" />
<link rel="stylesheet" href="../../styles.css?v=20260621-author-byline" />
<script type="application/ld+json">
{
"@context": "https://schema.org",
Expand Down Expand Up @@ -132,7 +132,7 @@
]
}
</script>
<script src="../../script.js?v=20260620-newest-first" defer></script>
<script src="../../script.js?v=20260621-author-byline" defer></script>
<title>Boeing 747 Three.js Vision Benchmark | Loop Library</title>
</head>
<body>
Expand Down
4 changes: 2 additions & 2 deletions site/loops/clodex-adversarial-review-loop/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<link rel="alternate" type="text/plain" title="Loop Library plain-text catalog" href="https://signals.forwardfuture.ai/loop-library/catalog.txt" />
<link rel="help" href="https://signals.forwardfuture.ai/loop-library/agents/" />
<link rel="icon" type="image/png" href="../../assets/favicon.png" />
<link rel="stylesheet" href="../../styles.css?v=20260620-newest-first" />
<link rel="stylesheet" href="../../styles.css?v=20260621-author-byline" />
<script type="application/ld+json">
{
"@context": "https://schema.org",
Expand Down Expand Up @@ -132,7 +132,7 @@
]
}
</script>
<script src="../../script.js?v=20260620-newest-first" defer></script>
<script src="../../script.js?v=20260621-author-byline" defer></script>
<title>Clodex Adversarial Code Review Loop | Loop Library</title>
</head>
<body>
Expand Down
4 changes: 2 additions & 2 deletions site/loops/codex-completion-contract-loop/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<link rel="alternate" type="text/plain" title="Loop Library plain-text catalog" href="https://signals.forwardfuture.ai/loop-library/catalog.txt" />
<link rel="help" href="https://signals.forwardfuture.ai/loop-library/agents/" />
<link rel="icon" type="image/png" href="../../assets/favicon.png" />
<link rel="stylesheet" href="../../styles.css?v=20260620-newest-first" />
<link rel="stylesheet" href="../../styles.css?v=20260621-author-byline" />
<script type="application/ld+json">
{
"@context": "https://schema.org",
Expand Down Expand Up @@ -132,7 +132,7 @@
]
}
</script>
<script src="../../script.js?v=20260620-newest-first" defer></script>
<script src="../../script.js?v=20260621-author-byline" defer></script>
<title>Codex Completion Contract and Evidence Loop | Loop Library</title>
</head>
<body>
Expand Down
4 changes: 2 additions & 2 deletions site/loops/cold-load-trimmer-loop/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<link rel="alternate" type="text/plain" title="Loop Library plain-text catalog" href="https://signals.forwardfuture.ai/loop-library/catalog.txt" />
<link rel="help" href="https://signals.forwardfuture.ai/loop-library/agents/" />
<link rel="icon" type="image/png" href="../../assets/favicon.png" />
<link rel="stylesheet" href="../../styles.css?v=20260620-newest-first" />
<link rel="stylesheet" href="../../styles.css?v=20260621-author-byline" />
<script type="application/ld+json">
{
"@context": "https://schema.org",
Expand Down Expand Up @@ -132,7 +132,7 @@
]
}
</script>
<script src="../../script.js?v=20260620-newest-first" defer></script>
<script src="../../script.js?v=20260621-author-byline" defer></script>
<title>Cold-Load Byte Reduction Loop | Loop Library</title>
</head>
<body>
Expand Down
4 changes: 2 additions & 2 deletions site/loops/customer-ai-deployment-loop/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<link rel="alternate" type="text/plain" title="Loop Library plain-text catalog" href="https://signals.forwardfuture.ai/loop-library/catalog.txt" />
<link rel="help" href="https://signals.forwardfuture.ai/loop-library/agents/" />
<link rel="icon" type="image/png" href="../../assets/favicon.png" />
<link rel="stylesheet" href="../../styles.css?v=20260620-newest-first" />
<link rel="stylesheet" href="../../styles.css?v=20260621-author-byline" />
<script type="application/ld+json">
{
"@context": "https://schema.org",
Expand Down Expand Up @@ -132,7 +132,7 @@
]
}
</script>
<script src="../../script.js?v=20260620-newest-first" defer></script>
<script src="../../script.js?v=20260621-author-byline" defer></script>
<title>Customer AI Deployment Loop | Loop Library</title>
</head>
<body>
Expand Down
4 changes: 2 additions & 2 deletions site/loops/devils-advocate-design-loop/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<link rel="alternate" type="text/plain" title="Loop Library plain-text catalog" href="https://signals.forwardfuture.ai/loop-library/catalog.txt" />
<link rel="help" href="https://signals.forwardfuture.ai/loop-library/agents/" />
<link rel="icon" type="image/png" href="../../assets/favicon.png" />
<link rel="stylesheet" href="../../styles.css?v=20260620-newest-first" />
<link rel="stylesheet" href="../../styles.css?v=20260621-author-byline" />
<script type="application/ld+json">
{
"@context": "https://schema.org",
Expand Down Expand Up @@ -132,7 +132,7 @@
]
}
</script>
<script src="../../script.js?v=20260620-newest-first" defer></script>
<script src="../../script.js?v=20260621-author-byline" defer></script>
<title>Devil&#39;s-Advocate Design Review Loop | Loop Library</title>
</head>
<body>
Expand Down
4 changes: 2 additions & 2 deletions site/loops/easy-onboarding-loop/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<link rel="alternate" type="text/plain" title="Loop Library plain-text catalog" href="https://signals.forwardfuture.ai/loop-library/catalog.txt" />
<link rel="help" href="https://signals.forwardfuture.ai/loop-library/agents/" />
<link rel="icon" type="image/png" href="../../assets/favicon.png" />
<link rel="stylesheet" href="../../styles.css?v=20260620-newest-first" />
<link rel="stylesheet" href="../../styles.css?v=20260621-author-byline" />
<script type="application/ld+json">
{
"@context": "https://schema.org",
Expand Down Expand Up @@ -132,7 +132,7 @@
]
}
</script>
<script src="../../script.js?v=20260620-newest-first" defer></script>
<script src="../../script.js?v=20260621-author-byline" defer></script>
<title>Fresh-State Onboarding Improvement Loop | Loop Library</title>
</head>
<body>
Expand Down
4 changes: 2 additions & 2 deletions site/loops/exhaustive-logging-coverage-loop/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<link rel="alternate" type="text/plain" title="Loop Library plain-text catalog" href="https://signals.forwardfuture.ai/loop-library/catalog.txt" />
<link rel="help" href="https://signals.forwardfuture.ai/loop-library/agents/" />
<link rel="icon" type="image/png" href="../../assets/favicon.png" />
<link rel="stylesheet" href="../../styles.css?v=20260620-newest-first" />
<link rel="stylesheet" href="../../styles.css?v=20260621-author-byline" />
<script type="application/ld+json">
{
"@context": "https://schema.org",
Expand Down Expand Up @@ -132,7 +132,7 @@
]
}
</script>
<script src="../../script.js?v=20260620-newest-first" defer></script>
<script src="../../script.js?v=20260621-author-byline" defer></script>
<title>Logging Coverage Loop for Coding Agents | Loop Library</title>
</head>
<body>
Expand Down
4 changes: 2 additions & 2 deletions site/loops/five-minute-repository-maintainer-loop/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<link rel="alternate" type="text/plain" title="Loop Library plain-text catalog" href="https://signals.forwardfuture.ai/loop-library/catalog.txt" />
<link rel="help" href="https://signals.forwardfuture.ai/loop-library/agents/" />
<link rel="icon" type="image/png" href="../../assets/favicon.png" />
<link rel="stylesheet" href="../../styles.css?v=20260620-newest-first" />
<link rel="stylesheet" href="../../styles.css?v=20260621-author-byline" />
<script type="application/ld+json">
{
"@context": "https://schema.org",
Expand Down Expand Up @@ -132,7 +132,7 @@
]
}
</script>
<script src="../../script.js?v=20260620-newest-first" defer></script>
<script src="../../script.js?v=20260621-author-byline" defer></script>
<title>Five-Minute Repository Maintainer Loop | Loop Library</title>
</head>
<body>
Expand Down
4 changes: 2 additions & 2 deletions site/loops/fresh-clone-loop/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<link rel="alternate" type="text/plain" title="Loop Library plain-text catalog" href="https://signals.forwardfuture.ai/loop-library/catalog.txt" />
<link rel="help" href="https://signals.forwardfuture.ai/loop-library/agents/" />
<link rel="icon" type="image/png" href="../../assets/favicon.png" />
<link rel="stylesheet" href="../../styles.css?v=20260620-newest-first" />
<link rel="stylesheet" href="../../styles.css?v=20260621-author-byline" />
<script type="application/ld+json">
{
"@context": "https://schema.org",
Expand Down Expand Up @@ -132,7 +132,7 @@
]
}
</script>
<script src="../../script.js?v=20260620-newest-first" defer></script>
<script src="../../script.js?v=20260621-author-byline" defer></script>
<title>Fresh Clone README Verification Loop | Loop Library</title>
</head>
<body>
Expand Down
Loading
Loading