@ryuenn3123/agentic-senior-core 5.8.17 → 5.8.18

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.
@@ -73,14 +73,16 @@ process.stdin.on('end', function () {
73
73
  + 'Ladder step 3: use stdlib/native features instead, or add to .asc/dependency-allowlist.json to override.';
74
74
 
75
75
  const output = {
76
+ allow_tool: false,
77
+ deny_reason: reason,
76
78
  hookSpecificOutput: {
77
79
  hookEventName: 'PreToolUse',
78
80
  permissionDecision: 'deny',
79
81
  permissionDecisionReason: reason
80
82
  }
81
83
  };
82
- process.stdout.write(JSON.stringify(output));
83
- process.exit(0);
84
+ process.stdout.write(JSON.stringify(output) + '\n');
85
+ process.exit(2);
84
86
  return;
85
87
  }
86
88
  } catch (_) {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agentic-senior-core",
3
- "version": "5.8.17",
3
+ "version": "5.8.18",
4
4
  "description": "Universal AI coding rules. Write code like a staff engineer.",
5
5
  "contextFileName": "rules/agentic-senior-core.md",
6
6
  "rules": ["rules/"],
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agentic-senior-core",
3
- "version": "5.8.17",
3
+ "version": "5.8.18",
4
4
  "displayName": "Agentic Senior Core",
5
5
  "description": "Universal AI coding rules. Write code like a staff engineer.",
6
6
  "author": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agentic-senior-core",
3
- "version": "5.8.17",
3
+ "version": "5.8.18",
4
4
  "description": "Universal AI coding rules. Write code like a staff engineer.",
5
5
  "author": {
6
6
  "name": "fatidaprilian",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agentic-senior-core",
3
- "version": "5.8.17",
3
+ "version": "5.8.18",
4
4
  "description": "Universal AI coding rules. Write code like a staff engineer.",
5
5
  "author": {
6
6
  "name": "fatidaprilian",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "agentic-senior-core",
3
3
  "description": "Universal AI coding rules. Write code like a staff engineer.",
4
- "version": "5.8.17",
4
+ "version": "5.8.18",
5
5
  "author": {
6
6
  "name": "fatidaprilian",
7
7
  "url": "https://github.com/fatidaprilian"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agentic-senior-core",
3
- "version": "5.8.17",
3
+ "version": "5.8.18",
4
4
  "description": "Universal AI coding rules. Write code like a staff engineer.",
5
5
  "author": "fatidaprilian",
6
6
  "license": "MIT",
@@ -73,14 +73,16 @@ process.stdin.on('end', function () {
73
73
  + 'Ladder step 3: use stdlib/native features instead, or add to .asc/dependency-allowlist.json to override.';
74
74
 
75
75
  const output = {
76
+ allow_tool: false,
77
+ deny_reason: reason,
76
78
  hookSpecificOutput: {
77
79
  hookEventName: 'PreToolUse',
78
80
  permissionDecision: 'deny',
79
81
  permissionDecisionReason: reason
80
82
  }
81
83
  };
82
- process.stdout.write(JSON.stringify(output));
83
- process.exit(0);
84
+ process.stdout.write(JSON.stringify(output) + '\n');
85
+ process.exit(2);
84
86
  return;
85
87
  }
86
88
  } catch (_) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ryuenn3123/agentic-senior-core",
3
- "version": "5.8.17",
3
+ "version": "5.8.18",
4
4
  "type": "module",
5
5
  "description": "Agentic Senior Core: Universal AI coding rules and workflows. Write code like a staff engineer, not a junior.",
6
6
  "bin": {
package/plugin.yaml CHANGED
@@ -1,5 +1,5 @@
1
1
  name: agentic-senior-core
2
- version: 5.8.17
2
+ version: 5.8.18
3
3
  description: Universal AI coding rules. Write code like a staff engineer.
4
4
  author: fatidaprilian
5
5
  provides_hooks: