flash555588_ai-model-workbench/docs
2026-06-25 23:10:49 +08:00
..
assets docs: replace preview image with local GIF 2026-06-08 13:21:37 +08:00
release-notes release: prepare 0.6.0 2026-06-25 23:10:49 +08:00
0.6.0-plus-upgrade-plan.md docs: sync upgrade plan verification status 2026-06-25 22:19:24 +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 release: prepare 0.6.0 2026-06-25 23:10:49 +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 feat(preview): improve conversion routing and rulers 2026-06-22 03:00:35 +08:00
README.md release: prepare 0.6.0 2026-06-25 23:10:49 +08:00
requirements-tracker.md test: lock conservative preview routing 2026-06-25 21:43:38 +08:00
threejs-migration-roadmap.md feat: upgrade three preview fidelity 2026-06-25 20:23:47 +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.
  • 0.6.0-plus-upgrade-plan.md - staged upgrade plan for the 0.6.0+ reliability, workflow, and maintainability releases.
  • 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.
  • release-notes/0.6.0.md - GitHub release notes for the 0.6.0 capability-tree release.
  • ../.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
0.6.0+ release planning or upgrade sequencing 0.6.0-plus-upgrade-plan.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