@atlashub/smartstack-cli 2.6.2 → 2.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (37) hide show
  1. package/.documentation/agents.html +1 -1
  2. package/.documentation/apex.html +1 -1
  3. package/.documentation/business-analyse.html +749 -1419
  4. package/.documentation/cli-commands.html +1 -1
  5. package/.documentation/commands.html +1 -1
  6. package/.documentation/css/styles.css +160 -0
  7. package/.documentation/efcore.html +1 -1
  8. package/.documentation/gitflow.html +3 -453
  9. package/.documentation/hooks.html +1 -1
  10. package/.documentation/index.html +177 -68
  11. package/.documentation/init.html +747 -290
  12. package/.documentation/installation.html +63 -8
  13. package/.documentation/ralph-loop.html +1 -1
  14. package/.documentation/test-web.html +1 -1
  15. package/dist/index.js +588 -339
  16. package/dist/index.js.map +1 -1
  17. package/package.json +1 -1
  18. package/templates/agents/ba-reader.md +23 -0
  19. package/templates/agents/ba-writer.md +63 -4
  20. package/templates/skills/business-analyse/questionnaire/00-application.md +1 -1
  21. package/templates/skills/business-analyse/questionnaire/03-scope.md +2 -2
  22. package/templates/skills/business-analyse/questionnaire.md +1 -1
  23. package/templates/skills/business-analyse/react/application-viewer.md +1 -1
  24. package/templates/skills/business-analyse/react/schema.md +88 -1
  25. package/templates/skills/business-analyse/schemas/application-schema.json +16 -1
  26. package/templates/skills/business-analyse/schemas/feature-schema.json +19 -986
  27. package/templates/skills/business-analyse/schemas/sections/analysis-schema.json +157 -0
  28. package/templates/skills/business-analyse/schemas/sections/discovery-schema.json +82 -0
  29. package/templates/skills/business-analyse/schemas/sections/handoff-schema.json +80 -0
  30. package/templates/skills/business-analyse/schemas/sections/metadata-schema.json +69 -0
  31. package/templates/skills/business-analyse/schemas/sections/specification-schema.json +445 -0
  32. package/templates/skills/business-analyse/schemas/sections/validation-schema.json +93 -0
  33. package/templates/skills/business-analyse/schemas/shared/common-defs.json +133 -0
  34. package/templates/skills/business-analyse/steps/step-01-cadrage.md +22 -3
  35. package/templates/skills/business-analyse/steps/step-03-specify.md +129 -0
  36. package/templates/skills/business-analyse/steps/step-04-consolidation.md +38 -5
  37. package/templates/skills/business-analyse/steps/step-05-handoff.md +94 -218
@@ -12,7 +12,7 @@
12
12
  <header class="global-header">
13
13
  <div class="logo">SS</div>
14
14
  <span class="site-title">SmartStack CLI</span>
15
- <span class="version-badge">v2.0.0</span>
15
+ <span class="version-badge">v2.6.3</span>
16
16
  <div class="header-divider"></div>
17
17
  <span class="page-title">GitFlow Workflow</span>
18
18
  <nav class="breadcrumb">
@@ -68,7 +68,7 @@
68
68
  </a>
69
69
  <a href="init.html" class="nav-item">
70
70
  <span class="icon">&#128640;</span>
71
- <span class="nav-text">Project Init</span>
71
+ <span class="nav-text">Projet Client</span>
72
72
  </a>
73
73
  </div>
74
74
 
@@ -1442,457 +1442,7 @@
1442
1442
  </svg>
1443
1443
  </div>
1444
1444
 
