docs: declare institutional architecture boundary

This commit is contained in:
2026-08-01 17:48:39 +02:00
parent 480ccdb3b6
commit 3e9a14a970
2 changed files with 46 additions and 2 deletions
+16
View File
@@ -0,0 +1,16 @@
# GovOPlaN Scheduling Codex Guide
## Scope
This repository owns poll-backed meeting scheduling, candidate slots, participants, constraints, availability, reminders, decisions, and Calendar handoff.
## Documentation Contract
- Treat documentation as part of every behavior change. Update this module's manifest-driven `DocumentationTopic` contributions for affected user and administrator behavior.
- Keep feature content here; `govoplan-docs` projects it without importing Scheduling internals.
- Maintain a static user/admin baseline and run `/mnt/DATA/git/govoplan/tools/checks/check-manifest-shapes.py` after behavior or manifest changes.
## Boundaries
- Poll owns reusable responses; Calendar owns events and free/busy; Notifications and Mail own delivery.
- Keep optional integrations capability-driven and preserve signed-link privacy and abuse controls.