From e7948ae521ef7892317179d87af68ed1f2036a9b Mon Sep 17 00:00:00 2001 From: Danny Stocker Date: Thu, 13 Nov 2025 11:03:33 +0100 Subject: [PATCH] Update feature counts to accurate 45 features across 8 categories --- feature-selector-complete.html | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/feature-selector-complete.html b/feature-selector-complete.html index 11a05cd..50b853a 100644 --- a/feature-selector-complete.html +++ b/feature-selector-complete.html @@ -429,14 +429,14 @@

🚤 NaviDocs Feature Selector

-

Complete 52-Feature Edition

+

Complete 45-Feature Edition (7 Categories)

Riviera Plaisance Partnership - Define Your Perfect Solution

- Selected: 0 / 52 + Selected: 0 / 45
Avg Priority: 0.0 / 10 @@ -1133,7 +1133,8 @@ const data = { timestamp: new Date().toISOString(), meeting: 'Riviera Plaisance Partnership', - totalFeatures: 52, + totalAvailableFeatures: 45, + totalCategories: 8, selectedFeatures: selectedFeatures.length, features: selectedFeatures }; @@ -1142,7 +1143,7 @@ const url = URL.createObjectURL(blob); const a = document.createElement('a'); a.href = url; - a.download = `navidocs-feature-selection-52-${new Date().toISOString().split('T')[0]}.json`; + a.download = `navidocs-feature-selection-45-${new Date().toISOString().split('T')[0]}.json`; a.click(); URL.revokeObjectURL(url); } @@ -1180,7 +1181,8 @@ meeting: 'Riviera Plaisance Partnership', deployment_target: 'StackCP shared hosting (~/public_html/digital-lab.ca/navidocs)', selected_features: selectedFeatures.length, - total_available_features: 52, + total_available_features: 45, + total_categories: 8, swarm_pattern: 'S2 (5 Haiku agents parallel)', autonomous_task_file: 'AUTONOMOUS-NEXT-TASKS.md' }, @@ -1312,7 +1314,7 @@ const url = URL.createObjectURL(blob); const a = document.createElement('a'); a.href = url; - a.download = `navidocs-agent-tasks-52-${new Date().toISOString().split('T')[0]}.json`; + a.download = `navidocs-agent-tasks-45-${new Date().toISOString().split('T')[0]}.json`; a.click(); URL.revokeObjectURL(url);