@defai.digital/automatosx 12.8.2 → 12.8.6
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 +4 -3
- package/dist/index.js +6699 -2336
- package/dist/mcp/index.js +5976 -1954
- package/package.json +7 -1
package/README.md
CHANGED
|
@@ -6,13 +6,14 @@
|
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
[](https://npm-stat.com/charts.html?package=%40defai.digital%2Fautomatox)
|
|
9
|
-
[](#)
|
|
10
10
|
[](https://www.apple.com/macos)
|
|
11
11
|
[](https://www.microsoft.com/windows)
|
|
12
12
|
[](https://ubuntu.com)
|
|
13
|
+
[](https://nodejs.org/)
|
|
13
14
|
[](LICENSE)
|
|
14
15
|
|
|
15
|
-
**Status**: ✅ **Production Ready** | v12.8.
|
|
16
|
+
**Status**: ✅ **Production Ready** | v12.8.6 | Integration Module ESLint/TypeScript Fixes
|
|
16
17
|
|
|
17
18
|
> 🎯 **What AutomatosX Does**: Adds 20+ specialized agents, persistent memory, workflow automation, and 80% cost savings to Claude Code/Codex - **without changing how you work**.
|
|
18
19
|
|
|
@@ -704,7 +705,7 @@ ax setup
|
|
|
704
705
|
## 🚦 Production Readiness
|
|
705
706
|
|
|
706
707
|
✅ **v12.7.0 Released** - Cognitive Prompt Engineering Framework + Autonomous Refactoring
|
|
707
|
-
✅ **
|
|
708
|
+
✅ **8,110+ Tests Passing** - Comprehensive coverage
|
|
708
709
|
✅ **TypeScript Strict Mode** - Type-safe codebase
|
|
709
710
|
✅ **Zero Resource Leaks** - Clean shutdown guaranteed
|
|
710
711
|
✅ **Cross-Platform** - macOS, Windows, Ubuntu
|