Refactor to put tasks in guide folders, and removes prompts. also add…#459
Merged
Conversation
…s base app, base app name, and prompt to eval result, to use in dashboard instead of pulling from deployed task and base_app dirs
…guideDir. set tasks' first prompts to use the most recent content (not from prompts.md files)
…nding -task.md files
paulirish
approved these changes
Apr 1, 2026
…(within guide folder)
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.
tasks/dir. Remove theprompts.mdfrom each guide folder and add the prompts into the newtasks/task.mdfile (preserving the first prompt).suiteName/runNum/guideName/taskName/runType(addstaskName). This sets up a future change to allow for multiple tasks to be run per guide (b/498724634).base_appfolder, and addpromptandtaskNameto theevals.jsonresult.index.html, to generate diff), base app name, task name, and prompt, instead of pulling the data from the deployedharness/tasksandharness/base_apps(preserves historical run data: b/498207870).Addresses #346 and b/493904340.
TLDR:
tasksin the config, you should just use the the guide name now, instead of<guideName>-task.tasks/task.mdfiles now, which are in the respective guide folders.