This roadmap highlights recently shipped capabilities and the next updates planned for the AGILab toolchain. It is intentionally concise so engineers can skim what changed without reading the full changelog.
✅ Recently Shipped
IDE-independent launch scripts shipped
CLI wrappers: Every run configuration now ships with a generated shell script in tools/run_configs/.
Regeneration: Keep scripts up to date with python3 tools/generate_runconfig_scripts.py.
Messaging: README and docs highlight that AGILab workflows no longer depend on PyCharm.
Dataset recovery flow shipped
Flight, sat trajectory, link sim, and other private workers now restore their dataset.7z/fulldataset.7z artifacts automatically from backup when the installer runs.
Installer warns in yellow when optional steps, such as bootstrap dependencies, are skipped.
🛠️ In Progress
Docs alignment beta
Move the remaining help topics into the static docs so CLI + shell-script workflows are documented end-to-end.
Add quick links from the docs homepage to the new roadmap and tooling sections.
🔭 Upcoming
Unified installer UX planned
Blend the CLI wrappers with a guided setup script that walks engineers through running smoke tests for any app bundle.
Offer optional prompts to copy private datasets (flight, sat trajectories, link sim) into the correct wenv folders.
Continuous documentation build planned
Restore an automated docs build so commits to docs/ are rendered without manual sync steps.
Publish the run configuration matrix to the site directly via tools/refresh_launch_matrix.py.