mirror of
https://github.com/azaion/gps-denied-onboard.git
synced 2026-06-21 09:01:14 +00:00
1f634c2604
ci/woodpecker/push/02-build-push Pipeline failed
- Modified the autodev state to reflect the current testing phase and details of the new `jetson-e2e` tests. - Enhanced the "How to Test" documentation to provide clearer instructions on the demo replay validation process, including video and tlog alignment steps. - Updated architectural documentation to include the new demo replay operator flow and its dependencies. - Documented the removal of deprecated auto-sync features and clarified the operator-facing UI for replay validation. - Added new entries in the dependencies table for upcoming tasks related to the demo replay flow. These changes improve clarity and usability for operators and developers working with the demo replay system.
1.2 KiB
1.2 KiB
Prerequisite Checks (BLOCKING)
Run sequentially before any planning step:
Prereq 1: Data Gate
_docs/00_problem/acceptance_criteria.mdexists and is non-empty — STOP if missing_docs/00_problem/restrictions.mdexists and is non-empty — STOP if missing_docs/00_problem/input_data/exists and contains at least one data file — STOP if missing_docs/00_problem/problem.mdexists and is non-empty — STOP if missing
All four are mandatory. If any is missing or empty, STOP and ask the user to provide them. If the user cannot provide the required data, planning cannot proceed — just stop.
Prereq 2: Finalize Solution Draft
Only runs after the Data Gate passes:
- Scan
_docs/01_solution/for files matchingsolution_draft*.md - Identify the highest-numbered draft (e.g.
solution_draft06.md) - Rename it to
_docs/01_solution/solution.md - If
solution.mdalready exists, ask the user whether to overwrite or keep existing - Verify
solution.mdis non-empty — STOP if missing or empty
Prereq 3: Workspace Setup
- Create DOCUMENT_DIR if it does not exist
- If DOCUMENT_DIR already contains artifacts, ask user: resume from last checkpoint or start fresh?