kits: launch carries the kit's current prompt, and Open goes through launch - #250
Merged
Merged
Conversation
…launch A kit's prompt is the kit's, like its package: a Sheets run answered a research question in chat and wrote no sheet, the fix is a prompt that states the output contract (starter-kit #32), and it has to reach the Harness a workspace already runs. Launch now refreshes the prompt when the kit's differs, as it already refreshes the package, and the kits page opens a running kit through launch, so a kit fixed after someone launched it is fixed for them the next time they open it. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
richard-epsilla
approved these changes
Sep 23, 2026
richard-epsilla
left a comment
Collaborator
There was a problem hiding this comment.
Reviewed: the prompt refresh mirrors the package refresh, and Open going through launch is the one mechanism.
This branch was successfully deployed
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.
A kit's prompt is the kit's, like its package. A Sheets run (codex, gpt-5.4-mini) answered a research question in chat and wrote no sheet; the fix is a prompt that states the output contract (HarnessRouter/starter-kit#32), and it has to reach the Harness a workspace already runs, not only fresh launches.
launch_kitrefreshessystem_promptfrom the kit definition when the two differ, the way it already refreshes the package; an unchanged prompt rewrites nothing (test added).openAppis gone with it.🤖 Generated with Claude Code