snow-flow 4.2.1 → 4.2.2

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/README.md CHANGED
@@ -1,34 +1,33 @@
1
1
  # 🏔️ Snow-Flow
2
2
 
3
- **AI Orchestration Platform for ServiceNow Development**
3
+ **Conversational ServiceNow Development Platform**
4
4
 
5
- [![npm version](https://img.shields.io/badge/npm-v4.2.0-CB3837?style=for-the-badge&logo=npm)](https://www.npmjs.com/package/snow-flow)
6
5
  [![License: MIT](https://img.shields.io/badge/License-MIT-green.svg?style=for-the-badge)](https://opensource.org/licenses/MIT)
7
6
  [![Node.js](https://img.shields.io/node/v/snow-flow.svg?style=for-the-badge&logo=node.js&color=339933)](https://nodejs.org)
8
7
 
9
- **16 MCP Servers • 200+ ServiceNow Tools • Real TensorFlow.js ML • Multi-Agent Coordination**
8
+ **Talk to your ServiceNow instance through Claude Code • 20+ MCP Servers • 200+ ServiceNow Tools • Multi-Agent Orchestration**
10
9
 
11
10
  ---
12
11
 
13
12
  ## What is Snow-Flow?
14
13
 
15
- Snow-Flow is an AI-powered platform that revolutionizes ServiceNow development through intelligent multi-agent coordination. It combines real machine learning, specialized ServiceNow expertise, and production-grade security to deliver 4x faster development with higher quality.
14
+ Snow-Flow is a conversational ServiceNow development platform that bridges Claude Code with ServiceNow through specialized MCP (Model Context Protocol) servers. Instead of navigating ServiceNow's web interface, you develop through natural conversation with Claude Code, which orchestrates multi-agent workflows to handle complex ServiceNow operations.
16
15
 
17
- ### 🚀 Key Capabilities
16
+ ### Core Architecture
18
17
 
19
- - **🤖 Multi-Agent Orchestration**: Queen Agent coordinates specialized agents for parallel development
20
- - **🧠 Real Machine Learning**: TensorFlow.js neural networks for incident classification and process analytics
21
- - **⚡ ServiceNow Specialization**: 16 MCP servers with 200+ platform-specific tools
22
- - **🛡️ Enterprise Security**: SOX/GDPR/HIPAA compliance automation built-in
23
- - **🔧 Local Development Bridge**: Edit ServiceNow artifacts with native tools, sync seamlessly
18
+ - **Multi-Agent Orchestration**: Specialized agents coordinate parallel ServiceNow operations
19
+ - **MCP Server Integration**: 20+ servers provide direct ServiceNow API access through Claude Code
20
+ - **Local Development Bridge**: Edit ServiceNow artifacts locally with native development tools
21
+ - **Machine Learning**: TensorFlow.js neural networks for ServiceNow data analysis
22
+ - **Conversational Interface**: Develop ServiceNow solutions through natural language
24
23
 
25
- ### 📊 Proven Results
24
+ ### Key Capabilities
26
25
 
27
- - **84.8% SWE-Bench solve rate** - Industry-leading AI coding performance
28
- - **2.8-4.4x speed improvement** - Widget development: 4 hours 8 minutes
29
- - **80% API call reduction** - Through intelligent batch operations
30
- - **95%+ ML accuracy** - Real incident classification and forecasting
31
- - **90% automation level** - Consistently achieved across deployments
26
+ - **Universal ServiceNow Operations**: Query any table, manage incidents, deploy widgets
27
+ - **Local Artifact Editing**: Pull ServiceNow artifacts to local files, edit with native tools, push back
28
+ - **Multi-Agent Coordination**: Complex tasks handled by coordinated specialist agents
29
+ - **Real Machine Learning**: Neural networks for incident classification and anomaly detection
30
+ - **Comprehensive API Coverage**: 200+ tools across all major ServiceNow modules
32
31
 
33
32
  ## Quick Start
34
33
 
@@ -77,68 +76,70 @@ Snow-Flow's Queen Agent makes strategic decisions about task execution:
77
76
  - `performance-optimizer` - Code and query optimization
78
77
  - `integration-specialist` - REST/SOAP integrations
79
78
 
80
- ### 🧠 Real Machine Learning
79
+ ### Machine Learning Integration
81
80
 
82
- Unlike tools that simulate AI, Snow-Flow provides genuine machine learning:
81
+ Snow-Flow includes TensorFlow.js neural networks for ServiceNow data analysis:
83
82
 
84
83
  ```bash
85
- # Train incident classifier with real data
84
+ # Train incident classifier using ServiceNow data
86
85
  snow-flow ml train-classifier --table incident --features "short_description,category"
87
86
 
88
- # Predict change risks
87
+ # Predict change risks based on historical data
89
88
  snow-flow ml predict-risk --change-id CHG0000123
90
89
 
91
- # Detect anomalies in real-time
90
+ # Detect anomalies in ServiceNow data patterns
92
91
  snow-flow ml detect-anomalies --monitor incidents
93
92
  ```
94
93
 
95
94
  **ML Capabilities:**
96
- - **Incident Classification**: LSTM networks with 95%+ accuracy
97
- - **Change Risk Prediction**: Neural networks for risk assessment
98
- - **Anomaly Detection**: Autoencoder models for pattern analysis
99
- - **Process Forecasting**: Time series prediction for capacity planning
95
+ - **Incident Classification**: LSTM networks for categorizing incidents
96
+ - **Change Risk Assessment**: Neural networks for change management
97
+ - **Anomaly Detection**: Autoencoder models for identifying unusual patterns
98
+ - **Time Series Analysis**: Forecasting for ServiceNow metrics
100
99
 
101
- ### 🛠️ ServiceNow Platform Integration
100
+ ### MCP Server Architecture
102
101
 
103
- **16 Specialized MCP Servers:**
102
+ **20+ Specialized MCP Servers:**
104
103
  - **Operations**: Universal queries, incident management, CMDB search
105
- - **Development**: Widget deployment, script includes, business rules
106
- - **Security**: Compliance automation, vulnerability scanning
107
- - **Analytics**: Reporting, dashboards, performance metrics
108
- - **Machine Learning**: TensorFlow.js model training and inference
109
- - **Process Mining**: Real workflow discovery and optimization
104
+ - **Local Development**: Pull/push ServiceNow artifacts for local editing
105
+ - **Deployment**: Widget and artifact deployment with validation
106
+ - **Machine Learning**: TensorFlow.js neural network training and inference
107
+ - **Security & Compliance**: Automated security scanning and compliance checks
108
+ - **Integration**: REST/SOAP endpoints, transform maps, import sets
109
+ - **Advanced Features**: Process mining, batch operations, analytics
110
110
 
111
- **Key Tools:**
112
- - `snow_deploy` - Deploy widgets with coherence validation
113
- - `snow_query_table` - Universal table queries with ML optimization
114
- - `ml_train_incident_classifier` - Real neural network training
115
- - `snow_execute_script_with_output` - Background script execution
116
- - `snow_analyze_process` - Process mining with AI insights
111
+ **Essential Tools:**
112
+ - `snow_query_table` - Query any ServiceNow table with flexible filtering
113
+ - `snow_pull_artifact` - Pull ServiceNow artifacts to local files for editing
114
+ - `snow_deploy` - Deploy widgets and artifacts with coherence validation
115
+ - `ml_train_incident_classifier` - Train neural networks on ServiceNow data
116
+ - `snow_execute_script_with_output` - Execute ServiceNow background scripts
117
117
 
118
- ### 🔒 Enterprise Security & Compliance
118
+ ### Local Development Workflow
119
119
 
120
- Production-ready security features:
121
- - **Compliance Frameworks**: SOX, GDPR, HIPAA, ISO 27001 automation
122
- - **Security Scanning**: AI-powered vulnerability detection
123
- - **Audit Trails**: Complete logging of all actions and decisions
124
- - **Access Controls**: Enterprise-grade permission management
125
- - **Zero Mock Data**: Only real ServiceNow data from your instance
126
-
127
- ### 🏗️ Local Development Bridge
128
-
129
- Edit ServiceNow artifacts locally with full native tool support:
120
+ Snow-Flow bridges ServiceNow with local development tools:
130
121
 
131
122
  ```bash
132
- # Pull widget to local files
133
- snow-flow pull widget my_incident_dashboard
123
+ # Pull any ServiceNow artifact to local files
124
+ snow_pull_artifact({ sys_id: 'widget_sys_id', table: 'sp_widget' })
134
125
 
135
- # Edit with your favorite editor, search, multi-file operations
136
- # Files are automatically synced with ServiceNow
126
+ # Edit locally using Claude Code's native file tools:
127
+ # - Full search and replace across all files
128
+ # - Multi-file editing and refactoring
129
+ # - Git integration and version control
130
+ # - Advanced code navigation
137
131
 
138
132
  # Push changes back with validation
139
- snow-flow push widget my_incident_dashboard
133
+ snow_push_artifact({ sys_id: 'widget_sys_id' })
140
134
  ```
141
135
 
136
+ **Local Development Features:**
137
+ - **Native Editing**: Use Claude Code's full editing capabilities
138
+ - **File-based Development**: Work with ServiceNow artifacts as local files
139
+ - **Validation**: Coherence checking before pushing back to ServiceNow
140
+ - **Version Control**: Integrate with Git workflows
141
+ - **Multi-artifact Support**: Widgets, scripts, flows, and more
142
+
142
143
  ## Architecture
143
144
 
144
145
  ### Multi-Agent Coordination
@@ -225,23 +226,23 @@ AI_PROVIDER=claude # or openai, gemini
225
226
 
226
227
  ## Use Cases
227
228
 
228
- ### Enterprise Development Teams
229
- - **4x faster widget development** with AI coordination
230
- - **Automated compliance validation** for enterprise requirements
231
- - **Real ML without expensive licenses** (PA/PI not required)
232
- - **Local development workflow** with native tool integration
229
+ ### Development Teams
230
+ - **Conversational Development**: Build ServiceNow solutions through natural language
231
+ - **Local Tool Integration**: Use familiar development environments
232
+ - **Multi-agent Coordination**: Complex tasks handled by specialized agents
233
+ - **Real-time Validation**: Immediate feedback on ServiceNow artifacts
233
234
 
234
235
  ### ServiceNow Administrators
235
- - **Intelligent process discovery** from actual event logs
236
- - **Automated security scanning** and compliance monitoring
237
- - **Predictive analytics** for capacity planning and performance
238
- - **Evidence-based optimization** recommendations
236
+ - **Universal Operations**: Query and manage any ServiceNow table or process
237
+ - **Automated Analysis**: ML-powered insights from ServiceNow data
238
+ - **Batch Operations**: Handle large-scale ServiceNow operations efficiently
239
+ - **Process Intelligence**: Understand ServiceNow workflows through data analysis
239
240
 
240
241
  ### Solution Architects
241
- - **Rapid prototyping** of complex ServiceNow solutions
242
- - **Architecture validation** with AI-powered analysis
243
- - **Performance optimization** through ML-driven insights
244
- - **Risk assessment** for changes and integrations
242
+ - **Conversational Architecture**: Design ServiceNow solutions through discussion with Claude
243
+ - **Pattern Recognition**: Identify and apply ServiceNow best practices automatically
244
+ - **Cross-module Integration**: Coordinate development across ServiceNow modules
245
+ - **Risk Assessment**: Analyze impact of changes before implementation
245
246
 
246
247
  ## Requirements
247
248
 
@@ -263,4 +264,4 @@ MIT License - see [LICENSE](LICENSE) file for details.
263
264
 
264
265
  ---
265
266
 
266
- **Snow-Flow: Where AI meets ServiceNow development.** 🚀
267
+ **Snow-Flow: Conversational ServiceNow development through Claude Code.**
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "snow-flow",
3
- "version": "4.2.1",
4
- "description": "ENTERPRISE OPTIMIZED - v4.2.1 perfect mobile experience + complete website redesign. Beautiful hero, mobile-optimized, comprehensive MCP reference, and 355+ tools. Professional enterprise presentation.",
3
+ "version": "4.2.2",
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",
7
7
  "bin": {
@@ -3,8 +3,8 @@
3
3
  <head>
4
4
  <meta charset="UTF-8">
5
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
- <title>Snow-Flow v4.2.0 ENTERPRISE | Complete ServiceNow Platform</title>
7
- <meta name="description" content="Snow-Flow v4.2.0 ENTERPRISE: AI-powered ServiceNow platform with 23 MCP servers, 355+ tools, and enterprise automation. Features ITAM, SecOps, notifications, memory optimization, and massive widget support (5MB+).">
6
+ <title>Snow-Flow | Conversational ServiceNow Development Platform</title>
7
+ <meta name="description" content="Snow-Flow: Conversational ServiceNow development platform using Claude Code. Multi-agent orchestration with 20+ MCP servers providing 200+ ServiceNow tools for comprehensive platform development.">
8
8
 
9
9
  <!-- Modern CSS -->
10
10
  <link rel="stylesheet" href="css/style.css">
@@ -104,7 +104,7 @@
104
104
  <span class="title-letter" style="animation-delay: 0.7s">L</span>
105
105
  <span class="title-letter" style="animation-delay: 0.8s">O</span>
106
106
  <span class="title-letter" style="animation-delay: 0.9s">W</span>
107
- <span class="version-badge animated-badge">v4.2.0 ENTERPRISE 🚀</span>
107
+ <span class="version-badge animated-badge">Multi-Agent Platform</span>
108
108
  </h1>
109
109
 
110
110
  <!-- Animated Subtitle with Enhanced Effect -->
@@ -129,15 +129,15 @@
129
129
  </span>
130
130
  <span class="pill pill-pulse" style="animation-delay: 2.4s">
131
131
  <span class="pill-icon">⚡</span>
132
- <span class="pill-text">355+ Enterprise Tools</span>
132
+ <span class="pill-text">200+ ServiceNow Tools</span>
133
133
  </span>
134
134
  <span class="pill pill-float" style="animation-delay: 2.6s">
135
- <span class="pill-icon">🚀</span>
136
- <span class="pill-text">23 Enterprise MCP Servers</span>
135
+ <span class="pill-icon">🏗️</span>
136
+ <span class="pill-text">20+ MCP Servers</span>
137
137
  </span>
138
138
  <span class="pill pill-shine" style="animation-delay: 2.8s">
139
- <span class="pill-icon">✨</span>
140
- <span class="pill-text">100% Real</span>
139
+ <span class="pill-icon">💬</span>
140
+ <span class="pill-text">Conversational</span>
141
141
  </span>
142
142
  </div>
143
143
 
@@ -157,20 +157,20 @@
157
157
  <div class="hero-stats floating" style="animation-delay: 3.5s">
158
158
  <div class="stat-item">
159
159
  <span class="stat-icon">🖥️</span>
160
- <span class="stat-number counter" data-target="23">0</span>
160
+ <span class="stat-number counter" data-target="20">0</span>+
161
161
  <span class="stat-label">MCP Servers</span>
162
162
  </div>
163
163
  <div class="stat-divider"></div>
164
164
  <div class="stat-item">
165
165
  <span class="stat-icon">⚡</span>
166
- <span class="stat-number counter" data-target="355">0</span>+
167
- <span class="stat-label">Tools</span>
166
+ <span class="stat-number counter" data-target="200">0</span>+
167
+ <span class="stat-label">ServiceNow Tools</span>
168
168
  </div>
169
169
  <div class="stat-divider"></div>
170
170
  <div class="stat-item">
171
- <span class="stat-icon">🏢</span>
172
- <span class="stat-number counter" data-target="95">0</span>%
173
- <span class="stat-label">Enterprise Ready</span>
171
+ <span class="stat-icon">💬</span>
172
+ <span class="stat-number counter" data-target="100">0</span>%
173
+ <span class="stat-label">Conversational</span>
174
174
  </div>
175
175
  </div>
176
176
  </div>
@@ -7,40 +7,40 @@
7
7
  What is Snow-Flow?
8
8
  </h2>
9
9
  <p class="hero-inspired-subtitle" style="font-size: var(--font-xl); max-width: 800px; margin: 0 auto;">
10
- AI-powered ServiceNow development that transforms manual workflows into intelligent automation
10
+ Conversational ServiceNow development platform using Claude Code as your development interface
11
11
  </p>
12
12
  </div>
13
13
 
14
14
  <!-- How it Works Grid -->
15
15
  <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8" style="margin-bottom: var(--space-20);">
16
16
 
17
- <!-- MCP Architecture -->
17
+ <!-- MCP Server Integration -->
18
18
  <div class="hero-inspired-card text-center">
19
19
  <div style="font-size: var(--font-4xl); margin-bottom: var(--space-4);">🏗️</div>
20
- <h3 style="color: white; font-size: var(--font-xl); margin-bottom: var(--space-3);">MCP Architecture</h3>
20
+ <h3 style="color: white; font-size: var(--font-xl); margin-bottom: var(--space-3);">MCP Server Integration</h3>
21
21
  <p style="color: var(--gray-200); line-height: var(--leading-relaxed);">
22
- 23 specialized MCP (Model Context Protocol) servers provide Claude Code with direct access to ServiceNow APIs.
23
- Each server handles specific ServiceNow modules like ITAM, SecOps, and notifications.
22
+ 20+ specialized MCP (Model Context Protocol) servers provide Claude Code with direct ServiceNow API access.
23
+ Each server handles specific ServiceNow operations like table queries, widget deployment, and machine learning.
24
24
  </p>
25
25
  </div>
26
26
 
27
- <!-- AI-Powered Development -->
27
+ <!-- Conversational Development -->
28
28
  <div class="hero-inspired-card text-center">
29
29
  <div style="font-size: var(--font-4xl); margin-bottom: var(--space-4);">🤖</div>
30
- <h3 style="color: white; font-size: var(--font-xl); margin-bottom: var(--space-3);">AI-Powered Development</h3>
30
+ <h3 style="color: white; font-size: var(--font-xl); margin-bottom: var(--space-3);">Conversational Development</h3>
31
31
  <p style="color: var(--gray-200); line-height: var(--leading-relaxed);">
32
- Claude AI understands ServiceNow's complexity and generates production-ready code.
33
- From widget debugging to enterprise asset management - AI handles the heavy lifting.
32
+ Develop ServiceNow solutions through natural conversation with Claude Code.
33
+ No more navigating ServiceNow's web interface - just describe what you need and let the multi-agent system handle it.
34
34
  </p>
35
35
  </div>
36
36
 
37
- <!-- Enterprise Scale -->
37
+ <!-- Multi-Agent Orchestration -->
38
38
  <div class="hero-inspired-card text-center">
39
- <div style="font-size: var(--font-4xl); margin-bottom: var(--space-4);">🏢</div>
40
- <h3 style="color: white; font-size: var(--font-xl); margin-bottom: var(--space-3);">Enterprise Scale</h3>
39
+ <div style="font-size: var(--font-4xl); margin-bottom: var(--space-4);">⚡</div>
40
+ <h3 style="color: white; font-size: var(--font-xl); margin-bottom: var(--space-3);">Multi-Agent Orchestration</h3>
41
41
  <p style="color: var(--gray-200); line-height: var(--leading-relaxed);">
42
- Supports massive widgets (5MB+), enterprise queries (100k+ records), and complex workflows.
43
- Built for real enterprise ServiceNow environments with demanding requirements.
42
+ Complex ServiceNow tasks are handled by coordinated specialist agents.
43
+ Each agent focuses on specific capabilities like widget development, data analysis, or deployment automation.
44
44
  </p>
45
45
  </div>
46
46
  </div>
@@ -48,39 +48,39 @@
48
48
  <!-- How Snow-Flow Works -->
49
49
  <div class="hero-inspired-card" style="padding: var(--space-12); margin-bottom: var(--space-16);">
50
50
  <h3 style="color: white; font-size: var(--font-3xl); text-align: center; margin-bottom: var(--space-8);">
51
- How Snow-Flow Transforms ServiceNow Development
51
+ ServiceNow Development: Traditional vs Conversational
52
52
  </h3>
53
53
 
54
54
  <div class="grid grid-cols-1 lg:grid-cols-2 gap-12">
55
- <!-- Before Snow-Flow -->
55
+ <!-- Traditional ServiceNow Development -->
56
56
  <div>
57
57
  <h4 style="color: #ef4444; font-size: var(--font-xl); margin-bottom: var(--space-4);">
58
- Before Snow-Flow
58
+ Traditional ServiceNow Development
59
59
  </h4>
60
60
  <ul style="color: var(--gray-300); line-height: var(--leading-relaxed); list-style: none; padding: 0;">
61
- <li style="margin-bottom: var(--space-2);">• Manual widget deployment with copy-paste</li>
62
- <li style="margin-bottom: var(--space-2);">• Limited to 30k character scripts</li>
63
- <li style="margin-bottom: var(--space-2);">• No local editing capabilities</li>
64
- <li style="margin-bottom: var(--space-2);">• Manual asset tracking and compliance</li>
65
- <li style="margin-bottom: var(--space-2);">• Fragmented security incident response</li>
66
- <li style="margin-bottom: var(--space-2);">• Multi-tool workflows for simple tasks</li>
67
- <li style="margin-bottom: var(--space-2);">• Hours of manual configuration</li>
61
+ <li style="margin-bottom: var(--space-2);">• Web-based development through ServiceNow UI</li>
62
+ <li style="margin-bottom: var(--space-2);">• Limited browser text editing capabilities</li>
63
+ <li style="margin-bottom: var(--space-2);">• Copy-paste workflows between browser tabs</li>
64
+ <li style="margin-bottom: var(--space-2);">• Separate interfaces for different artifact types</li>
65
+ <li style="margin-bottom: var(--space-2);">• Manual table queries and data analysis</li>
66
+ <li style="margin-bottom: var(--space-2);">• Context switching between ServiceNow modules</li>
67
+ <li style="margin-bottom: var(--space-2);">• Steep learning curve for ServiceNow-specific patterns</li>
68
68
  </ul>
69
69
  </div>
70
70
 
71
- <!-- After Snow-Flow -->
71
+ <!-- Conversational Development with Snow-Flow -->
72
72
  <div>
73
73
  <h4 style="color: #10b981; font-size: var(--font-xl); margin-bottom: var(--space-4);">
74
- With Snow-Flow v4.2.0 ENTERPRISE
74
+ Conversational Development with Snow-Flow
75
75
  </h4>
76
76
  <ul style="color: var(--gray-300); line-height: var(--leading-relaxed); list-style: none; padding: 0;">
77
- <li style="margin-bottom: var(--space-2);">• AI-powered widget development and deployment</li>
78
- <li style="margin-bottom: var(--space-2);">• Support for 5MB+ enterprise widgets</li>
79
- <li style="margin-bottom: var(--space-2);">• Local editing with Claude Code's native tools</li>
80
- <li style="margin-bottom: var(--space-2);">• Automated asset lifecycle and license optimization</li>
81
- <li style="margin-bottom: var(--space-2);">• Intelligent security operations with SOAR</li>
82
- <li style="margin-bottom: var(--space-2);">• Single platform for all ServiceNow development</li>
83
- <li style="margin-bottom: var(--space-2);">• Minutes of automated configuration</li>
77
+ <li style="margin-bottom: var(--space-2);">• Natural language development through Claude Code</li>
78
+ <li style="margin-bottom: var(--space-2);">• Native code editing with full IDE features</li>
79
+ <li style="margin-bottom: var(--space-2);">• Local file-based development workflow</li>
80
+ <li style="margin-bottom: var(--space-2);">• Unified interface for all ServiceNow operations</li>
81
+ <li style="margin-bottom: var(--space-2);">• Conversational queries: "Show me all P1 incidents"</li>
82
+ <li style="margin-bottom: var(--space-2);">• Multi-agent coordination for complex tasks</li>
83
+ <li style="margin-bottom: var(--space-2);">• AI handles ServiceNow complexity and best practices</li>
84
84
  </ul>
85
85
  </div>
86
86
  </div>
@@ -89,43 +89,42 @@
89
89
  <!-- Core Capabilities -->
90
90
  <div class="grid grid-cols-1 md:grid-cols-2 gap-8">
91
91
 
92
- <!-- Local Development -->
92
+ <!-- Conversational ServiceNow Operations -->
93
93
  <div class="hero-inspired-card">
94
94
  <div style="display: flex; align-items: center; margin-bottom: var(--space-4);">
95
- <span style="font-size: var(--font-3xl); margin-right: var(--space-3);">💻</span>
96
- <h4 style="color: white; font-size: var(--font-xl);">Local Development Bridge</h4>
95
+ <span style="font-size: var(--font-3xl); margin-right: var(--space-3);">💬</span>
96
+ <h4 style="color: white; font-size: var(--font-xl);">Conversational ServiceNow Operations</h4>
97
97
  </div>
98
98
  <p style="color: var(--gray-200); margin-bottom: var(--space-4);">
99
- Pull any ServiceNow artifact to local files, edit with Claude Code's powerful native tools,
100
- then push back with validation. No more copy-paste development.
99
+ Talk to your ServiceNow instance through natural language. Ask Claude Code to query tables,
100
+ deploy widgets, or analyze data - the MCP servers handle the technical implementation.
101
101
  </p>
102
102
  <div style="background: rgba(0,0,0,0.4); padding: var(--space-3); border-radius: var(--radius-md); font-family: var(--font-mono); font-size: var(--font-sm); color: var(--gray-300);">
103
- snow_pull_artifact({<br>
104
- &nbsp;&nbsp;sys_id: "widget_sys_id",<br>
105
- &nbsp;&nbsp;table: "sp_widget"<br>
106
- })<br>
107
- // Edit locally with Claude Code<br>
108
- snow_push_artifact({ sys_id: "widget_sys_id" })
103
+ "Show me all P1 incidents from last week"<br>
104
+ // → snow_query_table handles the query<br>
105
+ <br>
106
+ "Deploy this widget to my portal"<br>
107
+ // snow_deploy validates and deploys
109
108
  </div>
110
109
  </div>
111
110
 
112
- <!-- Enterprise Automation -->
111
+ <!-- Local Development Bridge -->
113
112
  <div class="hero-inspired-card">
114
113
  <div style="display: flex; align-items: center; margin-bottom: var(--space-4);">
115
- <span style="font-size: var(--font-3xl); margin-right: var(--space-3);">🏢</span>
116
- <h4 style="color: white; font-size: var(--font-xl);">Enterprise Automation</h4>
114
+ <span style="font-size: var(--font-3xl); margin-right: var(--space-3);">💻</span>
115
+ <h4 style="color: white; font-size: var(--font-xl);">Local Development Bridge</h4>
117
116
  </div>
118
117
  <p style="color: var(--gray-200); margin-bottom: var(--space-4);">
119
- Complete enterprise modules for ITAM (asset management), SecOps (security operations),
120
- and multi-channel notifications. Real enterprise capabilities, not demos.
118
+ Pull ServiceNow artifacts to local files, edit with native development tools,
119
+ then push back with validation. No more browser-based limitations.
121
120
  </p>
122
121
  <div style="background: rgba(0,0,0,0.4); padding: var(--space-3); border-radius: var(--radius-md); font-family: var(--font-mono); font-size: var(--font-sm); color: var(--gray-300);">
123
- snow_create_security_incident({<br>
124
- &nbsp;&nbsp;title: "Malware Detection",<br>
125
- &nbsp;&nbsp;threat_type: "malware",<br>
126
- &nbsp;&nbsp;iocs: ["192.168.1.100"]<br>
122
+ snow_pull_artifact({<br>
123
+ &nbsp;&nbsp;sys_id: "widget_sys_id",<br>
124
+ &nbsp;&nbsp;table: "sp_widget"<br>
127
125
  })<br>
128
- // Automated threat response activated
126
+ // Edit locally with full IDE features<br>
127
+ snow_push_artifact({ sys_id: "widget_sys_id" })
129
128
  </div>
130
129
  </div>
131
130
  </div>
@@ -133,11 +132,10 @@ snow_create_security_incident({<br>
133
132
  <!-- Call to Action -->
134
133
  <div class="text-center" style="margin-top: var(--space-16);">
135
134
  <a href="#install" class="btn btn-hero-primary" style="font-size: var(--font-lg); padding: var(--space-4) var(--space-8);">
136
- Start Building with Snow-Flow
137
- <span style="margin-left: var(--space-2);">🚀</span>
135
+ Start Conversational ServiceNow Development
138
136
  </a>
139
137
  <p style="color: var(--gray-400); margin-top: var(--space-4); font-size: var(--font-sm);">
140
- npm install snow-flow@latest5 minute setupEnterprise ready
138
+ npm install snow-flow • Setup in minutesTalk to your ServiceNow instance
141
139
  </p>
142
140
  </div>
143
141
  </div>