@nockdev/awf 6.2.3 → 6.2.5

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 (284) hide show
  1. package/.agent/config.yaml +5 -5
  2. package/.agent/core/AGENT_BEHAVIOR.md +1 -1
  3. package/.agent/core/AUDIT_POLICY.md +1 -1
  4. package/.agent/core/CACHE.md +1 -1
  5. package/.agent/core/COMMANDS.md +27 -27
  6. package/.agent/core/DATA_SAFETY.md +1 -1
  7. package/.agent/core/MEMORY_PATHS.yaml +2 -2
  8. package/.agent/core/PERMISSIONS.md +1 -1
  9. package/.agent/core/README.md +1 -1
  10. package/.agent/core/VERSION.yaml +5 -5
  11. package/.agent/core/archive/ACTIVE_MEMORY.yaml +2 -2
  12. package/.agent/core/archive/CHECKPOINT.yaml +2 -2
  13. package/.agent/core/archive/CLEANUP_ENGINE.yaml +2 -2
  14. package/.agent/core/archive/CONTEXT_INJECTOR.yaml +2 -2
  15. package/.agent/core/archive/CONTEXT_LOADER.yaml +1 -1
  16. package/.agent/core/archive/CONTEXT_OPTIMIZATION.yaml +1 -1
  17. package/.agent/core/archive/CONTEXT_PRIORITY.yaml +2 -2
  18. package/.agent/core/archive/FLOW_ENGINE.yaml +1 -1
  19. package/.agent/core/archive/GRAPH_MEMORY.yaml +1 -1
  20. package/.agent/core/archive/HYBRID_ROUTER.yaml +1 -1
  21. package/.agent/core/archive/INTENT_DETECTION.yaml +1 -1
  22. package/.agent/core/archive/MEMORY_CONSOLIDATION.yaml +3 -3
  23. package/.agent/core/archive/MEMORY_ENGINE.yaml +2 -2
  24. package/.agent/core/archive/MEMORY_UTILS.yaml +1 -1
  25. package/.agent/core/archive/REFLECTION_ENGINE.yaml +1 -1
  26. package/.agent/core/archive/ROUTER.yaml +4 -4
  27. package/.agent/core/archive/SCORING_FORMULA.yaml +2 -2
  28. package/.agent/core/archive/SEMANTIC_ENGINE.yaml +1 -1
  29. package/.agent/core/archive/SKILLS_FLOW.yaml +1 -1
  30. package/.agent/core/archive/STATE_MACHINE.yaml +1 -1
  31. package/.agent/core/archive/SUMMARIZATION_ENGINE.yaml +2 -2
  32. package/.agent/core/archive/TOKEN_BUDGETS.yaml +2 -2
  33. package/.agent/core/archive/TOKEN_LOADING.yaml +2 -2
  34. package/.agent/core/archive/TOKEN_SUMMARY.yaml +2 -2
  35. package/.agent/core/reference/CODING_STYLES.yaml +1 -1
  36. package/.agent/core/reference/LIBRARY_REGISTRY.yaml +1 -1
  37. package/.agent/core/reference/MCP_TOOLS.yaml +2 -2
  38. package/.agent/core/reference/PATTERNS.yaml +1 -1
  39. package/.agent/core/reference/SKILL_SCHEMA.yaml +1 -1
  40. package/.agent/i18n/en.yaml +6 -6
  41. package/.agent/i18n/vi.yaml +60 -6
  42. package/.agent/ide/README.md +1 -1
  43. package/.agent/ide/amazonq.json +1 -1
  44. package/.agent/ide/amp.json +1 -1
  45. package/.agent/ide/antigravity.json +1 -1
  46. package/.agent/ide/augment.json +1 -1
  47. package/.agent/ide/claude.json +1 -1
  48. package/.agent/ide/cline.json +1 -1
  49. package/.agent/ide/cody.json +1 -1
  50. package/.agent/ide/continue.json +1 -1
  51. package/.agent/ide/cursor.json +1 -1
  52. package/.agent/ide/gemini.json +1 -1
  53. package/.agent/ide/jetbrains.json +1 -1
  54. package/.agent/ide/kiro.json +1 -1
  55. package/.agent/ide/opencode.json +1 -1
  56. package/.agent/ide/roo.json +1 -1
  57. package/.agent/ide/tabnine.json +1 -1
  58. package/.agent/ide/trae.json +1 -1
  59. package/.agent/ide/vscode.json +1 -1
  60. package/.agent/ide/windsurf.json +2 -3
  61. package/.agent/ide/zed.json +1 -1
  62. package/.agent/manifest.yaml +15 -15
  63. package/.agent/personas/README.md +1 -1
  64. package/.agent/personas/architect.md +4 -1
  65. package/.agent/personas/auditor.md +5 -1
  66. package/.agent/personas/debugger.md +4 -1
  67. package/.agent/personas/developer.md +4 -1
  68. package/.agent/personas/devops.md +4 -1
  69. package/.agent/personas/documenter.md +4 -1
  70. package/.agent/personas/orchestrator.md +4 -1
  71. package/.agent/personas/persona.schema.yaml +1 -1
  72. package/.agent/personas/planner.md +4 -1
  73. package/.agent/personas/researcher.md +4 -1
  74. package/.agent/personas/security.md +3 -1
  75. package/.agent/personas/tester.md +3 -1
  76. package/.agent/rules/README.md +1 -1
  77. package/.agent/rules/SACRED_RULES.xml +19 -5
  78. package/.agent/rules/archive/constitutional/tier-0-core.yaml +5 -5
  79. package/.agent/rules/archive/constitutional/tier-1-safety.yaml +5 -5
  80. package/.agent/rules/archive/constitutional/tier-2-execution.yaml +6 -6
  81. package/.agent/rules/archive/context-management.yaml +1 -1
  82. package/.agent/rules/archive/duplication-prevention.md +1 -1
  83. package/.agent/rules/archive/evidence.yaml +1 -1
  84. package/.agent/rules/archive/project-detection.md +1 -1
  85. package/.agent/rules/archive/reflection.yaml +1 -1
  86. package/.agent/rules/archive/versioning.yaml +5 -5
  87. package/.agent/rules/data/build-systems.yaml +2 -2
  88. package/.agent/rules/modules/agent-delegation.yaml +13 -2
  89. package/.agent/rules/modules/edit-verification.yaml +4 -1
  90. package/.agent/rules/modules/git-workflow.yaml +6 -1
  91. package/.agent/rules/modules/language.yaml +1 -1
  92. package/.agent/rules/modules/online-research.yaml +1 -1
  93. package/.agent/rules/modules/performance-optimization.yaml +10 -2
  94. package/.agent/rules/modules/quality.yaml +1 -1
  95. package/.agent/rules/modules/stop-conditions.yaml +1 -1
  96. package/.agent/rules/modules/terminal-safety.yaml +1 -1
  97. package/.agent/rules/modules/yagni.yaml +1 -1
  98. package/.agent/rules/validation-framework.md +1 -1
  99. package/.agent/skills/README.md +1 -1
  100. package/.agent/skills/_categories.yaml +2 -2
  101. package/.agent/skills/_router.yaml +12 -0
  102. package/.agent/skills/core/api-design/META.yaml +1 -1
  103. package/.agent/skills/core/authentication/META.yaml +1 -1
  104. package/.agent/skills/core/error-handling/META.yaml +1 -1
  105. package/.agent/skills/core/logging/META.yaml +1 -1
  106. package/.agent/skills/core/observability/META.yaml +1 -1
  107. package/.agent/skills/core/security/META.yaml +1 -1
  108. package/.agent/skills/core/security/SKILL.md +1 -1
  109. package/.agent/skills/cross-cutting/accessibility/META.yaml +1 -1
  110. package/.agent/skills/cross-cutting/audit-pro/META.yaml +1 -1
  111. package/.agent/skills/cross-cutting/bun/META.yaml +1 -1
  112. package/.agent/skills/cross-cutting/bun/SKILL.md +1 -1
  113. package/.agent/skills/cross-cutting/coding-rules/META.yaml +1 -1
  114. package/.agent/skills/cross-cutting/database/META.yaml +1 -1
  115. package/.agent/skills/cross-cutting/database/SKILL.md +1 -1
  116. package/.agent/skills/cross-cutting/deno/META.yaml +1 -1
  117. package/.agent/skills/cross-cutting/deno/SKILL.md +1 -1
  118. package/.agent/skills/cross-cutting/domyh-design/META.yaml +1 -1
  119. package/.agent/skills/cross-cutting/domyh-design/data/desktop-colors.yaml +1 -1
  120. package/.agent/skills/cross-cutting/seo/META.yaml +1 -1
  121. package/.agent/skills/cross-cutting/sql/META.yaml +1 -1
  122. package/.agent/skills/cross-cutting/sql/SKILL.md +1 -1
  123. package/.agent/skills/cross-cutting/tailwind/META.yaml +1 -1
  124. package/.agent/skills/cross-cutting/tailwind/SKILL.md +1 -1
  125. package/.agent/skills/cross-cutting/tdd-workflow/META.yaml +1 -1
  126. package/.agent/skills/cross-cutting/testing/META.yaml +4 -3
  127. package/.agent/skills/cross-cutting/testing/SKILL.md +1 -1
  128. package/.agent/skills/cross-cutting/testing/data/frameworks.yaml +1 -1
  129. package/.agent/skills/cross-cutting/web-perf/META.yaml +1 -1
  130. package/.agent/skills/cross-cutting/web-perf/SKILL.md +1 -1
  131. package/.agent/skills/devops/aws/META.yaml +1 -1
  132. package/.agent/skills/devops/ci-cd/META.yaml +1 -1
  133. package/.agent/skills/devops/docker/META.yaml +1 -1
  134. package/.agent/skills/devops/kubernetes/META.yaml +1 -1
  135. package/.agent/skills/frameworks/angular/META.yaml +1 -1
  136. package/.agent/skills/frameworks/angular/SKILL.md +1 -1
  137. package/.agent/skills/frameworks/flutter/META.yaml +1 -1
  138. package/.agent/skills/frameworks/flutter/SKILL.md +1 -1
  139. package/.agent/skills/frameworks/nextjs/META.yaml +1 -1
  140. package/.agent/skills/frameworks/nextjs/SKILL.md +1 -1
  141. package/.agent/skills/frameworks/nuxt/META.yaml +1 -1
  142. package/.agent/skills/frameworks/nuxt/SKILL.md +1 -1
  143. package/.agent/skills/frameworks/react/META.yaml +1 -1
  144. package/.agent/skills/frameworks/react/SKILL.md +1 -1
  145. package/.agent/skills/frameworks/react-native/META.yaml +1 -1
  146. package/.agent/skills/frameworks/react-native/SKILL.md +1 -1
  147. package/.agent/skills/frameworks/svelte/META.yaml +1 -1
  148. package/.agent/skills/frameworks/svelte/SKILL.md +1 -1
  149. package/.agent/skills/frameworks/vue/META.yaml +1 -1
  150. package/.agent/skills/frameworks/vue/SKILL.md +1 -1
  151. package/.agent/skills/index.json +438 -100
  152. package/.agent/skills/languages/asm/META.yaml +1 -1
  153. package/.agent/skills/languages/asm/SKILL.md +1 -1
  154. package/.agent/skills/languages/c/META.yaml +1 -1
  155. package/.agent/skills/languages/c/SKILL.md +1 -1
  156. package/.agent/skills/languages/clojure/META.yaml +1 -1
  157. package/.agent/skills/languages/clojure/SKILL.md +1 -1
  158. package/.agent/skills/languages/cpp/META.yaml +1 -1
  159. package/.agent/skills/languages/cpp/SKILL.md +1 -1
  160. package/.agent/skills/languages/crystal/META.yaml +1 -1
  161. package/.agent/skills/languages/crystal/SKILL.md +1 -1
  162. package/.agent/skills/languages/csharp/META.yaml +1 -1
  163. package/.agent/skills/languages/csharp/SKILL.md +1 -1
  164. package/.agent/skills/languages/elixir/META.yaml +1 -1
  165. package/.agent/skills/languages/elixir/SKILL.md +1 -1
  166. package/.agent/skills/languages/fsharp/META.yaml +1 -1
  167. package/.agent/skills/languages/fsharp/SKILL.md +1 -1
  168. package/.agent/skills/languages/go/META.yaml +1 -1
  169. package/.agent/skills/languages/go/SKILL.md +1 -1
  170. package/.agent/skills/languages/haskell/META.yaml +1 -1
  171. package/.agent/skills/languages/haskell/SKILL.md +1 -1
  172. package/.agent/skills/languages/java/META.yaml +1 -1
  173. package/.agent/skills/languages/java/SKILL.md +1 -1
  174. package/.agent/skills/languages/javascript/META.yaml +1 -1
  175. package/.agent/skills/languages/javascript/SKILL.md +1 -1
  176. package/.agent/skills/languages/julia/META.yaml +1 -1
  177. package/.agent/skills/languages/julia/SKILL.md +1 -1
  178. package/.agent/skills/languages/kotlin/META.yaml +1 -1
  179. package/.agent/skills/languages/kotlin/SKILL.md +1 -1
  180. package/.agent/skills/languages/lua/META.yaml +1 -1
  181. package/.agent/skills/languages/lua/SKILL.md +3 -3
  182. package/.agent/skills/languages/nim/META.yaml +1 -1
  183. package/.agent/skills/languages/nim/SKILL.md +1 -1
  184. package/.agent/skills/languages/ocaml/META.yaml +1 -1
  185. package/.agent/skills/languages/ocaml/SKILL.md +1 -1
  186. package/.agent/skills/languages/perl/META.yaml +1 -1
  187. package/.agent/skills/languages/perl/SKILL.md +1 -1
  188. package/.agent/skills/languages/php/META.yaml +1 -1
  189. package/.agent/skills/languages/php/SKILL.md +1 -1
  190. package/.agent/skills/languages/python/META.yaml +1 -1
  191. package/.agent/skills/languages/python/SKILL.md +1 -1
  192. package/.agent/skills/languages/r/META.yaml +1 -1
  193. package/.agent/skills/languages/r/SKILL.md +1 -1
  194. package/.agent/skills/languages/ruby/META.yaml +1 -1
  195. package/.agent/skills/languages/ruby/SKILL.md +1 -1
  196. package/.agent/skills/languages/rust/META.yaml +1 -1
  197. package/.agent/skills/languages/rust/SKILL.md +1 -1
  198. package/.agent/skills/languages/scala/META.yaml +1 -1
  199. package/.agent/skills/languages/scala/SKILL.md +1 -1
  200. package/.agent/skills/languages/solidity/META.yaml +1 -1
  201. package/.agent/skills/languages/solidity/SKILL.md +1 -1
  202. package/.agent/skills/languages/swift/META.yaml +1 -1
  203. package/.agent/skills/languages/swift/SKILL.md +1 -1
  204. package/.agent/skills/languages/typescript/META.yaml +1 -1
  205. package/.agent/skills/languages/typescript/SKILL.md +1 -1
  206. package/.agent/skills/languages/zig/META.yaml +1 -1
  207. package/.agent/skills/languages/zig/SKILL.md +1 -1
  208. package/.agent/templates/README.md +2 -2
  209. package/.agent/templates/debug-report.md +1 -1
  210. package/.agent/templates/deploy-plan.md +1 -1
  211. package/.agent/templates/doc-template.md +1 -1
  212. package/.agent/templates/index.yaml +1 -1
  213. package/.agent/templates/migrate-plan.md +1 -1
  214. package/.agent/templates/phase-template.md +1 -1
  215. package/.agent/templates/tasks/audit.yaml +1 -1
  216. package/.agent/templates/tasks/bug_fix.yaml +1 -1
  217. package/.agent/templates/tasks/code_implementation.yaml +1 -1
  218. package/.agent/templates/tasks/refactor.yaml +1 -1
  219. package/.agent/templates/test-report.md +1 -1
  220. package/.agent/workflows/ap.md +4 -4
  221. package/.agent/workflows/code.md +2 -2
  222. package/.agent/workflows/debug.md +1 -1
  223. package/.agent/workflows/deploy.md +1 -0
  224. package/.agent/workflows/doc.md +1 -0
  225. package/.agent/workflows/e2e.md +6 -5
  226. package/.agent/workflows/env.md +1 -0
  227. package/.agent/workflows/fix.md +1 -1
  228. package/.agent/workflows/monitor.md +2 -1
  229. package/.agent/workflows/onboard.md +1 -1
  230. package/.agent/workflows/perf.md +2 -1
  231. package/.agent/workflows/plan.md +3 -3
  232. package/.agent/workflows/prompt.md +1 -1
  233. package/.agent/workflows/recap.md +2 -2
  234. package/.agent/workflows/refactor.md +1 -1
  235. package/.agent/workflows/scaffold.md +1 -1
  236. package/.agent/workflows/tdd.md +6 -5
  237. package/.agent/workflows/verify.md +5 -4
  238. package/README.md +59 -15
  239. package/configs/aider/root.CONVENTIONS.md +1 -1
  240. package/configs/amazonq/root.amazonq.md +1 -1
  241. package/configs/amp/root.AGENTS.md +1 -1
  242. package/configs/antigravity/root.GEMINI.md +1 -1
  243. package/configs/augment/root.guidelines.md +1 -1
  244. package/configs/claude/root.CLAUDE.md +1 -1
  245. package/configs/cline/root.clinerules.md +1 -1
  246. package/configs/codex/root.AGENTS.md +1 -1
  247. package/configs/continue/root.continue.md +1 -1
  248. package/configs/copilot/root.copilot-instructions.md +1 -1
  249. package/configs/gemini/root.GEMINI.md +1 -1
  250. package/configs/jetbrains/root.guidelines.md +1 -1
  251. package/configs/roo/root.roorules.md +1 -1
  252. package/configs/tabnine/root.guidelines.md +1 -1
  253. package/configs/vscode/root.copilot-instructions.md +1 -1
  254. package/dist/constants/ide-install-specs.js +1 -1
  255. package/dist/constants.d.ts +1 -1
  256. package/dist/constants.js +1 -1
  257. package/package.json +1 -1
  258. package/.agent/memory/active_memories.json +0 -35
  259. package/.agent/memory/archive/.gitkeep +0 -0
  260. package/.agent/memory/audit_summary.json +0 -58
  261. package/.agent/memory/cleanup_log.json +0 -34
  262. package/.agent/memory/consolidated.md +0 -75
  263. package/.agent/memory/core_memory/persona.json +0 -30
  264. package/.agent/memory/core_memory/project.json +0 -25
  265. package/.agent/memory/core_memory/rules.json +0 -29
  266. package/.agent/memory/core_memory/user.json +0 -24
  267. package/.agent/memory/decisions.md +0 -40
  268. package/.agent/memory/graph/knowledge_graph.json +0 -12
  269. package/.agent/memory/insights.md +0 -52
  270. package/.agent/memory/metrics.json +0 -48
  271. package/.agent/memory/patterns/errors.json +0 -11
  272. package/.agent/memory/patterns/successes.json +0 -10
  273. package/.agent/memory/session.md +0 -64
  274. package/.agent/memory/session_rules.json +0 -19
  275. package/.agent/memory/state.json +0 -81
  276. package/.agent/memory/vectors/README.md +0 -129
  277. package/.agent/private/README.md +0 -74
  278. package/.agent/private/_index.yaml +0 -23
  279. package/.agent/private/_template/META.yaml +0 -38
  280. package/.agent/private/_template/SKILL.md +0 -43
  281. package/.agent/private/_template/data/.gitkeep +0 -0
  282. package/.agent/private/autodomyh-api/META.yaml +0 -48
  283. package/.agent/private/autodomyh-api/SKILL.md +0 -141
  284. package/.agent/private/autodomyh-api/data/conventions.yaml +0 -107
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  description: "🐛 Systematic debugging: reproduce → isolate → analyze → fix → verify"
3
- skills: { required: [], contextual: [auto] }
3
+ skills: { required: [error-handling], contextual: [auto] }
4
4
  ---
