Skip to content

docs(slice-010): remove stale requirements and harden lint target#11

Merged
fredericomozzato merged 2 commits into
mainfrom
feat/010-docs-tooling-cleanup
Apr 14, 2026
Merged

docs(slice-010): remove stale requirements and harden lint target#11
fredericomozzato merged 2 commits into
mainfrom
feat/010-docs-tooling-cleanup

Conversation

@fredericomozzato
Copy link
Copy Markdown
Owner

Summary

  • Remove 100×30 terminal size guard from AGENTS.md — no longer enforced, was confusing agents
  • Remove gosimple linter from AGENTS.md — merged into staticcheck in golangci-lint v2; actual .golangci.yml already excluded it
  • Add golangci-lint config verify to the lint Makefile target so config errors fail hard instead of silently falling back to defaults

Test Plan

  • go test -race ./... — 221 tests pass, no failures
  • grep -n gosimple AGENTS.md → no results
  • grep -n "100×30" AGENTS.md → no results
  • grep -n "config verify" Makefile → 1 result

🤖 Generated with Claude Code

fredericomozzato and others added 2 commits April 14, 2026 09:19
Closes finding F1 in docs/reviews/010-docs-tooling-cleanup/revision-1.md
- Remove 100×30 terminal size guard from AGENTS.md (no longer enforced)
- Remove gosimple linter from AGENTS.md (merged into staticcheck in v2)
- Add golangci-lint config verify to Makefile lint target
- Update roadmap to DONE and add issue file

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@fredericomozzato fredericomozzato merged commit 87f407e into main Apr 14, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant