Documentation
¶
Overview ¶
Package codex implements the "codex" agent command group.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cmd ¶
type Cmd struct {
Log bool `help:"Enable logging to ~/.scut/logging/ at info level."`
LogLevel string `help:"Set log level: debug, info, warn, error (implies --log)." placeholder:"LEVEL"`
Hook hook.Cmd `cmd:"hook" help:"Hook event handlers. Called by Codex as subprocesses during lifecycle events."`
Config config.Cmd `cmd:"config" help:"Configure Codex hooks.json — install or remove scut hooks."`
}
Cmd is the Kong command group for "scut codex".
Click to show internal directories.
Click to hide internal directories.