Handoff: capture install-verify gotcha + config-placement convention

Docs-only: packaging guide notes start-cli install is silent on success (verify
with installed-version/logs); AGENTS.md adds the operational-toggles-in-the-admin-
panel convention and tightens the digest Current state.
This commit is contained in:
Keysat
2026-06-15 22:48:27 -05:00
parent 6677aab11d
commit 5cda84a7c0
2 changed files with 8 additions and 2 deletions
+5
View File
@@ -28,4 +28,9 @@ start-cli package install -s ten-database_x86_64.s9pk # target host = $START9_
```
- `$START9_BOX_HOST` resolves from your local `start-cli` context config — the real hostname is **not** in this repo.
- **`install` prints nothing on success** (an empty log is normal, not a failure — and `${PIPESTATUS}` is a bash-ism, empty under this repo's zsh). Verify the deploy instead with:
```bash
start-cli package installed-version ten-database # expect the version you just built
start-cli package logs ten-database --limit 60 # expect server up on :8080 + a clean migration chain
```
- **Get explicit user authorization before any production deploy/install.** Verify a new migration against a **copy** of `data/crm.db` first, never the box's DB.