F6 — Web app: repo picker #488
Labels
No labels
area:agents
area:dashboard
area:database
area:design
area:design-review
area:flows
area:infra
area:meta
area:security
area:sessions
area:webhook
area:workdir
security
type:bug
type:chore
type:meta
type:user-story
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
charles/claude-hooks#488
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
As an operator, I want a
/settings/reposscreen listing the active forge's repos with watch/unwatch toggles, so that I can pick which to watch without typingowner/name.Acceptance criteria
/logout.GET /forges/active/repos?page=&search=, paginated 20 per page, with a search input that hits?search=.ForgePort.listOperatorRepos({ page, search }) → { repos: RepoSummary[], next_page?: number }implemented per adapter.RepoSummaryshape:{ owner, name, default_branch, private, archived, html_url }.html_urlcarries the per-repo URL the web app needs for §F8 link construction.{ error: 'oauth_expired' }→ web app forces logout.Out of scope
References
docs/specs/forge-auth-repo-selection.md§F6Dependencies