feat: Add AI transparency artifacts#2
Open
tombruno-korext wants to merge 1 commit intomainfrom
Open
Conversation
Run the full Korext open source pipeline: 1. npx @korext/ai-attestation init → Scanned 12 commits, 0% AI assisted → Created .ai-attestation.yaml 2. npx @korext/ai-license generate → AI Provenance: NONE (0%) → Created AI-LICENSE + ai-license-notice.yaml 3. npx @korext/supply-check scan → 2 dependencies scanned, 0% AI coverage → Created .supply-chain-attestation.yaml Machine-readable AI transparency for this repository.
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.
Summary
This PR adds machine-readable AI transparency to this repository by running the full Korext open source pipeline.
What was run
Results
Files added/updated
.ai-attestation.yamlAI-LICENSEai-license-notice.yaml.supply-chain-attestation.yamlHow it works
The
.ai-attestation.yamlfile is regenerated on every commit via apost-commithook that scans for Co-authored-by trailers, commit message patterns, file headers, and git config markers across 19 known AI coding tools.The supply chain scan queries each dependency for its own
.ai-attestation.yaml, building a transitive AI provenance map.Badge
Generated by the Korext OSS pipeline v1.0.4