Fix schema validation errors in spec_driven_development library job #198
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.
The
spec_driven_developmentjob from library uses schema features not supported by DeepWork v0.5.0, causingdeepwork syncto fail with 5 validation errors.Changes
Step property compatibility
hidden: truewithexposed: false(v0.5.0 usesexposednothidden)Output schema fixes
directory:outputs to simple strings (src/,tests/)descriptionfields from output objects (schema only accepts{file}or{file, doc_spec})Input schema fix
{file, description}to valid{name, description}user parameterDependency resolution
from_step:plan: addconstitutiondependencytasks: addclarifydependencyimplement: addplanandclarifydependenciesDeepWork requires every
from_stepreference to be explicitly listed in the step'sdependenciesarray - transitive dependencies are not inferred.Documentation
Added schema compatibility notes to:
library/jobs/spec_driven_development/readme.md- documents the 5 fixes appliedAGENTS.md- general guidelines for importing external jobsOriginal prompt
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.