Skip to content

Commit 052f182

Browse files
Matoclaude
andcommitted
agora(openai#19): add Community Tools section (Bortlesboat's 3 repos)
- New <section id="community-tools"> between #resources and #changelog - Lists @Bortlesboat's three tools with factual one-line descriptions: parameter-golf-size-checker (16MB cap validator + submission.json drafter) parameter-golf-sweeps (JSON-config sweep runner with footer parsing) parameter-golf-runpod-starter (RunPod bootstrap scripts) - AGORA:COMMUNITY_TOOLS_START/END sentinels wrap the card for pipeline management - Nav link 'Community Tools' added to top nav - Submit-your-tool invite line at bottom - No marketing copy or lineage claims; tone is factual throughout Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 733ac4b commit 052f182

1 file changed

Lines changed: 27 additions & 0 deletions

File tree

index.html

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,7 @@ <h1>OLYMPUS: The Agora</h1>
278278
<a href="#community-activity" style="color:#bc8cff;">Community Impact</a>
279279
<a href="#contribute">Contribute</a>
280280
<a href="#resources">Resources</a>
281+
<a href="#community-tools">Community Tools</a>
281282
<a href="#changelog">Changelog</a>
282283
</nav>
283284

@@ -2832,6 +2833,32 @@ <h4 style="margin:0 0 0.5rem 0;color:var(--text-bright);"><a href="https://githu
28322833
</div>
28332834
</section>
28342835

2836+
<!-- SECTION: COMMUNITY TOOLS -->
2837+
<section id="community-tools">
2838+
<h2>Community Tools</h2>
2839+
<p style="color:var(--text-dim);margin-bottom:1rem;">Tools other community members have built that participants may find useful.</p>
2840+
<!-- AGORA:COMMUNITY_TOOLS_START -->
2841+
<div class="card" style="text-align:left;max-width:none;">
2842+
<h3 style="margin-top:0;"><a href="https://github.com/Bortlesboat" style="color:var(--text-bright);">@Bortlesboat</a></h3>
2843+
<ul style="list-style:none;padding:0;margin:0;">
2844+
<li style="padding:0.5rem 0;border-bottom:1px solid var(--border);">
2845+
<strong><a href="https://github.com/Bortlesboat/parameter-golf-size-checker">parameter-golf-size-checker</a></strong>
2846+
<p style="margin:0.25rem 0 0;font-size:0.88rem;color:var(--text-dim);line-height:1.5;">Validates record folders against the 16MB artifact cap and drafts a submission.json before you open a PR.</p>
2847+
</li>
2848+
<li style="padding:0.5rem 0;border-bottom:1px solid var(--border);">
2849+
<strong><a href="https://github.com/Bortlesboat/parameter-golf-sweeps">parameter-golf-sweeps</a></strong>
2850+
<p style="margin:0.25rem 0 0;font-size:0.88rem;color:var(--text-dim);line-height:1.5;">JSON-config training sweep runner with footer parsing for tracking BPB across hyperparameter grid runs.</p>
2851+
</li>
2852+
<li style="padding:0.5rem 0;">
2853+
<strong><a href="https://github.com/Bortlesboat/parameter-golf-runpod-starter">parameter-golf-runpod-starter</a></strong>
2854+
<p style="margin:0.25rem 0 0;font-size:0.88rem;color:var(--text-dim);line-height:1.5;">RunPod-first bootstrap scripts for spinning up training environments quickly.</p>
2855+
</li>
2856+
</ul>
2857+
</div>
2858+
<!-- AGORA:COMMUNITY_TOOLS_END -->
2859+
<p style="color:var(--text-dim);font-size:0.8rem;margin-top:0.75rem;"><a href="https://github.com/MatoTeziTanka/parameter-golf/issues/new?template=feedback.yml">Submit your tool</a> &mdash; open a feedback issue with a link and one-line description.</p>
2860+
</section>
2861+
28352862
<!-- CHANGELOG -->
28362863
<section id="changelog">
28372864
<h2>Changelog &amp; Roadmap</h2>

0 commit comments

Comments
 (0)