| name | wiki-update |
| description | Use when revising existing wiki pages due to new information, contradictions, or user-requested corrections, with source attribution and downstream consistency checks. |
Wiki Update
Revise existing pages while preserving auditability.
Pre-condition
- Read
src/content/docs/index.md.
- Identify all impacted pages (direct and linked).
- Require source context for factual changes.
Process
For each page:
- Read current content fully.
- Propose update before writing:
- Current
- Proposed
- Reason
- Source
- Confirm before applying substantial edits.
- Check downstream pages that reference changed content.
- Update one-line summaries in
index.md if meaning changed.
- Append
src/content/docs/log.md:
## [YYYY-MM-DD] update | <topic or pages>
Consistency Sweep
- Search for duplicated stale claims across related pages.
- Fix contradictions in all affected pages, not just one.
- Ensure cross-links still reflect updated relationships.
Quality Bar
- No unsourced factual edits.
- No silent broad rewrites.
- Keep edits minimal and explicit.
- Do NOT add an
# H1 heading that duplicates frontmatter title — Starlight renders the title as H1.
- Ссылки всегда с
.md: все относительные ссылки пиши с расширением .md (напр. [text](./page.md), ./category/index.md). НИКОГДА без .md или с / в конце. Плагин remarkStripMdLinks сам уберёт расширения при сборке.
Done Criteria
- Target pages updated with rationale.
- Downstream consistency checked.
- Index/log updated.