@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
@@ -12,7 +12,7 @@ project:
12
12
  install_mode: project # global | project — required by SACRED_RULES ENV_001
13
13
 
14
14
  # =============================================================================
15
- # INTERNATIONALIZATION (v6.2.3)
15
+ # INTERNATIONALIZATION (v6.2.5)
16
16
  # =============================================================================
17
17
 
18
18
  i18n:
@@ -45,7 +45,7 @@ skills:
45
45
  priority_override:
46
46
  # my-skill: 0
47
47
 
48
- # v6.2.3: Auto-suggest configuration
48
+ # v6.2.5: Auto-suggest configuration
49
49
  auto_suggest:
50
50
  enabled: true
51
51
  display_top: 3
@@ -90,14 +90,14 @@ detection:
90
90
  # =============================================================================
91
91
 
92
92
  context:
93
- # Maximum tokens for T1 baseline (57 skills × ~100 tokens)
94
- t1_budget: 5700
93
+ # Maximum tokens for T1 baseline (82 skills × ~100 tokens)
94
+ t1_budget: 8200
95
95
 
96
96
  # Maximum tokens per T2 skill
97
97
  t2_budget: 1500
98
98
 
99
99
  # Maximum total context (T1 + 3 active skills)
100
- max_context: 10600
100
+ max_context: 12700
101
101
 
102
102
  # Include project README in context
103
103
  include_readme: false
@@ -1,4 +1,4 @@
1
- # Agent Behavior Guide v6.2.3
1
+ # Agent Behavior Guide v6.2.5
2
2
 
3
3
  > Consolidated from ROUTER, TOKEN_LOADING, TOKEN_BUDGETS, CONTEXT_LOADER, SKILLS_FLOW
4
4
 
@@ -1,4 +1,4 @@
1
- # DOMYH Awesome Code Audit Policy v6.2.3
1
+ # DOMYH Awesome Code Audit Policy v6.2.5
2
2
 
3
3
  > Logging and accountability based on 2025 AI governance standards
4
4
 
@@ -1,4 +1,4 @@
1
- # Session Cache v6.2.3
1
+ # Session Cache v6.2.5
2
2
 
3
3
  ## Caching Strategy
4
4
 
@@ -1,29 +1,29 @@
1
1
  # DOMYH Awesome Code — Command Registry
2
2
 
3
- > 31 active slash commands • 3-Layer Skill Resolution
3
+ > 34 active slash commands • 3-Layer Skill Resolution
4
4
 
5
5
  ---
6
6
 
7
7
  ## Core Commands (9)
8
8
 
9
- | Command | Description | Skills Required | Skills Contextual |
10
- | ----------- | ------------------------ | ----------------- | ----------------------- |
11
- | `/init` | ✨ Initialize project | — | [auto] |
12
- | `/code` | 💻 Write & fix code | | [auto] |
13
- | `/debug` | 🐛 Systematic debugging | | [auto] |
14
- | `/plan` | 📋 Feature planning | — | — |
15
- | `/test` | ✅ Run and write tests | testing | [auto] |
16
- | `/deploy` | 🚀 Deploy to production | ci-cd | docker, kubernetes, aws |
17
- | `/refactor` | 🔧 Refactor & cleanup | | [auto] |
18
- | `/review` | 👀 Code review | security | [auto] |
19
- | `/ap` | 🔬 Full audit (5-expert) | security, testing | [auto] |
9
+ | Command | Description | Skills Required | Skills Contextual |
10
+ | ----------- | ------------------------ | ------------------- | ------------------------------ |
11
+ | `/init` | ✨ Initialize project | — | [auto] |
12
+ | `/code` | 💻 Write & fix code | coding-rules | [auto, domyh-design, tailwind] |
13
+ | `/debug` | 🐛 Systematic debugging | error-handling | [auto] |
14
+ | `/plan` | 📋 Feature planning | — | — |
15
+ | `/test` | ✅ Run and write tests | testing | [auto] |
16
+ | `/deploy` | 🚀 Deploy to production | ci-cd | docker, kubernetes, aws |
17
+ | `/refactor` | 🔧 Refactor & cleanup | coding-rules | [auto] |
18
+ | `/review` | 👀 Code review | security | [auto] |
19
+ | `/ap` | 🔬 Full audit (5-expert) | security, audit-pro | [auto] |
20
20
 
