Add GET /openrpc.json to hero_foundry_ui #9

Merged
mik-tf merged 2 commits from development_fix_openrpc_json into development 2026-03-05 15:14:26 +00:00
Owner

Summary

  • Add /openrpc.json route to hero_foundry_ui (reuses existing discover handler)
  • Enables inspector discovery of methods via GET /openrpc.json fallback

Ref: lhumina_code/home#4

Test plan

  • Deploy container, verify inspector shows methods for hero_fossil
## Summary - Add `/openrpc.json` route to hero_foundry_ui (reuses existing discover handler) - Enables inspector discovery of methods via `GET /openrpc.json` fallback Ref: lhumina_code/home#4 ## Test plan - [ ] Deploy container, verify inspector shows methods for hero_fossil
feat: add GET /openrpc.json route to hero_foundry_ui
Some checks failed
Build and Test / build (pull_request) Failing after 2s
67a7613ac2
Reuses existing discover handler to serve the OpenRPC spec at the
standard /openrpc.json path. Enables inspector discovery of methods.

Ref: lhumina_code/home#4

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
mik-tf changed title from WIP: add GET /openrpc.json to hero_foundry_ui to Add GET /openrpc.json to hero_foundry_ui 2026-03-05 01:28:37 +00:00
refactor: rename all hero_foundry_* crates to hero_fossil_*
Some checks failed
Build and Test / build (pull_request) Failing after 2s
c23edc581b
Per Hero naming convention, crate names must match repo name:
- hero_foundry_server → hero_fossil_server
- hero_foundry_ui → hero_fossil_ui
- hero_foundry → hero_fossil_lib
- hero_foundry_core → hero_fossil_core
- hero_foundry_sdk → hero_fossil_sdk
- hero_foundry_web → hero_fossil_web
- hero_foundry_webdav_client → hero_fossil_webdav_client
- hero_foundry_examples → hero_fossil_examples

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
mik-tf merged commit 01847c7c84 into development 2026-03-05 15:14:26 +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_foundry!9
No description provided.