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 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.45
6
-
7
- ### ๐Ÿ” Enhanced Catalog Discovery
8
- - **Fuzzy Search**: Find "iPhone 6S" even when searching "iPhone"
9
- - **Smart Variations**: Automatically searches related terms (laptop โ†’ notebook, MacBook)
10
- - **Category Filtering**: Narrow down results by catalog category
11
-
12
- ### ๐Ÿงช Flow Testing Revolution
13
- - **Mock Data Creation**: Automatically creates test users and catalog items
14
- - **Approval Simulation**: Auto-approves during testing for complete flow validation
15
- - **Execution Monitoring**: Real-time tracking with 60-second timeout protection
16
- - **Cleanup Support**: Optional removal of all test data after execution
17
-
18
- ### ๐Ÿ”— Direct Catalog-Flow Integration
19
- - **Three Linking Methods**: Modern flow_catalog_process, legacy workflow, or process_engine
20
- - **Variable Mapping**: Map catalog variables to flow inputs with transformations
21
- - **Trigger Control**: Configure exactly when flows should execute
22
- - **Test Integration**: Create test requests to verify the link works
23
-
24
- ### โšก Performance Improvements
25
- - **Bulk Deployment**: Deploy multiple artifacts in a single transaction
26
- - **Parallel Processing**: Up to 5x faster with concurrent operations
27
- - **Smart Rollback**: Automatic rollback on any deployment failure
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