5
5
 
6
6
  # 🐛 /debug — Debug Pro
@@ -36,6 +36,7 @@ skills:
36
36
  → Auto-rollback if: error_rate > 0.5% OR p99 > 1000ms OR CPU > 90%
37
37
  ```
38
38
  6. **FINALIZE** — Tag release in git, update changelog, document rollback point, release deploy lock
39
+ 7. **SYNC** — `hsa_check_changes` to update index after deployment config changes
39
40
 
40
41
  ---
41
42
 
@@ -17,6 +17,7 @@ skills: { required: [], contextual: [auto] }
17
17
  3. **GENERATE** — Create doc content, use language-specific format, add examples & diagrams
18
18
  4. **VALIDATE** — Check links/references, verify code examples compile, lint docs
19
19
  5. **OUTPUT** — Generate files (MD/HTML/PDF), update existing docs, show summary
20
+ 6. **SYNC** — `hsa_check_changes` to update index after documentation file changes
20
21
 
21
22
  ---
22
23
 
@@ -12,11 +12,12 @@ skills: { required: [testing, tdd-workflow], contextual: [auto] }
12
12
 
13
13
  ## E2E FLOW
14
14
 
15
- 1. **DETECT** — Identify frontend framework, existing E2E setup, test runner. Show: `[Step 1/5] Detecting E2E framework...`
16
- 2. **MAP** — Identify critical user flows from routes/pages. Show: `[Step 2/5] Mapping 8 critical user flows...`
17
- 3. **GENERATE** — Write E2E tests for critical paths. Show: `[Step 3/5] Generating tests for Login → Dashboard → Checkout`
18
- 4. **RUN** — Execute E2E tests, capture screenshots on failure. Show: `[Step 4/5] Running 12 E2E tests...`
19
- 5. **REPORT** — Show results with pass/fail, timing, screenshots. Show: `[Step 5/5] ✅ 11/12 passed (1 flaky)`
15
+ 1. **DETECT** — Detect stack via HSA (`hsa_detect_stack`), verify environment (`hsa_detect_environment`), identify frontend framework, existing E2E setup, test runner. Show: `[Step 1/6] Detecting E2E framework...`
16
+ 2. **MAP** — Identify critical user flows from routes/pages. Show: `[Step 2/6] Mapping 8 critical user flows...`
17
+ 3. **GENERATE** — Write E2E tests for critical paths. Show: `[Step 3/6] Generating tests for Login → Dashboard → Checkout`
18
+ 4. **RUN** — Execute E2E tests, capture screenshots on failure. Show: `[Step 4/6] Running 12 E2E tests...`
19
+ 5. **REPORT** — Show results with pass/fail, timing, screenshots. Show: `[Step 5/6] ✅ 11/12 passed (1 flaky)`
20
+ 6. **SYNC** — `hsa_check_changes` to update index after test file creation
20
21
 
21
22
  ---
22
23
 
@@ -16,6 +16,7 @@ skills: { required: [security], contextual: [auto] }
16
16
  2. **VALIDATE** — Validate format/types, detect missing/deprecated vars
17
17
  3. **SYNC** — Sync .env.example template, drift detection between envs
18
18
  4. **REPORT** — Security recommendations, next steps
19
+ 5. **INDEX** — `hsa_check_changes` to update index after environment file changes
19
20
 
20
21
  ---
21
22
 
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  description: "⚡ Quick-fix pipeline: capture error → identify → fix → verify (max 60s)"
3
- skills: { required: [], contextual: [auto] }
3
+ skills: { required: [error-handling], contextual: [auto] }
4
4
  ---
5
5
 
6
6
  # ⚡ /fix — Fix Pro
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  description: "📡 Setup observability: logging, tracing, metrics, and alerting configuration"
3
- skills: { required: [], contextual: [auto] }
3
+ skills: { required: [observability, logging], contextual: [auto] }
4
4
  ---
5
5
 
6
6
  # 📡 /monitor — Monitor Pro
@@ -16,6 +16,7 @@ skills: { required: [], contextual: [auto] }
16
16
  2. **PLAN** — Recommend libraries & backends, setup OpenTelemetry → ⛔ STOP: confirm before install
17
17
  3. **EXECUTE** — Add logging, tracing (OpenTelemetry), metrics (Prometheus), configure alerts
18
18
  4. **VERIFY** — Verify data in backends, test alerts
19
+ 5. **SYNC** — `hsa_check_changes` to update index after observability config changes
19
20
 
20
21
  ---
21
22
 
@@ -17,7 +17,7 @@ skills: { required: [], contextual: [auto] }
17
17
  3. **MAP** — Generate Mermaid architecture diagram + module dependency graph. Show: `[Step 3/6] Mapping architecture...`
18
18
  4. **ASSESS** — Identify code health: test coverage, lint score, outdated deps, known issues. Show: `[Step 4/6] Assessing code health...`
19
19
  5. **GUIDE** — Create "Getting Started" guide: setup steps, key files, conventions, common tasks. Show: `[Step 5/6] Generating guide...`
20
- 6. **SYNC** — Save onboard report to `.domyh/onboard/onboard_YYYY-MM-DD.md`. Show: `[Step 6/6] Saving report...`
20
+ 6. **SYNC** — Save onboard report to `.domyh/onboard/onboard_YYYY-MM-DD.md`. `hsa_check_changes` to update index after generating onboarding docs. Show: `[Step 6/6] Saving report...`
21
21
 
22
22
  ---
23
23
 
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  description: "⚡ Performance profiling: CPU, memory, benchmarks, and optimization recommendations"
3
- skills: { required: [], contextual: [auto] }
3
+ skills: { required: [web-perf], contextual: [auto] }
4
4
  ---
5
5
 
6
6
  # ⚡ /perf — Perf Pro
@@ -17,6 +17,7 @@ skills: { required: [], contextual: [auto] }
17
17
  3. **ANALYZE** — Identify hotspots, bottlenecks
18
18
  4. **OPTIMIZE** — Apply fixes, verify improvement
19
19
  5. **REPORT** — Before/after comparison. Save to `.domyh/perf/benchmark_YYYY-MM-DD.md`
20
+ 6. **SYNC** — `hsa_check_changes` to update index after performance optimization edits
20
21
 
21
22
  ---
22
23
 
@@ -18,7 +18,7 @@ skills: { required: [], contextual: [auto] }
18
18
  4. **PHASE 3: DESIGN** — Technical design, architecture, API contracts
19
19
  5. **PHASE 4: BREAKDOWN** — Task decomposition, effort estimation → ⛔ STOP for user approval
20
20
  6. **PHASE 5: VALIDATE** — Review with user, finalize plan
21
- 7. **PHASE 6: PERSIST** — Save to `.domyh/plans/YYYY-MM-DD_{feature-slug}/plan.md`. If scope ≥ L, also save `impact.md` and `tasks.md`. Update `memory/state.json` → `phase_progress.active_plan`. Show: `📁 Saved: .domyh/plans/2026-02-12_payment-gateway/`
21
+ 7. **PHASE 6: PERSIST** — Save to `.domyh/plans/YYYY-MM-DD_{feature-slug}/plan.md`. If scope ≥ L, also save `impact.md` and `tasks.md`. Update `.agent/memory/state.json` → `phase_progress.active_plan`. Show: `📁 Saved: .domyh/plans/2026-02-12_payment-gateway/`
22
22
 
23
23
  ---
24
24
 
@@ -53,8 +53,8 @@ output:
53
53
  naming:
54
54
  slug: "kebab-case from plan title, max 30 chars"
55
55
  example: ".domyh/plans/2026-02-12_payment-gateway/"
56
- active_ref: "Update memory/state.json → phase_progress.active_plan"
57
- memory_sync: "Update memory/state.json with plan metadata"
56
+ active_ref: "Update .agent/memory/state.json → phase_progress.active_plan"
57
+ memory_sync: "Update .agent/memory/state.json with plan metadata"
58
58
  ```
