arkaos 4.17.0 → 4.18.0

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.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "_meta": {
3
3
  "generator": "scripts/marketplace_gen.py",
4
- "version": "4.17.0",
4
+ "version": "4.18.0",
5
5
  "marketplace": "arkaos"
6
6
  },
7
7
  "structural": {
@@ -570,6 +570,21 @@
570
570
  "origin": "arkaos"
571
571
  }
572
572
  },
573
+ "click-path-audit": {
574
+ "depts": [
575
+ "dev"
576
+ ],
577
+ "curated": false,
578
+ "plugins": [
579
+ "arkaos-dev@arkaos"
580
+ ],
581
+ "collision": false,
582
+ "provenance": {
583
+ "origin": "ecc-derived",
584
+ "source": "https://github.com/affaan-m/ecc",
585
+ "license": "MIT"
586
+ }
587
+ },
573
588
  "code-review": {
574
589
  "depts": [
575
590
  "dev"
@@ -2102,6 +2117,21 @@
2102
2117
  "origin": "arkaos"
2103
2118
  }
2104
2119
  },
2120
+ "pr-test-analyzer": {
2121
+ "depts": [
2122
+ "dev"
2123
+ ],
2124
+ "curated": false,
2125
+ "plugins": [
2126
+ "arkaos-dev@arkaos"
2127
+ ],
2128
+ "collision": false,
2129
+ "provenance": {
2130
+ "origin": "ecc-derived",
2131
+ "source": "https://github.com/affaan-m/ecc",
2132
+ "license": "MIT"
2133
+ }
2134
+ },
2105
2135
  "premortem": {
2106
2136
  "depts": [
2107
2137
  "strategy"
@@ -2547,6 +2577,21 @@
2547
2577
  "origin": "arkaos"
2548
2578
  }
2549
2579
  },
2580
+ "silent-failure-hunter": {
2581
+ "depts": [
2582
+ "dev"
2583
+ ],
2584
+ "curated": false,
2585
+ "plugins": [
2586
+ "arkaos-dev@arkaos"
2587
+ ],
2588
+ "collision": false,
2589
+ "provenance": {
2590
+ "origin": "ecc-derived",
2591
+ "source": "https://github.com/affaan-m/ecc",
2592
+ "license": "MIT"
2593
+ }
2594
+ },
2550
2595
  "skill-audit": {
2551
2596
  "depts": [
2552
2597
  "dev"
@@ -2836,6 +2881,21 @@
2836
2881
  "origin": "arkaos"
2837
2882
  }
2838
2883
  },
2884
+ "type-design-analyzer": {
2885
+ "depts": [
2886
+ "dev"
2887
+ ],
2888
+ "curated": false,
2889
+ "plugins": [
2890
+ "arkaos-dev@arkaos"
2891
+ ],
2892
+ "collision": false,
2893
+ "provenance": {
2894
+ "origin": "ecc-derived",
2895
+ "source": "https://github.com/affaan-m/ecc",
2896
+ "license": "MIT"
2897
+ }
2898
+ },
2839
2899
  "unit-economics": {
2840
2900
  "depts": [
2841
2901
  "finance"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "arkaos",
3
- "version": "4.17.0",
3
+ "version": "4.18.0",
4
4
  "description": "The Operating System for AI Agent Teams",
5
5
  "type": "module",
6
6
  "bin": {
package/pyproject.toml CHANGED
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "arkaos-core"
3
- version = "4.17.0"
3
+ version = "4.18.0"
4
4
  description = "Core engine for ArkaOS — The Operating System for AI Agent Teams"
5
5
  readme = "README.md"
6
6
  license = {text = "MIT"}