# GovOPlaN Connectors Codex Guide ## Scope This repository owns reusable external connection profiles, protocol adapters, governed snapshots, and connector capability contracts. ## 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 Connectors 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 - Domain modules own business semantics; connectors own transport, credentials, synchronization, and diagnostics. - Keep optional adapters behind capabilities and enforce egress and peer-validation policy.