Notes
DATA PLATE
NOTES FRAME
These notes explain the boundary rules behind SimpleStates: what a signal can say, what it must not decide, and where application-owned enforcement begins.
Each note is tied to a common failure mode: unclear evidence, billing-state confusion, hidden denial logic, expiration misuse, or cross-signal composition.
INDEX
- Evidence Snapshots · StateMirrorWhy decision evidence should be recorded separately from the action itself.
- Billing Should Not Block Login · PlanSignalWhy plan or payment state should inform decisions without becoming identity.
- Negative Capabilities · DenySignalWhy explicit denial state is cleaner than buried application flags.
- Not Expired Is Not Authorized · ExpirySignalWhy temporal validity is only one fact, not an authorization decision.
- Signal Composition · Cross-signalHow multiple signals can be read together while outcomes remain application-owned.