mirror of
https://github.com/azaion/gps-denied-onboard.git
synced 2026-06-21 07:01:14 +00:00
2cc992da4a104677ce6b38b46849706d6b933089
Follow-up to commit 10c2a1e (AZ-842 tracker-only fix). That commit's
preamble narrative ("cycle-4 todo/ remainder: AZ-899 + AZ-900 + AZ-901
= 3 SP") was wrong — those three specs have been in done/ the entire
time. Investigating that fiction surfaced wider drift:
- 10 cycle-3/4 tickets shipped to done/ locally but stuck in
"In Testing" in Jira (AZ-836/838/839/840/894/895/896/899/900/901).
- Epic AZ-835 stuck in "To Do" with all 5 children Done or deferred.
Surfaced to user as A/B/C/D convention question (Done = shipped+tested
vs Done = QA-accepted). User skipped — interpreted as "use judgment,
don't block". Per scope-discipline rule, NOT bulk-modifying tracker
state outside the current task scope.
Changes:
- _docs/_process_leftovers/2026-05-29_jira_status_drift_audit.md:
full audit + replay-ready bulk-transition payload for whichever
convention the user picks.
- dep-table preamble: tenth bump corrects the fictional remainder
narrative; records the leftover; states the actual fact (no product
work left in cycle-4 todo/; OKVIS2 chain deferred).
- state.md: batch 8 detail updated with the corrected story.
No code changes.
Co-authored-by: Cursor <cursoragent@cursor.com>
gps-denied-onboard
Companion onboard system for GPS-denied UAV navigation. Detailed design and architecture documentation lives under _docs/.
Quick links
- Problem statement:
_docs/00_problem/problem.md - Architecture:
_docs/02_document/architecture.md - Module layout (file ownership):
_docs/02_document/module-layout.md - Component docs:
_docs/02_document/components/ - Test specs:
_docs/02_document/tests/ - Deployment:
_docs/02_document/deployment/
Local development
python -m venv .venv && source .venv/bin/activate
pip install -e ".[dev]"
pytest -q tests/unit/
For full Tier-1 integration via Docker, see _docs/02_document/deployment/containerization.md.
Build matrix
Four binaries built from this codebase: airborne, research, operator-orchestrator, replay-cli. CMake BUILD_* flags gate component inclusion per binary — see cmake/build_options.cmake and _docs/02_document/module-layout.md § Build-Time Exclusion Map.
Description
Languages
Markdown
100%