Design StarRouter stabilization and StarIntel bridge #1
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
nsaspy/starRouter!1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "agent/star-router-bridge-design"
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?
What changed
Adds a research/design baseline for stabilizing StarRouter and building a durable StarRouter → StarIntel Server bridge.
The new
docs/design/set covers:Why
The current broker is explicitly documented as pre-alpha and the source audit found correctness issues that should be contained before a StarIntel bridge is allowed to amplify traffic. Major verified findings include duplicate dispatch/ACK behavior in
handleMessage,Client.newMessagenot assigning the requested event type, and target routing mutatingnewMsgbut publishingmsg.The bridge design uses StarIntel's documented RabbitMQ
documentsexchange as the native destination. It targets at-least-once durable forwarding with idempotent downstream effects, a local durable outbox, mandatory routing, and Rabbit publisher confirms rather than treating ZeroMQ PUB/SUB or an HTTP 2xx as proof of durable persistence.Developer/operator impact
No production code changes in this PR. This is the design gate for later implementation slices. The proposed first implementation slice is an executable deterministic test harness and
nix flake checkcontract before correctness fixes are made.Validation
Runtime execution was not performed in the current environment because a local checkout could not reach GitHub; the documents explicitly distinguish source-verified findings from runtime hypotheses that the new harness must reproduce.
WIP: Design StarRouter stabilization and StarIntel bridgeto Design StarRouter stabilization and StarIntel bridgeView 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.