Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AgentHelp ¶ added in v0.1.2
func AgentHelp() string
AgentHelp returns a structured guide for AI coding agents
func EnsureLnavFormat ¶ added in v0.1.3
func EnsureLnavFormat() bool
EnsureLnavFormat installs the lnav format if it is not already present. Errors are non-fatal — lnav is optional. Returns true if the format was installed.
func LnavFormatInstalled ¶ added in v0.1.3
func LnavFormatInstalled() bool
LnavFormatInstalled reports whether the lnav format is installed at the default location.
func LnavFormatJSON ¶ added in v0.1.3
func LnavFormatJSON() string
LnavFormatJSON returns the lnav format definition for docker-agent-tail JSONL.
func RunLnavInstall ¶ added in v0.1.3
func RunLnavInstall() error
RunLnavInstall installs the lnav format definition to ~/.lnav/formats/installed/.
func RunLnavInstallTo ¶ added in v0.1.3
RunLnavInstallTo installs the lnav format definition to the specified directory. If dir is empty, it defaults to ~/.lnav/formats/installed/.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.