2026-06-10 - 2026-09-10

Overview

10 Active Pull Requests
24 Active Issues
Excluding merges, 2 authors have pushed 9 commits to main and 26 commits to all branches. On main, 22 files have changed and there have been 642 additions and 84 deletions.

10 Pull requests merged by 2 users

14 Issues closed from 1 user

Closed #33 DECISION NEEDED: canonical script/bootstrap pins NODE_VERSION and YARN_VERSION but policy tells it to skip on any version found — the pins are decorative 2026-09-09 14:06:01 +02:00

Closed #46 Decision: vmsetup and secpol are tracked projects with no repo on the instance 2026-09-09 14:04:41 +02:00

Closed #25 canonical .golangci.yml emits a gomodguard deprecation warning under golangci-lint v2.12+ 2026-09-09 14:04:20 +02:00

Closed #27 canonical .dockerignore omits .claude/, so agent worktrees land in the Docker build context 2026-09-09 14:01:56 +02:00

Closed #28 script/bootstrap installs the pinned golangci-lint only if missing, so version pins are inert on any machine that already has the tool 2026-09-09 14:01:56 +02:00

Closed #29 SECURITY: canonical .dockerignore does not exclude .env, *.pem or *.key, so local secrets ship into the Docker build context 2026-09-09 14:01:56 +02:00

Closed #30 script/lint shares one golangci-lint cache across all concurrent sessions, producing cross-contaminated results 2026-09-09 14:01:56 +02:00

Closed #26 script/cibuild reports a green it did not earn: Docker serves the make check layer from cache 2026-09-09 14:01:55 +02:00

Closed #40 All linting must run in Docker: canonicalise homoicon's Dockerfile.lint + script/lint pattern 2026-09-09 14:01:55 +02:00

Closed #57 PROPAGATION: roll the -count=1 Go test-cache fix (#44) into every consuming Go repo — as ONE commit per repo 2026-09-06 16:27:52 +02:00

Closed #56 Dockerfile.lint has no .git, so gitignore-honouring linters walk a different file set than they do locally 2026-09-06 16:27:51 +02:00

Closed #32 Go test cache is a second, independent source of unearned greens: canonical make test lacks -count=1 2026-09-03 20:28:11 +02:00

Closed #52 REPO_POLICIES: carve out capability-URL services from "when in doubt, harden" 2026-09-03 20:28:11 +02:00

Closed #41 Test-time cap: is 60s the new org-wide ceiling, or a dnswatcher divergence? 2026-09-03 20:28:10 +02:00

24 Issues created by 1 user

Opened #25 canonical .golangci.yml emits a gomodguard deprecation warning under golangci-lint v2.12+ 2026-08-09 06:56:21 +02:00

Opened #26 script/cibuild reports a green it did not earn: Docker serves the make check layer from cache 2026-08-09 07:35:30 +02:00

Opened #27 canonical .dockerignore omits .claude/, so agent worktrees land in the Docker build context 2026-08-09 07:39:32 +02:00

Opened #28 script/bootstrap installs the pinned golangci-lint only if missing, so version pins are inert on any machine that already has the tool 2026-08-09 07:40:06 +02:00

Opened #29 SECURITY: canonical .dockerignore does not exclude .env, *.pem or *.key, so local secrets ship into the Docker build context 2026-08-09 07:51:11 +02:00

Opened #30 script/lint shares one golangci-lint cache across all concurrent sessions, producing cross-contaminated results 2026-08-09 08:02:24 +02:00

Opened #31 DECISION NEEDED: canonical REPO_POLICIES.md is missing the in-repo memory bullet that stale vendored copies still carry — retired, or lost? 2026-08-09 12:02:11 +02:00

Opened #32 Go test cache is a second, independent source of unearned greens: canonical make test lacks -count=1 2026-08-09 16:39:41 +02:00

Opened #33 DECISION NEEDED: canonical script/bootstrap pins NODE_VERSION and YARN_VERSION but policy tells it to skip on any version found — the pins are decorative 2026-08-09 16:41:44 +02:00

Opened #35 PROPAGATION: roll the Docker build-context trio (#26 CHECK_EPOCH, #29 .dockerignore secrets, #27 .claude/) into every consuming repo — as ONE commit per repo 2026-08-09 16:49:30 +02:00

Opened #36 Operational consequence of CHECK_EPOCH: every check layer is unreusable by construction, so builder-cache growth is unbounded across the fleet 2026-08-09 17:05:39 +02:00

Opened #37 DECISION NEEDED: should pinned Go tools be go install-with-commit-pin, or tracked as go.mod tool dependencies? 2026-08-09 17:37:06 +02:00

Opened #38 SECURITY: canonical .gitignore misses common secret shapes (*.env, .envrc, *.p12/*.pfx, extensionless SSH keys) 2026-08-09 18:23:03 +02:00

Opened #39 PROPAGATION: roll the Go tooling fixes (#28 bootstrap version enforcement, #30 lint cache/lock isolation) into every Go repo — as ONE commit per repo 2026-08-09 20:52:34 +02:00

Opened #40 All linting must run in Docker: canonicalise homoicon's Dockerfile.lint + script/lint pattern 2026-08-10 13:13:44 +02:00

Opened #41 Test-time cap: is 60s the new org-wide ceiling, or a dnswatcher divergence? 2026-08-10 13:18:17 +02:00

Opened #44 Canonical Go make test example omits -count=1, shipping a false green to every repo 2026-08-10 15:49:17 +02:00

Opened #46 Decision: vmsetup and secpol are tracked projects with no repo on the instance 2026-08-10 15:55:15 +02:00

Opened #48 next still carries the pre-ruling 20s/30s test budget, so PR 34 will revert the org-wide ruling when it rebases 2026-08-19 14:14:55 +02:00

Opened #51 issue-to-pr workers break the no-scripted-search-and-replace and no-raw-go-tools rules at a measured 3-in-4 rate 2026-08-24 19:37:23 +02:00

Opened #52 REPO_POLICIES: carve out capability-URL services from "when in doubt, harden" 2026-08-25 22:41:37 +02:00

Opened #56 Dockerfile.lint has no .git, so gitignore-honouring linters walk a different file set than they do locally 2026-09-03 20:29:12 +02:00

Opened #57 PROPAGATION: roll the -count=1 Go test-cache fix (#44) into every consuming Go repo — as ONE commit per repo 2026-09-03 23:05:03 +02:00

Opened #60 PROPAGATION: roll the new canonical .golangci.yml bytes (gomodguard_v2 migration) into every consuming repository 2026-09-08 06:39:25 +02:00