@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
@@ -59,13 +59,27 @@
59
59
  </requirement>
60
60
 
61
61
  <!-- ═══════════════════════════════════════════════════════════════════ -->
62
- <!-- TIER 2: TOOL PREFERENCES -->
62
+ <!-- TIER 1: TOOL ENFORCEMENT -->
63
63
  <!-- ═══════════════════════════════════════════════════════════════════ -->
64
64
 
65
- <requirement id="MCP_001" tier="2" severity="warn">
66
- <text>Prefer MCP tools over browser/shell tools when available. Check available MCP servers at task start. Do not assume specific MCP tools exist — adapt to what the user has configured.</text>
67
- <anchor>SHOULD CLASS:TOOL_POLICY LABEL:MCP_PREFERENCE</anchor>
68
- <rationale>MCP tools provide better control, logging, and security</rationale>
65
+ <requirement id="MCP_001" tier="1" severity="block">
66
+ <text>When domyh-hsa MCP server is available:
67
+ MUST call hsa_detect_stack at the start of any code generation, debugging, testing, or analysis task.
68
+ MUST call hsa_check_changes after any file creation, modification, or deletion to keep indexes current.
69
+ MUST call hsa_get_context to retrieve relevant code context instead of manual file scanning for code-related tasks.
70
+ SHOULD call hsa_prefetch for files planned to be read or modified.
71
+ SHOULD call hsa_get_repo_map to understand codebase structure before large-scale changes.
72
+ SHOULD call hsa_get_snapshot for project overview at task start.
73
+ MUST call hsa_prepare_handoff before delegating sub-agent tasks (Orchestrator persona).
74
+ MUST call hsa_filter_tools to reduce prompt bloat when spawning sub-agents.
75
+ SHOULD call hsa_detect_environment to verify runtime/tool availability before running commands.
76
+ SHOULD call hsa_search_skills to find coding patterns before implementing.
77
+ SHOULD call hsa_export for structured data when generating reports or summaries.
78
+ SHOULD call hsa_status to verify engine health when troubleshooting tool failures.
79
+ SHOULD call hsa_get_agent_config to load commands/personas/rules when user asks about capabilities.
80
+ Do not assume specific MCP tools exist — check available servers at task start and adapt.</text>
81
+ <anchor>MUST • CLASS:TOOL_POLICY • LABEL:MCP_ENFORCEMENT</anchor>
82
+ <rationale>MCP tools provide intelligent indexing, hybrid search, and context optimization that outperform manual file scanning by 70-90% in token efficiency</rationale>
69
83
  </requirement>
70
84
 
71
85
  <!-- ═══════════════════════════════════════════════════════════════════ -->
@@ -16,7 +16,7 @@ They represent the fundamental safety and ethical principles of the agent.
16
16
 
17
17
  ```yaml
18
18
  rule: do_no_harm
19
- version: "6.2.3"
19
+ version: "6.2.5"
20
20
  tier: 0
21
21
  immutable: true
22
22
 
@@ -48,7 +48,7 @@ checks:
48
48
 
49
49
  ```yaml
50
50
  rule: truthfulness
51
- version: "6.2.3"
51
+ version: "6.2.5"
52
52
  tier: 0
53
53
  immutable: true
54
54
 
@@ -75,7 +75,7 @@ uncertainty_markers:
75
75
 
76
76
  ```yaml
77
77
  rule: user_sovereignty
78
- version: "6.2.3"
78
+ version: "6.2.5"
79
79
  tier: 0
80
80
  immutable: true
81
81
 
@@ -99,7 +99,7 @@ exceptions: [] # No exceptions to this rule
99
99
 
100
100
  ```yaml
101
101
  rule: transparency
102
- version: "6.2.3"
102
+ version: "6.2.5"
103
103
  tier: 0
104
104
  immutable: true
105
105
 
@@ -120,7 +120,7 @@ requirements:
120
120
 
