diff --git a/.gitignore b/.gitignore index b52af9407..c2d6e36dd 100644 --- a/.gitignore +++ b/.gitignore @@ -38,6 +38,7 @@ pytest-full.xml # Local agent-generated skills (keep canonical copies under docs/) .claude/ +.agents/ /skills/ CLAUDE.md AGENTS.md diff --git a/RELEASE_NOTES_0.9.10.md b/RELEASE_NOTES_0.9.10.md new file mode 100644 index 000000000..e47817b06 --- /dev/null +++ b/RELEASE_NOTES_0.9.10.md @@ -0,0 +1,127 @@ +
+
+
Read the full token page → diff --git a/website/main.js b/website/main.js index daba58885..6a9ecafa8 100644 --- a/website/main.js +++ b/website/main.js @@ -158,8 +158,10 @@ async function loadReleases() { } container.innerHTML = releases.map(r => { - const fullHtml = renderMarkdownLight(r.body || 'No release notes.'); - const preview = getFirstParagraph(r.body || ''); + // Strip HTML image blocks (mascot etc.) from release notes + const body = (r.body || 'No release notes.').replace(/
]*>[\s\S]*?]*>[\s\S]*?<\/p>/gi, '').trim();
+ const fullHtml = renderMarkdownLight(body);
+ const preview = getFirstParagraph(body);
const previewHtml = renderMarkdownLight(preview);
const hasMore = (r.body || '').trim().length > preview.length + 10;
diff --git a/website/token.css b/website/token.css
index d959b2f16..5b3c926a7 100644
--- a/website/token.css
+++ b/website/token.css
@@ -141,11 +141,16 @@ body #details {
color: #fff;
}
-.status-soon {
+.status-active {
background: var(--amber);
color: #fff;
}
+.status-soon {
+ background: #999;
+ color: #fff;
+}
+
.initiative h3 {
font-family: var(--font-hand);
font-size: 1.6rem;
diff --git a/website/token.html b/website/token.html
index 55b6726e8..f1a72b4df 100644
--- a/website/token.html
+++ b/website/token.html
@@ -114,17 +114,36 @@
+ Desloppify is an agent harness that refactors and improves code quality. We're + reasonably confident it generally improves codebases — but we want to surface + the cases where it genuinely makes something worse. +
- The next challenge will change the format — less time-based, more focused on - who gets the objectively best response. Follow along on - Discord or - @peterom on X. + If Desloppify refactors your codebase and makes a demonstrably stupid decision — + an abstraction that degrades readability, a change that introduces fragility, a + refactor that makes the code harder to maintain — share your evidence and you + could claim $1,000. +
+Requirements
++ Codebase must be 10k+ lines. Run with Claude 4.5/Sonnet 4.6 or GPT-5.3/5.4. + Share your logs and code evidence. One submission per person. + Deadline: March 21st 23:59:59 UTC. +
+$1,000 in SOL to the winner
+