JAEGIS-Augment Integration: Build Automation
π Quick Start
Option 1: Windows Batch File (Easiest)
# Double-click or run from command prompt
build-integration.batOption 2: Cross-Platform Node.js Script
# Works on Windows, Mac, and Linux
node build-integration.jsOption 3: PowerShell Script (Windows)
# Full-featured PowerShell automation
.\build-and-test-integration.ps1Option 4: NPM Scripts
# Quick build
npm run build-integration
# Verbose output
npm run build-integration:verbose
# Clean build
npm run build-integration:clean
# Package only
npm run build-integration:packageπ What the Scripts Do Automatically
1. Prerequisites Check
2. Dependency Management
3. TypeScript Compilation
4. Integration Testing
5. VSIX Package Creation
6. Next Steps Guidance
π― Recommended Workflow
For First-Time Setup:
For Development:
For Clean Rebuild:
For Distribution:
π§ Script Options
Node.js Script Options:
PowerShell Script Options:
Batch File Options:
π Expected Output
Successful Build Output:
Next Steps Shown:
π Troubleshooting
Common Issues and Solutions:
"Node.js not found"
"Permission denied" (PowerShell)
"TypeScript compilation failed"
"VSIX creation failed"
π Generated Files
Compiled Output:
Package:
Documentation:
π Success Indicators
Build Successful When:
Integration Working When:
π Ready to Go!
π Support
PreviousJAEGIS VS Code Extension - Technical Implementation GuideNextJAEGIS VS Code Extension - Build Errors Fixed β
Last updated