Documentation
¶
Overview ¶
Package run implements the `kontext start` orchestrator.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenerateSettings ¶
GenerateSettings creates a Claude Code settings.json with Kontext hooks and returns the path to the generated file.
func VerifyBlockingHookSettings ¶ added in v0.6.0
Types ¶
type AgentExitError ¶ added in v0.4.0
AgentExitError reports an agent process that launched but exited unsuccessfully.
func (*AgentExitError) Error ¶ added in v0.4.0
func (e *AgentExitError) Error() string
func (*AgentExitError) ExitCode ¶ added in v0.4.0
func (e *AgentExitError) ExitCode() int
func (*AgentExitError) Unwrap ¶ added in v0.4.0
func (e *AgentExitError) Unwrap() error
Click to show internal directories.
Click to hide internal directories.