fix(content): final-review polish — link the-seven roster + roadmap wording

- faction.the-seven now relates down to all seven lords (spec §4 intent;
  bidirectional discoverability), regenerated the-seven.json.
- canon-roadmap: clarify Bloodsworn resolves the warlock's former [CANON-TBD] name.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01HuHRPE7VfppUJEaoGBEUqZ
This commit is contained in:
2026-07-12 13:36:19 -05:00
parent 5646bdd42a
commit 1dfa9462ba
3 changed files with 15 additions and 4 deletions

View File

@@ -14,8 +14,8 @@ order the Margreave is being written. Source of truth is `content/lore/*.md`;
King), Vael (Quiet Knife), Morren (Grey Mother), Ghaul (the Yoke), Ishri (Open King), Vael (Quiet Knife), Morren (Grey Mother), Ghaul (the Yoke), Ishri (Open
Mouth), Nuun (Hollow Choir), Draeth (Crowned Worm). Mouth), Nuun (Hollow Choir), Draeth (Crowned Worm).
- **FTH-axis callings** (folded into the cosmology, from the races/classes - **FTH-axis callings** (folded into the cosmology, from the races/classes
spec): the Bonesetter channels the Warden, the **Bloodsworn** (names the spec): the Bonesetter channels the Warden, the **Bloodsworn** (resolves the
warlock `[CANON-TBD]`) pacts one of the Seven. Applying `Bloodsworn` to calling warlock's former `[CANON-TBD]` name) pacts one of the Seven. Applying `Bloodsworn` to calling
data and a Bloodsworn's patron choice are M4; any Luck effect is an M5/ data and a Bloodsworn's patron choice are M4; any Luck effect is an M5/
Improviser reconcile. Improviser reconcile.
- **duncarrow.md** — the bounded-dialogue / disposition-gate specimen (Duncarrow, - **duncarrow.md** — the bounded-dialogue / disposition-gate specimen (Duncarrow,

View File

@@ -55,7 +55,11 @@ id: faction.the-seven
type: faction type: faction
status: canon status: canon
secrecy: 0 secrecy: 0
related: [person.the-warden, rule.blood-price, rule.possession] related: [person.the-warden, rule.blood-price, rule.possession,
person.kareth-the-red-king, person.vael-the-quiet-knife,
person.morren-the-grey-mother, person.ghaul-the-yoke,
person.ishri-the-open-mouth, person.nuun-the-hollow-choir,
person.draeth-the-crowned-worm]
body: > body: >
Seven kings and the armies that answer to them — the Warden's enemy, and the Seven kings and the armies that answer to them — the Warden's enemy, and the
world's. They do not want to rule the races so much as end them, dead or yoked, world's. They do not want to rule the races so much as end them, dead or yoked,

View File

@@ -4,7 +4,14 @@
"related": [ "related": [
"person.the-warden", "person.the-warden",
"rule.blood-price", "rule.blood-price",
"rule.possession" "rule.possession",
"person.kareth-the-red-king",
"person.vael-the-quiet-knife",
"person.morren-the-grey-mother",
"person.ghaul-the-yoke",
"person.ishri-the-open-mouth",
"person.nuun-the-hollow-choir",
"person.draeth-the-crowned-worm"
], ],
"type": "faction" "type": "faction"
} }