fix(#22): add structured output instructions to code agent#23
Open
fullsend-ai-coder[bot] wants to merge 1 commit into
Open
fix(#22): add structured output instructions to code agent#23fullsend-ai-coder[bot] wants to merge 1 commit into
fullsend-ai-coder[bot] wants to merge 1 commit into
Conversation
The code agent was missing structured output guidance that the fix
and review agents already have. Every code agent run failed harness
validation with "output/code-result.json not found" because the
agent never knew it needed to produce the file.
Changes:
- agents/code.md: Add "Structured output" section (modeled on
agents/fix.md) between "Constraints" and "Failure handling",
documenting the MUST requirement to write the output JSON and
validate it with fullsend-check-output.
- skills/code-implementation/SKILL.md: Add MANDATORY language and
fullsend-check-output validation to the existing output-writing
block in step 3. Add new step 11 ("Verify structured output")
as a final check before exit with a recovery path if the file
is missing.
Note: No test suite or lint command exists in this markdown-only
repo. Changes were verified by manual review of the diff.
Closes #22
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.
The code agent was missing structured output guidance that the fix and review agents already have. Every code agent run failed harness validation with "output/code-result.json not found" because the agent never knew it needed to produce the file.
Changes:
agents/fix.md) between "Constraints" and "Failure handling",
documenting the MUST requirement to write the output JSON and
validate it with fullsend-check-output.
fullsend-check-output validation to the existing output-writing
block in step 3. Add new step 11 ("Verify structured output")
as a final check before exit with a recovery path if the file
is missing.
Note: No test suite or lint command exists in this markdown-only repo. Changes were verified by manual review of the diff.
Closes #22
Post-script verification
agent/22-add-structured-output-instructions)aa64fc8785e98e66331514124afa7203542c31b8..HEAD)