Files
govoplan-scheduling/AGENTS.md
T

17 lines
867 B
Markdown

# 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.