The boundary model already exists in CorePHP:
- RFC-004 (Entitlements): "can this workspace do this action?"
- RFC-003 (Config Channels): "what settings apply in this context?"
Registration = capability (action exists)
Entitlement = permission (action is allowed)
Port RFC-004 to CoreGO for v0.9.0 instead of inventing CoreView.
The concept is designed, implemented, and production-tested in PHP.
Co-Authored-By: Virgil <virgil@lethean.io>