Context
global.gittensory.yml's gate: block on the dedicated server is just {enabled: false, linkedIssue: advisory} (2 keys). All 3 live repos (gittensory/metagraphed/awesome-claude) independently carry a much larger, mutually-identical gate block (enabled: true, pack: oss-anti-slop, duplicates: block, readiness.mode/minScore, slop.mode/minScore/aiAdvisory, linkedIssueSatisfaction: advisory, aiReview.mode/byok/allAuthors), each annotated with the byte-identical comment "restored 2026-07-09 (post token-spend-freeze-gate fix #4420 + priority-reward fix #4422 + contributor-trust fix #4423)". This is a fleet-wide incident-response fix applied identically to every repo's file but never folded back into the shared global default.
No active runtime bug today (all 3 repos fully self-specify), but any repo that ever loses its per-repo override, or a new repo onboarded without copy-pasting the whole gate block, silently falls back to a materially weaker posture: gate.enabled: false disables the check-run publish, and the DB defaults for slopGateMode, manifestPolicyGateMode, linkedIssueSatisfactionGateMode, aiReviewMode are all "off".
Requirements
- This is a direct edit to the private, uncommitted dedicated-server config (
edge-nl-01), not a GitHub PR. No code changes.
- Take a timestamped backup of
global.gittensory.yml before editing, per house convention.
- Only promote fields confirmed byte-identical across all 3 repos — do not promote fields that genuinely differ per repo.
Deliverables
Expected Outcome
A 4th repo onboarded to the fleet — or any of the 3 existing repos if its override file is ever lost — gets the correct, restored gate posture by default instead of silently reverting to the pre-incident weak state.
Links & Resources
- Evidence:
global.gittensory.yml:6-8; jsonbored__gittensory.gittensory.yml:134-153, jsonbored__metagraphed.gittensory.yml:154-172, jsonbored__awesome-claude.gittensory.yml:124-149; src/signals/focus-manifest.ts:459-511 (gate.enabled only controls check-run publish, every other gate.* field independently null-gated); src/db/schema.ts (DB defaults)
Part of #5270 (roadmap epic).
Context
global.gittensory.yml'sgate:block on the dedicated server is just{enabled: false, linkedIssue: advisory}(2 keys). All 3 live repos (gittensory/metagraphed/awesome-claude) independently carry a much larger, mutually-identical gate block (enabled: true,pack: oss-anti-slop,duplicates: block,readiness.mode/minScore,slop.mode/minScore/aiAdvisory,linkedIssueSatisfaction: advisory,aiReview.mode/byok/allAuthors), each annotated with the byte-identical comment "restored 2026-07-09 (post token-spend-freeze-gate fix #4420 + priority-reward fix #4422 + contributor-trust fix #4423)". This is a fleet-wide incident-response fix applied identically to every repo's file but never folded back into the shared global default.No active runtime bug today (all 3 repos fully self-specify), but any repo that ever loses its per-repo override, or a new repo onboarded without copy-pasting the whole gate block, silently falls back to a materially weaker posture:
gate.enabled: falsedisables the check-run publish, and the DB defaults forslopGateMode,manifestPolicyGateMode,linkedIssueSatisfactionGateMode,aiReviewModeare all"off".Requirements
edge-nl-01), not a GitHub PR. No code changes.global.gittensory.ymlbefore editing, per house convention.Deliverables
global.gittensory.ymlon edge-nl-01.enabled: true,pack: oss-anti-slop,duplicates: block,readiness.mode/minScore,slop.mode/minScore/aiAdvisory,linkedIssueSatisfaction: advisory,aiReview.mode/byok/allAuthorsintoglobal.gittensory.yml'sgate:block, carrying the same 2026-07-09 provenance comment.linkedIssue,manifestPolicy, andaiReview.closeConfidenceOUT of the promotion — these three genuinely differ per repo.Expected Outcome
A 4th repo onboarded to the fleet — or any of the 3 existing repos if its override file is ever lost — gets the correct, restored gate posture by default instead of silently reverting to the pre-incident weak state.
Links & Resources
global.gittensory.yml:6-8;jsonbored__gittensory.gittensory.yml:134-153,jsonbored__metagraphed.gittensory.yml:154-172,jsonbored__awesome-claude.gittensory.yml:124-149;src/signals/focus-manifest.ts:459-511(gate.enabledonly controls check-run publish, every othergate.*field independently null-gated);src/db/schema.ts(DB defaults)Part of #5270 (roadmap epic).