Design STAR service URI discovery for StarLang #109

Merged
lost-rob0t merged 5 commits from agent/star-service-uri into main 2026-08-13 04:42:27 +00:00
lost-rob0t commented 2026-08-13 03:49:37 +00:00 (Migrated from github.com)

Status

Approved design promoted directly to implementation.

What this adds

  • STAR-LANG-004 STAR Service URI Discovery and Dispatch
  • canonical star://domain:address:actor-name semantics
  • explicit separation of manifest identity from runtime registration
  • runtime-directory resolution model instead of a competing global registry
  • deterministic standalone dispatch semantics
  • transport-neutral relationship to existing Sento/BBP endpoint materialization
  • implementation tracker linking the active lost-rob0t/star-lang PR #14

Research reuse

This design explicitly reuses the existing deterministic-dispatcher, transport, cl-gserver runtime-directory, BBP remoting, endpoint-materialization, and durable actor-runtime research rather than duplicating those passes.

Implementation

The corresponding implementation is active in lost-rob0t/star-lang PR #14.

## Status Approved design promoted directly to implementation. ## What this adds - `STAR-LANG-004 STAR Service URI Discovery and Dispatch` - canonical `star://domain:address:actor-name` semantics - explicit separation of manifest identity from runtime registration - runtime-directory resolution model instead of a competing global registry - deterministic standalone dispatch semantics - transport-neutral relationship to existing Sento/BBP endpoint materialization - implementation tracker linking the active `lost-rob0t/star-lang` PR #14 ## Research reuse This design explicitly reuses the existing deterministic-dispatcher, transport, cl-gserver runtime-directory, BBP remoting, endpoint-materialization, and durable actor-runtime research rather than duplicating those passes. ## Implementation The corresponding implementation is active in `lost-rob0t/star-lang` PR #14.
Sign in to join this conversation.
No description provided.