Add .claude/commands/ slash commands (/wiki-ingest, /wiki-query, /wiki-lint, /wiki-graph) so the wiki works directly inside Claude Code without any Python or API key. CLAUDE.md updated to lead with Claude Code usage. Python tools remain as optional standalone scripts. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
910 B
910 B
Ingest a source document into the LLM Wiki.
Usage: /wiki-ingest $ARGUMENTS
$ARGUMENTS should be the path to a file in raw/, e.g. raw/articles/my-article.md
Follow the Ingest Workflow defined in CLAUDE.md exactly:
- Read the source file at the given path
- Read wiki/index.md and wiki/overview.md for current context
- Write wiki/sources/.md (source page format per CLAUDE.md)
- Update wiki/index.md — add the new entry under Sources
- Update wiki/overview.md — revise synthesis if warranted
- Create/update entity pages (wiki/entities/) for key people, companies, projects
- Create/update concept pages (wiki/concepts/) for key ideas and frameworks
- Flag any contradictions with existing wiki content
- Append to wiki/log.md: ## [today's date] ingest |