Documentation
¶
Index ¶
- func AggregateErrors(errors []string) string
- func ContainsMemorizer(command string) bool
- func ContainsOldBinaryName(command string) bool
- func GetFactsCommand(binaryPath string, format integrations.OutputFormat, integrationName string) string
- func GetFilesCommand(binaryPath string, format integrations.OutputFormat, integrationName string) string
- func IsMemorizerHook(command string) bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AggregateErrors ¶
AggregateErrors joins multiple error strings with semicolon separator
func ContainsMemorizer ¶
ContainsMemorizer checks if a command contains the memorizer binary name Returns true for both current "memorizer" and old "agentic-memorizer" names
func ContainsOldBinaryName ¶
ContainsOldBinaryName checks if a command uses the old binary name
func GetFactsCommand ¶
func GetFactsCommand(binaryPath string, format integrations.OutputFormat, integrationName string) string
GetFactsCommand returns the command for facts hooks (UserPromptSubmit/BeforeAgent)
func GetFilesCommand ¶
func GetFilesCommand(binaryPath string, format integrations.OutputFormat, integrationName string) string
GetFilesCommand returns the command for file index hooks (SessionStart)
func IsMemorizerHook ¶
IsMemorizerHook checks if a command is a memorizer hook (current name, not old)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.