didericis
  • Joined on 2025-09-19
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
didericis pushed to main at didericis/bot-bottle 2026-06-22 15:09:29 -04:00
6e6890ebd9 feat: remove cyan and white from color palette
didericis deleted branch drop-dim-colors from didericis/bot-bottle 2026-06-22 15:03:16 -04:00
didericis pushed to main at didericis/bot-bottle 2026-06-22 15:03:15 -04:00
609b3ed090 feat: drop dim colors, keep only bright variants renamed to base names
didericis merged pull request didericis/bot-bottle#241 2026-06-22 15:03:13 -04:00
Drop dim colors, rename bright variants to base names
didericis pushed to drop-dim-colors at didericis/bot-bottle 2026-06-22 14:59:58 -04:00
609b3ed090 feat: drop dim colors, keep only bright variants renamed to base names
didericis created branch drop-dim-colors in didericis/bot-bottle 2026-06-22 14:59:58 -04:00
didericis pushed to main at didericis/bot-bottle 2026-06-22 14:49:53 -04:00
65faa40b9a refactor(backend): remove _validate_git_entries host key-file check
9f97de115b fix(git-gate): skip host key-file check for gitea-provider repos
8f21f4df19 refactor(manifest-extends): thread resolved repos through recursion
ff7a52c1d2 refactor(manifest-extends): simplify git-gate repo merge to union + dict unpack
4ed6b84863 feat(manifest-extends): field-merge same-name git-gate repos on extends
Compare 5 commits »
didericis deleted branch git-gate-repo-field-merge-on-extends from didericis/bot-bottle 2026-06-22 14:49:52 -04:00
didericis closed issue didericis/bot-bottle#237 2026-06-22 14:49:50 -04:00
Better merge behavior for git-gate repos
didericis merged pull request didericis/bot-bottle#238 2026-06-22 14:49:50 -04:00
Better merge behavior for git-gate repos on extends
didericis pushed to git-gate-repo-field-merge-on-extends at didericis/bot-bottle 2026-06-22 14:45:06 -04:00
65faa40b9a refactor(backend): remove _validate_git_entries host key-file check
didericis pushed to docs/egress-manifest-shape at didericis/bot-bottle 2026-06-22 14:32:16 -04:00
df469b2f47 docs: add role and git.fetch to egress route fields table
didericis pushed to pr-211 at didericis/bot-bottle 2026-06-22 14:31:44 -04:00
df469b2f47 docs: add role and git.fetch to egress route fields table
didericis created branch pr-211 in didericis/bot-bottle 2026-06-22 14:31:44 -04:00
didericis pushed to git-gate-repo-field-merge-on-extends at didericis/bot-bottle 2026-06-22 13:21:17 -04:00
9f97de115b fix(git-gate): skip host key-file check for gitea-provider repos
didericis pushed to git-gate-repo-field-merge-on-extends at didericis/bot-bottle 2026-06-19 22:53:32 -04:00
8f21f4df19 refactor(manifest-extends): thread resolved repos through recursion
didericis pushed to lazy-manifest-parse-on-select at didericis/bot-bottle 2026-06-19 22:45:38 -04:00
0f201430b6 refactor: scan filenames at resolve, parse only selected agent at preflight
didericis suggested changes for didericis/bot-bottle#239 2026-06-19 22:27:48 -04:00
Defer broken manifest parse errors to preflight

General direction here is wrong: refactor should be a bit larger, and should change it from the current behavior of ALL bottles and ALL agents being loaded on start to ONLY the requested agent and ONLY the requested bottle (included any they inherit from) to be loaded. There should be no need to swallow errors: the errors should only occur for the particular bottle and particular agent during preflight, and there should be no earlier loads.

didericis pushed to git-gate-repo-field-merge-on-extends at didericis/bot-bottle 2026-06-19 22:25:21 -04:00
ff7a52c1d2 refactor(manifest-extends): simplify git-gate repo merge to union + dict unpack