Re-sync REPO_POLICIES.md from prompts (closes #196) #197
Reference in New Issue
Block a user
Delete Branch "sync-repo-policies"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Closes #196.
Docs-only:
REPO_POLICIES.mdand nothing else. No code, config, scripts, CI or build files touched, so no adversarial review per repo policy.Taken wholesale from
sneak/promptsata8686891ba61db895ec1d0dd71111c07950f3a62("Raise org-widemake testcap to 60s, backstop timeout to 90s", prompts PR #42). This file's front matter declares it a synced copy, so it is not a place for local edits or hunk-by-hunk merging.What was stale
last_modifiedwas2026-07-06against upstream's2026-08-07. Three substantive hunks, all upstream being newer:make testmust complete in under 20 seconds. Add a 30-second timeout in the Makefile." Now: 60 s hard cap, 20 s target, a suite between the two still green but its overage filed as an improvement bug, and a 90 s Makefile backstop deliberately above the hard cap so it catches a hung test rather than a merely slow one.-timeout 30sto-timeout 90sin both the plain and verbose-rerun invocations.go installline.Whole delta is 14 insertions, 6 deletions.
Dependency check
The definition of done asked what in this repo depended on the stale text. One thing:
script/test:9,go test -v -race -timeout 30s ./...— the figure the old text mandated. That line is #195's to change and is deliberately not touched here; the two units are disjoint by file. Nothing else inMakefileorscript/references the timeout, the 30 s figure, or the 20 s target.Worth stating plainly, since it is the reason this was filed: this repo is currently in breach of the policy this file now carries.
make testmeasures 62.9-68.4 s in recent cache-defeated builds against the 60 s hard cap. That is pre-existing, is not created by this sync, and is being sized separately — the sync makes the breach visible rather than causing it.Gate
make bootstrap, thenmake fmt(no reflow beyond the copy), thenmake check— exit 0, lint in Docker0 issues.in 46.90 s. No containers left running, no image tagged, no prune of any kind.