From ab72c783badc57d35d3aac3251bc13f484ff9fff Mon Sep 17 00:00:00 2001 From: John O'Keefe Date: Mon, 2 Feb 2026 16:53:58 -0500 Subject: [PATCH] docs: strengthen warning handling to prohibit auto-fix - Change 'Review warnings, fix if appropriate' to 'Note warnings' - Clarify warnings are informational only - Explicitly prohibit auto-fixing warnings - Align with verification script instruction: DO NOT automatically fix - Warnings require explicit user permission to address --- PROJECT_GUIDELINES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PROJECT_GUIDELINES.md b/PROJECT_GUIDELINES.md index 6bdc55f..f25d7e7 100644 --- a/PROJECT_GUIDELINES.md +++ b/PROJECT_GUIDELINES.md @@ -302,7 +302,7 @@ git checkout -- internal/handlers/auth.go ### Before Committing - [ ] **Run verification script**: `bash scripts/verify-guidelines.sh` - [ ] **Fix any errors** - verification must pass (0 errors) to commit -- [ ] **Review warnings** - acknowledge warnings, fix if appropriate +- [ ] **Note warnings** - informational only, do not auto-fix - [ ] Run tests: `go test ./... -v` - [ ] Run lint/typecheck if available - [ ] Ensure no secrets in changes