121
121
  ```yaml
122
122
  rule: privacy
123
- version: "6.2.3"
123
+ version: "6.2.5"
124
124
  tier: 0
125
125
  immutable: true
126
126
 
@@ -16,7 +16,7 @@ They can be overridden ONLY with explicit user approval for specific cases.
16
16
 
17
17
  ```yaml
18
18
  rule: destructive_action_prevention
19
- version: "6.2.3"
19
+ version: "6.2.5"
20
20
  tier: 1
21
21
  category: safety
22
22
 
@@ -65,7 +65,7 @@ override:
65
65
 
66
66
  ```yaml
67
67
  rule: scope_containment
68
- version: "6.2.3"
68
+ version: "6.2.5"
69
69
  tier: 1
70
70
  category: safety
71
71
 
@@ -110,7 +110,7 @@ override:
110
110
 
111
111
  ```yaml
112
112
  rule: command_execution_safety
113
- version: "6.2.3"
113
+ version: "6.2.5"
114
114
  tier: 1
115
115
  category: safety
116
116
 
@@ -162,7 +162,7 @@ verification_format: |
162
162
 
163
163
  ```yaml
164
164
  rule: information_boundaries
165
- version: "6.2.3"
165
+ version: "6.2.5"
166
166
  tier: 1
167
167
  category: safety
168
168
 
@@ -201,7 +201,7 @@ cross_boundary_requests:
201
201
 
202
202
  ```yaml
203
203
  rule: error_recovery
204
- version: "6.2.3"
204
+ version: "6.2.5"
205
205
  tier: 1
206
206
  category: safety
207
207
 
@@ -16,7 +16,7 @@ They can be adjusted based on context and user preferences.
16
16
 
17
17
  ```yaml
18
18
  rule: evidence_based_claims
19
- version: "6.2.3"
19
+ version: "6.2.5"
20
20
  tier: 2
21
21
  category: quality
22
22
 
@@ -65,7 +65,7 @@ adjustment:
65
65
 
66
66
  ```yaml
67
67
  rule: self_critique
68
- version: "6.2.3"
68
+ version: "6.2.5"
69
69
  tier: 2
70
70
  category: quality
71
71
 
@@ -103,7 +103,7 @@ adjustment:
103
103
 
104
104
  ```yaml
105
105
  rule: planning_before_action
106
- version: "6.2.3"
106
+ version: "6.2.5"
107
107
  tier: 2
108
108
  category: quality
109
109
 
@@ -151,7 +151,7 @@ adjustment:
151
151
 
152
152
  ```yaml
153
153
  rule: incremental_verification
154
- version: "6.2.3"
154
+ version: "6.2.5"
155
155
  tier: 2
156
156
  category: quality
157
157
 
@@ -188,7 +188,7 @@ adjustment:
188
188
 
189
189
  ```yaml
190
190
  rule: clear_communication
191
- version: "6.2.3"
191
+ version: "6.2.5"
192
192
  tier: 2
193
193
  category: quality
194
194
 
@@ -230,7 +230,7 @@ adjustment:
230
230
 
231
231
  ```yaml
232
232
  rule: context_management
233
- version: "6.2.3"
233
+ version: "6.2.5"
234
234
  tier: 2
235
235
  category: quality
236
236
 
@@ -3,7 +3,7 @@
3
3
 
4
4
  ---
5
5
  name: context-management
6
- version: "6.2.3"
6
+ version: "6.2.5"
7
7
  rule_id: "MOD-CTX-001"
8
8
 
9
9
  # =============================================================================
@@ -6,7 +6,7 @@ category: quality
6
6
  version: "4.5"
7
7
  ---
8
8
 
9
- # 🔄 Duplication Prevention v6.2.3
9
+ # 🔄 Duplication Prevention v6.2.5
10
10
 