21
21
  ## Git & Fix Commands (3)
22
22
 
23
23
  | Command | Description | Skills Required | Skills Contextual |
24
24
  | --------- | --------------------- | --------------- | ----------------- |
25
25
  | `/git` | 🔀 Git operations hub | — | — |
26
- | `/fix` | ⚡ Quick-fix pipeline | | [auto] |
26
+ | `/fix` | ⚡ Quick-fix pipeline | error-handling | [auto] |
27
27
  | `/revert` | ⏪ Rollback changes | — | ci-cd |
28
28
 
29
29
  ## Generation Commands (3)
@@ -31,7 +31,7 @@
31
31
  | Command | Description | Skills Required | Skills Contextual |
32
32
  | ----------- | ------------------------- | --------------- | ----------------- |
33
33
  | `/generate` | ⚡ Code generation | — | [auto] |
34
- | `/scaffold` | 🏗️ Generate from patterns | | [auto] |
34
+ | `/scaffold` | 🏗️ Generate from patterns | coding-rules | [auto] |
35
35
  | `/doc` | 📚 Documentation | — | [auto] |
36
36
 
37
37
  ## Planning & Design (4)
@@ -41,25 +41,25 @@
41
41
  | `/think` | 💡 Brainstorming Pro | — | — |
42
42
  | `/prompt` | ✍️ AI prompt generator | prompt-engineering | [domyh-design] |
43
43
  | `/visualize` | 🖼️ UI/UX mockups | domyh-design | — |
44
- | `/perf` | 📈 Performance profile | | [auto] |
44
+ | `/perf` | 📈 Performance profile | web-perf | [auto] |
45
45
 
46
46
  ## DevOps Commands (5)
47
47
 
48
- | Command | Description | Skills Required | Skills Contextual |
49
- | ---------- | ------------------------- | --------------------- | ----------------- |
50
- | `/migrate` | 🗄️ Database migrations | database | [auto] |
51
- | `/monitor` | 📊 Observability setup | observability,logging | |
52
- | `/env` | 🔐 Environment management | | |
53
- | `/upgrade` | ⬆️ Dependency updates | — | [auto] |
54
- | `/dev` | ▶️ Start dev server | — | [auto] |
48
+ | Command | Description | Skills Required | Skills Contextual |
49
+ | ---------- | ------------------------- | ---------------------- | ----------------- |
50
+ | `/migrate` | 🗄️ Database migrations | database | [auto] |
51
+ | `/monitor` | 📊 Observability setup | observability, logging | [auto] |
52
+ | `/env` | 🔐 Environment management | security | [auto] |
53
+ | `/upgrade` | ⬆️ Dependency updates | — | [auto] |
54
+ | `/dev` | ▶️ Start dev server | — | [auto] |
55
55
 
56
56
  ## Testing & Verification Commands (3)
57
57
 
58
- | Command | Description | Skills Required | Skills Contextual |
59
- | --------- | ------------------------- | --------------- | ----------------- |
60
- | `/tdd` | 🧪 TDD Red-Green-Refactor | testing | [auto] |
61
- | `/e2e` | 🌐 E2E test generation | testing | [auto] |
62
- | `/verify` | 🔄 Build-Lint-Test loop | | [auto] |
58
+ | Command | Description | Skills Required | Skills Contextual |
59
+ | --------- | ------------------------- | --------------------- | ----------------- |
60
+ | `/tdd` | 🧪 TDD Red-Green-Refactor | tdd-workflow, testing | [auto] |
61
+ | `/e2e` | 🌐 E2E test generation | testing, tdd-workflow | [auto] |
62
+ | `/verify` | 🔄 Build-Lint-Test loop | testing | [auto] |
63
63
 
