newo 3.3.2 → 3.3.3

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/CHANGELOG.md CHANGED
@@ -78,15 +78,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
78
78
  - 100% entity match validation (projects, agents, flows, skills)
79
79
  - 100% file integrity verification (SHA256 checksums on attributes)
80
80
  - 100% webhook creation success (all 5 webhooks verified)
81
- - Migration time: ~30 minutes (vs 8-10 hours manual process)
81
+ - Significant time reduction compared to manual migration process
82
82
  - **Entity Count Verification**: Automated comparison validates all entity types
83
83
  - **Webhook Creation**: Batch webhook creation from YAML files tested and verified
84
84
 
85
85
  ### Performance
86
86
 
87
- - **Migration Speed**: 96% time reduction compared to manual migration
88
- - Automated process: ~30 minutes
89
- - Manual process: 8-10 hours
87
+ - **Migration Automation**: 100% automated with zero manual steps required
90
88
  - **Reliability**: 100% success rate across multiple test migrations
91
89
  - **Data Integrity**: Full SHA256 verification ensures zero data loss
92
90
 
package/README.md CHANGED
@@ -8,8 +8,8 @@
8
8
  **NEWO CLI** - Professional command-line tool for NEWO AI Agent development. Features **modular architecture**, **IDN-based file management**, and **comprehensive multi-customer support**.
9
9
 
10
10
  Sync NEWO "Project → Agent → Flow → Skills" structure to local files with:
11
- - 🚀 **Account migration** - Fully automated account copying with 100% accuracy in ~30 minutes (NEW v3.3.0)
12
- - 🏗️ **Complete entity management** - Create, edit, and delete agents, flows, skills, events, and states (NEW v2.0+)
11
+ - 🚀 **Account migration** - Fully automated account copying with 100% accuracy
12
+ - 🏗️ **Complete entity management** - Create, edit, and delete agents, flows, skills, events, and states
13
13
  - 🔄 **Intelligent synchronization** - Pull projects, attributes, and conversations automatically
14
14
  - 🎯 **IDN-based naming** - Skills named as `{skillIdn}.jinja/.guidance` for better organization
15
15
  - 📊 **Real-time progress** - Live progress tracking during large operations (1,000+ skills)
@@ -19,11 +19,11 @@ Sync NEWO "Project → Agent → Flow → Skills" structure to local files with:
19
19
  - ⚡ **Smart change detection** - SHA256-based efficient sync with hash consistency
20
20
  - 🛡️ **File validation** - Multiple file detection with clear warnings and safe handling
21
21
  - 🧠 **AI skill formats** - Support for `.guidance` (AI prompts) and `.jinja` (NSL templates)
22
- - 📡 **Webhook automation** - Automatic webhook creation from YAML configuration (NEW v3.3.0)
22
+ - 📡 **Webhook automation** - Automatic webhook creation from YAML configuration
23
23
  - 📊 **Knowledge base import** - Bulk import AKB articles from structured text files
24
24
  - 💬 **Conversation history** - Extract and sync user conversations and personas
25
- - 🧪 **Sandbox testing** - Interactive agent testing with conversation continuation (NEW v3.1.0)
26
- - ✅ **Migration verification** - Automated validation of migration completeness (NEW v3.3.0)
25
+ - 🧪 **Sandbox testing** - Interactive agent testing with conversation continuation
26
+ - ✅ **Migration verification** - Automated validation of migration completeness
27
27
  - 🔧 **CI/CD ready** - GitHub Actions integration for automated deployments
28
28
 
29
29
  ---
@@ -152,7 +152,7 @@ NEWO_REFRESH_URL=custom_refresh_endpoint # Custom refresh endpoint
152
152
  | `newo import-akb` | Import knowledge base articles | • Structured text parsing<br>• Bulk article import<br>• Validation and error reporting |
153
153
  | `newo meta` | Get project metadata (debug) | • Project structure analysis<br>• Metadata validation |
154
154
 
155
- ### Account Migration Commands (NEW v3.3.0)
155
+ ### Account Migration Commands
156
156
 
157
157
  **Enterprise-grade account migration with 100% automation:**
158
158
 
@@ -179,7 +179,7 @@ newo push --customer DEST_IDN
179
179
  # 4. Verify success
180
180
  newo verify --source SOURCE_IDN --dest DEST_IDN
181
181
 
182
- # Complete! Account migrated in ~30 minutes
182
+ # Complete! Account fully migrated
183
183
  ```
184
184
 
185
185
  **What Gets Migrated:**
@@ -191,7 +191,7 @@ newo verify --source SOURCE_IDN --dest DEST_IDN
191
191
  - ✅ All metadata and configuration
192
192
 
193
193
  **Benefits:**
194
- - **Time Savings**: ~30 minutes vs 8-10 hours manual
194
+ - **Automation**: 100% automated with zero manual steps
195
195
  - **Accuracy**: 100% entity match verified
196
196
  - **Reliability**: Tested with 1,084-skill account
197
197
  - **Safety**: Source account read-only, never modified
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "newo",
3
- "version": "3.3.2",
3
+ "version": "3.3.3",
4
4
  "description": "NEWO CLI: Professional command-line tool with modular architecture for NEWO AI Agent development. Features account migration, integration management, webhook automation, AKB knowledge base, project attributes, sandbox testing, IDN-based file management, real-time progress tracking, intelligent sync operations, and comprehensive multi-customer support.",
5
5
  "type": "module",
6
6
  "bin": {