Skip to content

Docs Inventory

This file is a repository-local inventory of Yomi documentation. The public docs site is yomi-docs.fly.dev, backed by docs/index.md.

Use this file when adding, moving, or reviewing docs. Reader-facing navigation is defined in docs/.vitepress/config.ts.

Reader-Facing Docs

  • Docs Home - public documentation landing page.
  • Why Yomi - the product argument and when Yomi helps.
  • Demo Walkthrough - a short repair -> plan-trace -> verify walkthrough.
  • Getting Started - install, index a project, run repair queries, and verify behavior.
  • Agent Workflow - how an AI coding agent should use Yomi during frontend repair work.
  • CLI Reference - current command surface and expected JSON contracts.
  • Runtime Instrumentation - when and how to add opt-in app traces.
  • Agent Skills - generated and bundled agent skills.
  • Architecture - how static extraction, graph queries, instrumentation, and verification fit together.
  • Docs Deployment - how the documentation site is deployed to Fly.io.
  • Comparison - how Yomi differs from browser automation, debugger, React inspection, and coding agent tools.
  • Limitations - what is and is not implemented.

Project Docs

Current Implementation Status

Yomi is an early implementation. It already includes:

  • a ts-morph based React/TypeScript extractor
  • source-linked frontend graph output
  • agent-facing repair briefs
  • runtime trace adapters for opt-in instrumentation
  • deterministic verifier scenarios
  • a React repair benchmark fixture
  • Crust-based CLI packaging work

It is not yet a production-grade automatic React instrumentation system.