2026-02-17 - 2026-08-17

Overview

24 Active Pull Requests
21 Active Issues
Excluding merges, 2 authors have pushed 35 commits to main and 81 commits to all branches. On main, 40 files have changed and there have been 4040 additions and 678 deletions.

20 Pull requests merged by 2 users

Merged #42 Raise org-wide make test cap to 60s, backstop timeout to 90s 2026-08-10 16:13:31 +02:00

Merged #24 Set canonical .golangci.yml to the org-standard v2 config (golangci-lint v2.12.2) 2026-08-07 23:24:06 +02:00

Merged #23 Adopt scripts-to-rule-them-all: script/ entrypoints, Makefile shims, policy update 2026-07-06 23:53:05 +02:00

Merged #22 TODO 2026-07-06 21:36:20 +02:00

Merged #19 style: strengthen constructor naming and Params struct rules 2026-03-20 07:06:03 +01:00

Merged #21 docs: document conditional -v test rerun pattern in REPO_POLICIES.md 2026-03-19 22:53:40 +01:00

Merged #18 docs: document fail-fast lint stage pattern for Dockerfiles 2026-03-18 03:59:02 +01:00

Merged #17 Add HTTP service hardening policy for 1.0 releases 2026-03-11 02:11:33 +01:00

Merged #15 policy: no build artifacts in repos 2026-03-10 10:34:57 +01:00

Merged #14 Self-apply checklist to LLM prose tells doc 2026-03-05 00:33:45 +01:00

Merged #13 Remove unfunny frequency exchange from lol section 2026-03-05 00:24:37 +01:00

Merged #12 Fix em-dash examples in checklist + strip frequency persuasion 2026-03-05 00:20:32 +01:00

Merged #11 LLM prose tells: merge adjacent sentences, add checklist items 2026-03-05 00:13:49 +01:00

Merged #10 LLM prose tells: fix first paragraph 2026-03-04 23:47:01 +01:00

Merged #9 LLM prose tells: methodical checklist pass 2026-03-04 23:39:15 +01:00

Merged #8 Update LLM prose tells: new patterns + lol section 2026-03-04 23:29:51 +01:00

Merged #7 Add LLM prose tells reference and copyediting checklist 2026-03-04 23:03:16 +01:00

Merged #6 REPO_POLICIES: expand pre-1.0 schema migration rule (closes #5) 2026-02-28 17:02:15 +01:00

Merged #4 fix: formatting + add clawpub reference 2026-02-28 11:45:56 +01:00

Merged #2 style(go): add rule against type-only packages (per upaas #126 review) 2026-02-23 22:14:02 +01:00

4 Pull requests proposed by 1 user

Proposed #34 WIP: next 2026-08-09 16:46:50 +02:00

Proposed #43 Close three gaps between the containerised-lint rule and its first adopters 2026-08-10 15:00:25 +02:00

Proposed #45 Add -count=1 to the canonical Go make test example 2026-08-10 15:51:50 +02:00

Proposed #47 Migrate canonical .golangci.yml from gomodguard to gomodguard_v2 2026-08-10 16:17:19 +02:00

3 Issues closed from 2 users

Closed #20 docs: document conditional -v test rerun pattern in REPO_POLICIES.md 2026-03-19 22:53:42 +01:00

Closed #16 additional repo policy 2026-03-11 02:11:33 +01:00

Closed #5 REPO_POLICIES: add pre-1.0 schema migration rule 2026-02-28 17:02:15 +01:00

21 Issues created by 1 user

Opened #5 REPO_POLICIES: add pre-1.0 schema migration rule 2026-02-28 16:58:45 +01:00

Opened #16 additional repo policy 2026-03-11 01:43:03 +01:00

Opened #20 docs: document conditional -v test rerun pattern in REPO_POLICIES.md 2026-03-18 04:30:45 +01:00

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