64
64
  ## Utility Commands (5)
65
65
 
@@ -1,4 +1,4 @@
1
- # DOMYH Awesome Code Data Safety v6.2.3
1
+ # DOMYH Awesome Code Data Safety v6.2.5
2
2
 
3
3
  > Sensitive data handling based on 2025 AI data hygiene standards
4
4
 
@@ -1,8 +1,8 @@
1
- # DOMYH Awesome Code — Memory Paths v6.2.3
1
+ # DOMYH Awesome Code — Memory Paths v6.2.5
2
2
  # Single Source of Truth for all memory file paths
3
3
  # Eliminates 16 duplicate path definitions across config files
4
4
 
5
- version: "6.2.3"
5
+ version: "6.2.5"
6
6
  engine: memory_paths
7
7
 
8
8
  # =============================================================================
@@ -1,4 +1,4 @@
1
- # DOMYH Awesome Code Permissions v6.2.3
1
+ # DOMYH Awesome Code Permissions v6.2.5
2
2
 
3
3
  > Access control tiers based on 2025 AI safety best practices
4
4
 
@@ -1,4 +1,4 @@
1
- # ⚙️ DOMYH Awesome Code Core v6.2.3
1
+ # ⚙️ DOMYH Awesome Code Core v6.2.5
2
2
 
3
3
  Core system files (always loaded).
4
4
 
@@ -12,8 +12,8 @@
12
12
  # =============================================================================
13
13
 
14
14
  system:
15
- version: "6.2.3"
16
- version_short: "v6.2.3" # Dùng cho footer: "_DOMYH Awesome Code "
15
+ version: "6.2.5"
16
+ version_short: "v6.2.5" # Dùng cho footer: "_DOMYH Awesome Code "
17
17
  codename: "Ecosystem Expansion"
18
18
  release_date: "2026-02-12"
19
19
 
@@ -74,14 +74,14 @@ components:
74
74
  web_perf: "5.0" # Web Performance
75
75
 
76
76
  # Default for unlisted
77
- default_skill_version: "v6.2.3"
77
+ default_skill_version: v6.2.5
78
78
 
79
79
  # =============================================================================
80
80
  # VERSION HISTORY
81
81
  # =============================================================================
82
82
 
83
83
  changelog:
84
- "6.3.0":
84
+ "6.2.5":
85
85
  date: "2026-02-12"
86
86
  codename: "Ecosystem Expansion"
87
87
  changes:
@@ -91,7 +91,7 @@ changelog:
91
91
  - "5 data enrichments: ADR, E2E, OWASP LLM Top 10, Modern APIs, Passkeys"
92
92
  - "79 total skills (was 64), 33 workflows (was 30), 12 rule modules (was 10)"
93
93
 
94
- "6.2.3":
94
+ "6.2.4":
95
95
  date: "2026-02-05"
96
96
  codename: "Context Mesh"
97
97
  changes:
@@ -1,8 +1,8 @@
1
- # DOMYH Awesome Code — Active Memory Management v6.2.3
1
+ # DOMYH Awesome Code — Active Memory Management v6.2.5
2
2
  # Self-directing memory inspired by Letta/MemGPT architecture
3
3
  # Agent decides what to remember, forget, update, emphasize
4
4
 
5
- version: "6.2.3"
5
+ version: "6.2.5"
6
6
  engine: active_memory_manager
7
7
 
8
8
  # =============================================================================
@@ -1,8 +1,8 @@
1
- # DOMYH Awesome Code — Checkpoint System v6.2.3
1
+ # DOMYH Awesome Code — Checkpoint System v6.2.5
2
2
  # Implements periodic rule re-injection to prevent drift in long sessions
3
3
  # Research: Long-context degradation patterns
4
4
 
5
- version: "6.2.3"
5
+ version: "6.2.5"
6
6
  engine: checkpoint_system
7
7
 
8
8
  # =============================================================================
