snow-flow 4.3.8 → 4.3.9

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "snow-flow",
3
- "version": "4.3.8",
3
+ "version": "4.3.9",
4
4
  "description": "Conversational ServiceNow development platform using Claude Code. Multi-agent orchestration with 20+ MCP servers providing 200+ ServiceNow tools for comprehensive platform development.",
5
5
  "main": "dist/index.js",
6
6
  "type": "commonjs",
@@ -677,7 +677,7 @@ and historical patterns. Deploy as real-time API" \
677
677
  <section id="new-features" class="section" style="background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); padding: var(--space-20) 0;">
678
678
  <div class="container">
679
679
  <h2 class="text-center font-black" style="font-size: var(--font-4xl); color: var(--white); margin-bottom: var(--space-4);">🚀 New in v4.2.0 ENTERPRISE</h2>
680
- <p class="text-center" style="color: rgba(255,255,255,0.9); margin-bottom: var(--space-12); font-size: var(--font-lg);">Revolutionary enterprise features, memory optimizations, and massive performance improvements</p>
680
+ <p class="text-center" style="color: rgba(255,255,255,0.9); margin-bottom: var(--space-12); font-size: var(--font-lg);">Enterprise-grade ServiceNow integration with proven MCP servers, real machine learning, and comprehensive tooling</p>
681
681
 
682
682
  <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3" style="gap: var(--space-6);">
683
683
  <!-- ITAM Enterprise Module -->
@@ -685,7 +685,7 @@ and historical patterns. Deploy as real-time API" \
685
685
  <div style="padding: var(--space-6);">
686
686
  <div style="font-size: var(--font-3xl); margin-bottom: var(--space-3);">🏢</div>
687
687
  <h3 style="color: var(--white); font-size: var(--font-xl); font-weight: 700; margin-bottom: var(--space-3);">IT Asset Management</h3>
688
- <p style="color: rgba(255,255,255,0.8); margin-bottom: var(--space-4);">Complete enterprise asset lifecycle management with license optimization and compliance reporting.</p>
688
+ <p style="color: rgba(255,255,255,0.8); margin-bottom: var(--space-4);">IT Asset Management with 6 MCP tools for asset tracking, license management, and compliance workflows.</p>
689
689
  <div style="background: rgba(16, 185, 129, 0.2); padding: var(--space-2); border-radius: var(--radius-md); margin-bottom: var(--space-3);">
690
690
  <strong style="color: #10b981;">6 New Enterprise Tools</strong>
691
691
  </div>
@@ -705,7 +705,7 @@ and historical patterns. Deploy as real-time API" \
705
705
  <div style="padding: var(--space-6);">
706
706
  <div style="font-size: var(--font-3xl); margin-bottom: var(--space-3);">🛡️</div>
707
707
  <h3 style="color: var(--white); font-size: var(--font-xl); font-weight: 700; margin-bottom: var(--space-3);">Security Operations</h3>
708
- <p style="color: rgba(255,255,255,0.8); margin-bottom: var(--space-4);">Advanced security incident response with threat intelligence and automated SOAR capabilities.</p>
708
+ <p style="color: rgba(255,255,255,0.8); margin-bottom: var(--space-4);">Security Operations with 6 MCP tools for incident response, threat analysis, and security playbook automation.</p>
709
709
  <div style="background: rgba(239, 68, 68, 0.2); padding: var(--space-2); border-radius: var(--radius-md); margin-bottom: var(--space-3);">
710
710
  <strong style="color: #ef4444;">6 Security Tools</strong>
711
711
  </div>
@@ -725,7 +725,7 @@ and historical patterns. Deploy as real-time API" \
725
725
  <div style="padding: var(--space-6);">
726
726
  <div style="font-size: var(--font-3xl); margin-bottom: var(--space-3);">📨</div>
727
727
  <h3 style="color: var(--white); font-size: var(--font-xl); font-weight: 700; margin-bottom: var(--space-3);">Notification Framework</h3>
728
- <p style="color: rgba(255,255,255,0.8); margin-bottom: var(--space-4);">Enterprise multi-channel notification system with templates, analytics, and preference management.</p>
728
+ <p style="color: rgba(255,255,255,0.8); margin-bottom: var(--space-4);">Multi-channel notification system supporting email, SMS, push, Slack, and Teams with template management.</p>
729
729
  <div style="background: rgba(59, 130, 246, 0.2); padding: var(--space-2); border-radius: var(--radius-md); margin-bottom: var(--space-3);">
730
730
  <strong style="color: #3b82f6;">6 Communication Tools</strong>
731
731
  </div>
@@ -740,20 +740,23 @@ and historical patterns. Deploy as real-time API" \
740
740
  </div>
741
741
  </div>
742
742
 
743
- <!-- Memory Optimization -->
743
+ <!-- Local Development Sync -->
744
744
  <div class="card" style="background: rgba(255,255,255,0.1); backdrop-filter: blur(10px); border: 1px solid rgba(255,255,255,0.2);">
745
- <div class="card-icon" style="font-size: 2rem;">🎯</div>
746
- <h3 style="color: var(--white); margin-bottom: var(--space-2);">Catalog UI Policy Deployment</h3>
747
- <p style="color: rgba(255,255,255,0.8); font-size: var(--font-sm); margin-bottom: var(--space-3);">Deploy catalog UI policies via unified snow_deploy tool</p>
748
- <div class="code-block" style="background: rgba(0,0,0,0.2); padding: var(--space-3);">
749
- <code style="font-size: var(--font-xs); color: var(--white);">snow_deploy({
750
- type: "catalog_ui_policy",
751
- config: {
752
- catalog_item: "id",
753
- conditions: [...],
754
- actions: [...]
755
- }
756
- })</code>
745
+ <div style="padding: var(--space-6);">
746
+ <div style="font-size: var(--font-3xl); margin-bottom: var(--space-3);">🔄</div>
747
+ <h3 style="color: var(--white); font-size: var(--font-xl); font-weight: 700; margin-bottom: var(--space-3);">Local Development Sync</h3>
748
+ <p style="color: rgba(255,255,255,0.8); margin-bottom: var(--space-4);">Bridge ServiceNow with Claude Code native tools. Edit any ServiceNow artifact locally with full search, refactor, and debugging capabilities.</p>
749
+ <div style="background: rgba(16, 185, 129, 0.2); padding: var(--space-2); border-radius: var(--radius-md); margin-bottom: var(--space-3);">
750
+ <strong style="color: #10b981;">12+ Artifact Types</strong>
751
+ </div>
752
+ <ul style="color: rgba(255,255,255,0.7); font-size: var(--font-sm); list-style: none; padding: 0;">
753
+ <li>✅ snow_pull_artifact</li>
754
+ <li>✅ snow_push_artifact</li>
755
+ <li>✅ snow_validate_artifact_coherence</li>
756
+ <li>✅ Widgets, Flows, Scripts</li>
757
+ <li>✅ Full Claude Code integration</li>
758
+ <li>✅ ES5 validation & conversion</li>
759
+ </ul>
757
760
  </div>
758
761
  </div>
759
762