-
Notifications
You must be signed in to change notification settings - Fork 2.8k
refactor(onboard): run initial phases through FSM slice #4499
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
+777
−88
Merged
Changes from all commits
Commits
Show all changes
84 commits
Select commit
Hold shift + click to select a range
6b753bf
docs(onboard): document FSM migration target
cv fb1b32d
refactor(onboard): centralize machine state metadata
cv c3e4ad6
refactor(onboard): derive session step mapping from FSM metadata
cv 603832c
refactor(onboard): derive progress labels from FSM metadata
cv 4fad8e7
fix(onboard): emit lifecycle events for onboarding start
cv f99e9cb
fix(onboard): emit machine events for resume conflicts
cv 2b60df4
refactor(onboard): introduce explicit state result types
cv 30341b0
refactor(onboard): apply explicit state results through runtime
cv d4ad2d9
refactor(onboard): make finalization return FSM result
cv 356c947
refactor(onboard): make agent setup return FSM result
cv 2296519
refactor(onboard): make policy setup return FSM result
cv 67a9a1e
refactor(onboard): make preflight and gateway return FSM results
cv 46f4a49
refactor(onboard): make sandbox return branch FSM result
cv 9cc15f5
refactor(onboard): return FSM results from provider inference
cv dbbb273
refactor(onboard): add FSM runner shell
cv 6b27a0b
refactor(onboard): consume handler FSM results compatibly
cv 44009ad
refactor(onboard): allow step recording without machine transitions
cv cd6e5f7
refactor(onboard): plumb step mutation options through runtime
cv e266e3b
refactor(onboard): add record-only FSM runner adapter
cv bf4da0b
refactor(onboard): return ordered provider FSM results
cv 212ff4d
refactor(onboard): run live sequence with record-only steps
cv f69f60a
refactor(onboard): let FSM handlers return result sequences
cv 727ac69
refactor(onboard): add sequence runner adapter
cv 75f82f7
refactor(onboard): support FSM runner stop states
cv 59deee6
refactor(onboard): define FSM flow context
cv 25c5abf
refactor(onboard): extract preflight and gateway FSM phases
cv 4d9cc9f
refactor(onboard): extract provider and sandbox FSM phases
cv 8a5b54a
refactor(onboard): extract agent policy finalization FSM phases
cv bec7ef8
refactor(onboard): assemble FSM phase sequence
cv 0e168b3
refactor(onboard): add initial FSM flow slice
cv 708ecb6
refactor(onboard): add core FSM flow slice
cv b2ecb37
refactor(onboard): add final FSM flow slice
cv 4e84a09
refactor(onboard): run initial phases through FSM slice
cv a1af752
merge(onboard): sync FSM stop states with main
cv 5900708
merge(onboard): sync flow context with stop states
cv 8576e5f
merge(onboard): sync preflight phases with flow context
cv 42eeb90
merge(onboard): sync provider sandbox phases with preflight phases
cv dc8c463
test(onboard): cover sandbox branch metadata passthrough
cv 5c76573
merge(onboard): sync finalization phases with provider sandbox phases
cv 68722ed
test(onboard): run finalization phases through sequence runner
cv 1775dc2
merge(onboard): sync flow sequence with finalization phases
cv 3de7633
test(onboard): validate assembled provider sequence
cv 8a893ff
merge(onboard): sync initial slice with flow sequence
cv ab55336
fix(onboard): handle init in initial FSM slice
cv 6823bd5
merge(onboard): sync core slice with initial slice
cv 9cc7d0c
merge(onboard): sync final slice with core slice
cv 5c7b7ee
Merge branch 'main' into stack/onboard-fsm-flow-context
jyaunches 83c1412
Merge branch 'main' into stack/onboard-fsm-flow-context
cv 6abbbb4
Merge branch 'stack/onboard-fsm-flow-context' into stack/onboard-fsm-…
cv c07f0dd
Merge branch 'stack/onboard-fsm-preflight-gateway-phases' into stack/…
cv cf6c2a9
Merge branch 'stack/onboard-fsm-provider-sandbox-phases' into stack/o…
cv 4a297d0
Merge branch 'stack/onboard-fsm-agent-policy-finalization-phases' int…
cv cfdaf52
Merge branch 'stack/onboard-fsm-flow-sequence' into stack/onboard-fsm…
cv 848ed51
Merge branch 'stack/onboard-fsm-initial-sequence-slice' into stack/on…
cv 3629605
Merge branch 'stack/onboard-fsm-core-sequence-slice' into stack/onboa…
cv 23e8577
Merge branch 'main' into stack/onboard-fsm-flow-context
cv abbd8c4
chore: apply static formatting for FSM flow stack
cv b592eac
Merge remote-tracking branch 'origin/stack/onboard-fsm-flow-context' …
cv adbbdfa
chore(onboard): format preflight gateway FSM phase
cv 8a6bca2
Merge remote-tracking branch 'origin/stack/onboard-fsm-preflight-gate…
cv baeab37
chore(onboard): format provider sandbox FSM phase
cv 5118bd7
Merge remote-tracking branch 'origin/stack/onboard-fsm-provider-sandb…
cv a64242b
chore(onboard): format finalization FSM phases
cv 32059c9
Merge remote-tracking branch 'origin/stack/onboard-fsm-agent-policy-f…
cv 3562942
chore(onboard): format FSM flow sequence
cv c2bb6a9
Merge remote-tracking branch 'origin/stack/onboard-fsm-flow-sequence'…
cv ac0a73c
Merge remote-tracking branch 'origin/stack/onboard-fsm-initial-sequen…
cv b193221
chore(onboard): format core FSM flow slice
cv 3f8a02d
Merge remote-tracking branch 'origin/stack/onboard-fsm-core-sequence-…
cv da474e4
Merge remote-tracking branch 'origin/stack/onboard-fsm-final-sequence…
cv 69d537d
Merge branch 'main' into stack/onboard-fsm-initial-sequence-slice
cv 90fedc3
Merge branch 'stack/onboard-fsm-initial-sequence-slice' into stack/on…
cv e251bdf
Merge branch 'stack/onboard-fsm-core-sequence-slice' into stack/onboa…
cv b6e3eb6
Merge remote-tracking branch 'origin/main' into stack/onboard-fsm-cor…
cv 95f65c4
Merge remote-tracking branch 'origin/stack/onboard-fsm-core-sequence-…
cv 7de4d13
Merge remote-tracking branch 'origin/stack/onboard-fsm-final-sequence…
cv fba2f8c
refactor(onboard): extract initial FSM flow phases
cv 7be0d7b
Merge remote-tracking branch 'origin/main' into stack/onboard-fsm-fin…
cv 455c664
Merge remote-tracking branch 'origin/stack/onboard-fsm-final-sequence…
cv 02dcc8c
fix(onboard): enter initial FSM slice from init state
cv c5ffd20
fix(onboard): share GPU passthrough note formatter
cv 386b1dc
Merge branch 'main' into stack/onboard-fsm-use-initial-slice
cv d306d71
test(onboard): cover initial resume compatibility path
cv 1a6e006
fix(onboard): use runner session after initial slice
cv File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.