Versions in this module Expand all Collapse all v0 v0.1.0 Mar 30, 2026 Changes in this version + const AgentClaude + const AgentCodex + const DefaultBaseDir + const ReviewModeClaude + const ReviewModeClaudex + const ReviewModeCodex + const RunsDir + var ConfigFilenames = []string + func RepoIDFromPath(path string) string + func SaveConfigFile(cfg *FileConfig) error + func SaveConfigToPath(path string, cfg *FileConfig) error + type Config struct + Agent string + ClaudeOnly bool + CodexOnly bool + DoneSignal string + MaxIterations int + Prompt string + Proof string + RepoPath string + ReviewMode string + RunID int + SessionID string + Timeout time.Duration + UseTmux bool + UseWorktree bool + Verbose bool + func DefaultConfig() *Config + func (c *Config) IsSingleAgentMode() bool + func (c *Config) PrimaryAgent() string + func (c *Config) SecondaryAgent() string + type FileConfig struct + Agent string + DoneSignal string + MaxIterations int + Proof string + ReviewMode string + Timeout string + UseTmux bool + UseWorktree bool + Verbose bool + func LoadConfigFile() (*FileConfig, error) + func LoadConfigFromPath(path string) (*FileConfig, error) + func (fc *FileConfig) Apply(c *Config) + type Paths struct + func NewPaths() (*Paths, error) + func NewPathsWithBase(baseDir string) *Paths + func (p *Paths) BaseDir() string + func (p *Paths) BridgePath(repoPath string, runID int) string + func (p *Paths) EnsureRunDir(repoPath string, runID int) error + func (p *Paths) ManifestPath(repoPath string, runID int) string + func (p *Paths) NextRunID(repoPath string) (int, error) + func (p *Paths) RepoDir(repoPath string) string + func (p *Paths) RunDir(repoPath string, runID int) string + func (p *Paths) RunsDir() string + func (p *Paths) TranscriptPath(repoPath string, runID int) string