arkaos 3.75.1 → 3.75.2

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/VERSION CHANGED
@@ -1 +1 @@
1
- 3.75.1
1
+ 3.75.2
@@ -184,6 +184,8 @@ export async function update() {
184
184
  "post-tool-use",
185
185
  "pre-compact",
186
186
  "cwd-changed",
187
+ "pre-tool-use",
188
+ "stop",
187
189
  ];
188
190
  const hookExt = HOOK_EXT;
189
191
  const srcHooksDir = join(ARKAOS_ROOT, "config", "hooks");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "arkaos",
3
- "version": "3.75.1",
3
+ "version": "3.75.2",
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 = "3.75.1"
3
+ version = "3.75.2"
4
4
  description = "Core engine for ArkaOS — The Operating System for AI Agent Teams"
5
5
  readme = "README.md"
6
6
  license = {text = "MIT"}