|
| 1 | +{ |
| 2 | + "schema_version": "aoa_config_registry_v1", |
| 3 | + "purpose": "Map root configuration sources to their protocols, consumers, generated mirrors, and validation routes without turning config into doctrine or runtime state.", |
| 4 | + "owner": "Agents-of-Abyss", |
| 5 | + "district_ref": "config/README.md", |
| 6 | + "agents_ref": "config/AGENTS.md", |
| 7 | + "validation_commands": [ |
| 8 | + "python scripts/validate_config_registry.py", |
| 9 | + "python scripts/validate_hygiene_suite.py", |
| 10 | + "python scripts/validate_agents_md_shape.py", |
| 11 | + "python scripts/validate_agents_mesh.py", |
| 12 | + "python scripts/build_agents_mesh_index.py --check", |
| 13 | + "python scripts/validate_agents_mesh_index.py", |
| 14 | + "python scripts/validate_generated_freshness.py", |
| 15 | + "python scripts/release_check.py" |
| 16 | + ], |
| 17 | + "configs": [ |
| 18 | + { |
| 19 | + "id": "config-registry", |
| 20 | + "path": "config/registry.json", |
| 21 | + "status": "active", |
| 22 | + "owner": "Agents-of-Abyss", |
| 23 | + "role": "root config district registry and add-change checklist", |
| 24 | + "source_ref": "config/README.md", |
| 25 | + "generated_refs": [], |
| 26 | + "consumers": [ |
| 27 | + "scripts/validate_config_registry.py", |
| 28 | + "tests/test_config_registry.py" |
| 29 | + ], |
| 30 | + "validation_commands": [ |
| 31 | + "python scripts/validate_config_registry.py", |
| 32 | + "python -m pytest -q tests/test_config_registry.py" |
| 33 | + ], |
| 34 | + "must_not_claim": [ |
| 35 | + "runtime configuration authority", |
| 36 | + "secret storage", |
| 37 | + "mechanic-owned seed config ownership" |
| 38 | + ] |
| 39 | + }, |
| 40 | + { |
| 41 | + "id": "link-shape-hygiene", |
| 42 | + "path": "config/link_shape_hygiene.json", |
| 43 | + "status": "active", |
| 44 | + "owner": "Agents-of-Abyss", |
| 45 | + "role": "source config for local link repair, Markdown shape, status vocabulary, and generated freshness guardrails", |
| 46 | + "source_ref": "docs/LINK_AND_SHAPE_HYGIENE_PROTOCOL.md", |
| 47 | + "index_ref": "docs/HYGIENE_GUARDRAIL_INDEX.md", |
| 48 | + "generated_refs": [ |
| 49 | + "generated/link_shape_hygiene.min.json" |
| 50 | + ], |
| 51 | + "consumers": [ |
| 52 | + "scripts/hygiene_common.py", |
| 53 | + "scripts/repair_known_link_drifts.py", |
| 54 | + "scripts/validate_links.py", |
| 55 | + "scripts/validate_markdown_shape.py", |
| 56 | + "scripts/validate_status_vocabulary.py", |
| 57 | + "scripts/build_link_shape_hygiene_index.py", |
| 58 | + "scripts/validate_link_shape_hygiene_index.py", |
| 59 | + "scripts/validate_generated_freshness.py", |
| 60 | + "scripts/validate_hygiene_suite.py" |
| 61 | + ], |
| 62 | + "validation_commands": [ |
| 63 | + "python scripts/repair_known_link_drifts.py --check", |
| 64 | + "python scripts/validate_links.py", |
| 65 | + "python scripts/validate_markdown_shape.py", |
| 66 | + "python scripts/validate_status_vocabulary.py", |
| 67 | + "python scripts/build_link_shape_hygiene_index.py --check", |
| 68 | + "python scripts/validate_link_shape_hygiene_index.py", |
| 69 | + "python scripts/validate_generated_freshness.py", |
| 70 | + "python scripts/validate_hygiene_suite.py" |
| 71 | + ], |
| 72 | + "must_not_claim": [ |
| 73 | + "authored doctrine", |
| 74 | + "owner-local mechanic truth", |
| 75 | + "runtime configuration authority" |
| 76 | + ] |
| 77 | + }, |
| 78 | + { |
| 79 | + "id": "agents-mesh", |
| 80 | + "path": "config/agents_mesh.json", |
| 81 | + "status": "active", |
| 82 | + "owner": "Agents-of-Abyss", |
| 83 | + "role": "source config for required AGENTS-card coverage, shape headings, exemptions, and compact mesh metadata", |
| 84 | + "source_ref": "docs/AGENTS_MESH_PROTOCOL.md", |
| 85 | + "index_ref": "docs/AGENTS_MESH_INDEX.md", |
| 86 | + "generated_refs": [ |
| 87 | + "generated/agents_mesh.min.json" |
| 88 | + ], |
| 89 | + "consumers": [ |
| 90 | + "scripts/agents_mesh_common.py", |
| 91 | + "scripts/validate_agents_md_shape.py", |
| 92 | + "scripts/validate_agents_mesh.py", |
| 93 | + "scripts/build_agents_mesh_index.py", |
| 94 | + "scripts/validate_agents_mesh_index.py" |
| 95 | + ], |
| 96 | + "validation_commands": [ |
| 97 | + "python scripts/validate_agents_md_shape.py", |
| 98 | + "python scripts/validate_agents_mesh.py", |
| 99 | + "python scripts/build_agents_mesh_index.py --check", |
| 100 | + "python scripts/validate_agents_mesh_index.py" |
| 101 | + ], |
| 102 | + "must_not_claim": [ |
| 103 | + "AGENTS card authorship", |
| 104 | + "constitutional override authority", |
| 105 | + "owner-local implementation truth" |
| 106 | + ] |
| 107 | + } |
| 108 | + ] |
| 109 | +} |
0 commit comments