diff --git a/README.md b/README.md index 3057d30..7f62554 100644 --- a/README.md +++ b/README.md @@ -112,7 +112,8 @@ entirely in this repo, in this order: and its workflow must be updated in lockstep. 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 owner approves it on `/develop`; approval triggers the automation that branches, commits, opens a PR, and merges only when the same diff --git a/questions/develop-proposal.yaml b/questions/develop-proposal.yaml index 99e05bc..da79c2d 100644 --- a/questions/develop-proposal.yaml +++ b/questions/develop-proposal.yaml @@ -9,9 +9,10 @@ description: > alternatives: - name: The change you propose description: > - The proposed content replaces (or creates) one file in the - questions repo, verbatim — so it has to be complete, valid YAML - for that file, not a diff. + The proposed content replaces (or creates) one content file — + a page under questions/, or aggregates.yaml — verbatim, so it + has to be complete, valid YAML for that file, not a diff. + Nothing outside those files is in scope. action: /proposed consequence: [Propose it] record_as: development_proposals