auto-sync via WEVIA git_sync_all intent 2026-04-20T14:06:05+02:00
Some checks failed
WEVAL NonReg / nonreg (push) Has been cancelled
Some checks failed
WEVAL NonReg / nonreg (push) Has been cancelled
This commit is contained in:
@@ -341,7 +341,7 @@ $best_practices = [
|
||||
'safe' => [
|
||||
'label' => 'SAFe 6.0 (Scaled Agile Framework)',
|
||||
'icon' => '🏛️',
|
||||
'maturity_pct' => 100,
|
||||
'maturity_pct' => $_wm_safe,
|
||||
'principles' => [
|
||||
['id'=>'value_stream','label'=>'Value Streams','status'=>'ok','note'=>'VSM 15 depts NEW mapped'],
|
||||
['id'=>'pi_planning','label'=>'PI Planning','status'=>'ok','note'=>'WEVIA Master chat realtime + plan-action V1-V46'],
|
||||
@@ -356,7 +356,7 @@ $best_practices = [
|
||||
'agile' => [
|
||||
'label' => 'Agile (Scrum/Kanban/XP)',
|
||||
'icon' => '🔄',
|
||||
'maturity_pct' => 100,
|
||||
'maturity_pct' => $_wm_agile,
|
||||
'principles' => [
|
||||
['id'=>'backlog','label'=>'Product Backlog','status'=>'ok','note'=>'Plan-action 788L'],
|
||||
['id'=>'sprint','label'=>'Sprint Planning','status'=>'ok','note'=>'V42→V63 cycles'],
|
||||
@@ -371,7 +371,7 @@ $best_practices = [
|
||||
'lean_sixsigma' => [
|
||||
'label' => 'Lean 6 Sigma TOC',
|
||||
'icon' => '📐',
|
||||
'maturity_pct' => 100,
|
||||
'maturity_pct' => $_wm_lean6s,
|
||||
'principles' => [
|
||||
['id'=>'dmaic','label'=>'DMAIC','status'=>'ok','note'=>'Flow active (D-M-A-I-C-Kaizen)'],
|
||||
['id'=>'vsm','label'=>'Value Stream Map','status'=>'ok','note'=>'vsm-15depts-NEW LIVE'],
|
||||
@@ -386,7 +386,7 @@ $best_practices = [
|
||||
'pmi' => [
|
||||
'label' => 'PMI / PMBOK 7',
|
||||
'icon' => '📋',
|
||||
'maturity_pct' => 100,
|
||||
'maturity_pct' => $_wm_pmi,
|
||||
'principles' => [
|
||||
['id'=>'wbs','label'=>'Work Breakdown Structure','status'=>'ok','note'=>'Plan-action hiérarchie'],
|
||||
['id'=>'gantt','label'=>'Gantt / Schedule','status'=>'ok','note'=>'plan-action.md V1-V46 timeline chronologique'],
|
||||
@@ -401,7 +401,7 @@ $best_practices = [
|
||||
'devops_dora' => [
|
||||
'label' => 'DevOps DORA Metrics',
|
||||
'icon' => '🚀',
|
||||
'maturity_pct' => 100,
|
||||
'maturity_pct' => $_wm_dora,
|
||||
'principles' => [
|
||||
['id'=>'deploy_freq','label'=>'Deployment Frequency','status'=>'ok','note'=>'Git auto-sync continu'],
|
||||
['id'=>'lead_time','label'=>'Lead Time Changes','status'=>'ok','note'=>'Gap: DORA measurer'],
|
||||
|
||||
Reference in New Issue
Block a user