Block a user
PRD 0026: Agent Provider Templates
Addressed both review comments in 8875d8c: removed the requested README status paragraph and renamed the Claude agent Dockerfile to Dockerfile.claude, including the default provider/runtime…
PRD 0026: Agent Provider Templates
Support for different agents
This makes sense, but I would split it into two layers so agent guidance stays provider-agnostic:
- Add a bottle-level
agent_providerblock, roughly `{ template: codex
feat(bottle): composition via
extends: (PRD 0025, issue #88)
Implemented and pushed in 59ee32c.
What changed:
- Replaced the manifest-facing top-level
git:list /git_user:shape withgit.userand host-keyedgit.remotes. git.userkeeps the…
feat(bottle): composition via
extends: (PRD 0025, issue #88)
Got it. I will drop the compatibility layer from the plan since this has not shipped yet.
Updated implementation direction:
- Replace the old top-level
git:list /git_user:shape with the…
feat(bottle): composition via
extends: (PRD 0025, issue #88)
I agree with this direction. The current split between git: as a full-replace list and git_user: as a separate per-field overlay is starting to encode two different merge models for one…