Documentation
¶
Overview ¶
Package qa_reminder implements the ctx system qa-reminder subcommand.
It emits a reminder to lint and test the project before committing, firing on Bash tool use when the command contains git operations.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Cmd ¶
Cmd returns the "ctx system qa-reminder" subcommand.
Returns:
- *cobra.Command: Configured qa-reminder subcommand
func Run ¶
Run executes the qa-reminder hook logic.
Fires before any git command to inject a hard gate reminding the agent to lint, test, and verify a clean working tree before committing.
Parameters:
- cmd: Cobra command for output
- stdin: standard input for hook JSON
Returns:
- error: Always nil (hook errors are non-fatal)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.