feat: add interactive demo workspace bootstrap - #43
Merged
Conversation
magix022
force-pushed
the
install-script
branch
from
August 5, 2026 03:17
bdfae99 to
fdf2acc
Compare
magix022
force-pushed
the
install-script
branch
2 times, most recently
from
August 5, 2026 03:40
ab69102 to
78b2f0c
Compare
magix022
force-pushed
the
install-script
branch
from
August 5, 2026 16:26
78b2f0c to
3ab1893
Compare
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.
Rationale
The web-operator change needs a directly runnable follow-up bootstrapper so users can create a local Avalanche workspace with editable framework checkouts and start the browser UI without relying on the retired demo-init skill flow.
Summary
init.shbootstrapper for an empty workspace.lmand the provider API key later.ava operator --webfor the browser UI.Follow-up to #39.
Test Plan
bash -n init.sh.env, and workspace guidance.uv run pytest test/operator_tests/test_web.py test/cli_test.py -q