59
59
 
60
60
  ---
@@ -12,7 +12,7 @@ skills: { required: [prompt-engineering], contextual: [domyh-design] }
12
12
 
13
13
  ## PROMPT FLOW
14
14
 
15
- 1. **ANALYZE** — Parse user request, detect prompt type (image/project/modify/system/general). Extract: mục đích, target tool/model, ngôn ngữ, constraints. Show: `[Step 1/5] Analyzing: "{request}" → Type: image`
15
+ 1. **ANALYZE** — Parse user request, detect prompt type (image/project/modify/system/general). If project-related: load context via HSA (`hsa_get_context`). Extract: mục đích, target tool/model, ngôn ngữ, constraints. Show: `[Step 1/5] Analyzing: "{request}" → Type: image`
16
16
  2. **RESEARCH** — Online research về domain, best practices, reference examples. Tìm kiếm: cấu trúc prompt tối ưu cho target tool, industry standards, trending patterns. Show: `[Step 2/5] Researching: "midjourney v6 architecture prompts"...`
17
17
  3. **STRUCTURE** — Apply RCTO Framework (Role-Context-Task-Output). Map research → sections phù hợp. Choose template theo prompt type. Show: `[Step 3/5] Structuring prompt with 6 sections...`
18
18
  4. **GENERATE** — Tạo structured markdown prompt. Viết bằng ngôn ngữ người dùng yêu cầu. Apply prompt-engineering patterns (CoT, few-shot, role-play). Show: `[Step 4/5] Generating prompt...`
