Config Directory Map¶
Path: /home/claude/ge-bootstrap/config/
All authoritative config files. Mounted read-only into executor pods at /config/.
For the full authority chain (who reads what), see Config Authority.
Files¶
| File | Controls |
|---|---|
constitution.md |
Binding engineering principles (10 principles, v2) |
dolly-routing.yaml |
Agent registration, routing rules, trigger patterns (741 lines) |
ports.yaml |
All port assignments for all services |
agent-execution.yaml |
Token limits, turn budgets, timeouts, complexity tiers |
post-completion-hooks.yaml |
Hook chain definitions, monitoring isolation, rate limits |
guardian-config.yaml |
Ron's guardian monitoring rules |
trust-policy.yaml |
Agent trust levels and permissions |
parallel-execution.yaml |
Parallel execution constraints |
agent-container-policy.yaml |
Container security policies per agent |
pre-approved-patterns.yaml |
Patterns agents can use without review |
clients.yaml |
Client configuration |
gitlab-ci-template.yaml |
GitLab CI pipeline template |
gitlab-feedback-routing.yaml |
GitLab CI feedback routing to agents |
quality-gates.json |
Quality gate definitions |
work-package-config.yaml |
Work package configuration |
authoritative-files.yaml |
Meta: lists which files are authoritative |
config.json |
Legacy config (43 lines) |
ge-engine.json |
Engine config (41 lines) |
directive-templates.yaml |
Task directive templates |
mutation_testing.yaml |
Mutation testing config |
Subdirectories¶
| Directory | Contents |
|---|---|
providers/ |
claude.yaml, openai.yaml, gemini.yaml — per-provider execution profiles |
provider-instructions/ |
AGENTS.md, GEMINI.md — native instructions injected into Codex/Gemini sessions |
provider-settings/ |
codex-config.toml, gemini-settings.json — CLI configuration files |
guardians/ |
Ron's pattern files |
Rule¶
If you need a value from any of these files, READ THE FILE. Do not hardcode. Do not trust your memory. The config file is always authoritative.