Skip to content

Commit ac2f835

Browse files
release: v0.1.12
1 parent 1db553f commit ac2f835

6 files changed

Lines changed: 150 additions & 150 deletions

File tree

AGENTS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,10 @@ chart, err := roxy.Astrology.GenerateNatalChart(ctx, nil, roxyapi.NatalChartRequ
6464
|----------|----------------|
6565
| `roxy.Astrology` | Western astrology API for natal birth charts, daily, weekly, and monthly horoscopes with unique content per sign, syn... |
6666
| `roxy.VedicAstrology` | Vedic astrology (Jyotish) and KP API for kundli generation with 15 divisional charts (D1-D60), Ashtakoot Gun Milan ku... |
67+
| `roxy.Forecast` | Merge upcoming transit aspects, sign ingresses, retrograde stations, new and full moons, biorhythm critical days, and... |
68+
| `roxy.HumanDesign` | Generate the full Human Design bodygraph from a birth moment: type, strategy, inner authority, profile, definition, i... |
6769
| `roxy.Numerology` | Numerology API to calculate life path, expression, soul urge, personality, and maturity numbers, with Pinnacle and Ch... |
6870
| `roxy.Tarot` | Tarot reading API with the complete 78-card Rider-Waite-Smith deck and card meanings for love, career, health, and sp... |
69-
| `roxy.HumanDesign` | Generate the full Human Design bodygraph from a birth moment: type, strategy, inner authority, profile, definition, i... |
70-
| `roxy.Forecast` | Merge upcoming transit aspects, sign ingresses, retrograde stations, new and full moons, biorhythm critical days, and... |
7171
| `roxy.Biorhythm` | The most complete biorhythm API: 10 cycle types across 3 primary (physical, emotional, intellectual), 4 secondary (in... |
7272
| `roxy.Iching` | I-Ching oracle API with all 64 hexagrams, 384 changing lines, 8 trigrams, and modern interpretations for love, career... |
7373
| `roxy.Crystals` | Crystal healing API covering the most popular and widely-searched healing crystals and gemstones, from Amethyst and R... |

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,10 @@ Reach every domain through its accessor on the client returned by `NewRoxy`.
9494
|----------|----------------|
9595
| `roxy.Astrology` | Western astrology API for natal birth charts, daily, weekly, and monthly horoscopes with unique content per sign, syn... |
9696
| `roxy.VedicAstrology` | Vedic astrology (Jyotish) and KP API for kundli generation with 15 divisional charts (D1-D60), Ashtakoot Gun Milan ku... |
97+
| `roxy.Forecast` | Merge upcoming transit aspects, sign ingresses, retrograde stations, new and full moons, biorhythm critical days, and... |
98+
| `roxy.HumanDesign` | Generate the full Human Design bodygraph from a birth moment: type, strategy, inner authority, profile, definition, i... |
9799
| `roxy.Numerology` | Numerology API to calculate life path, expression, soul urge, personality, and maturity numbers, with Pinnacle and Ch... |
98100
| `roxy.Tarot` | Tarot reading API with the complete 78-card Rider-Waite-Smith deck and card meanings for love, career, health, and sp... |
99-
| `roxy.HumanDesign` | Generate the full Human Design bodygraph from a birth moment: type, strategy, inner authority, profile, definition, i... |
100-
| `roxy.Forecast` | Merge upcoming transit aspects, sign ingresses, retrograde stations, new and full moons, biorhythm critical days, and... |
101101
| `roxy.Biorhythm` | The most complete biorhythm API: 10 cycle types across 3 primary (physical, emotional, intellectual), 4 secondary (in... |
102102
| `roxy.Iching` | I-Ching oracle API with all 64 hexagrams, 384 changing lines, 8 trigrams, and modern interpretations for love, career... |
103103
| `roxy.Crystals` | Crystal healing API covering the most popular and widely-searched healing crystals and gemstones, from Amethyst and R... |

docs/llms-full.txt

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,33 @@ Vedic astrology (Jyotish) and KP API for kundli generation with 15 divisional ch
103103
- `detectYogas` - POST `/vedic-astrology/yoga/detect` - Detect classical Vedic yogas in a birth chart
104104
- `getYoga` - GET `/vedic-astrology/yoga/{id}` - Get yoga details by ID - Vedic Yoga Glossary Entry
105105

106+
## Forecast - `roxy.Forecast`
107+
108+
Merge upcoming transit aspects, sign ingresses, retrograde stations, new and full moons, biorhythm critical days, and...
109+
110+
- `generateDigest` - POST `/forecast/digest` - Forecast digest - Pre-summarized next 24h, 7d, 30d, and 90d rollups
111+
- `findSignificantDates` - POST `/forecast/significant-dates` - Significant dates - High-significance cross-domain forecast highlights
112+
- `forecastSolarReturn` - POST `/forecast/solar-return` - Solar return chart - Annual birthday forecast chart for a single subject
113+
- `generateTimeline` - POST `/forecast/timeline` - Cross-domain forecast timeline - Transits, ingresses, stations, dasha changes, critical days
114+
- `forecastTransits` - POST `/forecast/transits` - Western astrology forecast - aspects, ingresses, stations, eclipses, moon phases
115+
116+
## Human Design - `roxy.HumanDesign`
117+
118+
Generate the full Human Design bodygraph from a birth moment: type, strategy, inner authority, profile, definition, i...
119+
120+
- `generateBodygraph` - POST `/human-design/bodygraph` - Generate full Human Design bodygraph - Type, authority, profile, centers, channels, gates
121+
- `calculateCenters` - POST `/human-design/centers` - Calculate the nine Human Design centers
122+
- `getCenter` - GET `/human-design/centers/{id}` - Look up a Human Design center by id
123+
- `calculateChannels` - POST `/human-design/channels` - Calculate the defined Human Design channels
124+
- `calculateConnection` - POST `/human-design/connection` - Calculate Human Design connection chart - Two-person composite bodygraph compatibility
125+
- `calculateGates` - POST `/human-design/gates` - Calculate the 26 Human Design gate activations
126+
- `getGate` - GET `/human-design/gates/{number}` - Look up a Human Design gate by number
127+
- `calculatePenta` - POST `/human-design/penta` - Calculate Human Design Penta - Small-group BG5 operating system for three to five people
128+
- `calculateProfile` - POST `/human-design/profile` - Calculate the Human Design profile and line keynotes
129+
- `generateTransit` - POST `/human-design/transit` - Generate Human Design transit overlay - Current planetary activations on a natal bodygraph
130+
- `calculateType` - POST `/human-design/type` - Calculate Human Design type, authority and profile
131+
- `calculateVariables` - POST `/human-design/variables` - Calculate Human Design Variables - The four arrows and Color, Tone, Base substructure
132+
106133
## Numerology - `roxy.Numerology`
107134

108135
Numerology API to calculate life path, expression, soul urge, personality, and maturity numbers, with Pinnacle and Ch...
@@ -143,33 +170,6 @@ Tarot reading API with the complete 78-card Rider-Waite-Smith deck and card mean
143170
- `castThreeCard` - POST `/tarot/spreads/three-card` - Three-Card Spread: Past, Present, Future
144171
- `castYesNo` - POST `/tarot/yes-no` - Get yes/no answer to your question
145172

146-
## Human Design - `roxy.HumanDesign`
147-
148-
Generate the full Human Design bodygraph from a birth moment: type, strategy, inner authority, profile, definition, i...
149-
150-
- `generateBodygraph` - POST `/human-design/bodygraph` - Generate full Human Design bodygraph - Type, authority, profile, centers, channels, gates
151-
- `calculateCenters` - POST `/human-design/centers` - Calculate the nine Human Design centers
152-
- `getCenter` - GET `/human-design/centers/{id}` - Look up a Human Design center by id
153-
- `calculateChannels` - POST `/human-design/channels` - Calculate the defined Human Design channels
154-
- `calculateConnection` - POST `/human-design/connection` - Calculate Human Design connection chart - Two-person composite bodygraph compatibility
155-
- `calculateGates` - POST `/human-design/gates` - Calculate the 26 Human Design gate activations
156-
- `getGate` - GET `/human-design/gates/{number}` - Look up a Human Design gate by number
157-
- `calculatePenta` - POST `/human-design/penta` - Calculate Human Design Penta - Small-group BG5 operating system for three to five people
158-
- `calculateProfile` - POST `/human-design/profile` - Calculate the Human Design profile and line keynotes
159-
- `generateTransit` - POST `/human-design/transit` - Generate Human Design transit overlay - Current planetary activations on a natal bodygraph
160-
- `calculateType` - POST `/human-design/type` - Calculate Human Design type, authority and profile
161-
- `calculateVariables` - POST `/human-design/variables` - Calculate Human Design Variables - The four arrows and Color, Tone, Base substructure
162-
163-
## Forecast - `roxy.Forecast`
164-
165-
Merge upcoming transit aspects, sign ingresses, retrograde stations, new and full moons, biorhythm critical days, and...
166-
167-
- `generateDigest` - POST `/forecast/digest` - Forecast digest - Pre-summarized next 24h, 7d, 30d, and 90d rollups
168-
- `findSignificantDates` - POST `/forecast/significant-dates` - Significant dates - High-significance cross-domain forecast highlights
169-
- `forecastSolarReturn` - POST `/forecast/solar-return` - Solar return chart - Annual birthday forecast chart for a single subject
170-
- `generateTimeline` - POST `/forecast/timeline` - Cross-domain forecast timeline - Transits, ingresses, stations, dasha changes, critical days
171-
- `forecastTransits` - POST `/forecast/transits` - Western astrology forecast - aspects, ingresses, stations, eclipses, moon phases
172-
173173
## Biorhythm - `roxy.Biorhythm`
174174

175175
The most complete biorhythm API: 10 cycle types across 3 primary (physical, emotional, intellectual), 4 secondary (in...

0 commit comments

Comments
 (0)