Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Env ¶
type Env struct {
ProjHex string
ProjRoot string
Cfg *config.Root
MCP *solomonmcp.Manager
RunNested func(ctx context.Context, body string) (string, error)
RunNestedWithSystem func(ctx context.Context, sys, task string) (string, error)
SetMode func(string)
CurrentMode func() string
CheckpointStageProjAbs func(path string)
CheckpointBeforeProjAbs func(path string)
CheckpointRecordEdit func(kind, path, renameTo string, content []byte)
CheckpointCpSeq func() int
AllowDeferredTools bool
SwitchModeCountdown func(ctx context.Context, target string) (cancelled bool, err error)
ActivateInstructionsFromAbsPath func(absPath string)
ActivateInstructionsFromShellCommand func(command string)
MergeInstructionBlock func(customSys string) (string, error)
}
Click to show internal directories.
Click to hide internal directories.