Skip to content

Commit d48ac01

Browse files
authored
Merge pull request #58 from Forward-Future/codex/remove-agent-guide
[codex] Remove agent guide promo link
2 parents 5fbdee5 + 9e22581 commit d48ac01

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

scripts/check.mjs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -916,6 +916,11 @@ assert(
916916
assert(html.includes("Use Loop Library in your coding agent."));
917917
assert(html.includes('href="./agents/"'));
918918
assert(html.includes("Send an agent to the live guide"));
919+
const skillPromoHtml = html.slice(
920+
html.indexOf('id="agent-skill"'),
921+
html.indexOf("</section>", html.indexOf('id="agent-skill"')),
922+
);
923+
assert(!skillPromoHtml.includes("Agent guide"));
919924
assert(
920925
html.includes(
921926
"npx skills add Forward-Future/loop-library --skill loop-library",

site/index.html

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -618,9 +618,6 @@ <h2 id="agent-skill-title">
618618
-g</code
619619
>
620620
<div class="skill-action-row">
621-
<a class="skill-github-link" href="./agents/">
622-
Agent guide
623-
</a>
624621
<button
625622
class="skill-copy-button"
626623
type="button"

0 commit comments

Comments
 (0)