with one click
ingest
// Ingest a source into the wiki — read it, create a source-summary page, propagate claims into concept/entity pages, update index and log.
// Ingest a source into the wiki — read it, create a source-summary page, propagate claims into concept/entity pages, update index and log.
Fetch one or more Readwise Reader documents into raw/ without loading bodies into context. Streams content to disk via jq pipe, then chains into ingest.
Import highlights and documents from Readwise into the wiki using the Readwise CLI (not MCP). Searches and browses interactively, then delegates to fetch-readwise-document and fetch-readwise-highlights for streaming large content to disk.
Deep-propagate one or more ingested sources across the wiki — update concept/entity/question pages, flag contradictions, create new pages where warranted. Optional step after ingest to ensure claims ripple through the full wiki.
Health-check the wiki for contradictions, orphan pages, stale claims, and missing cross-links.
Upgrade this wiki's scaffold files (CLAUDE.md, skills, build tooling) to match the latest Wikiwise app version from GitHub.
Mine Readwise highlights via vector search, group by parent document, and write highlight collections into raw/. Streams results to disk without loading into context, then chains into ingest.
| name | ingest |
| description | Ingest a source into the wiki — read it, create a source-summary page, propagate claims into concept/entity pages, update index and log. |
Read the source material provided by the user (URL, file path, or pasted text). Then:
raw/ as an immutable document.wiki/sources/<slug>.md with frontmatter (type, date, author, url, raw). If the raw source contains images, include the best ones in the summary page — they make source pages far more useful to browse.wiki/ root that are affected by this source. Cite the source inline with ([[slug]]).wiki/index.md to find every page related to the new material.[[wikilinks]] FROM existing pages TO the new pages. Open 2-3 related existing pages and edit them to reference the new content where it's relevant.[[wikilinks]] FROM new pages TO existing pages. Every new page should link out to related concepts, entities, and sources already in the wiki.wiki/index.md — add the new page(s) to the catalog with one-line summaries.wiki/home.md — if the new source materially changes the narrative or adds a new theme, revise home.md. Don't wait for the wiki to be "complete."wiki/log.md — add a timestamped entry: ## [YYYY-MM-DD HH:MM] ingest | <title>.After ingesting, report what pages were created or updated, and list the cross-links added (which existing pages now link to the new content).