Add configuration-driven Togo TUI#24558
Draft
AAraKKe wants to merge 1 commit into
Draft
Conversation
Collaborator
Author
|
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
This stack of pull requests is managed by Graphite. Learn more about stacking. |
3 tasks
Contributor
|
2b265e7 to
143f496
Compare
430449b to
43e744c
Compare
143f496 to
f7a5660
Compare
43e744c to
d94373d
Compare
f7a5660 to
19b6106
Compare
d94373d to
4b754a2
Compare
19b6106 to
561d7b4
Compare
4b754a2 to
489104f
Compare
561d7b4 to
70d775b
Compare
489104f to
f2c5d77
Compare
Contributor
Validation ReportAll 21 validations passed. Show details
|
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.

What does this PR do?
Adds the
ddev meta aiTogo interface backed directly by the distributed configuration engine. The dashboard lists valid and broken flows, presents styled configuration diagnostics, collects typed launch inputs, runs and resumes flows with phase-aware live status, and supports selectable output and clipboard copying.Motivation
Flow discovery, validation, and resolution now have a single entry point. The TUI should consume that engine directly so configured user flows, validation failures, provider availability, and resolved execution all use the same phase and provider registries as the runtime.
Review checklist (to be filled by reviewers)
qa/requiredif this PR needs QA validation, orqa/skip-qaif it does not. Exactly one of the two is required.backport/<branch-name>label to the PR and it will automatically open a backport PR once it is merged