Guides
Launch (marketing)
Everything needed before the LinkedIn / Hacker News drop. This is the marketing side of a launch — visual assets, demo, social links.
Launch Plan — radioactive-ralph
Everything needed before the LinkedIn / Hacker News drop. This is the marketing side of a launch — visual assets, demo, social links.
- Release-engineering checklist (tag, package, smoke, rollback):
launch/release-checklist - Operator runbooks (install, auth, service, troubleshooting):
runbooks/
Checklist
Visual assets
- Hero image relocated to
assets/brand/ralph-mascot.png - Social preview uploaded (
assets/social-preview.png) - Demo GIF recorded (
assets/demo.gif) - Architecture diagram SVG (
assets/architecture.svg)
Documentation and packaging
- Root README stabilized for GitHub + package-manager install guidance
- Docs realigned to the supervisor + dumb-client architecture
- Docs publishing split from release automation
-
brew install --cask radioactive-ralphtested from a clean machine
Demo verification
- On macOS/Linux,
radioactive_ralph service installlaunches the user-service supervisor cleanly with its configured service environment - On native Windows,
$env:RALPH_MAX_PARALLEL = "N"; radioactive_ralph --supervisorlaunches the foreground control plane;radioactive_ralphconnects as its client, and no SCM install/start path is claimed - In WSL2, the Linux
systemd --userservice launches provider-backed execution cleanly -
radioactive_ralph --initregisters a fresh project in the user-level database -
radioactive_ralph(client) renders the read-only TUI against a live supervisor -
radioactive_ralph doctorbehaves cleanly on empty state
