From 0401a831b78e7e7b50b28dd602f43bb12c75e72a Mon Sep 17 00:00:00 2001 From: Keysat Date: Tue, 16 Jun 2026 16:37:54 -0500 Subject: [PATCH] Document read-only on-box verification via start-cli Record the installed-version / package logs / attach+sqlite3 commands used to verify ALTERs and persisted data on the box, so future sessions verify directly instead of deferring to the StartOS web UI. --- AGENTS.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/AGENTS.md b/AGENTS.md index e98f726..f364a46 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -63,6 +63,11 @@ Build/sideload the s9pk (from `start9/0.4/`): `make x86` then `make install`. Ta Both `install` and `publish` read host/registry config from `~/.startos/config.yaml`, which is **not in the repo** — verify against the live setup, not from a checkout. +**Verify on-box state read-only via `start-cli`** (the same host config) instead of punting to the StartOS web UI — used this way to confirm the 1.2.0:4/:5 ALTERs and a persisted set: +- `start-cli package installed-version proof-of-work` — what version the box actually runs. +- `start-cli package logs proof-of-work --limit N | grep -iE "adding missing column|as nextjs|error"` — confirms boot ALTERs ran (each logs once) and the non-root launch. +- `start-cli package attach proof-of-work -- sqlite3 /data/app.db "