@@ -12,10 +12,10 @@ skills: { required: [], contextual: [] }
12
12
 
13
13
  ## RECAP FLOW
14
14
 
15
- 1. **COLLECT** — Git changes (`git log --oneline -20`), task list, decisions from memory, file system changes
15
+ 1. **COLLECT** — Git changes (`git log --oneline -20`), engine data (`hsa_export`), task list, decisions from memory, file system changes
16
16
  2. **ANALYZE** — Categorize changes (features, fixes, refactors, docs), calculate metrics (files changed, lines added/removed)
17
17
  3. **SUMMARIZE** — Group by category, generate structured report. Show: `Session: 2h 15m | 8 tasks | 23 files changed`
18
- 4. **PERSIST** — Save key decisions and context to `memory/state.json` for next session continuity
18
+ 4. **PERSIST** — Save key decisions and context to `.agent/memory/state.json` for next session continuity
19
19
  5. **SUGGEST** — Next steps with priority, suggest `/workflow chain` for follow-up
20
20
 
21
21
  ---
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  description: "🔧 Code refactoring & cleanup: identify smells, clean dead code, organize imports, restructure — verify tests pass"
3
- skills: { required: [], contextual: [auto] }
3
+ skills: { required: [coding-rules], contextual: [auto] }
4
4
  ---
