development_unify_archipelago_framework #21
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "development_unify_archipelago_framework"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Replace per-service port URLs with proxy path prefixes: - osis_url() -> {api_host}/hero_osis - forge_url() -> {api_host}/hero_forge - shrimp_url() -> {api_host}/hero_shrimp When api_host is empty (default), URLs are relative to the page origin, routing through hero_proxy automatically. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>All island crates now re-export metadata() and their main App component at crate root via `pub use island::{metadata, XxxApp}`. This enables a uniform import pattern: `use hero_archipelagos_foo::metadata` instead of needing to know whether a crate uses island:: or archipelago:: submodules. Also adds api_host field to remaining IslandContext construction sites (server, examples, build.rs code generator). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>