docs/README.md
docs/This folder is for cross-cutting documentation only — material that doesn't fit inside any single module's docs/ folder.
Qt toolchain: PJ4 builds against Qt 6.11.1. Install it with the repo-root
../install_qt6.sh— the single source of truth for the Linux Qt version (build.sh,run.sh, and Linux CI all consume it). SeeQT_NOTES.mdfor what changed since 6.8.
Examples of what belongs here:
research/.docs/.<module>/docs/.
Examples in this repo: pj_scene2D/docs/, pj_marketplace/docs/.PJ4_PLAN.md lives at the repo root..remember/, .claude/, .agents/) — those are not human-readable docs.| Path | Status | Notes |
|---|---|---|
QT_NOTES.md | Reference | Qt 6.11.1 baseline. Features new since 6.8 (likely past most models' training cutoff), deprecations, and build/platform floors. Read before using an unfamiliar Qt API or reaching for a 6.8-era workaround. |
research/dataset_format_comparison.md | Reference | Cross-cutting comparison of MCAP, RLDS, LeRobot, Zarr. Informs pj_scene2D and any future dataset-format work. |
research/rerun_notes.md | Reference | Analysis of Rerun's 2D architecture; comparison input for pj_scene2D and (potentially) pj_scene3D. |
See the "Module documentation index" in the top-level CLAUDE.md. Each PJ4 module owns a CLAUDE.md at its root and, when warranted, a docs/ folder with REQUIREMENTS.md / ARCHITECTURE.md.