Skip to content

Commit d7015e3

Browse files
release: v0.1.36
1 parent d9235b6 commit d7015e3

7 files changed

Lines changed: 2559 additions & 219 deletions

File tree

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ chart, err := roxy.Astrology.GenerateNatalChart(ctx, nil, roxyapi.NatalChartRequ
6262
<!-- BEGIN:DOMAINS -->
6363
| Accessor | What it covers |
6464
|----------|----------------|
65-
| `roxy.Astrology` | Western astrology API for natal birth charts, daily, weekly, and monthly horoscopes with unique content per sign, syn... |
65+
| `roxy.Astrology` | Western astrology API for natal birth charts, daily, weekly, monthly, and yearly horoscopes with unique content per s... |
6666
| `roxy.VedicAstrology` | Vedic astrology (Jyotish) and KP API for kundli generation with 15 divisional charts (D1-D60), Ashtakoot Gun Milan ku... |
6767
| `roxy.Forecast` | Forecast API that merges upcoming transit aspects, sign ingresses, retrograde stations, new and full moons, biorhythm... |
6868
| `roxy.HumanDesign` | Generate the full Human Design bodygraph from a birth moment: type, strategy, inner authority, profile, definition, i... |

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Reach every domain through its accessor on the client returned by `NewRoxy`.
9292
<!-- BEGIN:DOMAINS -->
9393
| Accessor | What it covers |
9494
|----------|----------------|
95-
| `roxy.Astrology` | Western astrology API for natal birth charts, daily, weekly, and monthly horoscopes with unique content per sign, syn... |
95+
| `roxy.Astrology` | Western astrology API for natal birth charts, daily, weekly, monthly, and yearly horoscopes with unique content per s... |
9696
| `roxy.VedicAstrology` | Vedic astrology (Jyotish) and KP API for kundli generation with 15 divisional charts (D1-D60), Ashtakoot Gun Milan ku... |
9797
| `roxy.Forecast` | Forecast API that merges upcoming transit aspects, sign ingresses, retrograde stations, new and full moons, biorhythm... |
9898
| `roxy.HumanDesign` | Generate the full Human Design bodygraph from a birth moment: type, strategy, inner authority, profile, definition, i... |

docs/llms-full.txt

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ This file is the method INDEX (operation id, HTTP method, path, summary). For re
1919
<!-- BEGIN:METHODS -->
2020
## Western Astrology - `roxy.Astrology`
2121

22-
Western astrology API for natal birth charts, daily, weekly, and monthly horoscopes with unique content per sign, syn...
22+
Western astrology API for natal birth charts, daily, weekly, monthly, and yearly horoscopes with unique content per s...
2323

2424
- `calculateArabicLots` - POST `/astrology/arabic-lots` - Arabic lots calculator - seven Hermetic parts including Part of Fortune and Spirit
2525
- `detectAspectPatterns` - POST `/astrology/aspect-patterns` - Detect aspect patterns - Grand Trine, Kite, T-Square, Grand Cross, Yod, Mystic Rectangle, Stellium
@@ -31,9 +31,10 @@ Western astrology API for natal birth charts, daily, weekly, and monthly horosco
3131
- `generateCompositeChart` - POST `/astrology/composite-chart` - Composite Chart - Midpoint relationship chart with interpretations
3232
- `getPlanetaryNodePassages` - POST `/astrology/ecliptic-crossings` - Ecliptic Crossings - Node passages for a whole year
3333
- `generateFixedStars` - POST `/astrology/fixed-stars` - Fixed stars and star conjunctions calculator - Regulus, Spica, Algol natal report
34-
- `getDailyHoroscope` - GET `/astrology/horoscope/{sign}/daily` - Daily horoscope by zodiac sign - Transit-based forecast with house activations
35-
- `getMonthlyHoroscope` - GET `/astrology/horoscope/{sign}/monthly` - Monthly horoscope by zodiac sign - 30-day transit forecast with key dates
36-
- `getWeeklyHoroscope` - GET `/astrology/horoscope/{sign}/weekly` - Weekly horoscope by zodiac sign - 7-day transit forecast
34+
- `getDailyHoroscope` - GET `/astrology/horoscope/{sign}/daily` - Daily horoscope by zodiac sign - Transit-based editorial columns
35+
- `getMonthlyHoroscope` - GET `/astrology/horoscope/{sign}/monthly` - Monthly horoscope by zodiac sign - Editorial column with key dates
36+
- `getWeeklyHoroscope` - GET `/astrology/horoscope/{sign}/weekly` - Weekly horoscope by zodiac sign - Seven-day editorial column
37+
- `getYearlyHoroscope` - GET `/astrology/horoscope/{sign}/yearly` - Yearly horoscope by zodiac sign - Year ahead forecast with themes, key periods, eclipses and retrogrades
3738
- `calculateHouses` - POST `/astrology/houses` - Calculate house cusps - House system calculator with comparison
3839
- `generateLilith` - POST `/astrology/lilith` - Black Moon Lilith calculator - mean and true lunar apogee in the natal chart
3940
- `generateLocalSpace` - POST `/astrology/local-space` - Local space astrology map - Directional planetary compass lines

roxy.gen.go

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)