claude-code-automation
Version:
🚀 Generic project automation system with anti-compaction protection and recovery capabilities. Automatically detects project type (React, Node.js, Python, Rust, Go, Java) and provides intelligent analysis. Claude Code optimized - run 'welcome' after inst
30 lines • 831 B
JSON
{
"timestamp": "2025-08-03T00:48:45.707Z",
"preservationResults": {
"timestamp": "2025-08-03T00:48:45.707Z",
"success": false,
"errors": [],
"warnings": []
},
"quickRecovery": {
"commands": [
"npm install",
"npm start"
],
"verificationSteps": [
"Check application launches",
"Verify core functionality"
]
},
"troubleshooting": {
"commonIssues": [
"Dependencies not installed: run npm install",
"Port conflicts: check if port is already in use",
"File permissions: check read/write access to project directory"
],
"logLocations": [
"/home/diegocc/calculator/claude-code-automation-v2/docs/state/current-state-summary.json",
"/home/diegocc/calculator/claude-code-automation-v2/docs/automation/latest-state.json"
]
}
}