ci: upstream-sync workflow + ZAP duplex port 9999#1
Merged
Conversation
ZAP binary protocol duplex RPC standardizes on :9999 across every service. Lux validator staking/RPC ports (9630/9631 mainnet, 9650/9651 devnet) are unchanged — those are luxd network protocol ports, not ZAP. One ZAP port everywhere (was a mix of 9651/9652/9653/9633/9900).
Periodic sync from just-every/code (the canonical upstream Hanzo dev tracks). Every 6h: fetches upstream, attempts merge, opens PR with automerge label if clean, otherwise opens an issue listing conflicting paths. Bot does not resolve content conflicts.
- delete upstream-merge.yml (1106 lines, auto-merge, polled every 30 min) in favour of single upstream-sync workflow - upstream points to openai/codex (matches LLM.md), not just-every/code - weekly cron Mon 06:00 UTC (was every 6h) - branch named upstream-sync/<UTC-date> - always opens draft PR, never auto-merges - on conflict, commits markers in place and opens draft PR labelled conflict so the branch is checkoutable for human resolution - LLM.md documents the new flow One way: there is now exactly one upstream-sync entry point.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds upstream-sync GitHub Actions workflow + ZAP port standardization. Branch cut from origin/main.