Skip to content

Add normalized JSON output contract#2690

Merged
kamalsrini merged 1 commit into
mainfrom
kamalsrini/uni-18-p414-add-normalized-json-output-contract
Jun 16, 2026
Merged

Add normalized JSON output contract#2690
kamalsrini merged 1 commit into
mainfrom
kamalsrini/uni-18-p414-add-normalized-json-output-contract

Conversation

@kamalsrini

Copy link
Copy Markdown
Contributor

Summary

  • Add a SARIF-independent normalized JSON envelope with schema_version, run metadata, skill metadata, and findings.
  • Document the normalized output contract in docs/normalized-json-output.md and link it from README/CONTRIBUTING/remediation docs.
  • Require all 45 skill entrypoints to make findings available as JSON validating against schemas/finding.schema.json when machine-readable output is requested.

Verification

  • ruby -rjson -e 'JSON.parse(File.read("schemas/finding.schema.json")); puts "OK: schemas/finding.schema.json parses"'
  • ruby scripts/validate_skill_schema.rb
  • ruby scripts/validate_index.rb
  • ruby scripts/test_skill_fixtures.rb
  • git diff --check

Linear: UNI-18

@kamalsrini kamalsrini merged commit adaa506 into main Jun 16, 2026
5 checks passed
@kamalsrini kamalsrini deleted the kamalsrini/uni-18-p414-add-normalized-json-output-contract branch June 16, 2026 05:39
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.

1 participant