docs: use the canonical launcher quickstart - #28
Merged
Conversation
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.
Summary
openadapt-flow demo-recordsetup withopenadapt quickstart--allow-runon the qualified, deployment-configured pathWhy
The prior example bypassed the canonical launcher and omitted the browser dependency. The first draft then exposed
--allow-runfor the retained quickstart bundle. That bundle is plaintext, and the quickstart process does not export its temporary MockMed server, verifier, or run authorization. It is valid for Agent discovery and skill emission, but it is not a second runnable tutorial.Impact
A new user now follows the verified local first-run path and can inspect the resulting bundle through the Agent bridge without receiving a run tool that cannot execute that tutorial contract. A qualified deployment configuration remains the documented path that enables governed execution and attended actions.
Checks
PYTHONPATH="$PWD/src:$PWD" uv run --locked --extra dev pytest -q— 97 passedruff check src tests scriptsgit diff --check