5
5
 
6
6
  # 🔧 /refactor — Refactor Pro
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  description: "🏗️ Unified scaffolding & code generation: components, pages, services, models, APIs from project patterns"
3
- skills: { required: [], contextual: [auto] }
3
+ skills: { required: [coding-rules], contextual: [auto] }
4
4
  ---
5
5
 
6
6
  # 🏗️ /scaffold — Scaffold Pro
@@ -12,11 +12,12 @@ skills: { required: [tdd-workflow, testing], contextual: [auto] }
12
12
 
13
13
  ## TDD FLOW
14
14
 
15
- 1. **SETUP** — Detect stack, load TDD skill, identify test framework. Show: `[Step 1/5] Detecting stack and test framework...`
16
- 2. **RED** — Write a failing test that defines the expected behavior. Run tests to confirm it fails. Show: `[Step 2/5] 🔴 RED — Writing failing test: test_[feature]`
17
- 3. **GREEN** — Write the SIMPLEST production code that makes the test pass. Show: `[Step 3/5] 🟢 GREEN — Implementing minimal code to pass`
18
- 4. **REFACTOR** — Clean up code and tests without changing behavior. Re-run tests. Show: `[Step 4/5] 🔵 REFACTOR — Cleaning up (all tests still green)`
19
- 5. **VERIFY** — Run full test suite, check coverage delta. Show: `[Step 5/5] ✅ Coverage: 75% → 83% (+8%)`
15
+ 1. **SETUP** — Detect stack via HSA (`hsa_detect_stack`), load TDD skill, load test context (`hsa_get_context`), identify test framework. Show: `[Step 1/6] Detecting stack and test framework...`
16
+ 2. **RED** — Write a failing test that defines the expected behavior. Run tests to confirm it fails. Show: `[Step 2/6] 🔴 RED — Writing failing test: test_[feature]`
17
+ 3. **GREEN** — Write the SIMPLEST production code that makes the test pass. Show: `[Step 3/6] 🟢 GREEN — Implementing minimal code to pass`
18
+ 4. **REFACTOR** — Clean up code and tests without changing behavior. Re-run tests. Show: `[Step 4/6] 🔵 REFACTOR — Cleaning up (all tests still green)`
19
+ 5. **VERIFY** — Run full test suite, check coverage delta. Show: `[Step 5/6] ✅ Coverage: 75% → 83% (+8%)`
20
+ 6. **SYNC** — `hsa_check_changes` to update index after test/code creation
20
21
 
21
22
  ---
22
23
 
@@ -12,10 +12,11 @@ skills: { required: [testing], contextual: [auto] }
12
12
 
13
13
  ## VERIFY FLOW
14
14
 
15
- 1. **DETECT** — Identify build system, linter, test runner. Show: `[Step 1/4] Detecting verification pipeline...`
16
- 2. **RUN** — Execute verification pipeline sequentially. Show: `[Step 2/4] Running 4-stage pipeline...`
17
- 3. **FIX** — Auto-fix what's possible (lint, format). Show: `[Step 3/4] Auto-fixing 3 lint issues...`
18
- 4. **RE-RUN** — Loop until all pass or max iterations. Show: `[Step 4/4] Iteration 2/3 — All checks passed ✅`
15
+ 1. **DETECT** — Detect stack via HSA (`hsa_detect_stack`), identify build system, linter, test runner. Show: `[Step 1/5] Detecting verification pipeline...`
16
+ 2. **RUN** — Execute verification pipeline sequentially. Show: `[Step 2/5] Running 4-stage pipeline...`
17
+ 3. **FIX** — Auto-fix what's possible (lint, format). Show: `[Step 3/5] Auto-fixing 3 lint issues...`
18
+ 4. **RE-RUN** — Loop until all pass or max iterations. Show: `[Step 4/5] Iteration 2/3 — All checks passed ✅`
19
+ 5. **SYNC** — `hsa_check_changes` to update index after auto-fixes
19
20
 
