mirror of
https://github.com/azaion/missions.git
synced 2026-06-21 13:01:06 +00:00
78dea8ebab
ci/woodpecker/push/build-arm Pipeline was successful
Enhanced the .gitignore to exclude test results and updated the Dockerfile to include a new entrypoint script for improved container initialization. Refactored JWT configuration to support additional parameters for automatic refresh intervals, ensuring better control over token management. Updated the ConfigurationResolver to enforce required environment variables without hardcoded fallbacks, enhancing security and flexibility.
116 lines
5.6 KiB
JSON
116 lines
5.6 KiB
JSON
{
|
|
"current_step": "complete",
|
|
"completed_steps": [
|
|
"discovery",
|
|
"module-analysis",
|
|
"component-assembly",
|
|
"module-layout",
|
|
"system-synthesis",
|
|
"verification",
|
|
"glossary-vision",
|
|
"solution-extraction",
|
|
"problem-extraction",
|
|
"final-report"
|
|
],
|
|
"focus_dir": null,
|
|
"modules_total": 12,
|
|
"modules_documented": [
|
|
"enums", "dtos", "entities", "auth", "middleware",
|
|
"database", "service_vehicle", "service_mission", "service_waypoint",
|
|
"controller_vehicles", "controller_missions", "program"
|
|
],
|
|
"modules_remaining": [],
|
|
"module_batch": 3,
|
|
"components_written": [
|
|
"01_vehicle_catalog",
|
|
"02_mission_planning",
|
|
"04_persistence",
|
|
"05_identity",
|
|
"06_http_conventions",
|
|
"07_host"
|
|
],
|
|
"decomposition_revised": [
|
|
{
|
|
"trigger": "user feedback after suite-context review (2026-05-13)",
|
|
"old_components": ["01_host", "02_auth", "03_web_infrastructure", "04_persistence", "05_aircraft", "06_flight"],
|
|
"new_components_alignment": "matches ../suite/_docs/02_flights.md feature sections (Aircrafts / Flights / GPS-Denied)",
|
|
"spec_code_divergences_logged_in_discovery": 11
|
|
},
|
|
{
|
|
"trigger": "user-requested architectural refactor (2026-05-14): rename flights -> missions, drop GPS-Denied, add UGV + GuidedMissile vehicle types",
|
|
"old_components": ["01_aircraft_catalog", "02_mission_planning", "03_gps_denied", "04_persistence", "05_identity", "06_http_conventions", "07_host"],
|
|
"new_components_alignment": "matches ../suite/_docs/02_missions.md (renamed from 02_flights.md); GPS-Denied moved to a separate gps-denied service per ../suite/_docs/11_gps_denied.md; vehicle catalog now spans Plane / Copter / UGV / GuidedMissile",
|
|
"renames_doc_only_until_jira_lands": true,
|
|
"jira_epic": "AZ-EPIC (rename flights -> missions; multi-vehicle; drop GPS-Denied)",
|
|
"jira_children_in_plan": ["B1", "B2", "B3", "B4", "B5", "B6", "B7", "B8", "B9", "B10", "B11", "B12"]
|
|
},
|
|
{
|
|
"trigger": "targeted re-verification of JWT/Config/CORS/DB-schema/filter drift against actual .cs source (2026-05-14, autodev cycle 1)",
|
|
"drift_findings_doc": "_docs/02_document/05_drift_findings_2026-05-14.md",
|
|
"ripple_log": "_docs/02_document/ripple_log_cycle1.md",
|
|
"areas_revised": [
|
|
"JWT validation model (HS256 shared-secret -> ECDSA-SHA256 + JWKS + iss/aud + alg pin)",
|
|
"Configuration resolution (hardcoded fallbacks -> ResolveRequiredOrThrow, 4 required vars)",
|
|
"CORS gating (always-permissive -> production-gated via CorsConfigurationValidator)",
|
|
"DB schema (TIMESTAMP not TIMESTAMPTZ; explicit REFERENCES on every FK; DEFAULT clauses)",
|
|
"Filter case sensitivity (case-sensitive in docs -> case-INSENSITIVE in code) + result ordering (unspecified -> documented)",
|
|
"Waypoint nested existence check (two-step in docs -> single composite predicate in code)"
|
|
],
|
|
"docs_touched": [
|
|
"modules/auth.md", "modules/program.md", "modules/database.md",
|
|
"components/05_identity/description.md", "components/07_host/description.md",
|
|
"diagrams/flows/flow_jwt_validation.md", "diagrams/flows/flow_startup_migration.md",
|
|
"architecture.md", "data_model.md", "system-flows.md", "04_verification_log.md",
|
|
"../00_problem/problem.md", "../00_problem/restrictions.md", "../00_problem/acceptance_criteria.md",
|
|
"../00_problem/security_approach.md", "../00_problem/input_data/data_parameters.md",
|
|
"../01_solution/solution.md"
|
|
],
|
|
"phase_2_complete": {
|
|
"completed_at": "2026-05-14T20:55:00Z",
|
|
"test_spec_files_touched": [
|
|
"../../docker-compose.test.yml",
|
|
"tests/environment.md",
|
|
"tests/test-data.md",
|
|
"tests/security-tests.md",
|
|
"tests/resilience-tests.md",
|
|
"tests/blackbox-tests.md",
|
|
"../00_problem/input_data/expected_results/results_report.md",
|
|
"tests/traceability-matrix.md"
|
|
],
|
|
"new_test_ids_added": ["NFT-SEC-04b", "NFT-SEC-10", "NFT-SEC-11", "NFT-SEC-12", "NFT-SEC-13"],
|
|
"rewritten_tests": ["NFT-SEC-02", "NFT-SEC-03", "NFT-SEC-04", "NFT-SEC-06", "NFT-RES-05", "NFT-RES-07", "FT-P-04", "FT-P-05", "FT-P-08", "FT-N-01"],
|
|
"coverage_after": "97% in-scope (was 93%)",
|
|
"uncovered_items_resolved": ["E3", "E9", "AC-6.2"]
|
|
},
|
|
"phase_3_pending": "resume autodev Step 4 (Code Testability Revision)"
|
|
}
|
|
],
|
|
"step_4_5_glossary_vision": "confirmed",
|
|
"step_4_5_artifacts": [
|
|
"_docs/02_document/glossary.md",
|
|
"_docs/02_document/architecture.md (## Architecture Vision section)"
|
|
],
|
|
"step_5_solution_artifact": "_docs/01_solution/solution.md",
|
|
"step_6_problem_artifacts": [
|
|
"_docs/00_problem/problem.md",
|
|
"_docs/00_problem/restrictions.md",
|
|
"_docs/00_problem/acceptance_criteria.md",
|
|
"_docs/00_problem/input_data/data_parameters.md",
|
|
"_docs/00_problem/security_approach.md"
|
|
],
|
|
"step_7_final_report": "_docs/02_document/FINAL_report.md",
|
|
"rename_status": "doc-only; code/DB/HTTP/repo refactor pending B-tickets",
|
|
"verification_log": "_docs/02_document/04_verification_log.md",
|
|
"verification_corrections_inline": 9,
|
|
"verification_drift_flagged": 2,
|
|
"verification_re_run_2026_05_14": {
|
|
"doc": "_docs/02_document/04_verification_log.md (§ 4.3)",
|
|
"drift_findings": "_docs/02_document/05_drift_findings_2026-05-14.md",
|
|
"ripple_log": "_docs/02_document/ripple_log_cycle1.md",
|
|
"phase_1_doc_revisions": "complete",
|
|
"phase_2_test_spec_re_issue": "complete",
|
|
"phase_3_resume_step_4": "pending"
|
|
},
|
|
"last_updated": "2026-05-14T20:51:00Z"
|
|
}
|