Add flightdeck demo for one-command quickstart onboarding#56
Open
Gsbreddy wants to merge 1 commit into
Open
Conversation
Introduce `flightdeck demo` to run the examples/quickstart ledger flow in a temp workspace without sed or fixture paths. Ship quickstart fixtures in the wheel via Hatch force-include to `_bundled_quickstart` for PyPI installs. Refactor quickstart_smoke to share demo_flow helpers; document FLIGHTDECK_QUICKSTART_ROOT. Co-authored-by: Gottam Sai Bharath <Gsbreddy@users.noreply.github.com>
|
Cursor Agent can help with this pull request. Just |
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
Addresses friction feedback (“too many steps”) by shipping a single-command path that runs the full quickstart ledger flow (init → pricing → policy → register → ingest → diff → promote → history) in a disposable temp workspace—no
sedor manual fixture paths.Changes
flightdeck demowith optional--verify,--doctor,--keep-workspace,--quickstart-rootforce-includeintoflightdeck/_bundled_quickstart(sopip install flightdeck-ai+flightdeck demoworks without a git checkout)src/flightdeck/demo_flow.py;quickstart_smoke/ CI unchanged in behaviorFLIGHTDECK_QUICKSTART_ROOT(or--quickstart-root) → repoexamples/quickstart→ bundled copytests/test_demo_flow.pyVerification
uv run python -m ruff check src testsuv run python -m pytestuv run flightdeck-quickstart-verifyuv build(wheel contains_bundled_quickstartassets)