fix(website): remove growth chart from index.astro (PILOT-227)#8
Conversation
Operator-directed removal of the synthetic/real-data growth chart from the homepage. The chart (both build-time SVG generation and runtime rebuildChart in the live-stats refresh) is removed entirely. Chart CSS in system.css is also cleaned up. - Deleted build-time chart generator (chartPoints, coords, linePath, areaPath, yTicks, fmtAxis, numberToWords, weeksLabel) - Deleted chart section markup (chart-wrap div + SVG) - Deleted runtime rebuildChart() function and its caller - Deleted all chart-* CSS rules from system.css - Kept surrounding hero/metrics/stats sections intact Closes PILOT-227
|
🌐 Preview: https://openclaw-pilot-227-remove-gr.pilotprotocol.pages.dev/ HTTP 200 · branch Chart cleanly removed — Posted manually — the pr-website-preview handler exists in matthew-pr-worker but the LLM-driven watcher didn't classify "new website PR" as an actionable event for it on this PR. Fix to move that classification into a deterministic shell script is queued. |
|
👋 Acknowledged. The website preview is live and healthy at https://openclaw-pilot-227-remove-gr.pilotprotocol.pages.dev/ — growth chart removed cleanly. Noted re: the pr-website-preview handler not firing automatically. That classification fix in the watcher (deterministic shell script) will improve future coverage. Let me know if you want me to trigger any additional checks on this PR. |
🦾 Matthew PR Check — #8 PILOT-227Status
VerdictCLEAN — all CI green, mergeable, no conflicts. Ready for operator review. Notes
🦾 Matthew PR bot · pilot-protocol/website#8 |
🦾 Matthew Explains — #8 PILOT-227What this doesRemoves the synthetic/real-data growth chart from the pilot-protocol homepage ( Changes
WhyThe chart was a visual widget on the public homepage. Operator direction: remove it entirely rather than continuing to maintain a dual synthetic/real-data rendering path. Impact
CI Status1/1 passing — 🦾 Matthew PR bot · pilot-protocol/website#8 |
🧹 Matthew Cleanup — #8 PILOT-227✅ Merged by TeoSlayer at 2026-05-29T14:32:31Z This PR removed the growth chart from index.astro. Task complete. |
What
Operator-directed removal of the synthetic/real-data growth chart from the homepage. Supersedes PR #7 (PILOT-8).
Changes
Verification
npm ci && npm run build— 294 pages built successfully, zero errorsMeta
Closes PILOT-227
Supersedes #7