Installation
npx skills add https://github.com/getcolors/wavehouse --skill package-wavehouse-greenSKILL.md
WaveHouse demo with Green
Operate one WaveHouse demo deployment from non-secret colors.yml. Read
references/configuration.md before changing
configuration or running a lifecycle operation.
The demo serves the WaveHouse stats dashboard (the upstream project's own dogfooding page) for the configured GitHub repository: history is backfilled from the GitHub API at create time and a 60-second poller keeps the live feed streaming over SSE.
Safety
- Keep credentials in gitignored
.envrc.privateasCOLORS_PAR_*variables. - Never set
COLORS_PAR_PROFILEor edit/commit.colors/. - Keep
compute-prevent-destroy: true; deletion requires separate explicit authorization and a one-run environment override. - Build and dry-run before a real create.
- Only Caddy 80/443 and key-only SSH are public; the gateway's operator key is generated on the server and never leaves it.
./green build
./green create --dry-run
./green create
Real create ends with public HTTPS health, dashboard, and backfilled-data acceptance checks.