ge-ops Directory Map¶
Path: /home/claude/ge-bootstrap/ge-ops/
The operational data directory. Contains agent state, wiki, configs, logs, and system state. Mounted into executor and Dolly pods via hostPath.
Directory Structure¶
| Directory | Purpose |
|---|---|
master/ |
Authoritative configs: AGENT-REGISTRY.json, agent-configs/{name}/ (identity files), providers/ (LLM provider abstractions) |
agents/{name}/ |
Per-agent runtime data: inbox/, LEARNINGS.md, completions |
wiki/ |
Wiki brain source (docs/, mkdocs.yml). Mounted into wiki pod. |
system/ |
System state: completions/, health/, logs/, monitoring/, halt/ |
infrastructure/ |
k3s build scripts, executor Dockerfile, manifests |
config/ |
Legacy config copies (dolly-routing.yaml duplicate — use /config/ instead) |
handoffs/ |
Session handoff files (legacy — replaced by wiki/docs/development/handoff.md) |
notifications/ |
Human notification queue (clarification requests) |
sessions/ |
Session files (INFRA-OVERVIEW.md) |
logs/ |
Dolly router logs, system logs |
postmortems/ |
Incident postmortem records |
Key Files¶
| File | Purpose |
|---|---|
master/AGENT-REGISTRY.json |
All 56 agents: names, providers, models, status |
master/agent-configs/{name}/IDENTITY-CORE.md |
Agent essential identity |
master/agent-configs/{name}/IDENTITY-ROLE.md |
Agent role details |
master/agent-configs/{name}/IDENTITY-REFERENCE.md |
Agent full reference |
master/agent-configs/{name}/LEARNINGS.md |
Agent learnings (primary path per ge_agent/identity/loader.py). Fallback: agents/{name}/LEARNINGS.md |
system/completions/{name}/COMP-*.md |
Completion signals |
system/halt/HALT-*.json |
HALT flags |
wiki/mkdocs.yml |
Wiki configuration (read by wiki pod) |