pumuki-ast-hooks 5.6.0 → 5.6.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.
package/README.md
CHANGED
|
@@ -122,15 +122,15 @@ Pumuki addresses these issues by **removing trust from the AI** and replacing it
|
|
|
122
122
|
|
|
123
123
|
## Visual Overview
|
|
124
124
|
|
|
125
|
-
<img src="
|
|
125
|
+
<img src="https://raw.githubusercontent.com/SwiftEnProfundidad/ast-intelligence-hooks/main/docs/images/ast_intelligence_01.svg" alt="AST Intelligence System Overview" width="100%" />
|
|
126
126
|
|
|
127
|
-
<img src="
|
|
127
|
+
<img src="https://raw.githubusercontent.com/SwiftEnProfundidad/ast-intelligence-hooks/main/docs/images/ast_intelligence_02.svg" alt="AST Intelligence Workflow" width="100%" />
|
|
128
128
|
|
|
129
|
-
<img src="
|
|
129
|
+
<img src="https://raw.githubusercontent.com/SwiftEnProfundidad/ast-intelligence-hooks/main/docs/images/ast_intelligence_03.svg" alt="AST Intelligence Audit - Part 1" width="100%" />
|
|
130
130
|
|
|
131
|
-
<img src="
|
|
131
|
+
<img src="https://raw.githubusercontent.com/SwiftEnProfundidad/ast-intelligence-hooks/main/docs/images/ast_intelligence_04.svg" alt="AST Intelligence Audit - Part 2" width="100%" />
|
|
132
132
|
|
|
133
|
-
<img src="
|
|
133
|
+
<img src="https://raw.githubusercontent.com/SwiftEnProfundidad/ast-intelligence-hooks/main/docs/images/ast_intelligence_05.svg" alt="AST Intelligence Audit - Part 3" width="100%" />
|
|
134
134
|
|
|
135
135
|
---
|
|
136
136
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pumuki-ast-hooks",
|
|
3
|
-
"version": "5.6.
|
|
3
|
+
"version": "5.6.4",
|
|
4
4
|
"description": "Enterprise-grade AST Intelligence System with multi-platform support (iOS, Android, Backend, Frontend) and Feature-First + DDD + Clean Architecture enforcement. Includes dynamic violations API for intelligent querying.",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"bin": {
|
|
@@ -134,4 +134,4 @@
|
|
|
134
134
|
"./skills": "./skills/skill-rules.json",
|
|
135
135
|
"./hooks": "./hooks/index.js"
|
|
136
136
|
}
|
|
137
|
-
}
|
|
137
|
+
}
|
|
@@ -226,3 +226,7 @@
|
|
|
226
226
|
{"timestamp":1767988762264,"hook":"audit_logger","operation":"ensure_dir","status":"started"}
|
|
227
227
|
{"timestamp":1767988762264,"hook":"audit_logger","operation":"ensure_dir","status":"success"}
|
|
228
228
|
{"timestamp":1767988762264,"hook":"audit_logger","operation":"constructor","status":"success","repoRoot":"/Users/juancarlosmerlosalbarracin/Developer/Projects/ast-intelligence-hooks/scripts/hooks-system"}
|
|
229
|
+
{"timestamp":1768038658259,"hook":"audit_logger","operation":"constructor","status":"started","repoRoot":"/Users/juancarlosmerlosalbarracin/Developer/Projects/ast-intelligence-hooks/scripts/hooks-system"}
|
|
230
|
+
{"timestamp":1768038658259,"hook":"audit_logger","operation":"ensure_dir","status":"started"}
|
|
231
|
+
{"timestamp":1768038658259,"hook":"audit_logger","operation":"ensure_dir","status":"success"}
|
|
232
|
+
{"timestamp":1768038658259,"hook":"audit_logger","operation":"constructor","status":"success","repoRoot":"/Users/juancarlosmerlosalbarracin/Developer/Projects/ast-intelligence-hooks/scripts/hooks-system"}
|