Name snuggles-inventor as the code-generation owner in the boundary.
All checks were successful
ci / validate (push) Successful in 3m20s

Assistant: grok
Assistant-Session: 01a0d25d-d358-7e13-b84a-d007fbb7e34f
This commit is contained in:
tegwick 2026-09-24 09:56:40 +02:00
parent 525457824a
commit 25cc488626
2 changed files with 8 additions and 8 deletions

View file

@ -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.**

View file

@ -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