-
-
Notifications
You must be signed in to change notification settings - Fork 204
ref: Migrate next-steps to manifest-driven templates #216
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
Merged
Changes from all commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
dbfd8af
refactor: Migrate next-steps to manifest-driven templates
cameroncooke ef14ada
fix: align simulator app path platform typing
cameroncooke a4c15cc
ref(next-steps): Keep list_schemes manifest-driven after rebase
cameroncooke 28b7b34
fix: resolve PR inline next-step template issues
cameroncooke 68b142e
fix(runtime): Merge dynamic next-step params into templates
cameroncooke dc750dd
ref(simulator): Use shared destination string construction
cameroncooke 41df783
fix(mcp): Apply manifest next-step templating in MCP runtime
cameroncooke ee77cdd
fix(next-steps): Use tool-provided params over arg placeholders
cameroncooke 6ec82de
Update manifests
cameroncooke 4e5f4af
fix(runtime): Make manifest templates canonical for next steps
cameroncooke 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,27 @@ | ||
| # Next Steps Migration TODO | ||
|
|
||
| Generated: 2026-02-11 19:12:27 UTC | ||
|
|
||
| ## Remaining tool files with inline nextSteps | ||
| - [x] src/mcp/tools/debugging/debug_attach_sim.ts:148 | ||
| - [x] src/mcp/tools/device/get_device_app_path.ts:140 | ||
| - [x] src/mcp/tools/device/launch_app_device.ts:135 | ||
| - [x] src/mcp/tools/device/list_devices.ts:391 | ||
| - [x] src/mcp/tools/logging/start_device_log_cap.ts:665 | ||
| - [x] src/mcp/tools/logging/start_sim_log_cap.ts:81 | ||
| - [x] src/mcp/tools/macos/get_mac_app_path.ts:167 | ||
| - [x] src/mcp/tools/project-discovery/get_app_bundle_id.ts:91 | ||
| - [x] src/mcp/tools/project-discovery/get_mac_bundle_id.ts:88 | ||
| - [x] src/mcp/tools/project-discovery/list_schemes.ts:83 | ||
| - [x] src/mcp/tools/project-discovery/show_build_settings.ts:88 | ||
| - [x] src/mcp/tools/project-scaffolding/scaffold_ios_project.ts:366 | ||
| - [x] src/mcp/tools/project-scaffolding/scaffold_macos_project.ts:340 | ||
| - [x] src/mcp/tools/simulator/boot_sim.ts:69 | ||
| - [x] src/mcp/tools/simulator/build_run_sim.ts:486 | ||
| - [x] src/mcp/tools/simulator/get_sim_app_path.ts:244 | ||
| - [x] src/mcp/tools/simulator/install_app_sim.ts:93 | ||
| - [x] src/mcp/tools/simulator/launch_app_logs_sim.ts:100 | ||
| - [x] src/mcp/tools/simulator/launch_app_sim.ts:127 | ||
| - [x] src/mcp/tools/simulator/list_sims.ts:196 | ||
| - [x] src/mcp/tools/simulator/open_sim.ts:42 | ||
| - [x] src/mcp/tools/simulator/record_sim_video.ts:130 |
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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.
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.