📦 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,20 @@
# {{TITLE}}
## Overview
This wiki tracks source-grounded knowledge for `{{TITLE}}`.
## Start Here
- Key concepts: add the most important concept pages.
- Source notes: add the most important source pages.
- Open questions: add active research questions.
- Derived briefs: add synthesized memos, maps, or outlines.
## Current Map
Add the working structure of the wiki here after the first sources are ingested.
## Recent Updates
- {{DATE}}: Wiki scaffold created.
@@ -0,0 +1,7 @@
# Maintenance Log
Track meaningful wiki changes.
## {{DATE}}
- Created the initial wiki scaffold.
@@ -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.
@@ -0,0 +1,9 @@
# Sources
Record every major source added to this wiki.
## Source Log
| Date Added | Title | Type | Path Or URL | Notes |
| --- | --- | --- | --- | --- |
| {{DATE}} | Initial scaffold | setup | `wiki.config.md` | Wiki created. |
@@ -0,0 +1,53 @@
# {{TITLE}} Wiki Config
Slug: `{{SLUG}}`
Flavor: `{{FLAVOR}}`
Created: `{{DATE}}`
Root: `{{ROOT}}`
## Purpose
Describe what this wiki is for and what decisions, research, or creative work it should support.
## Audience
Describe who the wiki is written for.
## Scope
In scope:
- Add the main topics, source types, or questions this wiki should cover.
Out of scope:
- Add exclusions so future agents do not over-expand the wiki.
## Source Policy
- Keep raw source material in `raw/`.
- Record every major source in `sources.md`.
- Distinguish sourced claims from interpretation.
- Mark uncertainty directly when sources conflict or evidence is thin.
## Page Types
- `wiki/index.md` for the main entry point.
- `wiki/concepts/<concept>.md` for durable concepts.
- `wiki/sources/<source>.md` for important source writeups.
- `wiki/questions/<question>.md` for open questions.
- `derived/` for briefs, outlines, and temporary synthesis.
## Style Rules
- Lead with the useful takeaway.
- Use clear section headings.
- Link related wiki pages.
- Keep pages source-grounded and skimmable.
- Avoid filler summaries that do not add navigation, synthesis, or decision value.
## Maintenance Rules
- Update `wiki/index.md` after adding important pages.
- Update `sources.md` after adding sources.
- Update `logs/maintenance-log.md` after meaningful structure or content changes.