s9n-devops-agent 2.0.3 → 2.0.4

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.
Files changed (1) hide show
  1. package/package.json +1 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "s9n-devops-agent",
3
- "version": "2.0.3",
3
+ "version": "2.0.4",
4
4
  "description": "CS_DevOpsAgent - Intelligent Git Automation System with multi-agent support and session management",
5
5
  "type": "module",
6
6
  "main": "src/cs-devops-agent-worker.js",
@@ -26,7 +26,6 @@
26
26
  "devops:close": "node src/close-session.js",
27
27
  "devops:cleanup": "./cleanup-sessions.sh",
28
28
  "setup": "node src/setup-cs-devops-agent.js",
29
- "postinstall": "node scripts/post-install.js || true",
30
29
  "house-rules:status": "node src/house-rules-manager.js status",
31
30
  "house-rules:update": "node src/house-rules-manager.js update",
32
31
  "house-rules:repair": "./scripts/repair-house-rules.sh",