agent-orchestrator/backend/internal/httpd/controllers
Khushi Diwan d81d76280d
fix(project): detect the repo's default branch on add (#209)
Register the repo's actual checked-out branch as the project default so
session worktrees base off a ref that exists. Previously Config.DefaultBranch
was left empty and defaulted to "main", so a repo on master/develop/trunk
failed every spawn with BRANCH_NOT_FETCHED and had no CLI workaround.

Detection is best-effort (symbolic-ref --short HEAD); a detached HEAD or git
error falls back to the existing main default. Only persist when the branch
diverges from main, so the common main repo keeps a NULL config.

Closes #208
2026-06-15 14:51:07 +05:30
..
dto.go feat: add notifications v1 (#181) 2026-06-14 20:02:32 +05:30
notifications.go feat: add notifications v1 (#181) 2026-06-14 20:02:32 +05:30
notifications_test.go feat: add notifications v1 (#181) 2026-06-14 20:02:32 +05:30
projects.go feat(config): persist per-project agent config and resolve it at spawn (#154) 2026-06-08 21:35:29 +05:30
projects_test.go fix(project): detect the repo's default branch on add (#209) 2026-06-15 14:51:07 +05:30
prs.go feat(api): PR action routes — merge + resolve-comments (#88) 2026-06-03 04:43:50 +05:30
prs_test.go refactor(backend): LLD maintainability fixes in controllers/service layers (#95) (#96) 2026-06-03 18:09:02 +05:30
reviews.go feat(review): configurable AO code review backend (V1) (#192) (#197) 2026-06-15 01:17:17 +05:30
sessions.go feat: add notifications v1 (#181) 2026-06-14 20:02:32 +05:30
sessions_activity_test.go feat: add notifications v1 (#181) 2026-06-14 20:02:32 +05:30
sessions_test.go fix(sessions): stop AO hook files from making every worktree permanently dirty (#169) 2026-06-11 11:06:45 +05:30