NF-3: ForgePort + agent-runner nodes #324
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#324
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 the platform, I want every
ForgePortmethod and the worker-dispatch primitives registered as nodes so that the default flow can express today's dispatch paths in data.Acceptance criteria
forge.*nodesForgePortmethod (see spec § Operation catalog —forge.*namespace): get_issue, list_issues, add_labels, remove_label, create_issue, patch_issue, update_assignees, create_comment, list_comments, get_pull_request, list_pull_requests, request_review, list_reviews, merge_pull_request, get_blockers, add_blocker, get_aggregate_status, list_workflow_runs, create_label, read_file, write_file.createForgeAdapterForRepo(repo, token).agent.*nodesagent.dispatch(type, repo, issue, skill, args)enqueues on the worker viadispatchByType; returns{ taskId }.task.completed/task.failedback into the executor as a new trigger (hook into the worker lifecycle).agent.cancel(taskId)returns boolean.agent.raise_cap(agent, repo, issue, usd)matches today's/raise-cappath.Validation + rate-limit
Out of scope
mcp.*nodes — NF-9.References
specs/node-flows.md§ Operation catalog (v1).🤖 Auto-assigned to boss (heuristic: area:agents → boss (architecture-touching)). Reply
/unassignto reroute.