Railiance application management wrapper for canned prompts. https://prompts.coulomb.social
Find a file
tegwick 90ebdb7e7d Fix the watcher verdict: grep -c exit status poisoned a clean result
Version 2 measured everything correctly — not_ready=0, query_failed=0, zero
503s — and still printed FAILED. grep -c exits 1 when it counts zero matches,
so the '|| echo "?"' guard appended a marker on top of the legitimate 0 and
the verdict test could never match.

Third defect in the same instrument. The verdict logic is now tested rather
than assumed: the counter was fed a matching and a non-matching line and
confirmed to return 1 and 0.

Worth noting which direction each failure pointed. This one erred toward alarm,
which is survivable. live-image-digest-match erred the other way and reported
success it had not established — that is the one that would have shipped.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Bjefh8NUiEiahN4JLwoSKM

Assistant: claude-code
Assistant-Model: opus
Assistant-Process: 388925@bnt-lap001
Assistant-Session: 3507023f-e0fd-4a1e-9d90-a0d4217d1502
2026-09-08 10:09:35 +02:00
declarations Correct a premature verified, and survive credential rotation 2026-09-08 09:01:10 +02:00
docs/evidence Fix the watcher verdict: grep -c exit status poisoned a clean result 2026-09-08 10:09:35 +02:00
manifests Correct a premature verified, and survive credential rotation 2026-09-08 09:01:10 +02:00
tools Fix the watcher verdict: grep -c exit status poisoned a clean result 2026-09-08 10:09:35 +02:00
workplans Correct a premature verified, and survive credential rotation 2026-09-08 09:01:10 +02:00
.custodian-brief.md chore(consistency): sync task status from DB [auto] 2026-09-08 09:01:23 +02:00
.gitignore Package canned-prompts for Railiance 2026-09-06 21:44:17 +02:00
.repo-classification.yaml Package canned-prompts for Railiance 2026-09-06 21:44:17 +02:00
AGENTS.md Package canned-prompts for Railiance 2026-09-06 21:44:17 +02:00
INTENT.md Package canned-prompts for Railiance 2026-09-06 21:44:17 +02:00
README.md Initial commit 2026-09-06 19:33:46 +00:00
SCOPE.md First deployment: verified on railiance01 2026-09-08 08:56:02 +02:00
WORK-RECORDS.md Fix the lease watcher, and record that three checks were themselves wrong 2026-09-08 09:48:06 +02:00

rapp-canned-prompts

Railiance application management wrapper for canned prompts.