Architecture Diagram

Live Tooling Loop

This is the compact map of how the three public tools fit into the same operating model. They solve different problems, but they all reduce the chance that silent drift becomes accepted system state.

Developer Intent commit, run, ship shell-guard repo state guardrails godot-secrets-scan pre-staging privacy checks state-sentinel runtime health + determinism Operator accept, fix, retry feedback loop: corrected state becomes the next safe baseline

Interpretation

`shell-guard` reduces obvious local repository mistakes. `godot-secrets-scan` reduces privacy and secret exposure before a commit path hardens. `state-sentinel` audits what happens after the system runs. Together they cover intent, input hygiene, and runtime sanity.

Back to Architecture.