📦 deps(thirdparty): update snapshots

This commit is contained in:
ci[bot]
2026-06-21 09:15:23 +00:00
parent 0e1bb1aef3
commit 3d137606c0
805 changed files with 93512 additions and 4532 deletions
@@ -0,0 +1,12 @@
# Compile Concept Page
Use this prompt to create or update a concept page.
Task:
- Read relevant source pages and raw sources.
- Define the concept in plain language.
- Explain why it matters for this wiki's purpose.
- Ground the explanation in specific sources.
- Link related concepts, source pages, and open questions.
- Mark uncertainty where the source base is thin.
@@ -0,0 +1,11 @@
# Compile Index
Use this prompt to update `wiki/index.md`.
Task:
- Read `wiki.config.md`, `sources.md`, and the current `wiki/` pages.
- Rewrite `wiki/index.md` as the best entry point for this wiki.
- Include the most useful navigation paths, not every file.
- Surface major open questions and recent updates.
- Keep the page aligned with the wiki flavor and audience.
@@ -0,0 +1,12 @@
# Compile Source Page
Use this prompt to turn one source into a durable wiki page.
Task:
- Read the source and `wiki.config.md`.
- Create a page under the most appropriate `wiki/` subfolder.
- Summarize the source's concrete contribution.
- Extract important claims, evidence, numbers, methods, examples, and limitations.
- Link to related wiki pages.
- End with open questions or follow-up work when useful.
@@ -0,0 +1,10 @@
# Lint Wiki
Use this prompt to improve an existing wiki without changing its intent.
Task:
- Read `wiki.config.md`, `sources.md`, `wiki/index.md`, and a representative sample of pages.
- Find stale links, missing source entries, unclear page names, duplicated summaries, and unsupported claims.
- Patch focused issues when the fix is obvious.
- Leave a concise maintenance note in `logs/maintenance-log.md`.
@@ -0,0 +1,11 @@
# Query And File
Use this prompt when answering a question from the wiki and saving the result.
Task:
- Read `wiki.config.md`, `sources.md`, and relevant wiki pages.
- Answer the user's question with source-grounded reasoning.
- If the answer should persist, create or update a page under `wiki/questions/`, `derived/briefs/`, or another configured location.
- Update `wiki/index.md` if the answer becomes an important entry point.
- Update `logs/maintenance-log.md` for material additions.