Initialize governed Views module

This commit is contained in:
2026-07-28 21:04:44 +02:00
commit e14432db73
34 changed files with 6013 additions and 0 deletions

12
AGENTS.md Normal file
View File

@@ -0,0 +1,12 @@
# GovOPlaN Views Module
This repository owns view definitions, immutable revisions, scoped
assignments, effective resolution, and the Views administration UI.
- Keep generic surface contracts and shell filtering in `govoplan-core`.
- Keep authorization decisions in Access and governance limits in Policy.
- A View may hide an authorized surface, but must never grant access.
- Required assignments must pass server-side lockout validation.
- Do not import optional module implementations. Consume manifest surfaces and
platform capabilities.