Skip to content

Commit 5ecb967

Browse files
authored
Merge pull request #55 from Forward-Future/codex/show-page-author-attribution
Bust cached detail page styles
2 parents 41294e6 + 7296ba8 commit 5ecb967

54 files changed

Lines changed: 114 additions & 114 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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -339,11 +339,11 @@ function renderLoopPage(loop) {
339339
<link rel="alternate" type="text/plain" title="${escapeHtml(site.name)} plain-text catalog" href="${escapeHtml(site.baseUrl)}catalog.txt" />
340340
<link rel="help" href="${escapeHtml(site.baseUrl)}agents/" />
341341
<link rel="icon" type="image/png" href="../../assets/favicon.png" />
342-
<link rel="stylesheet" href="../../styles.css?v=20260620-newest-first" />
342+
<link rel="stylesheet" href="../../styles.css?v=20260621-author-byline" />
343343
<script type="application/ld+json">
344344
${structuredData(loop)}
345345
</script>
346-
<script src="../../script.js?v=20260620-newest-first" defer></script>
346+
<script src="../../script.js?v=20260621-author-byline" defer></script>
347347
<title>${escapeHtml(loop.seoTitle)}</title>
348348
</head>
349349
<body>

scripts/check.mjs

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -593,8 +593,8 @@ for (const [index, loop] of loops.entries()) {
593593
),
594594
);
595595
assert(page.includes(`rel="help" href="${siteMeta.baseUrl}agents/"`));
596-
assert(page.includes("../../styles.css?v=20260620-newest-first"));
597-
assert(page.includes("../../script.js?v=20260620-newest-first"));
596+
assert(page.includes("../../styles.css?v=20260621-author-byline"));
597+
assert(page.includes("../../script.js?v=20260621-author-byline"));
598598
assert(page.includes(`<meta property="og:image" content="${imageUrl}"`));
599599
assert(page.includes(`<meta property="og:image:secure_url" content="${imageUrl}"`));
600600
assert(page.includes(`<meta property="og:image:type" content="${siteMeta.socialImageMimeType}"`));
@@ -869,8 +869,8 @@ assert(!html.includes('data-type='));
869869
assert(!html.includes('class="cell-type"'));
870870
assert(!html.includes("type-badge"));
871871
assert(!html.includes('<th scope="col">Type</th>'));
872-
assert(html.includes("./styles.css?v=20260620-newest-first"));
873-
assert(html.includes("./script.js?v=20260620-newest-first"));
872+
assert(html.includes("./styles.css?v=20260621-author-byline"));
873+
assert(html.includes("./script.js?v=20260621-author-byline"));
874874
assert(script.includes("const publishedDifference = b.dataset.published.localeCompare("));
875875
assert(script.includes("return loopRowPositions.get(b) - loopRowPositions.get(a);"));
876876
const homepagePostText =
@@ -933,8 +933,8 @@ assert.equal(
933933
(learnHtml.match(/href="https:\/\/here\.now\/r\/signals"/g) || []).length,
934934
2,
935935
);
936-
assert(learnHtml.includes("../styles.css?v=20260620-newest-first"));
937-
assert(learnHtml.includes("../script.js?v=20260620-newest-first"));
936+
assert(learnHtml.includes("../styles.css?v=20260621-author-byline"));
937+
assert(learnHtml.includes("../script.js?v=20260621-author-byline"));
938938
assert(learnHtml.includes("How agent loops work"));
939939
assert(learnHtml.includes('<meta name="robots" content="index, follow"'));
940940
assert(learnHtml.includes("What makes a loop useful"));
@@ -982,8 +982,8 @@ assert(agentHtml.includes("npx skills add Forward-Future/loop-library --skill lo
982982
assert(agentHtml.includes('<meta name="robots" content="index, follow"'));
983983
assert(agentHtml.includes(`href="${siteMeta.baseUrl}catalog.json"`));
984984
assert(agentHtml.includes(`href="${siteMeta.baseUrl}llms.txt"`));
985-
assert(agentHtml.includes("../styles.css?v=20260620-newest-first"));
986-
assert(agentHtml.includes("../script.js?v=20260620-newest-first"));
985+
assert(agentHtml.includes("../styles.css?v=20260621-author-byline"));
986+
assert(agentHtml.includes("../script.js?v=20260621-author-byline"));
987987
assert(html.includes("Repeatable AI Agent Workflows"));
988988
assert(html.includes('rel="sitemap"'));
989989
assert(html.includes(`href="${siteMeta.baseUrl}catalog.json"`));

site/agents/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@
7676
href="https://signals.forwardfuture.ai/loop-library/catalog.txt"
7777
/>
7878
<link rel="icon" type="image/png" href="../assets/favicon.png" />
79-
<link rel="stylesheet" href="../styles.css?v=20260620-newest-first" />
80-
<script src="../script.js?v=20260620-newest-first" defer></script>
79+
<link rel="stylesheet" href="../styles.css?v=20260621-author-byline" />
80+
<script src="../script.js?v=20260621-author-byline" defer></script>
8181
<script type="application/ld+json">
8282
{
8383
"@context": "https://schema.org",

site/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@
132132
href="https://signals.forwardfuture.ai/loop-library/agents/"
133133
/>
134134
<link rel="icon" type="image/png" href="./assets/favicon.png" />
135-
<link rel="stylesheet" href="./styles.css?v=20260620-newest-first" />
135+
<link rel="stylesheet" href="./styles.css?v=20260621-author-byline" />
136136
<script type="application/ld+json">
137137
{
138138
"@context": "https://schema.org",
@@ -493,7 +493,7 @@
493493
]
494494
}
495495
</script>
496-
<script src="./script.js?v=20260620-newest-first" defer></script>
496+
<script src="./script.js?v=20260621-author-byline" defer></script>
497497
<title>Loop Library: Repeatable AI Agent Workflows | Forward Future</title>
498498
</head>
499499
<body>

site/learn/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@
7474
href="https://signals.forwardfuture.ai/loop-library/agents/"
7575
/>
7676
<link rel="icon" type="image/png" href="../assets/favicon.png" />
77-
<link rel="stylesheet" href="../styles.css?v=20260620-newest-first" />
78-
<script src="../script.js?v=20260620-newest-first" defer></script>
77+
<link rel="stylesheet" href="../styles.css?v=20260621-author-byline" />
78+
<script src="../script.js?v=20260621-author-byline" defer></script>
7979
<script type="application/ld+json">
8080
{
8181
"@context": "https://schema.org",

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
<link rel="alternate" type="text/plain" title="Loop Library plain-text catalog" href="https://signals.forwardfuture.ai/loop-library/catalog.txt" />
6161
<link rel="help" href="https://signals.forwardfuture.ai/loop-library/agents/" />
6262
<link rel="icon" type="image/png" href="../../assets/favicon.png" />
63-
<link rel="stylesheet" href="../../styles.css?v=20260620-newest-first" />
63+
<link rel="stylesheet" href="../../styles.css?v=20260621-author-byline" />
6464
<script type="application/ld+json">
6565
{
6666
"@context": "https://schema.org",
@@ -132,7 +132,7 @@
132132
]
133133
}
134134
</script>
135-
<script src="../../script.js?v=20260620-newest-first" defer></script>
135+
<script src="../../script.js?v=20260621-author-byline" defer></script>
136136
<title>100% Test Coverage Loop for Coding Agents | Loop Library</title>
137137
</head>
138138
<body>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
<link rel="alternate" type="text/plain" title="Loop Library plain-text catalog" href="https://signals.forwardfuture.ai/loop-library/catalog.txt" />
6161
<link rel="help" href="https://signals.forwardfuture.ai/loop-library/agents/" />
6262
<link rel="icon" type="image/png" href="../../assets/favicon.png" />
63-
<link rel="stylesheet" href="../../styles.css?v=20260620-newest-first" />
63+
<link rel="stylesheet" href="../../styles.css?v=20260621-author-byline" />
6464
<script type="application/ld+json">
6565
{
6666
"@context": "https://schema.org",
@@ -132,7 +132,7 @@
132132
]
133133
}
134134
</script>
135-
<script src="../../script.js?v=20260620-newest-first" defer></script>
135+
<script src="../../script.js?v=20260621-author-byline" defer></script>
136136
<title>Accessibility Repair Loop | Loop Library</title>
137137
</head>
138138
<body>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
<link rel="alternate" type="text/plain" title="Loop Library plain-text catalog" href="https://signals.forwardfuture.ai/loop-library/catalog.txt" />
6161
<link rel="help" href="https://signals.forwardfuture.ai/loop-library/agents/" />
6262
<link rel="icon" type="image/png" href="../../assets/favicon.png" />
63-
<link rel="stylesheet" href="../../styles.css?v=20260620-newest-first" />
63+
<link rel="stylesheet" href="../../styles.css?v=20260621-author-byline" />
6464
<script type="application/ld+json">
6565
{
6666
"@context": "https://schema.org",
@@ -132,7 +132,7 @@
132132
]
133133
}
134134
</script>
135-
<script src="../../script.js?v=20260620-newest-first" defer></script>
135+
<script src="../../script.js?v=20260621-author-byline" defer></script>
136136
<title>Architecture Refactoring Loop for Coding Agents | Loop Library</title>
137137
</head>
138138
<body>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
<link rel="alternate" type="text/plain" title="Loop Library plain-text catalog" href="https://signals.forwardfuture.ai/loop-library/catalog.txt" />
6161
<link rel="help" href="https://signals.forwardfuture.ai/loop-library/agents/" />
6262
<link rel="icon" type="image/png" href="../../assets/favicon.png" />
63-
<link rel="stylesheet" href="../../styles.css?v=20260620-newest-first" />
63+
<link rel="stylesheet" href="../../styles.css?v=20260621-author-byline" />
6464
<script type="application/ld+json">
6565
{
6666
"@context": "https://schema.org",
@@ -132,7 +132,7 @@
132132
]
133133
}
134134
</script>
135-
<script src="../../script.js?v=20260620-newest-first" defer></script>
135+
<script src="../../script.js?v=20260621-author-byline" defer></script>
136136
<title>Artifact-to-Skill Extraction Loop | Loop Library</title>
137137
</head>
138138
<body>

site/loops/autonomy-loop/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
<link rel="alternate" type="text/plain" title="Loop Library plain-text catalog" href="https://signals.forwardfuture.ai/loop-library/catalog.txt" />
6161
<link rel="help" href="https://signals.forwardfuture.ai/loop-library/agents/" />
6262
<link rel="icon" type="image/png" href="../../assets/favicon.png" />
63-
<link rel="stylesheet" href="../../styles.css?v=20260620-newest-first" />
63+
<link rel="stylesheet" href="../../styles.css?v=20260621-author-byline" />
6464
<script type="application/ld+json">
6565
{
6666
"@context": "https://schema.org",
@@ -132,7 +132,7 @@
132132
]
133133
}
134134
</script>
135-
<script src="../../script.js?v=20260620-newest-first" defer></script>
135+
<script src="../../script.js?v=20260621-author-byline" defer></script>
136136
<title>autonomy-loop Builder-Reviewer Workflow | Loop Library</title>
137137
</head>
138138
<body>

0 commit comments

Comments
 (0)