didericis
  • Joined on 2025-09-19
didericis pushed to issue-208-gitleaks-allow-supervision at didericis/bot-bottle 2026-06-22 20:30:25 -04:00
f58490b7fb docs(prd): add gitleaks allow supervision
72c4c1929a Supervise gitleaks inline allow exceptions
1a5b6e25f8 fix: add type annotations to _modal stub for pyright
54760964cf fix: label becomes the full slug; re-prompt on collision
e463670649 feat: use label as container slug prefix when provided
Compare 12 commits »
didericis pushed to commit-bottle-state at didericis/bot-bottle 2026-06-22 20:30:19 -04:00
8eea8f83a2 docs(prd): mark commit-bottle-state PRD as Active
7c64b560dc feat(cli): add commit command to snapshot running bottle state
1a5b6e25f8 fix: add type annotations to _modal stub for pyright
54760964cf fix: label becomes the full slug; re-prompt on collision
e463670649 feat: use label as container slug prefix when provided
Compare 12 commits »
didericis pushed to display-agent-name-with-type at didericis/bot-bottle 2026-06-22 20:28:24 -04:00
85e64b5134 feat: display agent name alongside label in terminal title and list output
didericis created branch display-agent-name-with-type in didericis/bot-bottle 2026-06-22 20:28:24 -04:00
didericis commented on pull request didericis/bot-bottle#239 2026-06-22 16:04:08 -04:00
Defer broken manifest parse errors to preflight

@didericis-claude do it in here

didericis commented on pull request didericis/bot-bottle#239 2026-06-22 16:02:00 -04:00
Defer broken manifest parse errors to preflight

@didericis-claude still not quite getting it. Ideally I'd like the manifest to be given a SINGLE bottle and a SINGLE agent. So I want the manifest bottle to be bottle: ManifestBottle, and…

didericis pushed to lazy-manifest-parse-on-select at didericis/bot-bottle 2026-06-22 15:54:45 -04:00
cd93fc71f7 docs: clarify load_for_agent invariant in docstring
didericis pushed to lazy-manifest-parse-on-select at didericis/bot-bottle 2026-06-22 15:54:24 -04:00
3e94472e78 fix: load_for_agent always returns single-agent manifest
didericis commented on pull request didericis/bot-bottle#239 2026-06-22 15:51:49 -04:00
Defer broken manifest parse errors to preflight

@didericis-claude that doesn't answer the question. When I launch an agent, I would except the agent to only need information about the bottle and the agent used for that specific launch, meaning…

didericis commented on pull request didericis/bot-bottle#239 2026-06-22 15:46:38 -04:00
Defer broken manifest parse errors to preflight

Why are ALL the bottles and ALL the agents needed for a manifest?

didericis pushed to lazy-manifest-parse-on-select at didericis/bot-bottle 2026-06-22 15:43:15 -04:00
0609813ba0 refactor: scan filenames at resolve, parse only selected agent at preflight
09e04359e3 fix: resolve pyright reportUnusedImport in manifest_extends
fe32f65fa4 feat: defer broken manifest parse errors to preflight
1a5b6e25f8 fix: add type annotations to _modal stub for pyright
54760964cf fix: label becomes the full slug; re-prompt on collision
Compare 6 commits »
didericis pushed to lazy-manifest-parse-on-select at didericis/bot-bottle 2026-06-22 15:40:34 -04:00
f837211bf8 refactor: scan filenames at resolve, parse only selected agent at preflight
86fa2bf477 fix: resolve pyright reportUnusedImport in manifest_extends
4816733120 feat: defer broken manifest parse errors to preflight
6e6890ebd9 feat: remove cyan and white from color palette
609b3ed090 feat: drop dim colors, keep only bright variants renamed to base names
Compare 10 commits »
didericis deleted branch use-label-as-container-slug from didericis/bot-bottle 2026-06-22 15:36:58 -04:00
didericis merged pull request didericis/bot-bottle#242 2026-06-22 15:36:56 -04:00
Use label as container slug prefix when provided
didericis pushed to main at didericis/bot-bottle 2026-06-22 15:36:56 -04:00
1a5b6e25f8 fix: add type annotations to _modal stub for pyright
54760964cf fix: label becomes the full slug; re-prompt on collision
e463670649 feat: use label as container slug prefix when provided
Compare 3 commits »
didericis pushed to use-label-as-container-slug at didericis/bot-bottle 2026-06-22 15:30:57 -04:00
1a5b6e25f8 fix: add type annotations to _modal stub for pyright
didericis pushed to use-label-as-container-slug at didericis/bot-bottle 2026-06-22 15:26:44 -04:00
54760964cf fix: label becomes the full slug; re-prompt on collision
didericis commented on pull request didericis/bot-bottle#242 2026-06-22 15:22:05 -04:00
Use label as container slug prefix when provided

Not quite what I wanted: the slug should use the label when provided. This may introduce name conflicts/collisions, but this is ok: we don't want users to use the same name for multiple…

didericis pushed to use-label-as-container-slug at didericis/bot-bottle 2026-06-22 15:17:04 -04:00
e463670649 feat: use label as container slug prefix when provided