Atomic Swarm Gods is an enterprise-grade, self-healing CI/CD system that automatically repairs any repository in any language.
- π Multi-Language Support - Node.js, Python, Rust, Go, Java, Solidity, C/C++
- π€ AI-Powered Oracle Memory - Learns from past repairs
- π¬ Emoji Triggers -
@repair,@clean,@lock,@build,@test - π₯ Surgery Dashboard - Real-time WebSocket control plane
- π Auto-Changelog - Automatic documentation generation
- π§ Zero-Config - Works on any repository automatically
# Clone and run
git clone https://github.com/SolanaRemix/node.git
cd node
npm install
npm run build
npm start
# Or use pipeline
.\pipeline.ps1
π― Emoji Commands
CommandAction
@repairFull autonomous repair
@cleanClean entropy + reinstall
@lockFrozen lockfile install
@buildBuild verification
@testTest suite execution
π₯ Dashboard
Open http://localhost:3001 for the enterprise control plane.
π Project Structure
text
node/
βββ .github/workflows/ # CI/CD pipelines
βββ src/brain/ # Oracle Memory AI
βββ docs/dashboard/ # Web UI
βββ server.js # Surgery server
βββ pipeline.ps1 # Deployment pipeline
π License
MIT - see LICENSE file for details.
Built with β€οΈ by SolanaRemix Team | Report Bug