vv0.67FEATURE2026-05-21
Trust + Credibility ship — intel-graph live demo on /forge + founder dossier + Public P&L + OSS badge + Roadmap + Trust hub consolidation
- +app/api/forge/intel-public-demo/route.ts NEW: unauthenticated Polymarket macro snapshot endpoint for the /forge public hero widget. Wraps `fetchMacroSnapshot()` from lib/intel/macro and returns a 5-category bucketed payload (politics / crypto / sports / macro / tech) with top-market question, current_pct, delta_7d_pct, and volume_bucket (sm/md/lg). 1h Cache-Control. Graceful degradation to stub response so the marketing surface never 5xx-s. Distinct from /api/intel/macro-snapshot (auth-required, tier-gated) and /api/intel-api/macro_snapshot (Bearer + KaironOS plan).
- +components/forge/IntelGraphLiveDemo.tsx NEW: client island rendering the 5-tile macro snapshot grid mounted on /forge hero zone. Shows source state (LIVE / CACHE / SYNC), as-of timestamp, manual refresh button, and per-tile trend indicator (TrendingUp / TrendingDown / Minus with var(--primary) / var(--red) / var(--muted) coloring). Caption: "What Forge agents see right now." Replaces the customer's claim-trust gap with a live, refreshing visible artifact of the intel graph in operation.
- +app/(neutral)/about/founder/page.tsx NEW + lib/founder/projects.ts NEW: founder dossier surface at /about/founder. FOUNDER_PROFILE single-source-of-truth in lib/founder/projects.ts: handle (greymoth-jp, matches GitHub), role, editorial bio paragraph, 4 projects (Kairon Forge / Kairon Trade / Kairon Media / Kairon Intelligence API with status: live/in-flight), 14-skill stack across language/framework/infra/discipline groups. Page renders avatar placeholder (Lucide User icon over radial-gradient), GitHub + email social row, projects timeline with status badges, skill token grid, and cross-links to /forge/trust + /transparency/financials + /roadmap. Server Component, static, no client interactivity.
- +app/(neutral)/transparency/financials/page.tsx NEW: Public monthly P&L (PROJECT.md §11 #19 deliverable). v0.1 preview with September 2026 statement, 9 revenue lines (Subscriptions / Lounge / Pulse Box / Ticket fees / Door splits / Venue flat / Merch / Label API / Sponsorship — all $0 placeholder pre-launch), 9 expense lines (Stripe / AWS / Anthropic / Postmark / Editorial / Engineering / Pulse Box manufacturing / Legal / Office — all $0 pre-revenue), KPI tile row (Revenue / Expenses / Net / Runway), and founder commentary section explaining the v0.1 zero values. "Our books are open. Updated monthly." banner. Tagline: "No music platform publishes monthly P&L. We do."
- +app/(neutral)/roadmap/page.tsx NEW + components/ShellGate.tsx: /roadmap appended to NEUTRAL_PATH_PREFIXES so the page renders with neutral chrome. 3-column grid: Shipped (6 entries from v0.65 → v0.66.3 + Cycle 8/9), In flight (6 entries: SOC2 Type I, Vanta, intel-graph MCP, DevOps pack, persistent audit DB, this trust ship), Q3-Q4 2026 Locked (6 entries: pen test, HackerOne, Stocks launch, Phase 3 agency ICP, SOC2 Type II window, Intel API waitlist). Every entry carries a release tag OR target quarter — no "soon" badges. Card chrome var(--primary) / var(--amber) / var(--secondary) per column.
- +app/forge/trust/page.tsx NEW: canonical Trust Center hub. Consolidates the previous /forge/security content + adds 5 Trust+Credibility ship signals — OssKernelBadge in hero, Public P&L cross-link button, Founder dossier cross-link, SOC2 Type I "in flight Q3 2026" indicator (now also visible as 6th trust signal "Open-source kernel" + 9th badge "Vanta Trust Center"), and dedicated EU Representative (GDPR Art 27 / EU AI Act) section with eurep@kairon.trade placeholder routing. Identical security primitives + Guardian Phase 3 + procurement roadmap as the legacy /forge/security page.
- +next.config.ts: /forge/security redirect destination changed from /forge/skill-packs/security-v1 to /forge/trust (permanent 308). The legacy app/forge/security/page.tsx file is retained but unreachable via the redirect — /forge/trust is now canonical for Trust Center content. /forge/skill-packs/security-v1 remains the home for the Security skill pack itself.
- +components/forge/OssKernelBadge.tsx NEW + app/api/github/stars/route.ts NEW: open-source kernel badge. Client island fetches /api/github/stars?repo=greymoth-jp/kairon (server-cached 1h) and renders an inline pill with GitHub icon + repo slug + star count + Apache 2.0 license caption + external-link affordance. Handles 404 (renders "Coming soon · Apache 2.0"), 403/429 rate-limit, and unavailable upstream gracefully — never 5xx-s the marketing surface. Mounted on /forge hero (after ForgeHero), /forge/benchmark hero, /forge/trust hero — 3 surfaces total per the Trust ship spec.
- +components/Footer.tsx + components/neutral/NeutralFooter.tsx: Resources column extended with Roadmap (/roadmap), Trust Center (/forge/trust), Public P&L (/transparency/financials). Footer + NeutralFooter both updated so the new credibility surfaces are discoverable from every page.
- +releases/v0.67.md NEW. npx tsc --noEmit exit code unchanged (31 pre-existing observability errors, zero new from this change). Zero `any`, zero banned glyphs, zero literal hex (all colour via var(--*) tokens — Light/Dark theme compatible). Governance files untouched. Pricing surface NOT modified. Follow-up: monthly P&L admin update tool (defer).