package
Version:
v0.2.0-rc.2
Opens a new window with list of versions in this module.
Published: Mar 19, 2026
License: Apache-2.0
Opens a new window with license information.
Imports: 14
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type ExecParams struct {
IssueNumber int
RepoRoot string
}
ExecParams holds the parameters for executing a worker task.
type ExecResult struct {
WorkerBranch string
NoOp bool
}
ExecResult holds the result of a worker execution.
Exec runs the full worker lifecycle: reads the issue, creates a worker branch,
invokes the agent, pushes the branch, and updates labels.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.