mirror of
https://github.com/azaion/missions.git
synced 2026-06-21 06:31:08 +00:00
040b1f85f88e5080bba380889fbf84e62ef560fa
Autodev cycle 1 retro: 5 batches, 12 tasks, 48 SP delivered. Architecture baseline F4 partial -> resolved (Entities/ + DTOs/Requests/ removed); net architecture delta -1. Zero blockers, zero High/Critical findings, zero auto-fix escalations. Artifacts: - _docs/06_metrics/retro_2026-05-16.md (first retro, no trend yet) - _docs/06_metrics/structure_2026-05-16.md (baseline snapshot) - _docs/LESSONS.md (3 entries: tooling, process, estimation) State: cycle 1 -> cycle 2 boundary; Step 9 (New Task) is next. Co-authored-by: Cursor <cursoragent@cursor.com>
Azaion.Missions
NOTE (forward-looking): this repo is being renamed
flights->missions(Jira AZ-EPIC, child B4). The Gitea repo rename + suite.gitmodulesupdate +git mv flights missions(B4) is still pending.
.NET 10 REST API for mission planning (missions + waypoints) and the vehicle catalog (Plane / Copter / UGV / GuidedMissile) on Azaion edge devices.
GPS-Denied (orthophoto upload, live-GPS SSE, GPS corrections) is not part of this service -- it lives in the separate gps-denied service. See ../suite/_docs/11_gps_denied.md.
Suite context
- Tier: edge (runs on Jetson / OrangePI / operator-PC).
- Spec:
../suite/_docs/02_missions.md(post-rename). - DB: shared local PostgreSQL on the edge device; this service migrates only its own 4 tables (
vehicles,missions,waypoints,map_objects). - Auth: JWT validated locally with the suite-wide HMAC secret. Tokens are minted by the remote
adminservice.
Local docs
_docs/02_document/-- bottom-up discovery + module + component documentation produced by autodev.
Description
Languages
C#
98.6%
Dockerfile
1.4%