20
21
  ---
21
22
 
package/README.md CHANGED
@@ -1,17 +1,18 @@
1
1
  <p align="center">
2
- <img src="https://capsule-render.vercel.app/api?type=waving&color=0:1E40AF,100:8B5CF6&height=160&section=header&text=DOMYH%20Awesome%20Code&fontSize=36&fontColor=FFFFFF&animation=fadeIn&fontAlignY=35&desc=AI-Powered%20Development%20Assistant&descAlignY=55&descSize=14" width="100%" />
2
+ <img src="https://capsule-render.vercel.app/api?type=waving&color=0:0F172A,50:1E40AF,100:8B5CF6&height=160&section=header&text=DOMYH%20Awesome%20Code&fontSize=36&fontColor=FFFFFF&animation=fadeIn&fontAlignY=35&desc=AI-Powered%20Development%20Assistant&descAlignY=55&descSize=14" width="100%" />
3
3
  </p>
4
4
 
5
5
  <p align="center">
6
6
  <a href="https://www.npmjs.com/package/@nockdev/awf"><img src="https://img.shields.io/npm/v/@nockdev/awf?style=for-the-badge&logo=npm&logoColor=white&labelColor=CB3837&color=000000" alt="npm" /></a>
7
7
  <img src="https://img.shields.io/badge/skills-82-8B5CF6?style=for-the-badge&logo=bookstack&logoColor=white" alt="Skills" />
8
- <img src="https://img.shields.io/badge/IDEs-22-3B82F6?style=for-the-badge&logo=visualstudiocode&logoColor=white" alt="IDEs" />
8
+ <img src="https://img.shields.io/badge/IDEs-21-3B82F6?style=for-the-badge&logo=visualstudiocode&logoColor=white" alt="IDEs" />
9
9
  <img src="https://img.shields.io/badge/workflows-34-F59E0B?style=for-the-badge&logo=windowsterminal&logoColor=white" alt="Workflows" />
10
+ <img src="https://img.shields.io/badge/personas-12-EF4444?style=for-the-badge&logo=drama&logoColor=white" alt="Personas" />
10
11
  <img src="https://img.shields.io/badge/license-MIT-10B981?style=for-the-badge&logo=opensourceinitiative&logoColor=white" alt="License" />
11
12
  </p>
12
13
 
13
14
  <p align="center">
14
- Plugin for <a href="https://www.npmjs.com/package/@nockdev/cli"><b>@nockdev/cli</b></a> — install once, use across 22 AI IDEs with 82 specialized skills.
15
+ Plugin for <a href="https://www.npmjs.com/package/@nockdev/cli"><b>@nockdev/cli</b></a> — install once, use across 21 AI IDEs with 82 specialized skills and 13 HSA MCP tools.
15
16
  </p>
16
17
 
17
18
  ---
@@ -53,29 +54,72 @@ nock awf init # Initialize in your project
53
54
  | **Core** | 6 | Security, API Design, Error Handling, Logging, Observability, Auth |
54
55
  | **Tooling** | 5 | CLI Dev, API Protocols, MCP, Browser Agent, IDE Extension |
55
56
 
57
+ ### 3-Tier Progressive Loading
58
+
59
+ | Tier | File | Size | When |
60
+ | :--: | :------------ | :------------ | :--------------- |
61
+ | T1 | `META.yaml` | ~100 tokens | Always available |
62
+ | T2 | `SKILL.md` | ~1,500 tokens | On-demand |
63
+ | T3 | `ADVANCED.md` | ~4,000 tokens | Deep dive only |
64
+
56
65
  ---
57
66
 
58
- ## 💻 Supported IDEs (22)
67
+ ## 💻 Supported IDEs (21)
68
+
69
+ | Tier | IDEs |
70
+ | :--------- | :--------------------------------------------------------------------------------------- |
71
+ | **Tier 0** | Codex |
72
+ | **Tier 1** | Cursor, Claude Code, Gemini CLI, Antigravity, VS Code + Copilot, Windsurf |
73
+ | **Tier 2** | Cline, Continue, Roo Code, JetBrains AI, Amazon Q, Zed, Aider, CodeRabbit, Cody, Tabnine |
74
+ | **Tier 3** | Amp, OpenCode, Augment |
75
+
76
+ ---
59
77
 
60
- | Tier | IDEs |
61
- | :--------- | :------------------------------------------------------------------------------------------------------ |
62
- | **Tier 0** | Codex |
63
- | **Tier 1** | Cursor, Claude Code, Gemini CLI, Antigravity, VS Code + Copilot, Windsurf |
64
- | **Tier 2** | Cline, Continue, Roo Code, JetBrains AI, Amazon Q, Kiro, Zed, Aider, CodeRabbit, Cody, Tabnine, Trae AI |
65
- | **Tier 3** | Amp, OpenCode, Augment |
78
+ ## 🎭 Personas (12)
79
+
80
+ | Persona | Role | Trigger |
81
+ | :-------------- | :-------------------------- | :------------ |
82
+ | 🔧 Developer | Full-stack implementation | `/code` |
83
+ | 🏗️ Architect | System design & patterns | `/design` |
84
+ | 🔬 Auditor | 5-expert audit panel | `/ap` |
85
+ | 🐛 Debugger | Root cause analysis | `/debug` |
86
+ | ✅ Tester | Testing & coverage | `/test` |
87
+ | 🚀 DevOps | Infrastructure & deployment | `/deploy` |
88
+ | 📚 Documenter | Documentation specialist | `/doc` |
89
+ | 📋 Planner | Task decomposition | `/plan` |
90
+ | 🔍 Researcher | Investigation & research | `/find` |
91
+ | 🎭 Orchestrator | Multi-agent coordination | Complex tasks |
92
+ | 🔒 Security | Security analysis | `/security` |
93
+ | 💡 Thinker | Deep reasoning (6 methods) | `/think` |
66
94
 
67
95
  ---
68
96
 
69
- ## 🔍 MCP Server & Dashboard
97
+ ## 🔍 HSA MCP Server (13 Tools)
70
98
 
71
- HSA MCP Server provides intelligent context to your AI IDE — semantic search, code graph analysis, and project understanding.
99
+ Intelligent context engine with BM25 search, Merkle tree change detection, and web dashboard.
72
100
 
73
101
  ```bash
74
102
  nock awf mcp install --ide all # Configure for all IDEs
75
- nock awf mcp install --ide cursor # Specific IDE
103
+ nock awf hsa start # Start HSA server
76
104
  ```
77
105
 