11
11
  > 🌍 **Language / Ngôn ngữ**: English (default) | [Tiếng Việt](#tiếng-việt)
12
12
  > 📝 **Note**: Consolidates `code-deduplication.md` + `logic-duplication-check.md`
@@ -3,7 +3,7 @@
3
3
 
4
4
  ---
5
5
  name: evidence
6
- version: "6.2.3"
6
+ version: "6.2.5"
7
7
  rule_id: "MOD-EVD-001"
8
8
 
9
9
  # =============================================================================
@@ -4,7 +4,7 @@ version: "4.5"
4
4
  data_file: "data/build-systems.yaml"
5
5
  ---
6
6
 
7
- # 🔍 Project Detection Rule v6.2.3
7
+ # 🔍 Project Detection Rule v6.2.5
8
8
 
9
9
  > 🌍 **Language / Ngôn ngữ**: English (default) | [Tiếng Việt](#tiếng-việt)
10
10
  > 📦 **Data**: See `data/build-systems.yaml` for detection patterns
@@ -16,7 +16,7 @@ enabling learning from both successes and failures.
16
16
 
17
17
  ```yaml
18
18
  name: reflection
19
- version: "6.2.3"
19
+ version: "6.2.5"
20
20
  category: improvement
21
21
  priority: 2
22
22
 
@@ -19,7 +19,7 @@ Prevent agent from suggesting large version jumps. Follow semantic versioning wi
19
19
  | Component | When to Increment | Example |
20
20
  |:----------|:------------------|:--------|
21
21
  | **PATCH** | Bug fixes, small improvements | `6.1.2` → `6.1.3` |
22
- | **MINOR** | New features (backward compatible) | `6.1.2` → `6.2.0` |
22
+ | **MINOR** | New features (backward compatible) | `6.1.2` → `6.2.5` |
23
23
  | **MAJOR** | Breaking changes only | `6.1.2` → `7.0.0` |
24
24
 
25
25
  ---
@@ -59,13 +59,13 @@ Prevent agent from suggesting large version jumps. Follow semantic versioning wi
59
59
 
60
60
  ```yaml
61
61
  # Check current version
62
- current: "6.2.3"
62
+ current: "6.2.5"
63
63
 
64
64
  # For bug fixes
65
65
  suggest: "6.1.3" # ✅ Correct
66
66
 
67
67
  # For new features
68
- suggest: "6.2.0" # ✅ Correct
68
+ suggest: "6.2.5" # ✅ Correct
69
69
 
70
70
  # WRONG suggestions
71
71
  wrong: "7.0.0" # ❌ Only for breaking changes
@@ -88,8 +88,8 @@ Single Source of Truth: `.agent/core/VERSION.yaml`
88
88
 
89
89
  ```yaml
90
90
  system:
91
- version: "6.2.3"
92
- version_short: "v6.2.3"
91
+ version: "6.2.5"
92
+ version_short: v6.2.5
93
93
  ```
94
94
 
95
95
  ---
@@ -1,7 +1,7 @@
1
- # Build Systems Detection Data v6.2.3
1
+ # Build Systems Detection Data v6.2.5
2
2
  # Externalized from project-detection.md
3
3
 
4
- version: "6.2.3"
4
+ version: "6.2.5"
5
5
  last_updated: "2026-02-01"
6
6
 
7
7
  # Root file patterns for project detection
@@ -1,9 +1,9 @@
1
- # Agent Delegation Rule v6.2.3
1
+ # Agent Delegation Rule v6.2.5
2
2
  # When and how to delegate to specialized sub-agents
3
3
 
4
4
  ---
5
5
  name: agent-delegation
6
- version: "6.2.3"
6
+ version: "6.2.5"
7
7
  rule_id: "MOD-DEL-001"
8
8
 
9
9
  # =============================================================================
@@ -132,5 +132,16 @@ integration:
132
132
  check_before: "delegation"
133
133
  question: "Could I handle this myself, or does it need a specialist?"
134
134
 
135
+ hsa_tools:
136
+ hsa_prepare_handoff:
137
+ purpose: "Generate context packet for sub-agent with project snapshot and relevant files"
138
+ usage: "hsa_prepare_handoff task_type=[code|test|review|debug] focus_files=[paths] → context packet"
139
+ hsa_filter_tools:
140
+ purpose: "Reduce prompt bloat by pruning tool catalog per sub-agent task type (93-97% token savings)"
141
+ usage: "hsa_filter_tools task_type=[code|test|review] → include/exclude tool lists"
142
+ hsa_get_snapshot:
143
+ purpose: "Provide project overview for sub-agent context injection"
144
+ usage: "hsa_get_snapshot → file tree, detected stack, key symbols"
145
+
135
146
  ---
136
147
  _DOMYH Awesome Code • Agent Delegation Rule_
@@ -3,7 +3,7 @@
3
3
 
4
4
  ---
5
5
  name: edit-verification
6
- version: "6.2.3"
6
+ version: "6.2.5"
7
7
  rule_id: "MOD-EDV-001"
8
8
 
9
9
  # =============================================================================
@@ -187,6 +187,9 @@ integration:
187
187
  hsa_get_context:
188
188
  purpose: "Pre-edit context to assess impact before modifying code"
189
189
  usage: "hsa_get_context files=[target] → understand dependencies and callers"
190
+ hsa_check_changes:
191
+ purpose: "Sync indexes after file edits to keep search results accurate"
192
+ usage: "hsa_check_changes paths=[edited_files] → incremental re-index of BM25/CodeGraph/VectorIndex"
190
193
 
191
194
  reflection:
192
195
  enabled: true
@@ -3,7 +3,7 @@
3
3
 
4
4
  ---
5
5
  name: git-workflow
6
- version: "6.2.3"
6
+ version: "6.2.5"
7
7
  rule_id: "MOD-GIT-001"
8
8
 
9
9
  # =============================================================================
@@ -161,5 +161,10 @@ integration:
161
161
  reflection:
162
162
  enabled: false
163
163
 
164
+ hsa_tools:
165
+ hsa_check_changes:
166
+ purpose: "Re-index changed files after git operations to keep BM25/CodeGraph/VectorIndex current"
167
+ usage: "hsa_check_changes → after commit, merge, rebase, checkout, or any branch operation"
168
+
164
169
  ---
165
170
  _DOMYH Awesome Code • Git Workflow Rule_
@@ -3,7 +3,7 @@
3
3
 
4
4
  ---
5
5
  name: language
6
- version: "6.2.3"
6
+ version: "6.2.5"
7
7
  rule_id: "MOD-LNG-001"
8
8
 
9
9
  # =============================================================================
@@ -3,7 +3,7 @@
3
3
 
4
4
  ---
5
5
  name: online-research
6
- version: "6.2.3"
6
+ version: "6.2.5"
7
7
  rule_id: "MOD-RES-001"
8
8
 
9
9
  # =============================================================================
@@ -1,9 +1,9 @@
1
- # Performance Optimization Rule v6.2.3
1
+ # Performance Optimization Rule v6.2.5
2
2
  # Model selection, context management, token budget
3
3
 
4
4
  ---
5
5
  name: performance-optimization
6
- version: "6.2.3"
6
+ version: "6.2.5"
7
7
  rule_id: "MOD-PERF-001"
8
8
 
9
9
  # =============================================================================
@@ -137,5 +137,13 @@ integration:
137
137
  check_before: "tool_call"
138
138
  question: "Is this the most efficient way to get the information I need?"
139
139
 
140
+ hsa_tools:
141
+ hsa_detect_stack:
142
+ purpose: "Determine available profiling and benchmark tools for the detected stack"
143
+ usage: "hsa_detect_stack → identifies runtime, framework, available perf tools"
144
+ hsa_get_context:
145
+ purpose: "Focus optimization efforts on the right code areas"
146
+ usage: "hsa_get_context query=[bottleneck|performance] → find related code for optimization"
147
+
140
148
  ---
141
149
  _DOMYH Awesome Code • Performance Optimization Rule_
@@ -3,7 +3,7 @@
3
3
 
4
4
  ---
5
5
  name: quality
6
- version: "6.2.3"
6
+ version: "6.2.5"
7
7
  rule_id: "MOD-QLT-001"
8
8
 
9
9
  # =============================================================================
@@ -3,7 +3,7 @@
3
3
 
4
4
  ---
5
5
  name: stop-conditions
6
- version: "6.2.3"
6
+ version: "6.2.5"
7
7
  rule_id: "MOD-STP-001"
8
8
 
9
9
  # =============================================================================
@@ -3,7 +3,7 @@
3
3
 
4
4
  ---
5
5
  name: terminal-safety
6
- version: "6.2.3"
6
+ version: "6.2.5"
7
7
  rule_id: "MOD-TRM-001"
8
8
 
9
9
  # =============================================================================
@@ -3,7 +3,7 @@
3
3
 
4
4
  ---
5
5
  name: yagni-enforcement
6
- version: "6.2.3"
6
+ version: "6.2.5"
7
7
  rule_id: "MOD-YAG-001"
8
8
 
9
9
  # =============================================================================
@@ -6,7 +6,7 @@ category: quality
6
6
  version: "4.5"
7
7
  ---
8
8
 
9
- # ✅ Validation Framework v6.2.3
9
+ # ✅ Validation Framework v6.2.5
10
10
 
11
11
  > 🌍 **Language / Ngôn ngữ**: English (default) | [Tiếng Việt](#tiếng-việt)
12
12
  > 📝 **Note**: Consolidates `pre-check-validation.md` + `architecture-aware-implementation.md`
@@ -40,7 +40,7 @@
40
40
 
41
41
  ---
42
42
 
43
- ## META.yaml Schema (v6.2.3)
43
+ ## META.yaml Schema (v6.2.5)
44
44
 
45
45
  ```yaml
46
46
  name: skill-id # lowercase, hyphen-separated
@@ -131,12 +131,12 @@ categories:
131
131
  - bun
132
132
  - audit-pro
133
133
 
134
- # P0 Skills (v6.2.3)
134
+ # P0 Skills (v6.2.5)
135
135
  - tdd-workflow
136
136
  - accessibility
137
137
  - seo
138
138
 
139
- # P1 Skills (v6.2.3)
139
+ # P1 Skills (v6.2.5)
140
140
  - microservices
141
141
  - monorepo
142
142
 
@@ -256,6 +256,18 @@ resolution:
256
256
  e2e: "cross-cutting/playwright"
257
257
  browser-testing: "cross-cutting/playwright"
258
258
  browser-agent: "tooling/browser-agent"
259
+ # Workflow-required skill aliases (synced with manifest.yaml)
260
+ coding-rules: "cross-cutting/coding-rules"
261
+ audit-pro: "cross-cutting/audit-pro"
262
+ domyh-design: "cross-cutting/domyh-design"
263
+ tdd-workflow: "cross-cutting/tdd-workflow"
264
+ database: "cross-cutting/database"
265
+ web-perf: "cross-cutting/web-perf"
266
+ error-handling: "core/error-handling"
267
+ logging: "core/logging"
268
+ observability: "core/observability"
269
+ ci-cd: "devops/ci-cd"
270
+ prompt-engineering: "cross-cutting/prompt-engineering"
259
271
 
260
272
  # =============================================================================
261
273
  # TOKEN BUDGET
@@ -1,5 +1,5 @@
1
1
  name: api-design
2
- version: "6.2.3"
2
+ version: "6.2.5"
3
3
  display: API Design Patterns
4
4
  category: core
5
5
  tier: 1
@@ -1,5 +1,5 @@
1
1
  name: authentication
2
- version: "6.2.3"
2
+ version: "6.2.5"
3
3
  display: Authentication Patterns
4
4
  category: core
5
5
  tier: 1
@@ -1,5 +1,5 @@
1
1
  name: error-handling
2
- version: "6.2.3"
2
+ version: "6.2.5"
3
3
  display: Error Handling Patterns
4
4
  category: core
5
5
  tier: 1
@@ -1,5 +1,5 @@
1
1
  name: logging
2
- version: "6.2.3"
2
+ version: "6.2.5"
3
3
  display: Logging Best Practices
4
4
  category: core
5
5
  tier: 1
@@ -1,5 +1,5 @@
1
1
  name: observability
2
- version: "6.2.3"
2
+ version: "6.2.5"
3
3
  display: Observability Patterns
4
4
  category: core
5
5
  tier: 1
@@ -1,5 +1,5 @@
1
1
  name: security
2
- version: "6.2.3"
2
+ version: "6.2.5"
3
3
  display: Security Patterns
4
4
  category: core
5
5
  tier: 1
@@ -2,7 +2,7 @@
2
2
  name: security
3
3
  detect: ["always"]
4
4
  priority: 0
5
- version: "6.2.3"
5
+ version: "6.2.5"
6
6
  ---
7
7
 
8
8
  # Security Patterns (Enhanced 2026)
@@ -1,5 +1,5 @@
1
1
  name: accessibility
2
- version: "6.2.3"
2
+ version: "6.2.5"
3
3
  display: Accessibility (WCAG 2.2)
4
4
  category: cross-cutting
5
5
  tier: 1
@@ -1,5 +1,5 @@
1
1
  name: audit-pro
2
- version: "6.2.3"
2
+ version: "6.2.5"
3
3
  display: Audit Pro System
4
4
  category: cross-cutting
5
5
  tier: 1
@@ -1,5 +1,5 @@
1
1
  name: bun
2
- version: "6.2.3"
2
+ version: "6.2.5"
3
3
  category: runtime
4
4
  tier: 3
5
5
 
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  name: bun
3
3
  detect: ["bun.lockb", "bunfig.toml", "bun.lock"]
4
- version: "6.2.3"
4
+ version: "6.2.5"
5
5
  category: runtime
6
6
  tier: 2
7
7
  ---
@@ -1,5 +1,5 @@
1
1
  name: coding-rules
2
- version: "6.2.3"
2
+ version: "6.2.5"
3
3
  display: Awesome Coding Rules
4
4
  category: cross-cutting
5
5
  tier: 1
@@ -1,5 +1,5 @@
1
1
  name: database
2
- version: "6.2.3"
2
+ version: "6.2.5"
3
3
  display: Database Patterns
4
4
  category: infrastructure
5
5
  tier: 1
@@ -2,7 +2,7 @@
2
2
  name: database
3
3
  detect:
4
4
  ["*.sql", "schema.prisma", "drizzle/", "migrations/", "*.db", "*.sqlite"]
5
- version: "6.2.0"
5
+ version: "6.2.5"
6
6
  category: infrastructure
7
7
  tier: 1
8
8
  ---
@@ -1,5 +1,5 @@
1
1
  name: deno
2
- version: "6.2.3"
2
+ version: "6.2.5"
3
3
  category: runtime
4
4
  tier: 3
5
5
 
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  name: deno
3
3
  detect: ["deno.json", "deno.jsonc", "deno.lock", "mod.ts", "deps.ts"]
4
- version: "6.2.3"
4
+ version: "6.2.5"
5
5
  category: runtime
6
6
  tier: 2
7
7
  ---
@@ -1,5 +1,5 @@
1
1
  name: domyh-design
2
- version: "6.2.3"
2
+ version: "6.2.5"
3
3
  display: UI/UX Pro Max
4
4
  category: cross-cutting
5
5
  tier: 1
@@ -248,7 +248,7 @@ patterns:
248
248
  hex: "#007AFF"
249
249
  rgb: 0,122,255
250
250
  usage: Default accent color
251
- contrast_ratio: v6.2.3:1
251
+ contrast_ratio: v6.2.5:1
252
252
  - id: item_027
253
253
  platform: macos
254
254
  theme: dark
@@ -1,5 +1,5 @@
1
1
  name: seo
2
- version: "6.2.3"
2
+ version: "6.2.5"
3
3
  display: SEO & Core Web Vitals
4
4
  category: cross-cutting
5
5
  tier: 1
@@ -1,5 +1,5 @@
1
1
  name: sql
2
- version: "6.2.3"
2
+ version: "6.2.5"
3
3
  category: database
4
4
  tier: 3
5
5