@@ -1,7 +1,7 @@
1
- # DOMYH Awesome Code — Context Cleanup Engine v6.2.3
1
+ # DOMYH Awesome Code — Context Cleanup Engine v6.2.5
2
2
  # Automated context management and token optimization
3
3
 
4
- version: "6.2.3"
4
+ version: "6.2.5"
5
5
  engine: context_cleanup
6
6
 
7
7
  # =============================================================================
@@ -1,8 +1,8 @@
1
- # DOMYH Awesome Code — Smart Context Injector v6.2.3
1
+ # DOMYH Awesome Code — Smart Context Injector v6.2.5
2
2
  # Intelligent context injection with relevance scoring
3
3
  # Based on Context Engineering Best Practices (2025)
4
4
 
5
- version: "6.2.3"
5
+ version: "6.2.5"
6
6
  engine: smart_context_injector
7
7
 
8
8
  # =============================================================================
@@ -2,7 +2,7 @@
2
2
  # Implements lazy loading with lightweight pointers + Priority Positioning 2.0
3
3
  # Based on: Anthropic Context Engineering (2025), Found in the Middle (2024)
4
4
 
5
- version: "6.2.3"
5
+ version: "6.2.5"
6
6
  engine: just_in_time_loader
7
7
 
8
8
  # =============================================================================
@@ -3,7 +3,7 @@
3
3
  # Context Optimization Engine - Caching, Compaction, JIT Loading
4
4
  # =============================================================================
5
5
 
6
- version: "6.2.3"
6
+ version: "6.2.5"
7
7
 
8
8
  # =============================================================================
9
9
  # OVERVIEW
@@ -1,8 +1,8 @@
1
- # DOMYH Awesome Code — Context Priority Scoring v6.2.3
1
+ # DOMYH Awesome Code — Context Priority Scoring v6.2.5
2
2
  # Multi-factor scoring to determine what enters context
3
3
  # Ensures 90%+ context relevance
4
4
 
5
- version: "6.2.3"
5
+ version: "6.2.5"
6
6
  engine: context_priority_scorer
7
7
 
8
8
  # =============================================================================
@@ -2,7 +2,7 @@
2
2
  # DOMYH Awesome Code
3
3
  # Connects workflows into intelligent chains
4
4
 
5
- version: "6.2.3"
5
+ version: "6.2.5"
6
6
 
7
7
  # =============================================================================
8
8
  # FLOW DEFINITIONS
@@ -3,7 +3,7 @@
3
3
  # Graph Memory - Knowledge Graph for Complex Reasoning
4
4
  # =============================================================================
5
5
 
6
- version: "6.2.3"
6
+ version: "6.2.5"
7
7
 
8
8
  # =============================================================================
9
9
  # OVERVIEW
@@ -3,7 +3,7 @@
3
3
  # Hybrid Router - Multi-Strategy Semantic Routing
4
4
  # =============================================================================
5
5
 
6
- version: "6.2.3"
6
+ version: "6.2.5"
7
7
 
8
8
  # =============================================================================
9
9
  # OVERVIEW
@@ -1,4 +1,4 @@
1
- # DOMYH Awesome Code — Intent Detection System v6.2.3
1
+ # DOMYH Awesome Code — Intent Detection System v6.2.5
2
2
  # Map user requests to appropriate libraries and patterns
3
3
  # Token-optimized: Load only relevant language section
4
4
 
@@ -1,8 +1,8 @@
1
- # DOMYH Awesome Code — Memory Consolidation Engine v6.2.3
1
+ # DOMYH Awesome Code — Memory Consolidation Engine v6.2.5
2
2
  # Auto-consolidate, merge, and optimize memory storage
3
3
  # Reduce token usage by 30%+ through intelligent compression
4
4
 
5
- version: "6.2.3"
5
+ version: "6.2.5"
6
6
  engine: memory_consolidation
7
7
 
8
8
  # =============================================================================
@@ -74,7 +74,7 @@ strategies:
74
74
  merge_similar:
75
75
  method: semantic_similarity
