Merge pull request #95 from markov-kernel/fix/daemon-init-recommendation

CI failures unrelated to this PR (formula embed issue)
This commit is contained in:
Steve Yegge
2026-01-04 13:01:39 -08:00
committed by GitHub

View File

@@ -167,7 +167,7 @@ func (c *PatrolHooksWiredCheck) Run(ctx *CheckContext) *CheckResult {
Name: c.Name(),
Status: StatusWarning,
Message: "Daemon config not found",
FixHint: "Run 'gt daemon init' to configure daemon",
FixHint: "Run 'gt daemon start' to start the daemon",
}
}
@@ -220,7 +220,7 @@ func (c *PatrolHooksWiredCheck) Run(ctx *CheckContext) *CheckResult {
Name: c.Name(),
Status: StatusWarning,
Message: "Patrol hooks not configured in daemon",
FixHint: "Configure patrols in mayor/daemon.json or run 'gt daemon init'",
FixHint: "Configure patrols in mayor/daemon.json or run 'gt daemon start'",
}
}