snow-flow 1.1.49 โ 1.1.52
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 +26 -23
- package/dist/cli.js +746 -31
- package/dist/cli.js.map +1 -1
- package/dist/mcp/servicenow-deployment-mcp.js +45 -24
- package/dist/mcp/servicenow-deployment-mcp.js.map +1 -1
- package/dist/version.d.ts +16 -1
- package/dist/version.d.ts.map +1 -1
- package/dist/version.js +85 -1
- package/dist/version.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,29 +2,32 @@
|
|
|
2
2
|
|
|
3
3
|
Snow-Flow is a powerful multi-agent AI platform that revolutionizes ServiceNow development through intelligent automation, natural language processing, and autonomous deployment capabilities. Built with 11 specialized MCP (Model Context Protocol) servers, Snow-Flow enables developers to create, manage, and deploy ServiceNow artifacts using simple natural language commands.
|
|
4
4
|
|
|
5
|
-
## ๐ What's New in v1.1.
|
|
6
|
-
|
|
7
|
-
###
|
|
8
|
-
- **
|
|
9
|
-
- **
|
|
10
|
-
- **
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
- **
|
|
15
|
-
- **
|
|
16
|
-
- **
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
- **
|
|
22
|
-
- **
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
- **
|
|
27
|
-
- **
|
|
5
|
+
## ๐ What's New in v1.1.50
|
|
6
|
+
|
|
7
|
+
### ๐ฏ CRITICAL FIXES - All User Issues Resolved!
|
|
8
|
+
- **ROOT CAUSE SOLVED**: Flow Designer validation failures completely eliminated
|
|
9
|
+
- **JSON SCHEMA FLEXIBILITY**: Accepts both "steps" and "activities" arrays with auto-conversion
|
|
10
|
+
- **DOCUMENTATION SYNC**: Init command now creates comprehensive CLAUDE.md (373 lines vs 15)
|
|
11
|
+
- **COMPLETE GUIDE**: New users get full Snow-Flow development environment from day one
|
|
12
|
+
|
|
13
|
+
### ๐ง Intelligent Error Recovery (v1.1.48-1.1.49)
|
|
14
|
+
- **AUTOMATIC FALLBACKS**: Flow Designer โ Business Rule conversion when deployment fails
|
|
15
|
+
- **SMART SESSIONS**: Update Sets auto-create when none exist - no more "no active session" errors
|
|
16
|
+
- **ZERO MANUAL WORK**: All systematic errors from user feedback now automatically handled
|
|
17
|
+
- **COMPREHENSIVE TESTING**: Enhanced flow testing with Business Rule fallback detection
|
|
18
|
+
|
|
19
|
+
### ๐ Enhanced Swarm Command (v1.1.42+)
|
|
20
|
+
Most intelligent features are now **enabled by default** - รฉรฉn command voor alles!
|
|
21
|
+
- **DEFAULT TRUE**: `--smart-discovery`, `--live-testing`, `--auto-deploy`, `--auto-rollback`, `--shared-memory`, `--progress-monitoring`
|
|
22
|
+
- **INTELLIGENT ORCHESTRATION**: Uses `snow_orchestrate_development` MCP tool automatically
|
|
23
|
+
- **NO FLAGS NEEDED**: Just run `snow-flow swarm "create widget"` and everything works!
|
|
24
|
+
|
|
25
|
+
### ๐ Real-Time ServiceNow Integration (v1.1.41+)
|
|
26
|
+
- **LIVE VALIDATION**: `snow_validate_live_connection` - real-time auth and permission checking
|
|
27
|
+
- **SMART PREVENTION**: `snow_discover_existing_flows` - prevents duplicate flows
|
|
28
|
+
- **LIVE TESTING**: `snow_test_flow_execution` - real flow testing in live instances
|
|
29
|
+
- **BATCH VALIDATION**: `batch_deployment_validator` - comprehensive multi-artifact validation
|
|
30
|
+
- **AUTO ROLLBACK**: `deployment_rollback_manager` - automatic rollback with backup creation
|
|
28
31
|
|
|
29
32
|
## ๐ Key Features
|
|
30
33
|
|