llm-wiki-compiler 0.4.0 → 0.5.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -370,6 +370,12 @@ Karpathy describes an abstract pattern for turning raw data into compiled knowle
370
370
 
371
371
  ## Roadmap
372
372
 
373
+ Shipped in 0.5.0:
374
+
375
+ - ✅ Multimodal ingest (images, PDFs, transcripts)
376
+ - ✅ Chunked retrieval with reranking and `--debug` output
377
+ - ⚠️ Minimum Node version raised to 24 (was 18)
378
+
373
379
  Shipped in 0.4.0:
374
380
 
375
381
  - ✅ Claim-level provenance with source ranges
@@ -391,16 +397,24 @@ Shipped in 0.2.0:
391
397
 
392
398
  Next up:
393
399
 
394
- - Multimodal ingest (images, PDFs, transcripts)
395
- - Chunked retrieval with reranking
396
400
  - Export bundle (`llms.txt`, JSON, JSON-LD, GraphML, Marp)
397
401
  - Session-history adapters (Claude, Codex, Cursor exports)
398
402
 
399
- If you like ambitious problems: **multimodal ingest**, **chunked retrieval with reranking**, and **export bundles** are the meatiest. Open an issue to claim one or kick off a design discussion.
403
+ Future ideas (open to discussion):
404
+
405
+ - Recurring source refresh jobs — re-ingest URLs on a schedule, diff against the prior snapshot, re-compile only what changed
406
+ - Graph export and a lightweight read-only graph browser for the concept network
407
+ - A local read-only web UI for browsing the compiled wiki without Obsidian
408
+ - MCP prompt resources — curated agent prompts (review the wiki, propose new sources, draft a comparison page) shipped as MCP resources
409
+ - Maintenance log + log rotation so long-running watch sessions don't grow unbounded
410
+
411
+ If you like ambitious problems: **graph export with a browser**, **recurring source refresh**, and **MCP prompt resources** are the meatiest of the futures. Open an issue to claim one or kick off a design discussion.
412
+
413
+ Explicitly not planned (good ideas, just not for this repo): full static-site generator, desktop or mobile apps, fine-tuning, a formal ontology engine, heavy graph reasoning.
400
414
 
401
415
  ## Requirements
402
416
 
403
- Node.js >= 18, plus provider credentials (for Anthropic: `ANTHROPIC_API_KEY` or `ANTHROPIC_AUTH_TOKEN`).
417
+ Node.js >= 24, plus provider credentials (for Anthropic: `ANTHROPIC_API_KEY` or `ANTHROPIC_AUTH_TOKEN`).
404
418
 
405
419
  ## License
406
420