feat: Aftergraph V2 Knowledge Plane UI - #2
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: f176c35c23
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| - run: npm ci | ||
| - run: npx astro sync | ||
| - run: npx tsc --noEmit | ||
| - run: npm run verify:v2-ui |
There was a problem hiding this comment.
Add the V2 UI before enforcing its verifier
In the checked knowledge-plane-ci gates workflow, this mandatory step fails for every push and pull request because the same commit does not include the UI changes that the new script requires: Hero.astro contains neither Start building nor the quickstart link, the sidebar has no Build or Trust groups and still places Research before Evidence, and brand.css still enables ag-shimmer. Running npm run verify:v2-ui exits at the first assertion, so CI never reaches the build or smoke checks; include the required production changes in this commit or defer enabling the gate until they land.
Useful? React with 👍 / 👎.
Implements the approved Aftergraph V2 Knowledge Plane UI on top of current main. The first commits intentionally add a failing V2 UI contract gate before production changes. Scope: developer-first hero, progressive homepage journey, Start→Platform→Build→Standards→Evidence→Research→Trust IA, calmer visual hierarchy, all existing provenance/freshness/private-leakage/build gates preserved.