aios-core 3.11.2 → 3.11.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.
@@ -7,8 +7,8 @@
7
7
  # - SHA256 hashes for change detection
8
8
  # - File types for categorization
9
9
  #
10
- version: 3.11.2
11
- generated_at: "2026-02-03T14:51:52.983Z"
10
+ version: 3.11.3
11
+ generated_at: "2026-02-03T14:57:34.946Z"
12
12
  generator: scripts/generate-install-manifest.js
13
13
  file_count: 839
14
14
  files:
package/bin/aios-init.js CHANGED
@@ -5,7 +5,7 @@
5
5
  * Based on the original beautiful visual design with ASCII art
6
6
  * Version: 2.1.0
7
7
  *
8
- * ⚠️ DEPRECATION NOTICE (v3.11.2):
8
+ * ⚠️ DEPRECATION NOTICE (v3.11.3):
9
9
  * This file is the LEGACY installer and will be removed in v4.0.0.
10
10
  * The new modular wizard is located at: packages/installer/src/wizard/index.js
11
11
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aios-core",
3
- "version": "3.11.2",
3
+ "version": "3.11.3",
4
4
  "description": "Synkra AIOS: AI-Orchestrated System for Full Stack Development - Core Framework",
5
5
  "bin": {
6
6
  "aios": "bin/aios.js",