Problem
Newhart (Database/Agent Design domain agent) does not have provisioned gh/git push authentication. During SE run #449 (2026-07-17), Newhart authored fixes for both the PR #466 revision and a rescue branch, but could not push to GitHub or open/update PRs directly — Gidget (Version Control) had to proxy every push on Newhart's behalf.
Impact
- Adds a manual handoff step (author → Gidget proxy) to every workflow where Newhart needs to land changes
- Slows down time-sensitive fixes during live deploy/rollout nights
- Creates an indirect audit trail (commits authored by Newhart, pushed by Gidget) instead of a direct one
Ask
Provision Newhart with its own gh/git push credentials (scoped appropriately — repo push access at minimum, consistent with how other domain agents that push directly are configured) so Newhart can push feature branches and interact with PRs without requiring Gidget to proxy every operation. Per branch policy, PR creation/merge to main still routes through the Version Control domain (Gidget) — this is specifically about removing the proxy requirement for authoring/pushing feature branches.
Discovery Context
SE run #449 (2026-07-17): PR #466 revision push and a rescue branch push both required Gidget to proxy on Newhart's behalf due to missing auth.
Filing in nova-mind since this surfaced during a nova-mind deploy workflow — if there's a more appropriate infra/ops repo for credential-provisioning tickets, feel free to redirect/transfer.
Problem
Newhart (Database/Agent Design domain agent) does not have provisioned
gh/gitpush authentication. During SE run #449 (2026-07-17), Newhart authored fixes for both the PR #466 revision and a rescue branch, but could not push to GitHub or open/update PRs directly — Gidget (Version Control) had to proxy every push on Newhart's behalf.Impact
Ask
Provision Newhart with its own
gh/gitpush credentials (scoped appropriately — repo push access at minimum, consistent with how other domain agents that push directly are configured) so Newhart can push feature branches and interact with PRs without requiring Gidget to proxy every operation. Per branch policy, PR creation/merge to main still routes through the Version Control domain (Gidget) — this is specifically about removing the proxy requirement for authoring/pushing feature branches.Discovery Context
SE run #449 (2026-07-17): PR #466 revision push and a rescue branch push both required Gidget to proxy on Newhart's behalf due to missing auth.
Filing in nova-mind since this surfaced during a nova-mind deploy workflow — if there's a more appropriate infra/ops repo for credential-provisioning tickets, feel free to redirect/transfer.