pumuki 6.3.378 → 6.3.379

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
- 6.3.378
1
+ 6.3.379
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pumuki",
3
- "version": "6.3.378",
3
+ "version": "6.3.379",
4
4
  "description": "Enterprise governance framework for AI-assisted software delivery with Git hooks, SDD/OpenSpec, AST intelligence, evidence, MCP and multi-platform rule enforcement.",
5
5
  "main": "index.js",
6
6
  "bin": {
@@ -13,7 +13,7 @@ export const buildSystemNotificationsConfigFromSelection = (
13
13
  ): SystemNotificationsConfig => ({
14
14
  enabled,
15
15
  channel: 'macos',
16
- blockedDialogEnabled: enabled,
16
+ blockedDialogEnabled: false,
17
17
  });
18
18
 
19
19
  export const normalizeSystemNotificationsConfig = (
@@ -25,7 +25,7 @@ export const normalizeSystemNotificationsConfig = (
25
25
  ? true
26
26
  : raw.blockedDialogEnabled === false
27
27
  ? false
28
- : enabled;
28
+ : false;
29
29
  const config: SystemNotificationsConfig = {
30
30
  enabled,
31
31
  channel: 'macos',