Codifies your ruling (2026-08-30, filed as homoicon issue 555): no project logic outside internal/ or pkg/; each cmd/<name>/ is a single main.go whose body is one call into library code.
CODE_STYLEGUIDE_GO.md: strengthens the "keep main small" rule to the single-call form and adds the no-logic-outside-internal/-or-pkg/ rule.
REPO_POLICIES.md: annotates cmd/ in the canonical subdirectory list accordingly. (Root copy is a symlink; one edit covers both.)
Codifies your ruling (2026-08-30, filed as homoicon issue 555): no project logic outside `internal/` or `pkg/`; each `cmd/<name>/` is a single `main.go` whose body is one call into library code.
- `CODE_STYLEGUIDE_GO.md`: strengthens the "keep `main` small" rule to the single-call form and adds the no-logic-outside-`internal/`-or-`pkg/` rule.
- `REPO_POLICIES.md`: annotates `cmd/` in the canonical subdirectory list accordingly. (Root copy is a symlink; one edit covers both.)
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Codifies your ruling (2026-08-30, filed as homoicon issue 555): no project logic outside
internal/orpkg/; eachcmd/<name>/is a singlemain.gowhose body is one call into library code.CODE_STYLEGUIDE_GO.md: strengthens the "keepmainsmall" rule to the single-call form and adds the no-logic-outside-internal/-or-pkg/rule.REPO_POLICIES.md: annotatescmd/in the canonical subdirectory list accordingly. (Root copy is a symlink; one edit covers both.)clawbot referenced this pull request2026-09-03 20:30:12 +02:00
clawbot referenced this pull request2026-09-03 22:11:22 +02:00
clawbot referenced this pull request2026-09-03 23:02:59 +02:00
clawbot referenced this pull request2026-09-03 23:05:25 +02:00