feat(dashboard): add fail-soft AI enrichment#11
Merged
Conversation
Load and validate optional AI annotations with browser-safe shared contracts, then join them to canonical repositories by node ID. Add AI category/tag facets, URL state, enriched lexical search, secondary repository-card summaries, and a semantic-search ADR. Preserve canonical fail-closed loading while keeping AI artifacts fail-soft; live executor closeout remains operationally pending.
F-e-u-e-r
added a commit
that referenced
this pull request
Jun 22, 2026
## Summary - Update workspace documentation for the implemented P3 AI contracts, trusted planner, provenance checks, state workflow, and fail-soft dashboard enrichment. - Document optional AI artifacts and clarify that model-calling executors run outside CI. - Record that CI, `verify-agent-artifacts`, and `verify-ai-provenance` are required on `main`; retain the real executor run, Pages verification, and no-churn replay as pending operational closeout. ## Verification - `prettier --check README.md docs/P3-ai-spec.md` passed. - Documentation-only follow-up to merged P3.4/P3.5 PR #11.
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
ai-annotations-meta.jsonandai-annotations.jsonafter canonical data succeeds, using crypto-free shared strict contracts and browser SHA-256 verification.node_id; add category and AI-tag facets, canonical URL state, AI-aware lexical search, coverage count, and clearly secondary card enrichment.Safety
@starred/ai-schema/contractsis browser-safe;node:cryptostays in node-only hash/build code.Verification
Scope
Delivers P3.4 implementation and P3.5 semantic-search ADR. P3 live closeout remains pending: add
verify-ai-provenanceto the main required checks, run one real bounded executor artifact PR, verify Pages, then prove a no-churn replay.