Skip to content

Latest commit

History

37 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

Build Doctor Fuji banner

Zhane Grey AI Engineering Mainframe

This repository powers the public Zhane Grey AI Engineering Mainframe and the Build Doctor diagnostic app. It combines a polished systems portfolio with deterministic Vercel/Next.js build diagnostics, evidence-backed workflow metrics, searchable project proof, and public-safe links to related AI, Web3, RAG, eval, and visual systems.

The site is intentionally evidence-bound. Public copy and metrics are sourced from public GitHub metadata, verified demo URLs, deterministic tests, local evidence summaries, and browser QA screenshots. Raw local logs, private paths, secrets, prompt contents, and private repo data are not exposed.

Live Links

SurfaceURL
Portfolio Mainframehttps://vercel-build-doctor-agent.vercel.app
Build Doctor Apphttps://vercel-build-doctor-agent.vercel.app/build-doctor
Case Studyhttps://vercel-build-doctor-agent.vercel.app/case-study
GitHub Profilehttps://github.com/zrt219
Evidence Dashboardhttps://zhane-grey-evidence-dashboard.vercel.app

What This Repo Contains

  • A Next.js App Router portfolio mainframe with a dark technical command-center UI.
  • A live workflow tracker backed by public-safe aggregate evidence summaries.
  • Searchable/filterable project directory data for public GitHub and demo surfaces.
  • Build Doctor, a deterministic failed-build diagnosis workflow for Vercel and Next.js logs.
  • API routes for diagnosis, report generation, optional LLM enrichment, eval fixtures, and integration health.
  • Unit, E2E, audit, and browser QA coverage.
  • Public-safe evidence summary files under evidence/public/.

Current Mainframe Sections

  1. Hero and primary actions
  2. Verified stats ribbon
  3. Live Workflow Events Tracker
  4. Featured proof systems
  5. Guided proof path
  6. Ralphplan workflow map
  7. Searchable project directory
  8. AI engineering capability map
  9. Evidence and QA ledger
  10. Contact

Evidence Snapshot

Latest public-safe metric snapshot: 2026-07-05

MetricValueSource Label
Workflow events1,331,820Workflow Events Tracker
Daily delta-2Workflow Events Tracker
Codex sessions1,010Workflow Events Tracker
Unique thread ids1,010Workflow Events Tracker
JSONL files1,010Workflow Events Tracker
Corpus size14.6 GBWorkflow Events Tracker
Source-code lines676,615Workflow Events Tracker
Sessions updated today3Workflow Events Tracker
Public GitHub repos scanned34GitHub Source Memory
Foundry projects18Daily Evidence Report
Solidity files326Daily Evidence Report
AI/RAG/agent files13,550Daily Evidence Report
Generated exports8Daily Evidence Report

Public-safe evidence files:

  • evidence/public/live-workflow-events-tracker.md
  • evidence/public/daily-evidence-report-2026-07-05.md
  • evidence/public/session-index-summary.md
  • evidence/public/github-profile-source-memory.md

Featured Systems

ProjectFocusLinks
Zhane Grey Evidence DashboardEvidence organization, claim grounding, public proof surfaceDemo / Repo
Vercel Build Doctor AgentDeterministic build-log diagnosis, redaction, report exportDemo / Repo
AI Resume Tailor ServiceEvidence-aware resume and packet generation workflowDemo / Repo
Resume Evidence RAG AuditorResume claim verification and RAG/eval disciplineDemo / Repo
AI Gateway Failover PlaygroundProvider routing, fallback behavior, request tracesDemo / Repo
Enterprise Agent Workflow StudioApproval-gated agent workflows and risk scoringDemo / Repo
DatumXAI data provenance, validation, and on-chain lineageDemo / Repo

Build Doctor

Build Doctor turns failed Next.js and Vercel build logs into a traceable diagnostic report.

Workflow:

  1. Paste or load a build log.
  2. Redact secrets.
  3. Classify the failure with deterministic rules.
  4. Extract evidence lines and affected subsystem signals.
  5. Generate a local diagnostic trace, safe patch draft, suggested solutions, and markdown incident report.
  6. Optionally request a sanitized DeepSeek review through OpenRouter. The deterministic diagnosis remains the source of truth.

Primary implementation paths:

  • src/lib/redact-secrets.ts
  • src/lib/log-parser.ts
  • src/lib/failure-taxonomy.ts
  • src/lib/patch-recipes.ts
  • src/lib/build-doctor/index.ts
  • src/lib/build-doctor/llm/openrouter-deepseek.ts
  • src/app/api/diagnose/route.ts
  • src/app/api/enrich/route.ts
  • src/app/api/report/route.ts

Architecture

Portfolio Mainframe
-> typed project data
-> public-safe evidence summaries
-> workflow metric snapshot
-> responsive proof UI
-> browser QA screenshots
Build Doctor
-> redact secrets
-> classify failure
-> extract evidence
-> map remediation
-> draft report
-> optional sanitized LLM review

Build Doctor Fuji dashboard

Security and Privacy Boundaries

  • No raw local Codex logs are rendered in the public UI.
  • No raw JSONL contents are rendered in the public UI.
  • No private absolute paths are rendered in the public UI.
  • Secret-like values are redacted before diagnosis output, optional provider review, and report export.
  • Optional LLM enrichment fails closed when disabled, missing credentials, rate-limited, or invalid.
  • Integration health routes return public-safe readiness/fallback state only.
  • Deployment upload ignores local .env, .codex, .omx, .qa, prompt, and private evidence artifacts.

