Skip to content

feat(orchestrator): add an update path to the onboard re-run gate - #101

Merged
shoto290 merged 1 commit into
mainfrom
onboard-detect-existing
Aug 16, 2026
Merged

feat(orchestrator): add an update path to the onboard re-run gate#101
shoto290 merged 1 commit into
mainfrom
onboard-detect-existing

Conversation

@shoto290

Copy link
Copy Markdown
Owner

Summary

  • Re-running the project setup no longer forces you back through the whole questionnaire.
  • When a setup already exists, you now pick between refreshing it, changing your answers, or leaving it alone.
  • Refreshing pulls in the latest shared rules while keeping every answer you gave before.

Changes

flowchart LR
  subgraph BEFORE["before"]
    B1["existing found"] --> B2["Keep as-is"]
    B1 --> B3["Reconfigure"]
  end
  subgraph AFTER["after"]
    A1["existing found"] --> A2["+ Update"]
    A1 --> A3["~ Modify"]
    A1 --> A4["Keep as-is"]
  end
Loading

@shoto290
shoto290 merged commit 5d1efda into main Aug 16, 2026
1 check passed
@shoto290
shoto290 deleted the onboard-detect-existing branch August 16, 2026 19:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant