Documentation
¶
Overview ¶
Package initpkg provides initialization commands for AI agents and editors.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PatchResult ¶
type PatchResult int
PatchResult describes the outcome of settings.json patching
const ( PatchResultPatched PatchResult = iota // Hook was added successfully PatchResultAlreadyPresent // Hook was already in settings.json PatchResultDeclined // User declined when prompted PatchResultSkipped // --no-patch flag used )
Click to show internal directories.
Click to hide internal directories.