SKILL.md-Sanierung: Checklisten, Kommandolisten, wiki-status-Hard-Rule, wiki-query-Filingpruefung (schliesst #70, #74, #75, #78)
CI / verify (push) Successful in 55s
Release / release (push) Successful in 39s

Files changed:
- CHANGES.md
- VERSION
- instructions/CONTRACT.md
- instructions/wiki-ingest/SKILL.md
- instructions/wiki-lint/SKILL.md
- instructions/wiki-manage/SKILL.md
- instructions/wiki-query/SKILL.md
- instructions/wiki-status/SKILL.md
This commit is contained in:
2026-09-09 17:01:42 +02:00
parent 663b1c046c
commit 11d64e6aa0
8 changed files with 222 additions and 23 deletions
+24 -3
View File
@@ -16,6 +16,27 @@ Contracts are read **when the step needs them**, not upfront: a source that prod
pages should never have cost the concept contract. Field-level requirements always come from
`tools/wikitool types describe <type>`, never from memory.
## Run checklist
Copy this block into your first reply of the run and tick each line as you reach it. It is
carried through the run, not read once: several steps below fail silently - nothing errors, no
validator complains - and the ticked list is the only record that they happened.
```markdown
- [ ] 1. Promote from `incoming/` if that is where the file sits
- [ ] 2. Read the source
- [ ] 3. Extract metadata
- [ ] 4. Check what the wiki already knows
- [ ] 5. Discuss with the user
- [ ] 6. Create the source page (incl. `## Not Extracted`)
- [ ] 7. Create or update entity pages
- [ ] 8. Create or update concept pages
- [ ] 9. Cross-reference
- [ ] 10. Check coverage
- [ ] 11. Close out
- [ ] 12. Check the lint cadence
```
## Steps
1. **Promote from `incoming/` if that is where the file sits.** Read
@@ -201,9 +222,9 @@ pages should never have cost the concept contract. Field-level requirements alwa
## wikitool commands used
`raw accept`, `search`, `new source`, `new entity`, `new concept`, `touch`, `xref add`,
`xref link-source`, `sources coverage`, `sources rebuild-index`, `index rebuild`, `log append`,
`log status`, `publish`
`raw accept`, `search`, `types describe`, `new source`, `new entity`, `new concept`, `touch`,
`cite add`, `xref add`, `xref link-source`, `sources coverage`, `sources rebuild-index`,
`index rebuild`, `log append`, `log status`, `publish`
## Output