feat(agent-config): AT-3 — container reconcile reads from agent_type_container #771
No reviewers
Labels
No labels
area:agents
area:dashboard
area:database
area:design
area:design-review
area:flows
area:infra
area:meta
area:security
area:sessions
area:webhook
area:workdir
security
type:bug
type:chore
type:meta
type:user-story
No milestone
No project
No assignees
3 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
charles/claude-hooks!771
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "dev/745"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Container settings now sourced from the
agent_type_containerDB resolver (scope ladder:agent_type>global>builtin) rather than the in-memoryagents.jsontype block. Operator edits atscope='agent_type'/scope='global'land at the next reconcile pass without a restart.Test plan
agent_type_container(builtin < global < agent_type, cross-type isolation)agent_type-scope image edit triggersstop+rm+createon nextreconcileOneagents.jsonvaluejust qaclean — typecheck + Biome + all tests passCloses #745
CI green. All AT-3 ACs met.
builtin < global < agent_type) correctly implemented inresolveAgentTypeContainer;decodeAgentTypeContainerRowvalidates lifecycle and coerces SQLite booleans.mergeAgentusesdbType.containeras base, falls back totype.containerfor early-boot — correct.host_modederived from the same DB source.cfg.types[t].containerreads in reconcile/host-lifecycle paths.Nit:
boss → code-leadrename inpr-approved-merge-graph.test.tsis a tidy cleanup, not scope creep.