From dc07bf0147500df845b9781f5ea46b4fa7e56878 Mon Sep 17 00:00:00 2001 From: Alexander Whitestone Date: Wed, 29 Apr 2026 07:06:47 -0400 Subject: [PATCH] Add missing Phase-6 evidence items to fleet progression spec - Add scripts/fleet_phase6_network.py as Phase-6 evaluator - Add docs/FLEET_PHASE_6_NETWORK.md as committed network report - These were landed in PR #838 but omitted from repo_evidence list Closes #553 --- configs/fleet_progression.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/configs/fleet_progression.json b/configs/fleet_progression.json index 54797c0..be501d5 100644 --- a/configs/fleet_progression.json +++ b/configs/fleet_progression.json @@ -166,6 +166,14 @@ "path": "scripts/autonomous_issue_creator.py", "description": "Autonomous incident creation" }, + { + "path": "scripts/fleet_phase6_network.py", + "description": "Phase-6 network state evaluator and report generator" + }, + { + "path": "docs/FLEET_PHASE_6_NETWORK.md", + "description": "Committed Phase-6 network status report" + }, { "path": "scripts/setup-syncthing.sh", "description": "Global mesh scaffolding"