chore: drop stale unified openrpc.json (phase 9 cleanup) #138
No reviewers
Labels
No labels
prio_critical
prio_low
type_bug
type_contact
type_issue
type_lead
type_question
type_story
type_task
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
lhumina_code/hero_aibroker!138
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "development_drop_stale_openrpc_artifacts"
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?
Drops two artifacts that pre-dated the Phase-9 per-domain split (commit
253a994) and are now bloat:crates/hero_aibroker_server/openrpc.jsonspecs/IMPLEMENTATION.mdtree diagram literally hasopenrpc.json # DELETE in phase 9; Phase 9 shipped without doing the deletion. The actual source of truth for each per-domain socket iscrates/hero_aibroker_server/specs/<domain>.openrpc.json, served byinclude_spec()at runtime.crates/hero_aibroker_server/openrpc.client.generated.rsopenrpc_client!invocation that no longer exists (the SDK now generates per-domain clients fromcrates/hero_aibroker_sdk/specs/).Kept:
crates/hero_aibroker_server/specs/IMPLEMENTATION.md— historical record of the per-domain split design; still useful reference for anyone touching this area. Plus the 10 per-domainspecs/*.openrpc.jsonfiles (actual source of truth).README updated to point at
specs/admin.openrpc.jsonas the spec for cascade admin RPC.cargo buildclean for bothhero_aibroker_serverandhero_aibroker_sdk.🤖 Generated with Claude Code
26a6036709f1db81430dchore: drop stale unified openrpc.json + IMPLEMENTATION.mdto chore: drop stale unified openrpc.json (phase 9 cleanup)View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.Merge
Merge the changes and update on Forgejo.Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.