Skip to content

fix(#120): resolve scribe schema from validation_loop#124

Open
fullsend-ai-coder[bot] wants to merge 1 commit into
mainfrom
agent/120-fix-scribe-schema-resolution
Open

fix(#120): resolve scribe schema from validation_loop#124
fullsend-ai-coder[bot] wants to merge 1 commit into
mainfrom
agent/120-fix-scribe-schema-resolution

Conversation

@fullsend-ai-coder

Copy link
Copy Markdown
Contributor

Add schema: schemas/scribe-result.schema.json to the validation_loop block in harness/scribe.yaml, matching the pattern used by triage, code, and review harnesses.

Remove the hardcoded FULLSEND_OUTPUT_SCHEMA env var from env.runner — the engine sets this automatically from validation_loop.schema.

Without this fix, removing the .fullsend customized overlay leaves FULLSEND_OUTPUT_SCHEMA pointing at a missing file, causing validate-output-schema.sh to fail.

Note: pre-commit could not run (shellcheck-py install failed due to sandbox network restrictions, exit code 3). Post-triage and post-scribe tests have pre-existing failures unrelated to this change.


Closes #120

Post-script verification

  • Branch is not main/master (agent/120-fix-scribe-schema-resolution)
  • Secret scan passed (gitleaks — 8fb64a25b70e4d364f6d535bb252c1bad521629d..HEAD)
  • Pre-commit hooks passed (authoritative run on runner)
  • Tests ran inside sandbox

Add schema: schemas/scribe-result.schema.json to the
validation_loop block in harness/scribe.yaml, matching the
pattern used by triage, code, and review harnesses.

Remove the hardcoded FULLSEND_OUTPUT_SCHEMA env var from
env.runner — the engine sets this automatically from
validation_loop.schema.

Without this fix, removing the .fullsend customized overlay
leaves FULLSEND_OUTPUT_SCHEMA pointing at a missing file,
causing validate-output-schema.sh to fail.

Note: pre-commit could not run (shellcheck-py install failed
due to sandbox network restrictions, exit code 3).
Post-triage and post-scribe tests have pre-existing failures
unrelated to this change.

Closes #120
@fullsend-ai-coder fullsend-ai-coder Bot requested a review from a team as a code owner July 10, 2026 20:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Scribe harness schema is not resolved from the agents bundle

0 participants