diff --git a/INTENT.md b/INTENT.md index 65d32f5..f650e40 100644 --- a/INTENT.md +++ b/INTENT.md @@ -33,7 +33,7 @@ Coulomb splits that stack deliberately: | **Harness** — gateway, tools, memory, channels, subagents | **glas-harness** | | **Sandbox establishment** — profiles, isolation, placement | **sand-boxer** | | **Validation** — e2e, health, pass/fail | **wise-validator** | -| **Code generation** — specs, generation, PR output | **snuggle-inventor** | +| **Code generation** — specs, generation, PR output | **snuggles-inventor** | glas-harness exists to be the harness side of that split: **one consistent way to execute assigned agent work**, with extensions for channels and tool backends, and a single @@ -127,13 +127,13 @@ orchestration, structured results. **glas-harness does not** own e2e compose orchestration or pass/fail reporting. Agents may *trigger* validation jobs; wise-validator runs them. -### snuggle-inventor — code generation +### snuggles-inventor — code generation -**snuggle-inventor owns:** Code generation pipelines, tech specs, PR-oriented +**snuggles-inventor owns:** Code generation pipelines, tech specs, PR-oriented output, human review gates. **glas-harness does not** generate product codebases. It may host agents that -*invoke* snuggle-inventor as a tool or workflow consumer. +*invoke* snuggles-inventor as a tool or workflow consumer. ### Boundary diagram @@ -146,7 +146,7 @@ output, human review gates. │ │ ▼ │ │ extensions ├─invoke───────▶│ wise-validator (e2e) - └─invoke───────▶│ snuggle-inventor (codegen) + └─invoke───────▶│ snuggles-inventor (codegen) ``` ### Existing Custodian repos @@ -239,7 +239,7 @@ directly. |---------|--------| | Sandbox runtimes, profiles, placement | **sand-boxer** | | E2e tests, health checks, validation | **wise-validator** | -| Code generation, tech specs, AAP | **snuggle-inventor** | +| Code generation, tech specs, AAP | **snuggles-inventor** | | When jobs run | `activity-core` | | Task/workstream state | `state-hub` | | Tunnels | `ops-bridge` | @@ -347,4 +347,4 @@ A mature glas-harness is Coulomb's **default agent runtime**: - Extensions add channels and tool backends without forking core gateway logic The harness thinks and coordinates. sand-boxer establishes the box. wise-validator -proves correctness. snuggle-inventor invents code. **glas-harness runs the agent.** +proves correctness. snuggles-inventor invents code. **glas-harness runs the agent.** diff --git a/SCOPE.md b/SCOPE.md index 0de4033..68dc4bd 100644 --- a/SCOPE.md +++ b/SCOPE.md @@ -115,7 +115,7 @@ Other owners retain: - Work-record authority, tunnels, certificates and production hosting: their existing owners, not this library. - Product validation workflows and code-generation pipelines: wise-validator - and snuggle-inventor. Repository acceptance scripts test Glas integration; + and snuggles-inventor. Repository acceptance scripts test Glas integration; they do not replace those services. ## Intent gaps and live work