UNPKG

snow-flow

Version:

Snow-Flow v3.2.0: Complete ServiceNow Enterprise Suite with 180+ MCP Tools. ATF Testing, Knowledge Management, Service Catalog, Change Management with CAB scheduling, Virtual Agent chatbots with NLU, Performance Analytics KPIs, Flow Designer automation, A

52 lines (45 loc) 2.82 kB
"use strict"; /** * SPARC Help System - Provides guidance to working functionality */ Object.defineProperty(exports, "__esModule", { value: true }); exports.displayTeamHelp = displayTeamHelp; function displayTeamHelp() { console.log(` 🎯 SPARC Team Development - Available Now! The SPARC team functionality you're looking for is available through the SWARM system: 💡 INSTEAD OF SPARC COMMANDS, USE: ┌─────────────────────────────────────────────────────────────────┐ WORKING ALTERNATIVES (Use These!) ├─────────────────────────────────────────────────────────────────┤ snow-flow swarm "create incident dashboard widget" snow-flow swarm "build approval workflow for equipment" snow-flow swarm "develop mobile app with authentication" snow-flow queen "create ServiceNow integration" └─────────────────────────────────────────────────────────────────┘ 🚀 SWARM FEATURES (What you get automatically): 🧠 Multi-Agent Coordination: Automatic spawning of specialized agents 🎯 Smart Discovery: Finds existing artifacts to prevent duplication 🔄 Live Testing: Real-time testing on your ServiceNow instance 📋 Update Set Management: Automatic change tracking 🚀 Auto-Deployment: Direct deployment to ServiceNow when ready 🛡️ Error Recovery: Automatic rollback on failures 🔧 SWARM OPTIONS: --strategy: research, development, _analysis, testing, optimization --mode: centralized, distributed, hierarchical, mesh, hybrid --max-agents: Control team size (default: 5) --parallel: Enable parallel execution --monitor: Real-time progress monitoring 📚 EXAMPLES: Widget Team: snow-flow swarm "create dashboard with charts" --strategy development Flow Team: snow-flow swarm "approval workflow with notifications" --mode hierarchical Full App: snow-flow swarm "mobile ITSM solution" --max-agents 8 --monitor 🎯 GET STARTED: 1. snow-flow auth login # Authenticate with ServiceNow 2. snow-flow swarm "your objective" # Everything else is automatic! 3. snow-flow status # Check system health The swarm system provides all the team coordination, specialist roles, and quality gates that SPARC was designed to deliver - and it's working now! `); } //# sourceMappingURL=sparc-help.js.map