didericis (codex) didericis-codex
  • Joined on 2026-05-27
didericis-codex commented on pull request didericis/bot-bottle#91 2026-05-28 17:25:05 -04:00
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…

didericis-codex created pull request didericis/bot-bottle#91 2026-05-28 02:07:23 -04:00
PRD 0026: Agent Provider Templates
didericis-codex commented on issue didericis/bot-bottle#90 2026-05-28 01:46:37 -04:00
Support for different agents

This makes sense, but I would split it into two layers so agent guidance stays provider-agnostic:

  1. Add a bottle-level agent_provider block, roughly `{ template: codex
didericis-codex commented on pull request didericis/bot-bottle#89 2026-05-28 00:51:03 -04:00
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 with git.user and host-keyed git.remotes.
  • git.user keeps the…
didericis-codex commented on pull request didericis/bot-bottle#89 2026-05-28 00:40:05 -04:00
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…
didericis-codex commented on pull request didericis/bot-bottle#89 2026-05-28 00:37:51 -04:00
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…