Verification

Latest local verification after the portfolio mainframe, tracker, QA, and wording passes:

CommandResult
npm run typecheckPASS
npm testPASS, 32 tests
npm run buildPASS
npm run test:e2ePASS, 15 tests
npm run audit:securityPASS
npm run audit:45kPASS
npm run audit:reportPASS
npm audit --audit-level=moderatePASS, 0 vulnerabilities
git diff --checkPASS, line-ending warnings only

Browser QA captured:

  • desktop/tablet/mobile portfolio screenshots
  • live workflow tracker screenshots
  • public copy screenshots
  • command palette and evidence-ledger checks
  • rendered-page private-path and banned-copy scans

The local browser QA harnesses and screenshots are intentionally ignored from Git and deployment upload.

Local Development

npm install
npm run dev

Open:

  • http://localhost:3000/
  • http://localhost:3000/build-doctor

Useful commands:

npm run typecheck
npm test
npm run build
npm run test:e2e
npm run audit:security
npm run audit:45k
npm run audit:report
npm audit --audit-level=moderate

Environment

Deterministic Build Doctor mode works without paid model access. Optional LLM enrichment is disabled by default and uses sanitized diagnosis JSON only when explicitly configured.

Use .env.example for variable names and defaults. Do not commit local .env files.

Deployment

Production target:

Recommended deploy gate:

  1. npm run typecheck
  2. npm test
  3. npm run build
  4. npm run test:e2e
  5. npm audit --audit-level=moderate
  6. npx vercel --prod

Repo Structure

PathPurpose
src/app/App Router pages and API routes
src/components/portfolio/Portfolio mainframe UI components
src/data/Typed public portfolio data and evidence-backed stats
src/lib/build-doctor/Build Doctor diagnosis and optional provider orchestration
src/test/Vitest coverage
e2e/Playwright browser coverage
evidence/public/Public-safe evidence summaries
ai-engineering/Verified engineering log

Limitations

  • Build Doctor diagnoses pasted/build-log evidence; it does not inspect a live repository automatically.
  • Optional provider review may be unavailable or rate-limited.
  • Suggested solutions are deterministic guidance and should be reviewed before code changes.
  • Public workflow metrics are dated snapshots, not a real-time stream.
  • Local-only evidence is labeled and not overstated as a live demo.

Resume-Safe Summary

Built and hardened a public AI engineering portfolio mainframe with evidence-backed workflow metrics, searchable project proof, responsive SVG analytics, deterministic Build Doctor diagnostics, safe optional LLM enrichment, public/private evidence boundaries, and verified TypeScript, unit, E2E, audit, and browser QA coverage.

On-Chain Systems Portfolio

Core XRPL EVM systems plus related public product and AI repositories from the same portfolio.

ProjectDescriptionStatus
ZUC Mine Command CenterOn-chain uranium mining operations dashboard with real-time reserve tracking, miner registry, and direct contract interaction through a frontend-only control surface.Live
U235 Fuel CycleDeterministic XRPL EVM fuel-cycle pipeline that tracks uranium batches from ore to enriched fuel rod with full on-chain traceability.Live
ISR NetworkIn-situ recovery control system with on-chain asset tracking, lifecycle state transitions, and operator-facing industrial simulation.Live
Dark Matter FarmXRPL EVM staking protocol with three orbit tiers, lock-period yield mechanics, and event-driven reward emissions.Live
Cohr LabSemiconductor laser fabrication lifecycle modeled as an immutable on-chain state machine from crystal growth to final pigtail.Live
ForgeXFoundry-powered XRPL EVM deployment console that combines a natural-language UI, Node CLI orchestration, and realtime shader-based visuals.Live
DatumXVerification protocol for AI-transformed industrial data with deterministic lineage, validator review, and XRPL EVM finalization.Live
Ethex Lottery GameFoundry plus Next.js betting workflow that modernizes the EthexLoto lifecycle for XRPL EVM reviewer-facing execution.Public Repo
3DMoonXCinematic lunar industrial-base experience that combines Blender source assets with a React Three Fiber web runtime.Live
Unknown002Browser-based 3D engineering viewer for a nuclear-electric propulsion spacecraft concept with staged prompt-pack support.Public Repo
AI Engineering Evidence EngineInteractive evidence dashboard that turns local engineering proof into a reviewer-facing systems narrative.Live
Build DoctorCodex-style build diagnosis harness for failed Next.js and Vercel builds with deterministic failure analysis.Live
AI Gateway Failover PlaygroundPublic-facing sandbox for request routing, provider fallback, and resilient AI gateway behavior.Live
Enterprise Agent Workflow StudioPublic-facing studio for approval-gated enterprise agent workflows, risk scoring, and audit-oriented design.Live
Resume Evidence RAG AuditorPublic-facing proof surface for claim verification, evidence retrieval, and grounded resume bullet generation.Live
AI Resume Tailor ServiceStatic Vercel-ready application for evidence-backed resume, cover-letter, and job-packet tailoring.Live
FujiCinematic Next.js Fuji gallery atlas for portfolio storytelling and visual system design.Live
AI Agents for BeginnersLesson repository for getting started building AI agents.Public Repo
Agentic RAG Memory Digital Twin Edge SystemPublic-facing landing page for an agentic RAG, memory, and digital-twin edge-system portfolio project.Live

Releases

Packages

Contributors

Languages