snow-flow 1.4.23 → 1.4.24

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 (2) hide show
  1. package/README.md +25 -6
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -288,9 +288,26 @@ snow-flow tool snow_analyze_table_deep \
288
288
 
289
289
  ---
290
290
 
291
- ## ⚡ **Quick Start: From Zero to AI-Powered Analysis in 3 Minutes**
291
+ ## ⚡ **Quick Start: From Zero to AI-Powered Analysis in 5 Minutes**
292
292
 
293
- ### 1. **Installation**
293
+ ### 0. **Prerequisites**
294
+
295
+ ⚠️ **IMPORTANT: Claude Code must be installed first** (Snow-Flow orchestrates through Claude Code):
296
+
297
+ ```bash
298
+ # 1. Install Claude Code globally
299
+ npm install -g @anthropic-ai/claude-code
300
+
301
+ # 2. (Optional) Skip permissions check for faster setup
302
+ # Only use if you understand the security implications
303
+ claude --dangerously-skip-permissions
304
+ ```
305
+
306
+ **Platform Support:**
307
+ - ✅ **macOS**: Extensively tested and fully supported
308
+ - ⚙️ **Linux/Windows**: Should work but not extensively tested yet
309
+
310
+ ### 1. **Install Snow-Flow**
294
311
 
295
312
  ```bash
296
313
  # Install Snow-Flow globally
@@ -311,6 +328,8 @@ snow-flow auth login
311
328
 
312
329
  ### 3. **Start Using Swarm (The Magic Begins)**
313
330
 
331
+ **How it works:** Snow-Flow orchestrates through Claude Code, giving you natural language control over 14 advanced ServiceNow tools.
332
+
314
333
  ```bash
315
334
  # Just tell Snow-Flow what you want in natural language:
316
335
 
@@ -330,7 +349,7 @@ snow-flow swarm "Create documentation for all my custom workflows and scripts"
330
349
  snow-flow swarm "Analyze my instance for security vulnerabilities and compliance issues"
331
350
  ```
332
351
 
333
- **That's literally it!** No complex command syntax, no manual tool selection, no configuration. Just natural language requests and Snow-Flow's AI swarm handles everything.
352
+ **That's literally it!** No complex command syntax, no manual tool selection, no configuration. Just natural language requests and Snow-Flow's AI swarm handles everything through Claude Code's intelligent orchestration.
334
353
 
335
354
  ### 🎯 **What Happens Behind the Scenes**
336
355
 
@@ -598,9 +617,9 @@ npm test
598
617
 
599
618
  ### **Future Vision (2025-2026)**
600
619
  - 🧠 **Q4 2025**: Advanced ML models for process optimization and prediction
601
- - 🎯 **Q1 2026**: Natural language query interface for direct ServiceNow interaction
602
- - 🔮 **Q2 2026**: Predictive maintenance capabilities with anomaly detection
603
- - 🌟 **Q3 2026**: Multi-platform ITSM integration (Jira, Azure DevOps, etc.)
620
+ - 🔮 **Q1 2026**: Predictive maintenance capabilities with anomaly detection
621
+ - 🌟 **Q2 2026**: Multi-platform ITSM integration (Jira, Azure DevOps, etc.)
622
+ - 🚀 **Q3 2026**: Enhanced natural language processing with domain-specific understanding
604
623
 
605
624
  ---
606
625
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "snow-flow",
3
- "version": "1.4.23",
3
+ "version": "1.4.24",
4
4
  "description": "Snow-Flow: ServiceNow Advanced Intelligence Platform - 14 AI-powered analysis tools with multi-agent orchestration. Zero Mock Data, 100% Real API Integration. Revolutionize ServiceNow development with hive-mind intelligence.",
5
5
  "main": "dist/index.js",
6
6
  "type": "commonjs",