fix(web): clarify IwoooS first screen depth
All checks were successful
CD Pipeline / tests (push) Successful in 1m20s
Code Review / ai-code-review (push) Successful in 12s
CD Pipeline / build-and-deploy (push) Successful in 3m36s
CD Pipeline / post-deploy-checks (push) Successful in 2m1s

This commit is contained in:
Your Name
2026-06-01 17:09:29 +08:00
parent 990203f517
commit 3d8b0ee704
7 changed files with 514 additions and 7 deletions

View File

@@ -36,17 +36,28 @@
"approval_queue_total": 8,
"pending_approval_count": 7,
"block_candidate_count": 1,
"first_screen_depth_map_first_layer": true,
"first_screen_depth_map_layer_count": 4,
"first_screen_depth_map_visible_layer_count": 4,
"first_screen_depth_map_advanced_group_count": 2,
"first_screen_depth_map_ledger_group_count": 4,
"first_screen_depth_map_runtime_gate_count": 0,
"first_screen_depth_map_advanced_default_visible": false,
"first_screen_depth_map_scope_evidence_default_visible": false,
"visual_command_dashboard_widget_count": 14,
"visual_command_dashboard_first_layer": true,
"visual_command_dashboard_default_visible": false,
"professional_security_experience_first_layer": true,
"professional_security_experience_default_visible": false,
"professional_security_experience_tab_count": 3,
"professional_security_experience_attack_path_node_count": 6,
"professional_security_experience_asset_heat_cell_count": 9,
"professional_security_experience_response_flow_step_count": 5,
"concrete_work_snapshot_first_layer": true,
"concrete_work_snapshot_default_visible": false,
"concrete_work_snapshot_workstream_count": 6,
"first_progress_unlock_path_first_layer": true,
"first_progress_unlock_path_default_visible": true,
"first_progress_unlock_path_default_visible": false,
"first_progress_unlock_path_above_visual_dashboard": true,
"first_progress_unlock_path_step_count": 5,
"first_progress_unlock_path_boundary_details_collapsed": true,
@@ -54,6 +65,7 @@
"first_progress_unlock_path_owner_response_accepted_count": 0,
"first_progress_unlock_path_runtime_gate_count": 0,
"command_map_first_layer": true,
"command_map_default_visible": false,
"command_map_mode_count": 6,
"command_map_default_mode": "unlock",
"command_map_above_first_progress_unlock_path": true,
@@ -72,6 +84,7 @@
"immediate_visual_mesh_above_command_map": true,
"immediate_visual_mesh_runtime_gate_count": 0,
"gate_radar_first_layer": true,
"gate_radar_default_visible": false,
"gate_radar_lane_count": 4,
"gate_radar_default_lane": "visible",
"gate_radar_above_command_map": true,
@@ -97,14 +110,17 @@
"all_product_coverage_snapshot_default_summary_mode": "compact_first",
"all_product_coverage_snapshot_detail_ledger_collapsed": true,
"global_security_mesh_matrix_first_layer": true,
"global_security_mesh_matrix_default_visible": false,
"global_security_mesh_matrix_asset_count": 8,
"global_security_mesh_matrix_read_only_count": 8,
"global_security_mesh_matrix_runtime_gate_count": 0,
"host_tool_evidence_chain_first_layer": true,
"host_tool_evidence_chain_default_visible": false,
"host_tool_evidence_chain_host_count": 3,
"host_tool_evidence_chain_tool_lane_count": 6,
"host_tool_evidence_chain_step_count": 5,
"vibework_security_onboarding_first_layer": true,
"vibework_security_onboarding_default_visible": false,
"vibework_security_onboarding_item_count": 6,
"vibework_security_onboarding_runtime_gate_count": 0,
"existing_frontend_surface_count": 10,
@@ -175,6 +191,7 @@
"topology_path_explorer_runtime_gate_count": 0,
"topology_intelligence_runtime_gate_count": 0,
"decision_runway_first_layer": true,
"decision_runway_default_visible": false,
"decision_runway_step_count": 5,
"decision_runway_default_step": "ownerEvidence",
"decision_runway_dependency_count": 6,
@@ -278,6 +295,57 @@
"not_authorization": true
}
],
"first_screen_depth_map_layers": [
{
"layer_id": "visible",
"display_order": 1,
"display_mode": "first_screen_depth_map",
"surface_count": 4,
"default_visible": true,
"runtime_gate_count": 0,
"runtime_execution_authorized": false,
"action_buttons_allowed": false,
"not_authorization": true
},
{
"layer_id": "advanced",
"display_order": 2,
"display_mode": "first_screen_depth_map",
"surface_count": 2,
"target_anchor": "#iwooos-decision-gate-visuals",
"default_visible": false,
"runtime_gate_count": 0,
"runtime_execution_authorized": false,
"action_buttons_allowed": false,
"not_authorization": true
},
{
"layer_id": "ledger",
"display_order": 3,
"display_mode": "first_screen_depth_map",
"surface_count": 4,
"target_anchor": "#iwooos-scope-evidence-visuals",
"default_visible": false,
"runtime_gate_count": 0,
"runtime_execution_authorized": false,
"action_buttons_allowed": false,
"not_authorization": true
},
{
"layer_id": "runtime",
"display_order": 4,
"display_mode": "first_screen_depth_map",
"surface_count": 0,
"default_visible": false,
"runtime_gate_count": 0,
"runtime_execution_authorized": false,
"scan_authorized": false,
"host_change_authorized": false,
"source_control_mutation_authorized": false,
"action_buttons_allowed": false,
"not_authorization": true
}
],
"first_progress_unlock_path_steps": [
{
"step_id": "owner_response_scope",
@@ -442,7 +510,7 @@
{
"item_id": "workMap",
"display_order": 1,
"target_anchor": "#iwooos-command-map-board",
"target_anchor": "#iwooos-decision-gate-visuals",
"display_mode": "first_layer_focus_deck",
"anchor_navigation_allowed": true,
"execution_action_button_allowed": false,
@@ -453,7 +521,7 @@
{
"item_id": "unlockPath",
"display_order": 2,
"target_anchor": "#iwooos-first-progress-unlock-path-board",
"target_anchor": "#iwooos-decision-gate-visuals",
"display_mode": "first_layer_focus_deck",
"anchor_navigation_allowed": true,
"execution_action_button_allowed": false,
@@ -464,7 +532,7 @@
{
"item_id": "productScope",
"display_order": 3,
"target_anchor": "#iwooos-global-security-mesh-matrix-board",
"target_anchor": "#iwooos-scope-evidence-visuals",
"display_mode": "first_layer_focus_deck",
"anchor_navigation_allowed": true,
"execution_action_button_allowed": false,
@@ -475,7 +543,7 @@
{
"item_id": "hostTools",
"display_order": 4,
"target_anchor": "#iwooos-host-tool-evidence-chain-board",
"target_anchor": "#iwooos-scope-evidence-visuals",
"display_mode": "first_layer_focus_deck",
"anchor_navigation_allowed": true,
"execution_action_button_allowed": false,
@@ -486,7 +554,7 @@
{
"item_id": "sourceControl",
"display_order": 5,
"target_anchor": "#iwooos-command-map-source-control",
"target_anchor": "#iwooos-decision-gate-visuals",
"display_mode": "first_layer_focus_deck",
"anchor_navigation_allowed": true,
"execution_action_button_allowed": false,

View File

@@ -2341,6 +2341,18 @@
"runtime_delta": false,
"execution_authorized": false,
"not_authorization": true
},
{
"delta_id": "s2_156_iwooos_first_screen_depth_map",
"display_order": 185,
"completed_stage": "S2.156 IwoooS 首屏深度地圖與證據語義校正",
"progress_axis": "framework_detail",
"headline_percent_delta": 0,
"framework_delta_visible": true,
"why_headline_unchanged": "IwoooS 只新增首屏深度地圖,把首屏可見、進階圖表、證據台帳與執行期邊界拆成四層,並補上 default_visible=false 的證據語義,避免把已收合的決策跑道、命令地圖、主機工具鏈或 VibeWork 區塊誤讀成預設展開iwooos_first_screen_depth_map_layer_count=4、iwooos_first_screen_depth_map_visible_layer_count=4、iwooos_first_screen_depth_map_advanced_group_count=2、iwooos_first_screen_depth_map_ledger_group_count=4、iwooos_first_screen_depth_map_runtime_gate_count=0、runtime_execution_authorized=false、active_runtime_gate_count=0、action_buttons_allowed=false不把深度地圖當掃描、修復、部署、主機更新、版本來源切換、GitHub primary 切換或 Gitea 停用。",
"runtime_delta": false,
"execution_authorized": false,
"not_authorization": true
}
],
"next_safe_actions": [