fix(lint): resolve errcheck and unparam violations

Fixes CI lint failures by handling unchecked error returns and marking
unused parameters with blank identifiers.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
gastown/crew/dennis
2026-01-11 18:06:09 -08:00
committed by Steve Yegge
parent 5d554a616a
commit b9e8be4352
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -308,7 +308,7 @@ func runInstall(cmd *cobra.Command, args []string) error {
return nil
}
func createMayorCLAUDEmd(mayorDir, townRoot string) error {
func createMayorCLAUDEmd(mayorDir, _ string) error {
// Create a minimal bootstrap pointer instead of full context.
// Full context is injected ephemerally by `gt prime` at session start.
// This keeps the on-disk file small (<30 lines) per priming architecture.