Add narrative text and a day-significance rank to the interpreter
Each of the day's top significant transits now gets a short sentence describing what it classically means and which area of life its house governs, condensed from Sepharial's Transits and Planetary Periods (1920, public domain) plus a small table of traditional house significations. The day-level line also shows its rank out of the 4 defined levels, e.g. "Notable (2/4)". Docs (CLAUDE.md, README, docs/input-output-format.md, docs/reading.md) updated to match, including a full worked example in docs/reading.md.
This commit is contained in:
@@ -35,7 +35,7 @@ dropping a translated `key=value` file into `engine/i18n/` — see
|
||||
|
||||
```
|
||||
res/ Tarot card art (22 RWS Major Arcana), the
|
||||
Waite PDF, logo, research notes.
|
||||
Waite and Sepharial PDFs, logo, research notes.
|
||||
engine/
|
||||
third_party/astronomy/ Vendored cosinekitty/astronomy C library (MIT).
|
||||
src/ Engine source (rng, tarot, astro, i18n, reading, CLI).
|
||||
@@ -45,7 +45,8 @@ engine/
|
||||
the user.properties template.
|
||||
dist/ Build output (gitignored) — see below.
|
||||
interpreter/ Separate module + binary (dist/interpreter-cli):
|
||||
scores how significant a day's transits are,
|
||||
scores how significant a day's transits are
|
||||
and prints a short narrative note for each,
|
||||
reading deck-engine's --format json output
|
||||
(see CLAUDE.md).
|
||||
docs/ Architecture/dataflow diagrams, input/output format reference.
|
||||
@@ -118,3 +119,8 @@ unmodified) — see its `VENDORED.md` for the pinned commit.
|
||||
Card and spread text in `engine/src/tarot_data.c` is condensed from A. E.
|
||||
Waite's *The Pictorial Key to the Tarot* (1911), which is in the public
|
||||
domain.
|
||||
|
||||
Transit narrative text in `interpreter/src/narrative.c` is condensed
|
||||
from Sepharial's *Transits and Planetary Periods* (1920), also in the
|
||||
public domain, except the Moon and Pluto entries, which are original
|
||||
(see the file's own comment).
|
||||
|
||||
Reference in New Issue
Block a user