Files
flex-auth/internal/decision/doc.go
tegwick 54984585e3
Some checks failed
CI / Build and Test (push) Has been cancelled
CI / Lint (push) Has been cancelled
Implement deterministic check APIs
2026-05-17 05:38:57 +02:00

11 lines
444 B
Go

// Package decision implements check, batch_check, list_allowed, and explain on
// top of the registry and policy packages.
//
// Decision envelopes carry effect, reason, matched policy version,
// matched rule, resource metadata, subject metadata, obligations,
// diagnostics, and provenance. Envelopes are identical for local and
// delegated evaluation per ADR-003.
//
// list_allowed and explain land in FLEX-WP-0002 P2.5.
package decision