-
-
Notifications
You must be signed in to change notification settings - Fork 307
feat(orchestrator): hot runner protocol — extensible runner registration and persistent editor providers #791
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Changes from 1 commit
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
49b37f7
feat(orchestrator): add hot runner protocol placeholder
frostebite 1bb31f3
feat(hot-runner): implement hot runner protocol with registry, health…
frostebite 7c0c4c2
fix(hot-runner): validate persisted registry state and add dispatcher…
frostebite 41f00bd
ci: set macOS builds to continue-on-error
frostebite 3cac184
fix: replace orchestrator-develop branch references with main
frostebite File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| # Hot Runner Protocol | ||
|
|
||
| Extensible runner registration and persistent Unity editor provider protocol. | ||
|
|
||
| See GitHub Issue for full specification. | ||
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Replace the generic issue reference with a direct link and minimal protocol outline.
“See GitHub Issue for full specification.” is too vague in standalone docs. Please link the exact issue (e.g.,
#789URL) and add a short bullet list of the protocol surface (Register,Heartbeat, job assignment, result posting) plus key inputs so this README is useful without extra lookup.🤖 Prompt for AI Agents