mirror of
https://github.com/garrytan/gstack.git
synced 2026-09-14 08:59:01 +02:00
docs: list the memorable-recall sink among the fail-closed egress sinks
CLAUDE.md and ARCHITECTURE.md enumerate the receipt sinks that refuse to send when the ledger cannot be written; the Memorable bridge's per-prompt hand-off is pinned fail-closed in test/egress-receipt-wiring.test.ts but was missing from both lists. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Fable 5.1
parent
93769d2c9b
commit
73d1d77d60
@@ -251,7 +251,8 @@ send off the machine MUST write a hash-chained receipt to
|
||||
`writeReceipt` from `lib/egress-receipt.ts`; shell scripts source
|
||||
`bin/gstack-egress-lib.sh` and use `_receipted_curl` / `_receipted_git`. Failure
|
||||
polarity is per-class: fail-closed for sensitive sinks (brain-sync, memory-ingest,
|
||||
gbrain-sync, telemetry, ngrok tunnels, mcp-verify, supabase-provision), fail-open
|
||||
gbrain-sync, telemetry, ngrok tunnels, mcp-verify, supabase-provision, and the
|
||||
Memorable bridge's per-prompt memorable-recall hand-off), fail-open
|
||||
+ stderr warning for user-facing ones (design OpenAI calls, update-check,
|
||||
dashboards, git-class ops). The new-sink scanner in
|
||||
`test/egress-receipt-wiring.test.ts` fails CI on an unreceipted `curl` /
|
||||
|
||||
Reference in New Issue
Block a user