Removes hardcoded "Qwen3.5-27B teacher" reference from oghma-sknpack
and mod-to-sknpack READMEs; replaces with "the teacher model" so the
docs survive cortex/teacher rotation.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Two-stage pipeline (xEdit Pascal dumper → JSONL → Python converter → .sknpack)
to distill mod-specific lore into SkyrimNet knowledge packs alongside the
vanilla Oghma corpus. Sketches target record signatures (BOOK/WEAP/ARMO/ACTI/
QUST/LCTN/NPC_/SPEL/DIAL), importance grading rules, pack-split convention
(Nimmersky_-_{Mod}_-_{Category}), LOTD-specific design, and open questions
around deduplication, condition_expr gating, and book markup sanitization.
Version 0.1 — design doc, not spec.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>