# INTENT — config-atlas > Repository purpose and boundary. Governance file for agents and contributors. ## One-liner Federated configuration atlas for the Coulomb ecosystem — cataloging configuration surfaces, schemas, defaults, ownership, and cross-repo relationships. ## Purpose `config-atlas` exists because configuration knowledge is scattered across repos, deployment manifests, environment variables, feature flags, policy files, and operator runbooks. Without a shared atlas, agents and humans rediscover the same configuration surfaces repeatedly and cannot reason confidently about defaults, precedence, or ownership. The atlas treats each **configuration surface** as a first-class, registry-backed entry: what it configures, where it lives, who owns it, how it is validated, and which capabilities or repos consume it. ## Core stance - **Discoverable over tribal knowledge** — if a configuration surface matters to reuse or operations, it should be indexed here or linked from here. - **Source-linked** — atlas entries point at canonical files or APIs; the atlas does not become a second source of truth for live config values. - **Agent-friendly** — markdown and YAML registry formats that coding agents can orient from without bespoke tooling. - **Federated** — downstream repos remain authoritative for their own config; this repo aggregates indexes, relationships, and documentation. ## In Scope - Configuration surface registry (schemas, indexes, capability entries) - Cross-repo configuration relationship maps - Documentation of discovery, contribution, and validation workflows - State Hub workplans and agent instructions for atlas maintenance ## Out of Scope - Storing secret values or live environment-specific configuration - Owning application runtime or deployment execution - Replacing repo-local configuration files or secret stores (OpenBao, etc.) - Acting as the canonical repo template (`repo-seed` owns that) ## Current State - Bootstrapped from `repo-seed` on 2026-06-26; State Hub registration complete. - Identity files customized; bootstrap workplan ATLAS-WP-0001 in progress. - Registry still carries inherited template artifacts — see ATLAS-WP-0002. ## Getting Oriented - Boundary: `SCOPE.md` - Agent instructions: `AGENTS.md` - Workplans: `workplans/` - Registry: `registry/`