76
76
 
77
- # Algorithm specification (v6.2.3 - HSA integration)
77
+ # Algorithm specification (v6.2.5 - HSA integration)
78
78
  algorithm:
79
79
  type: cosine_similarity
80
80
  embedding_model: hsa # Prefer HSA hybrid search
@@ -2,7 +2,7 @@
2
2
  # Implements 5-Tier Memory Architecture with Active Management
3
3
  # Based on 2025-2026 Best Practices: Anthropic, MemGPT/Letta, LangGraph
4
4
 
5
- version: "6.2.3"
5
+ version: "6.2.5"
6
6
  engine: hierarchical_memory_v6_with_graph
7
7
 
8
8
  # =============================================================================
@@ -25,7 +25,7 @@ sub_engines:
25
25
  active_memory: core/ACTIVE_MEMORY.yaml # Self-directing memory
26
26
  consolidation: core/MEMORY_CONSOLIDATION.yaml # Auto-consolidation
27
27
 
28
- # Phase 5: Centralized Configs (v6.2.3 Cleanup)
28
+ # Phase 5: Centralized Configs (v6.2.5 Cleanup)
29
29
  scoring_formula: core/SCORING_FORMULA.yaml # SSoT for scoring
30
30
  memory_paths: core/MEMORY_PATHS.yaml # SSoT for paths
31
31
  token_budgets: core/TOKEN_BUDGETS.yaml # SSoT for token limits
@@ -1,4 +1,4 @@
1
- # DOMYH Awesome Code — Memory Utilities v6.2.3
1
+ # DOMYH Awesome Code — Memory Utilities v6.2.5
2
2
  # Helper commands for memory management
3
3
 
4
4
  # =============================================================================
@@ -3,7 +3,7 @@
3
3
  # Reflection Engine - Critic Pattern & Reflexion
4
4
  # =============================================================================
5
5
 
6
- version: "6.2.3"
6
+ version: "6.2.5"
7
7
 
8
8
  # =============================================================================
9
9
  # OVERVIEW
@@ -2,7 +2,7 @@
2
2
  # DOMYH Awesome Code
3
3
  # Selects top-K relevant skills AND routes to appropriate personas
4
4
 
5
- version: "6.2.3"
5
+ version: "6.2.5"
6
6
 
7
7
  # Routing Strategy
8
8
  strategy:
@@ -195,7 +195,7 @@ confidence_scoring:
195
195
  # =============================================================================
196
196
 
197
197
  # =============================================================================
198
- # AUTO-SUGGEST CONFIGURATION (v6.2.3)
198
+ # AUTO-SUGGEST CONFIGURATION (v6.2.5)
199
199
  # =============================================================================
200
200
 
201
201
  auto_suggest:
@@ -206,7 +206,7 @@ auto_suggest:
206
206
  show_reason: true # Show why skill was suggested
207
207
 
208
208
  # =============================================================================
209
- # CONTEXT-AWARE ROUTING (v6.2.3)
209
+ # CONTEXT-AWARE ROUTING (v6.2.5)
210
210
  # =============================================================================
211
211
 
212
212
  context_routing:
@@ -231,7 +231,7 @@ context_routing:
231
231
  project_structure: 0.15
232
232
 
233
233
  # =============================================================================
234
- # WORKFLOW ROUTING (v6.2.3)
234
+ # WORKFLOW ROUTING (v6.2.5)
235
235
  # =============================================================================
236
236
 
237
237
  workflow_routing:
@@ -1,8 +1,8 @@
1
- # DOMYH Awesome Code — Scoring Formula v6.2.3
1
+ # DOMYH Awesome Code — Scoring Formula v6.2.5
2
2
  # Single Source of Truth for context priority scoring
3
3
  # Referenced by: CONTEXT_INJECTOR, CONTEXT_PRIORITY, ACTIVE_MEMORY
4
4
 
5
- version: "6.2.3"
5
+ version: "6.2.5"
6
6
  engine: scoring_formula
7
7
 
