docs: require warm completion before starting the app - #468
Merged
Conversation
Collaborator
Author
|
Independent review is clear at c9630bc. Reviewer independently verified all 30 guide tests and both built guide entry points. All local repository checks passed: 3,617 tests and 66 e2e tests, plus formatting, lint, build, typecheck, runtime-floor and knip. |
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.
Description
A shell tool can return a running-job ID while worktree warming is still copying dependencies. The guide's command order alone does not tell agents to wait before starting Metro or installing packages.
Solution
Make successful warm completion an explicit prerequisite for start, platform builds, and dependency installation. Explain how to handle yielded jobs in the version-matched agent and lifecycle guides; keep the static skill router and runtime behavior unchanged.
Test plan
stim guide agentandstim guide lifecycle options; verify both require warm to exit successfully and distinguish a running job from completion.Fixes #467