Clean em-dashes and smart quotes from markdown files

This commit is contained in:
Nyx Nimmerverse
2026-08-02 16:09:49 +00:00
parent 2cb32029a6
commit 192ac8f702
13 changed files with 177 additions and 177 deletions

View File

@@ -1,4 +1,4 @@
# sknpack Oghma Knowledge Packs for SkyrimNet
# sknpack - Oghma Knowledge Packs for SkyrimNet
SkyrimNet Knowledge Packs (`.sknpack`) generated from CHIM's Oghma Infinium lore.
Drop-in importable via the SkyrimNet beta Web UI (Knowledge Packs → Import).
@@ -14,7 +14,7 @@ Drop-in importable via the SkyrimNet beta Web UI (Knowledge Packs → Import).
| Locations | `Oghma_-_Locations_-_{Whiterun,Rift,Solstheim,Reach,Eastmarch,Falkreath,Haafingar,Pale,Winterhold,Hjaalmarch,Other}.sknpack` | `location` field set to hold name | LOCATION |
| Visual | `Oghma_-_Visual_Descriptions.sknpack` | Everyone, for Omnisight perception | KNOWLEDGE |
Each entry carries an `importance` score: `0.75` for the deeper lore variant (scholars), `0.40` for the common-knowledge variant (commoners), `0.50` for visual descriptions. Same topic often appears twice at different depths SkyrimNet's ranking picks the right one for the NPC.
Each entry carries an `importance` score: `0.75` for the deeper lore variant (scholars), `0.40` for the common-knowledge variant (commoners), `0.50` for visual descriptions. Same topic often appears twice at different depths - SkyrimNet's ranking picks the right one for the NPC.
## Pipeline
@@ -50,7 +50,7 @@ SkyrimNet beta `format_version: 1`. See exporter source for the full envelope:
## Phase 2 (not yet shipped)
The `tags: []` and `condition_expr: ""` fields are intentionally empty Phase 1 exports the raw knowledge with safe defaults. Phase 2 will use a teacher model on theia to enrich each entry with tags (spell-school, armor-class, faction-affinity) and conditional expressions (quest-gated visibility). Phase 2 will bump pack `version` from `1.0.0``1.1.0`.
The `tags: []` and `condition_expr: ""` fields are intentionally empty - Phase 1 exports the raw knowledge with safe defaults. Phase 2 will use a teacher model on theia to enrich each entry with tags (spell-school, armor-class, faction-affinity) and conditional expressions (quest-gated visibility). Phase 2 will bump pack `version` from `1.0.0``1.1.0`.
---