8
8
  # =============================================================================
@@ -159,4 +159,4 @@ metrics:
159
159
  # =============================================================================
160
160
  # Footer
161
161
  # =============================================================================
162
- # _DOMYH Awesome Code • Semantic Engine v6.2.3 • HSA Integration_
162
+ # _DOMYH Awesome Code • Semantic Engine v6.2.5 • HSA Integration_
@@ -1,4 +1,4 @@
1
- # DOMYH Awesome Code — Skills & Flow Architecture v6.2.3
1
+ # DOMYH Awesome Code — Skills & Flow Architecture v6.2.5
2
2
  # Complete documentation of how IDE Agent uses skills
3
3
 
4
4
  # =============================================================================
@@ -3,7 +3,7 @@
3
3
  # State Machine Flow Engine - LangGraph-inspired architecture
4
4
  # =============================================================================
5
5
 
6
- version: "6.2.3"
6
+ version: "6.2.5"
7
7
 
8
8
  # =============================================================================
9
9
  # STATE DEFINITION
@@ -1,7 +1,7 @@
1
- # DOMYH Awesome Code — Hierarchical Summarization Engine v6.2.3
1
+ # DOMYH Awesome Code — Hierarchical Summarization Engine v6.2.5
2
2
  # Implements 3-level summarization for token optimization
3
3
 
4
- version: "6.2.3"
4
+ version: "6.2.5"
5
5
  engine: hierarchical_summarizer
6
6
 
7
7
  # =============================================================================
@@ -1,8 +1,8 @@
1
- # DOMYH Awesome Code — Token Budgets v6.2.3
1
+ # DOMYH Awesome Code — Token Budgets v6.2.5
2
2
  # Single Source of Truth for all token budget definitions
3
3
  # Centralizes 49 max_tokens declarations across 10 config files
4
4
 
5
- version: "6.2.3"
5
+ version: "6.2.5"
6
6
  engine: token_budgets
7
7
 
8
8
  # =============================================================================
@@ -1,11 +1,11 @@
1
- # DOMYH Awesome Code — Token Loading Strategy v6.2.3
1
+ # DOMYH Awesome Code — Token Loading Strategy v6.2.5
2
2
  # Optimizes workflow loading for minimal token consumption
3
3
 
4
4
  # =============================================================================
5
5
  # LOADING CONFIGURATION
6
6
  # =============================================================================
7
7
 
8
- version: "6.2.3"
8
+ version: "6.2.5"
9
9
  strategy: lazy_sections
10
10
 
11
11
  # Section-based lazy loading
@@ -1,4 +1,4 @@
1
- # DOMYH Awesome Code — Token Optimization Summary v6.2.3
1
+ # DOMYH Awesome Code — Token Optimization Summary v6.2.5
2
2
  # This file provides quick reference for token-optimized usage
3
3
 
4
4
  # =============================================================================
@@ -80,7 +80,7 @@ optimization_files:
80
80
  - memory/active_memories.json # Active memory storage
81
81
  - memory/insights.md # Memory reflection insights
82
82
  - memory/consolidated.md # Consolidated memory view
83
- # Phase 5: Cleanup & SSoT (v6.2.3)
83
+ # Phase 5: Cleanup & SSoT (v6.2.5)
84
84
  - core/SCORING_FORMULA.yaml # SSoT for priority scoring
85
85
  - core/MEMORY_PATHS.yaml # SSoT for memory paths
86
86
  - core/TOKEN_BUDGETS.yaml # SSoT for all token limits
@@ -1,4 +1,4 @@
1
- # DOMYH Awesome Code — Language Coding Styles v6.2.3
1
+ # DOMYH Awesome Code — Language Coding Styles v6.2.5
2
2
  # ⚠️ DEPRECATED: This file is kept for reference only
3
3
  #
4
4
  # SSoT (Single Source of Truth) for language patterns:
@@ -1,4 +1,4 @@
1
- # DOMYH Awesome Code — Library Registry v6.2.3
1
+ # DOMYH Awesome Code — Library Registry v6.2.5
2
2
  # Best libraries for each language (2025-2026)
