State the proposal scope where proposals are made
Lint and reload / lint (push) Successful in 3s
Lint and reload / reload (push) Successful in 0s

The automation fences commits to questions/*.yaml and aggregates.yaml;
the page and README now say so, instead of promising "any file" and
silently failing after approval.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
Bendik Aagaard Lynghaug
2026-08-13 00:23:05 +02:00
co-authored by Claude Sonnet 5
parent 627bdb807e
commit c1bd503efd
2 changed files with 6 additions and 4 deletions
+2 -1
View File
@@ -112,7 +112,8 @@ entirely in this repo, in this order:
and its workflow must be updated in lockstep. and its workflow must be updated in lockstep.
5. **Change the system through itself.** `/develop-proposal` takes a 5. **Change the system through itself.** `/develop-proposal` takes a
proposed replacement for any file in this repo — from a person, or proposed replacement for any content file (`questions/*.yaml` or
`aggregates.yaml` — nothing else is in scope) — from a person, or
eventually a locally-run model, through the same public form. An eventually a locally-run model, through the same public form. An
owner approves it on `/develop`; approval triggers the automation owner approves it on `/develop`; approval triggers the automation
that branches, commits, opens a PR, and merges only when the same that branches, commits, opens a PR, and merges only when the same
+4 -3
View File
@@ -9,9 +9,10 @@ description: >
alternatives: alternatives:
- name: The change you propose - name: The change you propose
description: > description: >
The proposed content replaces (or creates) one file in the The proposed content replaces (or creates) one content file —
questions repo, verbatim so it has to be complete, valid YAML a page under questions/, or aggregates.yaml — verbatim, so it
for that file, not a diff. has to be complete, valid YAML for that file, not a diff.
Nothing outside those files is in scope.
action: /proposed action: /proposed
consequence: [Propose it] consequence: [Propose it]
record_as: development_proposals record_as: development_proposals