1445
- <!-- Command Reference Cards -->
1446
- <h3 id="command-reference">
1447
- <span data-lang="fr">Reference des commandes</span>
1448
- <span data-lang="en">Command Reference</span>
1449
- </h3>
1450
-
1451
- <!-- Command Hierarchy Diagram -->
1452
- <div class="svg-diagram" style="margin: 1.5rem 0 2.5rem 0;">
1453
- <svg viewBox="0 0 1200 650" preserveAspectRatio="xMidYMid meet" style="width: 100%; max-width: 1800px; height: auto; display: block; margin: 0 auto;">
1454
- <!-- Title -->
1455
- <text x="600" y="35" text-anchor="middle" fill="#94a3b8" font-size="18" font-weight="600">
1456
- <tspan data-lang="fr">Hierarchie des commandes</tspan>
1457
- <tspan data-lang="en">Command Hierarchy</tspan>
1458
- </text>
1459
-
1460
- <!-- ===== MAIN WORKFLOW (Center) ===== -->
1461
- <text x="600" y="75" text-anchor="middle" fill="#f8fafc" font-size="16" font-weight="600">
1462
- <tspan data-lang="fr">WORKFLOW PRINCIPAL</tspan>
1463
- <tspan data-lang="en">MAIN WORKFLOW</tspan>
1464
- </text>
1465
-
1466
- <!-- Start -->
1467
- <g transform="translate(150, 100)">
1468
- <rect x="0" y="0" width="200" height="60" rx="10" fill="transparent" stroke="#22c55e" stroke-width="2.5"/>
1469
- <text x="100" y="28" text-anchor="middle" fill="#4ade80" font-size="14" font-weight="600">/gitflow start</text>
1470
- <text x="100" y="46" text-anchor="middle" fill="#64748b" font-size="11">
1471
- <tspan data-lang="fr">Demarrer branche</tspan>
1472
- <tspan data-lang="en">Start branch</tspan>
1473
- </text>
1474
- </g>
1475
-
1476
- <!-- Arrow Start -> Commit -->
1477
- <line x1="350" y1="130" x2="430" y2="130" stroke="#475569" stroke-width="2.5"/>
1478
- <polygon points="430,130 418,123 418,137" fill="#475569"/>
1479
-
1480
- <!-- Commit (loop) -->
1481
- <g transform="translate(440, 100)">
1482
- <rect x="0" y="0" width="200" height="60" rx="10" fill="transparent" stroke="#8b5cf6" stroke-width="2.5"/>
1483
- <text x="100" y="28" text-anchor="middle" fill="#a78bfa" font-size="14" font-weight="600">/gitflow commit</text>
1484
- <text x="100" y="46" text-anchor="middle" fill="#64748b" font-size="11">
1485
- <tspan data-lang="fr">Commiter (boucle)</tspan>
1486
- <tspan data-lang="en">Commit (loop)</tspan>
1487
- </text>
1488
- <!-- Loop arrow -->
1489
- <path d="M200,30 Q225,30 225,12 Q225,-8 100,-8 Q-15,-8 -15,12 Q-15,30 0,30" stroke="#8b5cf6" stroke-width="2" fill="none" stroke-dasharray="5,3"/>
1490
- <polygon points="0,30 10,24 10,36" fill="#8b5cf6"/>
1491
- </g>
1492
-
1493
- <!-- Arrow Commit -> Decision -->
1494
- <line x1="640" y1="130" x2="720" y2="130" stroke="#475569" stroke-width="2.5"/>
1495
-
1496
- <!-- Decision diamond (centered) -->
1497
- <polygon points="780,130 840,85 900,130 840,175" fill="transparent" stroke="#6366f1" stroke-width="2.5"/>
1498
- <text x="840" y="125" text-anchor="middle" fill="#a5b4fc" font-size="11" font-weight="500">
1499
- <tspan data-lang="fr">Methode?</tspan>
1500
- <tspan data-lang="en">Method?</tspan>
1501
- </text>
1502
- <text x="840" y="142" text-anchor="middle" fill="#64748b" font-size="9">PR ou Direct</text>
1503
-
1504
- <!-- ===== PATH 1: PR FLOW (Right) ===== -->
1505
- <!-- Arrow right from decision -->
1506
- <line x1="900" y1="130" x2="980" y2="130" stroke="#06b6d4" stroke-width="2.5"/>
1507
- <text x="940" y="118" text-anchor="middle" fill="#06b6d4" font-size="10" font-weight="600">PR</text>
1508
-
1509
- <!-- PR Flow label -->
1510
- <text x="1090" y="115" text-anchor="middle" fill="#06b6d4" font-size="12" font-weight="600">
1511
- <tspan data-lang="fr">METHODE PR</tspan>
1512
- <tspan data-lang="en">PR METHOD</tspan>
1513
- </text>
1514
- <text x="1090" y="132" text-anchor="start" fill="#64748b" font-size="9">
1515
- <tspan data-lang="fr">Equipe / Review</tspan>
1516
- <tspan data-lang="en">Team / Review</tspan>
1517
- </text>
1518
-
1519
- <!-- Arrow down to PR box -->
1520
- <path d="M 980 130 L 1040 130 L 1040 200" stroke="#06b6d4" stroke-width="2.5" fill="none"/>
1521
- <polygon points="1040,200 1034,188 1046,188" fill="#06b6d4"/>
1522
-
1523
- <!-- PR Flow box (Right side) -->
1524
- <g transform="translate(640, 210)">
1525
- <rect x="0" y="0" width="520" height="130" rx="12" fill="#06b6d4" fill-opacity="0.05" stroke="#06b6d4" stroke-width="2"/>
1526
- <text x="260" y="25" text-anchor="middle" fill="#22d3ee" font-size="13" font-weight="600">
1527
- <tspan data-lang="fr">PR FLOW : Equipe / Review / CI</tspan>
1528
- <tspan data-lang="en">PR FLOW: Team / Review / CI</tspan>
1529
- </text>
1530
-
1531
- <!-- PR -->
1532
- <g transform="translate(25, 45)">
1533
- <rect x="0" y="0" width="110" height="60" rx="8" fill="transparent" stroke="#06b6d4" stroke-width="2.5"/>
1534
- <text x="55" y="26" text-anchor="middle" fill="#22d3ee" font-size="11" font-weight="600">/gitflow pr</text>
1535
- <text x="55" y="44" text-anchor="middle" fill="#64748b" font-size="9">
1536
- <tspan data-lang="fr">Creer PR</tspan>
1537
- <tspan data-lang="en">Create PR</tspan>
1538
- </text>
1539
- </g>
1540
-
1541
- <!-- Arrow -->
1542
- <line x1="135" y1="75" x2="160" y2="75" stroke="#06b6d4" stroke-width="2"/>
1543
- <polygon points="160,75 150,70 150,80" fill="#06b6d4"/>
1544
-
1545
- <!-- Merge GitHub -->
1546
- <g transform="translate(165, 45)">
1547
- <rect x="0" y="0" width="110" height="60" rx="8" fill="#334155" fill-opacity="0.5" stroke="#64748b" stroke-width="2"/>
1548
- <text x="55" y="26" text-anchor="middle" fill="#94a3b8" font-size="10" font-weight="500">Merge</text>
1549
- <text x="55" y="44" text-anchor="middle" fill="#64748b" font-size="9">
1550
- <tspan data-lang="fr">sur GitHub</tspan>
1551
- <tspan data-lang="en">on GitHub</tspan>
1552
- </text>
1553
- </g>
1554
-
1555
- <!-- Arrow -->
1556
- <line x1="275" y1="75" x2="300" y2="75" stroke="#06b6d4" stroke-width="2"/>
1557
- <polygon points="300,75 290,70 290,80" fill="#06b6d4"/>
1558
-
1559
- <!-- Finish -->
1560
- <g transform="translate(305, 45)">
1561
- <rect x="0" y="0" width="110" height="60" rx="8" fill="transparent" stroke="#22c55e" stroke-width="2.5"/>
1562
- <text x="55" y="26" text-anchor="middle" fill="#4ade80" font-size="11" font-weight="600">/gitflow finish</text>
1563
- <text x="55" y="44" text-anchor="middle" fill="#64748b" font-size="9">tag + cleanup</text>
1564
- </g>
1565
-
1566
- <!-- Result -->
1567
- <line x1="415" y1="75" x2="440" y2="75" stroke="#22c55e" stroke-width="2"/>
1568
- <polygon points="440,75 430,70 430,80" fill="#22c55e"/>
1569
- <text x="455" y="72" text-anchor="start" fill="#22c55e" font-size="10" font-weight="500">Done</text>
1570
- <text x="455" y="86" text-anchor="start" fill="#64748b" font-size="8">(remote)</text>
1571
- </g>
1572
-
1573
- <!-- ===== PATH 2: DIRECT MERGE (Left) ===== -->
1574
- <!-- Arrow left from decision -->
1575
- <line x1="780" y1="130" x2="700" y2="130" stroke="#f97316" stroke-width="2.5"/>
1576
- <text x="740" y="118" text-anchor="middle" fill="#f97316" font-size="10" font-weight="600">Direct</text>
1577
-
1578
- <!-- Direct Flow label -->
1579
- <text x="110" y="115" text-anchor="middle" fill="#f97316" font-size="12" font-weight="600">
1580
- <tspan data-lang="fr">METHODE DIRECTE</tspan>
1581
- <tspan data-lang="en">DIRECT METHOD</tspan>
1582
- </text>
1583
- <text x="110" y="132" text-anchor="middle" fill="#64748b" font-size="9">
1584
- <tspan data-lang="fr">Solo / Pas de review</tspan>
1585
- <tspan data-lang="en">Solo / No review</tspan>
1586
- </text>
1587
-
1588
- <!-- Arrow down to Direct box -->
1589
- <path d="M 700 130 L 160 130 L 160 200" stroke="#f97316" stroke-width="2.5" fill="none"/>
1590
- <polygon points="160,200 154,188 166,188" fill="#f97316"/>
1591
-
1592
- <!-- Direct Flow box (Left side) -->
1593
- <g transform="translate(40, 210)">
1594
- <rect x="0" y="0" width="480" height="130" rx="12" fill="#f97316" fill-opacity="0.05" stroke="#f97316" stroke-width="2"/>
1595
- <text x="240" y="25" text-anchor="middle" fill="#fb923c" font-size="13" font-weight="600">
1596
- <tspan data-lang="fr">DIRECT MERGE : Solo / Pas de review</tspan>
1597
- <tspan data-lang="en">DIRECT MERGE: Solo / No review</tspan>
1598
- </text>
1599
-
1600
- <!-- Plan -->
1601
- <g transform="translate(60, 45)">
1602
- <rect x="0" y="0" width="130" height="60" rx="8" fill="transparent" stroke="#f97316" stroke-width="2.5"/>
1603
- <text x="65" y="26" text-anchor="middle" fill="#fb923c" font-size="11" font-weight="600">/gitflow plan</text>
1604
- <text x="65" y="44" text-anchor="middle" fill="#64748b" font-size="9">
1605
- <tspan data-lang="fr">Analyse conflits</tspan>
1606
- <tspan data-lang="en">Analyze conflicts</tspan>
1607
- </text>
1608
- </g>
1609
-
1610
- <!-- Arrow -->
1611
- <line x1="190" y1="75" x2="220" y2="75" stroke="#f97316" stroke-width="2"/>
1612
- <polygon points="220,75 210,70 210,80" fill="#f97316"/>
1613
-
1614
- <!-- Merge -->
1615
- <g transform="translate(225, 45)">
1616
- <rect x="0" y="0" width="130" height="60" rx="8" fill="transparent" stroke="#f97316" stroke-width="2.5"/>
1617
- <text x="65" y="26" text-anchor="middle" fill="#fb923c" font-size="11" font-weight="600">/gitflow merge</text>
1618
- <text x="65" y="44" text-anchor="middle" fill="#64748b" font-size="9">Merge local</text>
1619
- </g>
1620
-
1621
- <!-- Result -->
1622
- <line x1="355" y1="75" x2="385" y2="75" stroke="#f97316" stroke-width="2"/>
1623
- <polygon points="385,75 375,70 375,80" fill="#f97316"/>
1624
- <text x="400" y="72" text-anchor="start" fill="#fb923c" font-size="10" font-weight="500">Done</text>
1625
- <text x="400" y="86" text-anchor="start" fill="#64748b" font-size="8">(local)</text>
1626
- </g>
1627
-
1628
- <!-- ===== UTILITIES ===== -->
1629
- <text x="600" y="400" text-anchor="middle" fill="#64748b" font-size="14" font-weight="500">
1630
- <tspan data-lang="fr">UTILITAIRES (independants)</tspan>
1631
- <tspan data-lang="en">UTILITIES (standalone)</tspan>
1632
- </text>
1633
-
1634
- <!-- Utilities in two rows -->
1635
- <g transform="translate(100, 420)">
1636
- <rect x="0" y="0" width="150" height="45" rx="8" fill="transparent" stroke="#475569" stroke-width="2" stroke-dasharray="5,3"/>
1637
- <text x="75" y="28" text-anchor="middle" fill="#64748b" font-size="11">/gitflow init</text>
1638
- </g>
1639
-
1640
- <g transform="translate(280, 420)">
1641
- <rect x="0" y="0" width="160" height="45" rx="8" fill="transparent" stroke="#3b82f6" stroke-width="2"/>
1642
- <text x="80" y="28" text-anchor="middle" fill="#60a5fa" font-size="11">/gitflow status</text>
1643
- </g>
1644
-
1645
- <g transform="translate(470, 420)">
1646
- <rect x="0" y="0" width="150" height="45" rx="8" fill="transparent" stroke="#ef4444" stroke-width="2"/>
1647
- <text x="75" y="28" text-anchor="middle" fill="#f87171" font-size="11">/gitflow abort</text>
1648
- </g>
1649
-
1650
- <g transform="translate(650, 420)">
1651
- <rect x="0" y="0" width="160" height="45" rx="8" fill="transparent" stroke="#f97316" stroke-width="2"/>
1652
- <text x="80" y="28" text-anchor="middle" fill="#fb923c" font-size="11">/gitflow cleanup</text>
1653
- </g>
1654
-
1655
- <g transform="translate(840, 420)">
1656
- <rect x="0" y="0" width="160" height="45" rx="8" fill="transparent" stroke="#22c55e" stroke-width="2"/>
1657
- <text x="80" y="28" text-anchor="middle" fill="#4ade80" font-size="11">/gitflow finish</text>
1658
- </g>
1659
-
1660
- <!-- Sync utility -->
1661
- <g transform="translate(390, 485)">
1662
- <rect x="0" y="0" width="150" height="45" rx="8" fill="transparent" stroke="#a855f7" stroke-width="2"/>
1663
- <text x="75" y="28" text-anchor="middle" fill="#c084fc" font-size="11">/gitflow sync</text>
1664
- </g>
1665
-
1666
- <!-- Review utility -->
1667
- <g transform="translate(570, 485)">
1668
- <rect x="0" y="0" width="160" height="45" rx="8" fill="transparent" stroke="#14b8a6" stroke-width="2"/>
1669
- <text x="80" y="28" text-anchor="middle" fill="#2dd4bf" font-size="11">/gitflow review</text>
1670
- </g>
1671
- </svg>
1672
- </div>
1673
-
1674
- <div class="command-cards" style="display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1rem; margin-top: 1.5rem;">
1675
-
1676
- <!-- gitflow:1-init -->
1677
- <div class="command-card" style="background: var(--bg-card); border: 1px solid var(--border); border-radius: 8px; padding: 1.25rem; border-left: 4px solid #475569;">
1678
- <div style="display: flex; align-items: center; gap: 0.5rem; margin-bottom: 0.75rem;">
1679
- <code style="background: #475569; color: #f8fafc; padding: 0.25rem 0.5rem; border-radius: 4px; font-size: 0.85rem;">/gitflow init</code>
1680
- </div>
1681
- <h5 style="color: #c8d0dc; margin: 0 0 0.5rem 0; font-size: 0.95rem;">
1682
- <span data-lang="fr">Initialisation</span>
1683
- <span data-lang="en">Initialization</span>
1684
- </h5>
1685
- <p style="color: #94a3b8; font-size: 0.85rem; margin: 0; line-height: 1.5;">
1686
- <span data-lang="fr">Configure GitFlow dans le projet. Cree les branches main/develop et le fichier de configuration. A utiliser une seule fois au debut du projet.</span>
1687
- <span data-lang="en">Configures GitFlow in the project. Creates main/develop branches and config file. Use once at the start of the project.</span>
1688
- </p>
1689
- </div>
1690
-
1691
- <!-- gitflow:2-status -->
1692
- <div class="command-card" style="background: var(--bg-card); border: 1px solid var(--border); border-radius: 8px; padding: 1.25rem; border-left: 4px solid #3b82f6;">
1693
- <div style="display: flex; align-items: center; gap: 0.5rem; margin-bottom: 0.75rem;">
1694
- <code style="background: #3b82f6; color: #f8fafc; padding: 0.25rem 0.5rem; border-radius: 4px; font-size: 0.85rem;">/gitflow status</code>
1695
- </div>
1696
- <h5 style="color: #c8d0dc; margin: 0 0 0.5rem 0; font-size: 0.95rem;">
1697
- <span data-lang="fr">Etat du projet</span>
1698
- <span data-lang="en">Project Status</span>
1699
- </h5>
1700
- <p style="color: #94a3b8; font-size: 0.85rem; margin: 0; line-height: 1.5;">
1701
- <span data-lang="fr">Affiche la branche actuelle, la version, l'etat de synchronisation avec le remote et les migrations EF Core en attente.</span>
1702
- <span data-lang="en">Shows current branch, version, remote sync status, and pending EF Core migrations.</span>
1703
- </p>
1704
- </div>
1705
-
1706
- <!-- gitflow:3-commit -->
1707
- <div class="command-card" style="background: var(--bg-card); border: 1px solid var(--border); border-radius: 8px; padding: 1.25rem; border-left: 4px solid #8b5cf6;">
1708
- <div style="display: flex; align-items: center; gap: 0.5rem; margin-bottom: 0.75rem;">
1709
- <code style="background: #8b5cf6; color: #f8fafc; padding: 0.25rem 0.5rem; border-radius: 4px; font-size: 0.85rem;">/gitflow commit</code>
1710
- </div>
1711
- <h5 style="color: #c8d0dc; margin: 0 0 0.5rem 0; font-size: 0.95rem;">
1712
- <span data-lang="fr">Commit intelligent</span>
1713
- <span data-lang="en">Smart Commit</span>
1714
- </h5>
1715
- <p style="color: #94a3b8; font-size: 0.85rem; margin: 0; line-height: 1.5;">
1716
- <span data-lang="fr">Cree un commit avec message conventionnel. Valide automatiquement les migrations EF Core et detecte les fichiers sensibles.</span>
1717
- <span data-lang="en">Creates commit with conventional message. Automatically validates EF Core migrations and detects sensitive files.</span>
1718
- </p>
1719
- </div>
1720
-
1721
- <!-- gitflow:4-plan -->
1722
- <div class="command-card" style="background: var(--bg-card); border: 1px solid var(--border); border-radius: 8px; padding: 1.25rem; border-left: 4px solid #f97316;">
1723
- <div style="display: flex; align-items: center; gap: 0.5rem; margin-bottom: 0.75rem;">
1724
- <code style="background: #f97316; color: #f8fafc; padding: 0.25rem 0.5rem; border-radius: 4px; font-size: 0.85rem;">/gitflow plan</code>
1725
- </div>
1726
- <h5 style="color: #c8d0dc; margin: 0 0 0.5rem 0; font-size: 0.95rem;">
1727
- <span data-lang="fr">Planifier l'integration</span>
1728
- <span data-lang="en">Plan Integration</span>
1729
- </h5>
1730
- <p style="color: #94a3b8; font-size: 0.85rem; margin: 0; line-height: 1.5;">
1731
- <span data-lang="fr">Analyse les conflits potentiels avec develop. Cree un plan detaille de merge. A executer avant /gitflow merge.</span>
1732
- <span data-lang="en">Analyzes potential conflicts with develop. Creates detailed merge plan. Run before /gitflow merge.</span>
1733
- </p>
1734
- </div>
1735
-
1736
- <!-- gitflow:5-exec -->
1737
- <div class="command-card" style="background: var(--bg-card); border: 1px solid var(--border); border-radius: 8px; padding: 1.25rem; border-left: 4px solid #f97316;">
1738
- <div style="display: flex; align-items: center; gap: 0.5rem; margin-bottom: 0.75rem;">
1739
- <code style="background: #f97316; color: #f8fafc; padding: 0.25rem 0.5rem; border-radius: 4px; font-size: 0.85rem;">/gitflow merge</code>
1740
- </div>
1741
- <h5 style="color: #c8d0dc; margin: 0 0 0.5rem 0; font-size: 0.95rem;">
1742
- <span data-lang="fr">Executer le merge</span>
1743
- <span data-lang="en">Execute Merge</span>
1744
- </h5>
1745
- <p style="color: #94a3b8; font-size: 0.85rem; margin: 0; line-height: 1.5;">
1746
- <span data-lang="fr">Execute le plan d'integration : rebase sur develop, resolution conflits, tests, merge --no-ff, suppression branche locale.</span>
1747
- <span data-lang="en">Executes integration plan: rebase on develop, conflict resolution, tests, merge --no-ff, delete local branch.</span>
1748
- </p>
1749
- </div>
1750
-
1751
- <!-- gitflow:6-abort -->
1752
- <div class="command-card" style="background: var(--bg-card); border: 1px solid var(--border); border-radius: 8px; padding: 1.25rem; border-left: 4px solid #ef4444;">
1753
- <div style="display: flex; align-items: center; gap: 0.5rem; margin-bottom: 0.75rem;">
1754
- <code style="background: #ef4444; color: #f8fafc; padding: 0.25rem 0.5rem; border-radius: 4px; font-size: 0.85rem;">/gitflow abort</code>
1755
- </div>
1756
- <h5 style="color: #c8d0dc; margin: 0 0 0.5rem 0; font-size: 0.95rem;">
1757
- <span data-lang="fr">Annuler l'operation</span>
1758
- <span data-lang="en">Abort Operation</span>
1759
- </h5>
1760
- <p style="color: #94a3b8; font-size: 0.85rem; margin: 0; line-height: 1.5;">
1761
- <span data-lang="fr">Annule le merge/rebase en cours et restaure l'etat precedent via le checkpoint automatique.</span>
1762
- <span data-lang="en">Aborts ongoing merge/rebase and restores previous state via automatic checkpoint.</span>
1763
- </p>
1764
- </div>
1765
-
1766
- <!-- gitflow:7-pull-request -->
1767
- <div class="command-card" style="background: var(--bg-card); border: 1px solid var(--border); border-radius: 8px; padding: 1.25rem; border-left: 4px solid #06b6d4;">
1768
- <div style="display: flex; align-items: center; gap: 0.5rem; margin-bottom: 0.75rem;">
1769
- <code style="background: #06b6d4; color: #0f172a; padding: 0.25rem 0.5rem; border-radius: 4px; font-size: 0.85rem;">/gitflow pr</code>
1770
- </div>
1771
- <h5 style="color: #c8d0dc; margin: 0 0 0.5rem 0; font-size: 0.95rem;">
1772
- <span data-lang="fr">Creer une Pull Request</span>
1773
- <span data-lang="en">Create Pull Request</span>
1774
- </h5>
1775
- <p style="color: #94a3b8; font-size: 0.85rem; margin: 0; line-height: 1.5;">
1776
- <span data-lang="fr">Cree une PR avec titre et description auto-generes. Execute les checks (build, tests, EF Core) avant creation. Ajoute les labels automatiquement.</span>
1777
- <span data-lang="en">Creates a PR with auto-generated title and description. Runs checks (build, tests, EF Core) before creation. Adds labels automatically.</span>
1778
- </p>
1779
- </div>
1780
-
1781
- <!-- gitflow:8-review -->
1782
- <div class="command-card" style="background: var(--bg-card); border: 1px solid var(--border); border-radius: 8px; padding: 1.25rem; border-left: 4px solid #10b981;">
1783
- <div style="display: flex; align-items: center; gap: 0.5rem; margin-bottom: 0.75rem;">
1784
- <code style="background: #10b981; color: #0f172a; padding: 0.25rem 0.5rem; border-radius: 4px; font-size: 0.85rem;">/gitflow merge</code>
1785
- </div>
1786
- <h5 style="color: #c8d0dc; margin: 0 0 0.5rem 0; font-size: 0.95rem;">
1787
- <span data-lang="fr">Review de Pull Request</span>
1788
- <span data-lang="en">Pull Request Review</span>
1789
- </h5>
1790
- <p style="color: #94a3b8; font-size: 0.85rem; margin: 0; line-height: 1.5;">
1791
- <span data-lang="fr">Analyse la PR avec checklist complete : qualite code, patterns .NET, migrations EF Core, tests et securite. Fournit feedback structure.</span>
1792
- <span data-lang="en">Analyzes PR with complete checklist: code quality, .NET patterns, EF Core migrations, tests and security. Provides structured feedback.</span>
1793
- </p>
1794
- </div>
1795
-
1796
- <!-- gitflow:9-merge -->
1797
- <div class="command-card" style="background: var(--bg-card); border: 1px solid var(--border); border-radius: 8px; padding: 1.25rem; border-left: 4px solid #6366f1;">
1798
- <div style="display: flex; align-items: center; gap: 0.5rem; margin-bottom: 0.75rem;">
1799
- <code style="background: #6366f1; color: #f8fafc; padding: 0.25rem 0.5rem; border-radius: 4px; font-size: 0.85rem;">/gitflow merge</code>
1800
- </div>
1801
- <h5 style="color: #c8d0dc; margin: 0 0 0.5rem 0; font-size: 0.95rem;">
1802
- <span data-lang="fr">Merger la Pull Request</span>
1803
- <span data-lang="en">Merge Pull Request</span>
1804
- </h5>
1805
- <p style="color: #94a3b8; font-size: 0.85rem; margin: 0; line-height: 1.5;">
1806
- <span data-lang="fr">Merge la PR apres validation des reviews et CI. Strategie automatique : squash (feature) ou merge commit (release/hotfix). Cleanup automatique.</span>
1807
- <span data-lang="en">Merges PR after review and CI validation. Auto strategy: squash (feature) or merge commit (release/hotfix). Automatic cleanup.</span>
1808
- </p>
1809
- </div>
1810
-
1811
- <!-- gitflow:10-start -->
1812
- <div class="command-card" style="background: var(--bg-card); border: 1px solid var(--border); border-radius: 8px; padding: 1.25rem; border-left: 4px solid #22c55e;">
1813
- <div style="display: flex; align-items: center; gap: 0.5rem; margin-bottom: 0.75rem;">
1814
- <code style="background: #22c55e; color: #0f172a; padding: 0.25rem 0.5rem; border-radius: 4px; font-size: 0.85rem;">/gitflow start</code>
1815
- </div>
1816
- <h5 style="color: #c8d0dc; margin: 0 0 0.5rem 0; font-size: 0.95rem;">
1817
- <span data-lang="fr">Demarrer une branche</span>
1818
- <span data-lang="en">Start a Branch</span>
1819
- </h5>
1820
- <p style="color: #94a3b8; font-size: 0.85rem; margin: 0 0 0.5rem 0; line-height: 1.5;">
1821
- <span data-lang="fr">Cree une nouvelle branche selon le type :</span>
1822
- <span data-lang="en">Creates a new branch by type:</span>
1823
- </p>
1824
- <ul style="color: #94a3b8; font-size: 0.8rem; margin: 0; padding-left: 1.25rem; line-height: 1.6;">
1825
- <li><code style="color: #22c55e;">feature {nom}</code> <span data-lang="fr">→ depuis develop</span><span data-lang="en">→ from develop</span></li>
1826
- <li><code style="color: #eab308;">release</code> <span data-lang="fr">→ depuis develop</span><span data-lang="en">→ from develop</span></li>
1827
- <li><code style="color: #ec4899;">hotfix {nom}</code> <span data-lang="fr">→ depuis main</span><span data-lang="en">→ from main</span></li>
1828
- </ul>
1829
- </div>
1830
-
1831
- <!-- gitflow:11-finish -->
1832
- <div class="command-card" style="background: var(--bg-card); border: 1px solid var(--border); border-radius: 8px; padding: 1.25rem; border-left: 4px solid #eab308;">
1833
- <div style="display: flex; align-items: center; gap: 0.5rem; margin-bottom: 0.75rem;">
1834
- <code style="background: #eab308; color: #0f172a; padding: 0.25rem 0.5rem; border-radius: 4px; font-size: 0.85rem;">/gitflow finish</code>
1835
- </div>
1836
- <h5 style="color: #c8d0dc; margin: 0 0 0.5rem 0; font-size: 0.95rem;">
1837
- <span data-lang="fr">Finaliser release/hotfix</span>
1838
- <span data-lang="en">Finish Release/Hotfix</span>
1839
- </h5>
1840
- <p style="color: #94a3b8; font-size: 0.85rem; margin: 0; line-height: 1.5;">
1841
- <span data-lang="fr">Termine une release ou hotfix : merge dans main, creation du tag de version, merge back vers develop, suppression de la branche et cleanup du worktree.</span>
1842
- <span data-lang="en">Completes release or hotfix: merge to main, create version tag, merge back to develop, delete branch and cleanup worktree.</span>
1843
- </p>
1844
- </div>
1845
-
1846
- <!-- gitflow:12-cleanup -->
1847
- <div class="command-card" style="background: var(--bg-card); border: 1px solid var(--border); border-radius: 8px; padding: 1.25rem; border-left: 4px solid #64748b;">
1848
- <div style="display: flex; align-items: center; gap: 0.5rem; margin-bottom: 0.75rem;">
1849
- <code style="background: #64748b; color: #f8fafc; padding: 0.25rem 0.5rem; border-radius: 4px; font-size: 0.85rem;">/gitflow cleanup</code>
1850
- <span style="background: #1e293b; color: #94a3b8; padding: 0.15rem 0.4rem; border-radius: 3px; font-size: 0.7rem;">MAINTENANCE</span>
1851
- </div>
1852
- <h5 style="color: #c8d0dc; margin: 0 0 0.5rem 0; font-size: 0.95rem;">
1853
- <span data-lang="fr">Audit et nettoyage worktrees</span>
1854
- <span data-lang="en">Audit and Cleanup Worktrees</span>
1855
- </h5>
1856
- <p style="color: #94a3b8; font-size: 0.85rem; margin: 0; line-height: 1.5;">
1857
- <span data-lang="fr">Audite et nettoie les worktrees orphelins (branche supprimee) ou obsoletes (inactifs). Execute depuis main ou develop uniquement.</span>
1858
- <span data-lang="en">Audit and clean up orphan (deleted branch) or stale (inactive) worktrees. Run from main or develop only.</span>
1859
- </p>
1860
- </div>
1861
-
1862
- <!-- gitflow sync -->
1863
- <div class="command-card" style="background: var(--bg-card); border: 1px solid var(--border); border-radius: 8px; padding: 1.25rem; border-left: 4px solid #14b8a6;">
1864
- <div style="display: flex; align-items: center; gap: 0.5rem; margin-bottom: 0.75rem;">
1865
- <code style="background: #14b8a6; color: #0f172a; padding: 0.25rem 0.5rem; border-radius: 4px; font-size: 0.85rem;">/gitflow sync</code>
1866
- <span class="tag tag-workflow">Sync</span>
1867
- </div>
1868
- <h5 style="color: #c8d0dc; margin: 0 0 0.5rem 0; font-size: 0.95rem;">
1869
- <span data-lang="fr">Synchroniser et Rebase</span>
1870
- <span data-lang="en">Sync and Rebase</span>
1871
- </h5>
1872
- <p style="color: #94a3b8; font-size: 0.85rem; margin: 0 0 0.75rem 0; line-height: 1.5;">
1873
- <span data-lang="fr">Synchronise la branche locale avec le remote et rebase sur la branche de base si necessaire.</span>
1874
- <span data-lang="en">Synchronizes local branch with remote and rebases on base branch if needed.</span>
1875
- </p>
1876
- <h6 style="color: #c8d0dc; margin: 0.75rem 0 0.5rem 0; font-size: 0.85rem;">
1877
- <span data-lang="fr">Fonctionnalites</span>
1878
- <span data-lang="en">Features</span>
1879
- </h6>
1880
- <ul style="color: #94a3b8; font-size: 0.8rem; margin: 0 0 0.75rem 0; padding-left: 1.25rem; line-height: 1.6;">
1881
- <li><span data-lang="fr">Fetch depuis le remote</span><span data-lang="en">Fetch from remote</span></li>
1882
- <li><span data-lang="fr">Calcul de divergence (ahead/behind)</span><span data-lang="en">Divergence calculation (ahead/behind)</span></li>
1883
- <li><span data-lang="fr">Push des commits locaux</span><span data-lang="en">Push local commits</span></li>
1884
- <li><span data-lang="fr">Pull avec gestion automatique du stash</span><span data-lang="en">Pull with automatic stash handling</span></li>
1885
- <li><span data-lang="fr">Rebase sur branche de base si behind</span><span data-lang="en">Rebase on base branch if behind</span></li>
1886
- <li><span data-lang="fr">Gestion des conflits de migration EF Core</span><span data-lang="en">EF Core migration conflict handling</span></li>
1887
- <li><span data-lang="fr">Force push avec <code>--force-with-lease</code> apres rebase</span><span data-lang="en">Force push with <code>--force-with-lease</code> after rebase</span></li>
1888
- </ul>
1889
- <div class="code-block" style="margin-top: 0.75rem;">
1890
- <button class="copy-btn">Copy</button>
1891
- <pre><code>/gitflow sync # Sync + rebase on base branch
1892
- /gitflow sync --dry-run # Preview without executing</code></pre>
1893
- </div>
1894
- </div>
1895
- </div>
1445
+ <!-- Command Reference Cards removed: see "Commandes GitFlow" section below -->
1896
1446
  </section>
1897
1447
 
1898
1448
  <!-- Architecture & Structure -->
@@ -68,7 +68,7 @@
68
68
  </a>
69
69
  <a href="init.html" class="nav-item">
70
70
  <span class="icon">&#128640;</span>
71
- <span class="nav-text">Project Init</span>
71
+ <span class="nav-text">Projet Client</span>
72
72
  </a>
73
73
  </div>
74
74