TKW: add missing sigils + populate 8 houses from AWOIAF#11
Merged
Conversation
- add `blackmont.png`, `fowler.png`, `morrigen.png`, `trant.png`, `uller.png` - convert `trant.jpg` → `trant.png` (`Sigil` only loads `.png`) - register `ball`, `blackmont`, `fowler`, `morrigen`, `trant`, `uller` in `SIGIL_SLUGS` - register `bronn` with `bronn → blackwater` alias in `SLUG_ALIASES` for his personal sigil - set `bronn.md` `primary-house` to `null` so the character page falls back to the slug
- add sigil (ten wolves' heads on grey within a black border), liege `stark`, region `north` - `seat: ""` — Cassels are a Stark household, no independent seat - `heads`: Ser Rodrik Cassel; `notable-members`: Ser Martyn and Jory Cassel - write 2-paragraph body covering Tower of Joy and AGOT posture
- add sigil (quartered silver chalice and black rose), liege `hightower`, seat `three-towers` - add `titles`: Lord of the Three Towers - write 2-paragraph body covering the cliff at Whispering Sound
- new house entry: seat `kingsgrave`, liege `martell`, region `dorne` - sigil: crowned white skull on a black field - `heads`: Lord Dagos Manwoody; `titles`: Lord of Kingsgrave - write 2-paragraph body covering the Prince's Pass and the founder legend
- new house entry: liege `baratheon`, region `crownlands` - sigil: red bend sinister between two porcupines on green - `seat: ""` — AWOIAF records no specific Blount seat - `notable-members`: Ser Boros Blount of the Kingsguard - write 2-paragraph body covering the line's Kingsguard tradition
- add sigil (three brass buckles on blue), liege `baratheon`, seat `bronzegate` - add `titles`: Lord of Bronzegate - write 2-paragraph body covering the Last Storm and AGOT posture
- add sigil (bull's skull bone over blood), liege `hightower`, seat `blackcrown` - words: Death Before Disgrace - `heads`: Lady Alysanne Bulwer; `titles`: Lady of Blackcrown - write 2-paragraph body covering Lord Jon's Tyrell match and the child heir
- add sigil (purple unicorn on silver), liege `lannister`, seat `hornvale` - `heads`: Lord Andros Brax; `titles`: Lord of Hornvale - `notable-members`: Ser Tytos (heir) and Ser Flement (later master of coin) - write 2-paragraph body covering the western host and the Camps
- add sigil (six silver bells on purple, 3-2-1), liege `arryn`, seat `strongsong` - `heads`: Lord Benedar Belmore; `titles`: Lord of Strongsong - write 2-paragraph body covering the Lords Declarant of the Vale
- register `belmore`, `blount`, `brax`, `buckler`, `bulwer`, `cassel`, `costayne`, `manwoody` in `SIGIL_SLUGS` - each loads `/sigils/<slug>.png` (chroma-keyed in a prior change)
- IDE TS server flagged `import styles from "@/.../*.module.scss"` as `Module Not found` - `tsc --noEmit` was permissive (bundler resolution → `any`) but editors weren't - `globals.d.ts` declares `*.module.scss` (typed) and `*.scss` (side-effect)
- add `belmore.png`, `blount.png`, `brax.png`, `buckler.png`, `bulwer.png`, `cassel.png`, `costayne.png`, `manwoody.png` - re-key existing `trant.png` to clear a residual green halo - `magick -fuzz 28%` + alpha-blur despill per `chroma-key-removal` skill - `blount` keyed magenta; the rest green
- `viijay-kr.react-ts-css` extension defaults `baseDir` to `src` - this project has no `src/` — sources live at the repo root - result was a spurious `Module Not found '@/components/.../*.module.scss'` diagnostic on every SCSS-module import
- mirror the `viijay-kr.react-ts-css` extension defaults so every knob is explicit in-repo - keep `reactTsScss.baseDir` at `.` to point the extension at the repo root - turn `reactTsScss.codelens` off
✅ Deploy Preview for theknownworld ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
SIGIL_SLUGS.*.module.scssdeclaration inglobals.d.ts, expand.vscode/settings.jsonwithreactTsScssdefaults, moveselmy-2.pngbackup topublic/backups/.Test plan
bun run lintbun run testbun run buildsucceeds (static export)