Single-page editorial site for the ClawSweeper maintenance bot. Static HTML + CSS, deploys cleanly via `vercel` with no build step. - Hero: plate masthead, italic Fraunces display title, serif lede - Two operating lanes (issue/PR sweeper, commit sweeper) with mono path snippets - Numbered guardrails list, apparatus grid, currently-under-watch repos - Dark abyssal palette with single warm-amber accent, hairline rules, SVG film-grain overlay, staggered hero page-load motion, reduced-motion respected - Mobile-responsive (two lanes collapse to stacked)
17 lines
449 B
JSON
17 lines
449 B
JSON
{
|
|
"name": "clawsweeper-bot",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"description": "Landing page for ClawSweeper — the conservative maintenance bot for OpenClaw repositories.",
|
|
"homepage": "https://clawsweeper.bot",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/openclaw/clawsweeper"
|
|
},
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"dev": "python3 -m http.server 4321",
|
|
"preview": "python3 -m http.server 4321"
|
|
}
|
|
}
|