flash555588_ai-model-workbench/docs
2026-06-15 17:01:17 +08:00
..
assets docs: replace preview image with local GIF 2026-06-08 13:21:37 +08:00
ai-3d-plugin-design-report.md chore(P2): normalize line endings, add .editorconfig, run lint in CI, sync docs 2026-06-15 17:01:17 +08:00
cross-platform-development.md feat: improve mobile support and cross-platform portability 2026-05-12 23:02:33 +08:00
demo.md release: prepare 0.2.3 2026-05-29 16:33:42 +08:00
development-handoff.md chore(P2): normalize line endings, add .editorconfig, run lint in CI, sync docs 2026-06-15 17:01:17 +08:00
mit-upstream-guidelines.md release: simplify model view and publish 0.2.1 2026-05-25 20:42:41 +08:00
preview-routing-matrix.md release: prepare 0.2.3 2026-05-29 16:33:42 +08:00
README.md Release 0.4.3 2026-06-03 20:51:30 +08:00
requirements-tracker.md feat: register cross-format model components 2026-06-06 20:36:51 +08:00
threejs-migration-roadmap.md release: prepare 0.2.3 2026-05-29 16:33:42 +08:00
workbench-3dgrid-feasibility-note.md release: prepare 0.2.3 2026-05-29 16:33:42 +08:00

Documentation Index

Use this page to choose the right document before changing code.

Start Here

  • ../AGENTS.md - coding-agent working rules, tool setup, and change-to-test mapping.
  • development-handoff.md - current architecture, product contract, specification map, and handoff checklist for a new model or developer.
  • ../CLAUDE.md - Claude Code entry point that points back to the shared handoff docs.

Product And Architecture Specs

  • preview-routing-matrix.md - canonical Three/Babylon routing contract and smoke tests.
  • requirements-tracker.md - stable product requirements, statuses, acceptance criteria, and verification mapping.
  • threejs-migration-roadmap.md - Three.js migration history, target state, and reopen conditions.
  • workbench-3dgrid-feasibility-note.md - why production workbench and 3dgrid remain conservative capability paths.
  • ../FORMAT_SUPPORT_DESIGN.md - format support and local conversion strategy.
  • ai-3d-plugin-design-report.md - early product/design background.
  • demo.md - usage examples for code blocks, grids, annotations, snapshots, and notes.

Engineering Guardrails

  • cross-platform-development.md - vault/filesystem path rules, converter discovery, and platform diagnostics requirements.
  • mit-upstream-guidelines.md - license boundaries for upstream code or ideas.
  • ../SECURITY.md - release token safety and PAT leak response.

Release And Verification References

  • ../README.md - user-facing install, format support, verification, and release notes.
  • ../README.zh-CN.md - Simplified Chinese user-facing docs.
  • ../CHANGELOG.md - current unreleased and release history.
  • ../.github/workflows/release.yml - release asset publishing workflow.

Quick Selection Guide

If you are changing... Read first
Renderer route, rollout, annotation preview preview-routing-matrix.md
Product scope, requirement status, release gates requirements-tracker.md
Three.js migration or workbench route policy workbench-3dgrid-feasibility-note.md
3dgrid behavior or presets workbench-3dgrid-feasibility-note.md, demo.md
Supported formats or conversion ../FORMAT_SUPPORT_DESIGN.md, cross-platform-development.md
Generated reports, indexes, part notes development-handoff.md, ../README.md Knowledge Notes
Persisted state, settings migration development-handoff.md, ../AGENTS.md
Release publishing or token handling ../SECURITY.md, ../README.md Release Publishing