78
- **Web Dashboard** is enabled by default at `http://localhost:13100/dashboard` — real-time project monitoring, tool call logs, and cache stats.
106
+ | Tool | Description |
107
+ | :----------------------- | :------------------------------------- |
108
+ | `hsa_get_context` | Retrieve optimized context for LLM |
109
+ | `hsa_detect_stack` | Detect project tech stack |
110
+ | `hsa_get_agent_config` | Load commands, personas, rules, skills |
111
+ | `hsa_check_changes` | Check file changes via Merkle diff |
112
+ | `hsa_prefetch` | Prefetch context for predicted queries |
113
+ | `hsa_status` | Engine health and cache stats |
114
+ | `hsa_search_skills` | BM25 search across skill patterns |
115
+ | `hsa_get_snapshot` | Project structure snapshot |
116
+ | `hsa_get_repo_map` | Repository structure map |
117
+ | `hsa_export` | Export context as portable format |
118
+ | `hsa_detect_environment` | Detect runtime environment |
119
+ | `hsa_prepare_handoff` | Prepare context for agent handoff |
120
+ | `hsa_filter_tools` | Filter available tools by context |
121
+
122
+ **Web Dashboard** at `http://localhost:13100/dashboard` — real-time monitoring, tool call logs, and cache stats.
79
123
 
80
124
  ---
81
125
 
