main #2

Merged
mik-tf merged 2 commits from main into development 2026-01-28 02:52:12 +00:00
Owner
No description provided.
- Rename crate from hero_atlas to hero_books
- Rename binaries: atlas_server → books_server, atlas_client → books_client
- Rename client crate: atlas-client → books-client
- Rename client struct: AtlasClient → BooksClient
- Change default port from 8080 to 9567
- Update all shell scripts, Makefile, and documentation
- Update OpenRPC spec with Hero Books branding
- Environment variable: ATLAS_SERVER → BOOKS_SERVER

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Add CORS headers (Access-Control-Allow-Origin: *) to all API responses
- Handle OPTIONS preflight requests for cross-origin API calls
- Add Access-Control-Allow-Methods and Access-Control-Allow-Headers
- No X-Frame-Options restrictions (allows iframe embedding)
- Apply to all API endpoints: /api/*, /rpc, /rpc/discover

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
mik-tf merged commit d9a1d0be35 into development 2026-01-28 02:52:12 +00:00
mik-tf deleted branch main 2026-01-28 02:52:12 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
lhumina_code/hero_books!2
No description provided.