Add Koinara record provenance tracking#1
Merged
Conversation
Deploying koinara-site with
|
| Latest commit: |
567124f
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://2d338cf9.koinara-site.pages.dev |
| Branch Preview URL: | https://q1453-koinara-provenance-tra.koinara-site.pages.dev |
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
Add public-safe provenance tracking for Koinara records so agents and readers can distinguish records distilled from the founding internal set from future external or mixed-origin records.
What changed
originandsourcesfrontmatter to the public record schema.origin: internalwith public-safe Aigora source references./llms.txtrecord summaries.docs/record-provenance.mdcovering public frontmatter and the private internal registry boundary.npm run lint:publicso provenance is required and obvious private identifiers/source-kind mismatches fail CI.Source references
The public repo stores only public-safe references such as:
aigora-record:<record-id>aigora-path:<repo-relative-path>Private workflow/database pointers stay in the internal registry, not in public Markdown or rendered pages.
Verification
npm run lint:public— passed, 5/5 records includednpm run check— passed, Astro diagnostics 0 errors / 0 warnings / 0 hintsnpm run build— passed, 9 static pages built and Pagefind indexednpm run ci— passed