@@ -89,5 +133,5 @@ nock awf mcp install --ide cursor # Specific IDE
89
133
  MIT © [**NockDev**](https://github.com/nockasdd)
90
134
 
91
135
  <p align="center">
92
- <img src="https://capsule-render.vercel.app/api?type=waving&color=0:8B5CF6,100:1E40AF&height=100&section=footer" width="100%" />
136
+ <img src="https://capsule-render.vercel.app/api?type=waving&color=0:8B5CF6,50:1E40AF,100:0F172A&height=100&section=footer" width="100%" />
93
137
  </p>
@@ -37,7 +37,7 @@ Developer · Architect · Auditor · Debugger · Tester · DevOps · Documenter
37
37
  META.yaml (always) → SKILL.md (on-demand) → ADVANCED.md (deep dive)
38
38
  Skills location: `.agent/skills/` (project)
39
39
 
40
- ## MCP Tools (HSA v1.0.2)
40
+ ## MCP Tools (HSA v1.1.0)
41
41
 
42
42
  | Tool | Purpose |
43
43
  | ------------------------ | --------------------------------------- |
@@ -37,7 +37,7 @@ Developer · Architect · Auditor · Debugger · Tester · DevOps · Documenter
37
37
  META.yaml (always) → SKILL.md (on-demand) → ADVANCED.md (deep dive)
38
38
  Skills location: `.agent/skills/` (project)
39
39
 
40
- ## MCP Tools (HSA v1.0.2)
40
+ ## MCP Tools (HSA v1.1.0)
41
41
 
42
42
  | Tool | Purpose |
43
43
  | ------------------------ | --------------------------------------- |
@@ -37,7 +37,7 @@ Developer · Architect · Auditor · Debugger · Tester · DevOps · Documenter
37
37
  META.yaml (always) → SKILL.md (on-demand) → ADVANCED.md (deep dive)
38
38
  Skills location: `.agent/skills/` (project)
39
39
 
40
- ## MCP Tools (HSA v1.0.2)
40
+ ## MCP Tools (HSA v1.1.0)
41
41
 
42
42
  | Tool | Purpose |
43
43
  | ------------------------ | --------------------------------------- |
@@ -37,7 +37,7 @@ Developer · Architect · Auditor · Debugger · Tester · DevOps · Documenter
37
37
  META.yaml (always) → SKILL.md (on-demand) → ADVANCED.md (deep dive)
38
38
  Skills location: `~/.gemini/antigravity/skills/` (global) or `.agent/skills/` (project)
39
39
 
40
- ## MCP Tools (HSA v1.0.2)
40
+ ## MCP Tools (HSA v1.1.0)
41
41
 
42
42
  | Tool | Purpose |
43
43
  | ------------------------ | --------------------------------------- |
@@ -37,7 +37,7 @@ Developer · Architect · Auditor · Debugger · Tester · DevOps · Documenter
37
37
  META.yaml (always) → SKILL.md (on-demand) → ADVANCED.md (deep dive)
38
38
  Skills location: `.agent/skills/` (project)
39
39
 
40
- ## MCP Tools (HSA v1.0.2)
40
+ ## MCP Tools (HSA v1.1.0)
41
41
 
42
42
  | Tool | Purpose |
43
43
  | ------------------------ | --------------------------------------- |
@@ -37,7 +37,7 @@ Developer · Architect · Auditor · Debugger · Tester · DevOps · Documenter
37
37
  META.yaml (always) → SKILL.md (on-demand) → ADVANCED.md (deep dive)
38
38
  Skills location: `.claude/skills/` (project) or `~/.claude/skills/` (global)
39
39
 
40
- ## MCP Tools (HSA v1.0.2)
40
+ ## MCP Tools (HSA v1.1.0)
41
41
 
42
42
  | Tool | Purpose |
43
43
  | ------------------------ | --------------------------------------- |
@@ -37,7 +37,7 @@ Developer · Architect · Auditor · Debugger · Tester · DevOps · Documenter
37
37
  META.yaml (always) → SKILL.md (on-demand) → ADVANCED.md (deep dive)
38
38
  Skills location: `.agent/skills/` (project)
39
39
 
40
- ## MCP Tools (HSA v1.0.2)
40
+ ## MCP Tools (HSA v1.1.0)
41
41
 
42
42
  | Tool | Purpose |
43
43
  | ------------------------ | --------------------------------------- |
@@ -37,7 +37,7 @@ Developer · Architect · Auditor · Debugger · Tester · DevOps · Documenter
37
37
  META.yaml (always) → SKILL.md (on-demand) → ADVANCED.md (deep dive)
38
38
  Skills location: `.agent/skills/` (project)
39
39
 
40
- ## MCP Tools (HSA v1.0.2)
40
+ ## MCP Tools (HSA v1.1.0)
41
41
 
42
42
  | Tool | Purpose |
43
43
  | ------------------------ | --------------------------------------- |
@@ -37,7 +37,7 @@ Developer · Architect · Auditor · Debugger · Tester · DevOps · Documenter
37
37
  META.yaml (always) → SKILL.md (on-demand) → ADVANCED.md (deep dive)
38
38
  Skills location: `.agent/skills/` (project)
39
39
 
40
- ## MCP Tools (HSA v1.0.2)
40
+ ## MCP Tools (HSA v1.1.0)
41
41
 
42
42
  | Tool | Purpose |
43
43
  | ------------------------ | --------------------------------------- |
@@ -37,7 +37,7 @@ Developer · Architect · Auditor · Debugger · Tester · DevOps · Documenter
37
37
  META.yaml (always) → SKILL.md (on-demand) → ADVANCED.md (deep dive)
38
38
  Skills location: `.agent/skills/` (project)
39
39
 
40
- ## MCP Tools (HSA v1.0.2)
40
+ ## MCP Tools (HSA v1.1.0)
41
41
 
42
42
  | Tool | Purpose |
43
43
  | ------------------------ | --------------------------------------- |
@@ -37,7 +37,7 @@ Developer · Architect · Auditor · Debugger · Tester · DevOps · Documenter
37
37
  META.yaml (always) → SKILL.md (on-demand) → ADVANCED.md (deep dive)
38
38
  Skills location: `.gemini/skills/` (project) or `~/.gemini/skills/` (global)
39
39
 
40
- ## MCP Tools (HSA v1.0.2)
40
+ ## MCP Tools (HSA v1.1.0)
41
41
 
42
42
  | Tool | Purpose |
43
43
  | ------------------------ | --------------------------------------- |
@@ -37,7 +37,7 @@ Developer · Architect · Auditor · Debugger · Tester · DevOps · Documenter
37
37
  META.yaml (always) → SKILL.md (on-demand) → ADVANCED.md (deep dive)
38
38
  Skills location: `.agent/skills/` (project)
39
39
 
40
- ## MCP Tools (HSA v1.0.2)
40
+ ## MCP Tools (HSA v1.1.0)
41
41
 
42
42
  | Tool | Purpose |
43
43
  | ------------------------ | --------------------------------------- |
@@ -37,7 +37,7 @@ Developer · Architect · Auditor · Debugger · Tester · DevOps · Documenter
37
37
  META.yaml (always) → SKILL.md (on-demand) → ADVANCED.md (deep dive)
38
38
  Skills location: `.agent/skills/` (project)
39
39
 
40
- ## MCP Tools (HSA v1.0.2)
40
+ ## MCP Tools (HSA v1.1.0)
41
41
 
42
42
  | Tool | Purpose |
43
43
  | ------------------------ | --------------------------------------- |
@@ -37,7 +37,7 @@ Developer · Architect · Auditor · Debugger · Tester · DevOps · Documenter
37
37
  META.yaml (always) → SKILL.md (on-demand) → ADVANCED.md (deep dive)
38
38
  Skills location: `.agent/skills/` (project)
39
39
 
40
- ## MCP Tools (HSA v1.0.2)
40
+ ## MCP Tools (HSA v1.1.0)
41
41
 
42
42
  | Tool | Purpose |
43
43
  | ------------------------ | --------------------------------------- |
@@ -37,7 +37,7 @@ Developer · Architect · Auditor · Debugger · Tester · DevOps · Documenter
37
37
  META.yaml (always) → SKILL.md (on-demand) → ADVANCED.md (deep dive)
38
38
  Skills location: `.agent/skills/` (project)
39
39
 
40
- ## MCP Tools (HSA v1.0.2)
40
+ ## MCP Tools (HSA v1.1.0)
41
41
 
42
42
  | Tool | Purpose |
43
43
  | ------------------------ | --------------------------------------- |
@@ -1,7 +1,7 @@
1
1
  // packages/plugin-awf/src/constants/ide-install-specs.ts
2
2
  // IDE Installation Specifications - Deep Audit v2 corrections applied
3
3
  // version: 6.2.3 (Feb 7, 2026)
4
- // Phase 3: Aligned 20 spec gaps with Feature Matrix v6.2.3
4
+ // Phase 3: Aligned 20 spec gaps with Feature Matrix v6.2.5
5
5
  import { DISABLED_SPEC } from "../types/ide-install.js";
6
6
  // ============================================================================
7
7
  // TIER 1: Major IDEs (6)
@@ -2,7 +2,7 @@
2
2
  * Plugin version - SSoT
3
3
  * Update this when releasing new versions
4
4
  */
5
- export declare const AWF_VERSION = "6.2.3";
5
+ export declare const AWF_VERSION = "6.2.5";
6
6
  /**
7
7
  * Plugin name
8
8
  */
package/dist/constants.js CHANGED
@@ -9,7 +9,7 @@ const __dirname = dirname(__filename);
9
9
  * Plugin version - SSoT
10
10
  * Update this when releasing new versions
11
11
  */
12
- export const AWF_VERSION = "6.2.3";
12
+ export const AWF_VERSION = "6.2.5";
13
13
  /**
14
14
  * Plugin name
15
15
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nockdev/awf",
3
- "version": "6.2.3",
3
+ "version": "6.2.5",
4
4
  "description": "DOMYH Awesome Code - AI Development Assistant with 82 Skills",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -1,35 +0,0 @@
1
- {
2
- "version": "1.0.0",
3
- "last_updated": null,
4
- "memories": [],
5
- "categories": {
6
- "preferences": [],
7
- "decisions": [],
8
- "patterns": [],
9
- "corrections": [],
10
- "contexts": [],
11
- "insights": []
12
- },
13
- "stats": {
14
- "total_count": 0,
15
- "by_category": {},
16
- "by_importance": {},
17
- "average_weight": 0
18
- },
19
- "schema": {
20
- "id": "uuid",
21
- "content": "string",
22
- "category": "enum(preferences,decisions,patterns,corrections,contexts,insights)",
23
- "weight": "float (0.0-2.0)",
24
- "importance": "enum(critical,high,medium,low,minimal)",
25
- "created_at": "timestamp",
26
- "updated_at": "timestamp",
27
- "accessed_count": "int",
28
- "last_accessed": "timestamp",
29
- "links": "array[uuid]",
30
- "keywords": "array[string]",
31
- "source": "string",
32
- "confidence": "float (0.0-1.0)",
33
- "reviewed": "boolean"
34
- }
35
- }
File without changes
@@ -1,58 +0,0 @@
1
- {
2
- "version": "1.1.0",
3
- "last_updated": "2026-02-04T09:40:00+07:00",
4
-
5
- "summary": {
6
- "total_audits": 3,
7
- "last_audit_date": "2026-02-04",
8
- "overall_score": 9.2,
9
- "trend": "improving"
10
- },
11
-
12
- "latest_audit": {
13
- "date": "2026-02-04",
14
- "type": "full",
15
- "score": 9.2,
16
- "issues_summary": "P0:0, P1:0, P2:3, P3:7",
17
- "fixed_count": 8,
18
- "pending_count": 7,
19
- "scope": "Workflows (31) + Memory System (16)"
20
- },
21
-
22
- "history": [
23
- {
24
- "date": "2026-02-04",
25
- "type": "full",
26
- "score": 9.2,
27
- "scope": "Workflows + Memory System"
28
- },
29
- {
30
- "date": "2026-02-01",
31
- "type": "re-audit",
32
- "score": 8.8,
33
- "scope": "Core + Rules + Skills + Memory + Workflows"
34
- },
35
- {
36
- "date": "2026-02-01",
37
- "type": "full",
38
- "score": 8.2,
39
- "scope": "Core + Rules + Skills + Memory + Workflows"
40
- }
41
- ],
42
- "history_max": 10,
43
-
44
- "top_recurring_issues": [
45
- "Version string inconsistency across files",
46
- "Stale data in memory files (audit_summary, state.json)",
47
- "Metrics tracking not implemented (metrics.json zeros)"
48
- ],
49
- "recurring_max": 5,
50
-
51
- "recommendations": [
52
- "Implement auto-sync for version strings",
53
- "Add metrics tracking to workflows",
54
- "Run /save after each session automatically"
55
- ],
56
-
57
- "notes": "System production-ready. Workflows: 9.2/10, Memory: 8.5/10. Skills: 51, Workflows: 31."
58
- }