• v2.0.0 d32ec9f826

    v2.0.0 — Wiki & Lore knowledge base
    Some checks failed
    CI / Frontend tests (push) Failing after 1s
    CI / Backend tests (push) Failing after 2s
    Release / Create GitHub Release (push) Failing after 4s
    Stable

    rbrooks released this 2026-06-23 00:25:17 +00:00 | 218 commits to main since this release

    Major release. Introduces the campaign wiki / lore knowledge base — the largest feature system in Quest Board to date.

    Lore extraction pipeline

    • Async LLM lore-generation pipeline with inline proposal editing
    • Lore types expanded from 6 to 13 categories
    • Multi-pass chunked extraction (Option D): parallel per-chunk extract, LLM dedup, per-category matching, consolidation, with checkpointing

    Wiki redesign

    • Dedicated /campaigns/:id/wiki with Wikipedia-style category navigation
    • NPC tracker merged into lore as entry_type=npc; standalone npcs tables dropped
    • GM notes fully invisible to players; per-entry AI summary; session-appearance join table
    • Entry relationships (directed, labelled, optional inverse) with GM CRUD and bot auto-proposals
    • Wikipedia-style article view with per-entry routing, three-column layout, [[Entry Title]] inline links, infobox (image, type, pronouns, relationships, appearances)

    Narrative

    • Full campaign storyline built by concatenating session summaries into chapters (no LLM — reliable at any session count)
    • Campaign journal auto-entry after transcript approval, with startup backfill and per-campaign toggle
    • Re-post approved summary to Discord as a clean embed
    • Lore entry image upload / URL import

    Retroactive release tagged at d32ec9f (2026-04-24). Second major: the read-oriented knowledge base.

    Downloads