3
3
  # Token-optimized: Only load relevant section
4
4
 
@@ -3,7 +3,7 @@
3
3
  # MCP Tools - Model Context Protocol Integration
4
4
  # =============================================================================
5
5
 
6
- version: "6.2.3"
6
+ version: "6.2.5"
7
7
 
8
8
  # =============================================================================
9
9
  # OVERVIEW
@@ -27,7 +27,7 @@ description: |
27
27
 
28
28
  server:
29
29
  name: "domyh-agent"
30
- version: "6.2.3"
30
+ version: "6.2.5"
31
31
 
32
32
  transport:
33
33
  - "stdio"
@@ -177,7 +177,7 @@ token_saving:
177
177
  - "Focus on current phase only"
178
178
  - "Unload completed context"
179
179
 
180
- # Reference TOKEN_BUDGETS.yaml as SSoT (v6.2.3 cleanup)
180
+ # Reference TOKEN_BUDGETS.yaml as SSoT (v6.2.5 cleanup)
181
181
  thresholds:
182
182
  reference: core/TOKEN_BUDGETS.yaml
183
183
  use:
@@ -1,4 +1,4 @@
1
- # DOMYH Awesome Code — Skill Validation Schema v6.2.3
1
+ # DOMYH Awesome Code — Skill Validation Schema v6.2.5
2
2
  # Defines structure requirements for skills
3
3
 
4
4
  # =============================================================================
@@ -1,6 +1,6 @@
1
1
  # =============================================================================
2
2
  # DOMYH Awesome Code - English Strings
3
- # i18n/en.yaml v6.2.3 — Enhanced i18n System
3
+ # i18n/en.yaml v6.2.5 — Enhanced i18n System
4
4
  # =============================================================================
5
5
  # NOTE: Version synced from core/VERSION.yaml
6
6
  # Usage: Agent reads language from state.json → loads corresponding i18n file
@@ -8,8 +8,8 @@
8
8
 
9
9
  app:
10
10
  name: "DOMYH Awesome Code"
11
- version: "6.2.3" # Sync from VERSION.yaml
12
- version_short: "v6.2.3"
11
+ version: "6.2.5" # Sync from VERSION.yaml
12
+ version_short: v6.2.5
13
13
  tagline: "AI-Powered Development Assistant"
14
14
  developer: "NockDev"
15
15
  language_name: "English"
@@ -232,7 +232,7 @@ messages:
232
232
  progress_complete: "✅ Complete!"
233
233
  progress_failed: "❌ Failed"
234
234
 
235
- # Deep Interview (v6.2.3)
235
+ # Deep Interview (v6.2.5)
236
236
  interview_start: "🎯 DEEP INTERVIEW"
237
237
  interview_question_what: "What exactly does this feature handle/manage?"
238
238
  interview_question_who: "Who uses it? □ Solo | □ Team (2-10) | □ Public"
@@ -240,7 +240,7 @@ messages:
240
240
  interview_skip: "→ Sufficient context, skipping interview"
241
241
  interview_complete: "→ Context gathered, proceeding with planning..."
242
242
 
243
- # Auto Test Loop (v6.2.3)
243
+ # Auto Test Loop (v6.2.5)
244
244
  test_loop_start: "🧪 AUTO TEST LOOP"
245
245
  test_loop_retry: "🔄 Retry {n}/3 — Trying different approach..."
246
246
  test_loop_pass: "✅ Tests passed!"
@@ -253,7 +253,7 @@ messages:
253
253
  3️⃣ Run /debug for deep analysis
254
254
  4️⃣ Rollback to before the fix
255
255
 
256
- # Step Confirmation (v6.2.3)
256
+ # Step Confirmation (v6.2.5)
257
257
  step_done: "━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\n✅ DONE: {task_name}\n━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━"
258
258
  step_next: "→ Continue to next task? (y/adjust/stop)"
259
259