fix: make openadapt quickstart the successful first-run path - #1122
fix: make openadapt quickstart the successful first-run path#1122abrichr wants to merge 1 commit into
Conversation
|
Closing this one. The work is good and the rename is the right call, but it cannot merge yet, and this PR says so itself: "It must not merge before that behavior is available in the supported Flow release." That condition is not met, and nothing is in flight to meet it. Two hard dependencies on Flow, both unmet:
So merging today breaks the advanced quickstart path twice over — and it breaks it for Why the green suite did not catch this. All three tests monkeypatch To land it, in this order: rename the flag in Not closing for lack of merit. Closing because Codex is stopped, the Flow half does not exist, and an open PR that cannot merge is not a state worth holding during the drain. Related: |
What changed
openadapt quickstartremains the only command shown in the first-run docs and success output. The launcher now sends users from that result to the first-workflow guide.The advanced
--simulate-rejected-writeoption names the exact condition it tests. The launcher forwards that option to Flow.--break-itremains a hidden deprecated alias and prints a warning, so existing scripts don't fail without notice.This draft depends on Flow accepting
--simulate-rejected-writeand writing its report torun-rejected-write/REPORT.md. It must not merge before that behavior is available in the supported Flow release.Checks