From c614e56d2a3ec79a9132601da6b5b358bc46a99e Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Thu, 30 Apr 2026 02:37:01 +0100 Subject: [PATCH] feat: crustacean character + repo readme - Hero: minimal top-down crab silhouette in amber line-art, joins the staggered hero rise sequence; subtle hover scale on the group - Favicon: crab silhouette replaces letter mark - Footer: 'cleanup crab on the OpenClaw seafloor' replaces 'quiet member of the OpenClaw family' - Add README pointing to the openclaw/clawsweeper bot source --- README.md | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ index.html | 23 +++++++++++++++++++++-- style.css | 31 ++++++++++++++++++++++++++----- 3 files changed, 96 insertions(+), 7 deletions(-) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..3358f7c --- /dev/null +++ b/README.md @@ -0,0 +1,49 @@ +# clawsweeper.bot + +The landing page for **[ClawSweeper](https://github.com/openclaw/clawsweeper)** — +the cleanup crab of OpenClaw. ClawSweeper scans every open issue and pull +request weekly, writes one durable review comment per item, and proposes a +close only when the evidence is strong. + +→ + +## What's here + +A single-page editorial site. Static HTML and CSS — no build step, no +JavaScript runtime, no analytics. Deploys directly to Vercel. + +| File | Purpose | +|----------------|----------------------------------------------------------| +| `index.html` | Page markup | +| `style.css` | Abyssal archival theme, hairline rules, hero motion | +| `vercel.json` | Clean URLs, security headers, cache policy | +| `package.json` | Tiny manifest with a `python3 -m http.server` dev script | + +## Local preview + +```bash +pnpm dev +# or +python3 -m http.server 4321 +``` + +Then open . + +## Deploy + +This repo is wired to a Vercel project under the `amantus` team. Production +deploys flow from `main`; nothing else is needed. + +```bash +vercel --prod --scope amantus +``` + +## Sibling repos + +- **ClawSweeper** (the bot itself) — +- **OpenClaw** — · +- **ClawHub** — · + +## License + +MIT — see [`LICENSE`](./LICENSE). diff --git a/index.html b/index.html index 970efc1..4f5d592 100644 --- a/index.html +++ b/index.html @@ -13,7 +13,7 @@ - + @@ -32,6 +32,25 @@
+ +