feat(fixtures): add complete fixture suites for 6 tasks across 3 topics #11
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.
feat(fixtures): add fixture suites for 6 tasks across 3 topics
Summary
Adds complete fixture suites for 6 tasks across 3 topics, with all 4 agents (architect, planner, coder, reviewer) implemented for each task:
api-design-and-versioning
database-migrations
config-and-feature-flags
Each fixture includes prompt.md, expected.json/expected.patch, and verify.ts with scenario-specific semantic checks. All 24 fixtures pass
npm run verify.Review & Testing Checklist for Human
Test Plan:
npm run verifyand confirm all 24 new fixtures show OKnpm run cito ensure full CI passesNotes
These fixtures are synthetic/illustrative - they don't include
repo/directories with actual source files. The patches demonstrate expected output format rather than applying to real code.Link to Devin run: https://app.devin.ai/sessions/c8f01518a840497dbcfb39d000259d82
Requested by: oddessentials (admin@oddessentials.com) / @oddessentials