@nockdev/awf 6.2.3 → 6.2.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.agent/config.yaml +5 -5
- package/.agent/core/AGENT_BEHAVIOR.md +1 -1
- package/.agent/core/AUDIT_POLICY.md +1 -1
- package/.agent/core/CACHE.md +1 -1
- package/.agent/core/COMMANDS.md +27 -27
- package/.agent/core/DATA_SAFETY.md +1 -1
- package/.agent/core/MEMORY_PATHS.yaml +2 -2
- package/.agent/core/PERMISSIONS.md +1 -1
- package/.agent/core/README.md +1 -1
- package/.agent/core/VERSION.yaml +5 -5
- package/.agent/core/archive/ACTIVE_MEMORY.yaml +2 -2
- package/.agent/core/archive/CHECKPOINT.yaml +2 -2
- package/.agent/core/archive/CLEANUP_ENGINE.yaml +2 -2
- package/.agent/core/archive/CONTEXT_INJECTOR.yaml +2 -2
- package/.agent/core/archive/CONTEXT_LOADER.yaml +1 -1
- package/.agent/core/archive/CONTEXT_OPTIMIZATION.yaml +1 -1
- package/.agent/core/archive/CONTEXT_PRIORITY.yaml +2 -2
- package/.agent/core/archive/FLOW_ENGINE.yaml +1 -1
- package/.agent/core/archive/GRAPH_MEMORY.yaml +1 -1
- package/.agent/core/archive/HYBRID_ROUTER.yaml +1 -1
- package/.agent/core/archive/INTENT_DETECTION.yaml +1 -1
- package/.agent/core/archive/MEMORY_CONSOLIDATION.yaml +3 -3
- package/.agent/core/archive/MEMORY_ENGINE.yaml +2 -2
- package/.agent/core/archive/MEMORY_UTILS.yaml +1 -1
- package/.agent/core/archive/REFLECTION_ENGINE.yaml +1 -1
- package/.agent/core/archive/ROUTER.yaml +4 -4
- package/.agent/core/archive/SCORING_FORMULA.yaml +2 -2
- package/.agent/core/archive/SEMANTIC_ENGINE.yaml +1 -1
- package/.agent/core/archive/SKILLS_FLOW.yaml +1 -1
- package/.agent/core/archive/STATE_MACHINE.yaml +1 -1
- package/.agent/core/archive/SUMMARIZATION_ENGINE.yaml +2 -2
- package/.agent/core/archive/TOKEN_BUDGETS.yaml +2 -2
- package/.agent/core/archive/TOKEN_LOADING.yaml +2 -2
- package/.agent/core/archive/TOKEN_SUMMARY.yaml +2 -2
- package/.agent/core/reference/CODING_STYLES.yaml +1 -1
- package/.agent/core/reference/LIBRARY_REGISTRY.yaml +1 -1
- package/.agent/core/reference/MCP_TOOLS.yaml +2 -2
- package/.agent/core/reference/PATTERNS.yaml +1 -1
- package/.agent/core/reference/SKILL_SCHEMA.yaml +1 -1
- package/.agent/i18n/en.yaml +6 -6
- package/.agent/i18n/vi.yaml +60 -6
- package/.agent/ide/README.md +1 -1
- package/.agent/ide/amazonq.json +1 -1
- package/.agent/ide/amp.json +1 -1
- package/.agent/ide/antigravity.json +1 -1
- package/.agent/ide/augment.json +1 -1
- package/.agent/ide/claude.json +1 -1
- package/.agent/ide/cline.json +1 -1
- package/.agent/ide/cody.json +1 -1
- package/.agent/ide/continue.json +1 -1
- package/.agent/ide/cursor.json +1 -1
- package/.agent/ide/gemini.json +1 -1
- package/.agent/ide/jetbrains.json +1 -1
- package/.agent/ide/kiro.json +1 -1
- package/.agent/ide/opencode.json +1 -1
- package/.agent/ide/roo.json +1 -1
- package/.agent/ide/tabnine.json +1 -1
- package/.agent/ide/trae.json +1 -1
- package/.agent/ide/vscode.json +1 -1
- package/.agent/ide/windsurf.json +1 -1
- package/.agent/ide/zed.json +1 -1
- package/.agent/manifest.yaml +15 -15
- package/.agent/memory/core_memory/persona.json +2 -2
- package/.agent/memory/core_memory/project.json +1 -1
- package/.agent/memory/core_memory/rules.json +1 -1
- package/.agent/memory/core_memory/user.json +1 -1
- package/.agent/memory/graph/knowledge_graph.json +1 -1
- package/.agent/memory/patterns/errors.json +1 -1
- package/.agent/memory/patterns/successes.json +1 -1
- package/.agent/memory/state.json +2 -2
- package/.agent/personas/README.md +1 -1
- package/.agent/personas/architect.md +4 -1
- package/.agent/personas/auditor.md +5 -1
- package/.agent/personas/debugger.md +4 -1
- package/.agent/personas/developer.md +4 -1
- package/.agent/personas/devops.md +4 -1
- package/.agent/personas/documenter.md +4 -1
- package/.agent/personas/orchestrator.md +4 -1
- package/.agent/personas/persona.schema.yaml +1 -1
- package/.agent/personas/planner.md +4 -1
- package/.agent/personas/researcher.md +4 -1
- package/.agent/personas/security.md +3 -1
- package/.agent/personas/tester.md +3 -1
- package/.agent/rules/README.md +1 -1
- package/.agent/rules/SACRED_RULES.xml +19 -5
- package/.agent/rules/archive/constitutional/tier-0-core.yaml +5 -5
- package/.agent/rules/archive/constitutional/tier-1-safety.yaml +5 -5
- package/.agent/rules/archive/constitutional/tier-2-execution.yaml +6 -6
- package/.agent/rules/archive/context-management.yaml +1 -1
- package/.agent/rules/archive/duplication-prevention.md +1 -1
- package/.agent/rules/archive/evidence.yaml +1 -1
- package/.agent/rules/archive/project-detection.md +1 -1
- package/.agent/rules/archive/reflection.yaml +1 -1
- package/.agent/rules/archive/versioning.yaml +5 -5
- package/.agent/rules/data/build-systems.yaml +2 -2
- package/.agent/rules/modules/agent-delegation.yaml +13 -2
- package/.agent/rules/modules/edit-verification.yaml +4 -1
- package/.agent/rules/modules/git-workflow.yaml +6 -1
- package/.agent/rules/modules/language.yaml +1 -1
- package/.agent/rules/modules/online-research.yaml +1 -1
- package/.agent/rules/modules/performance-optimization.yaml +10 -2
- package/.agent/rules/modules/quality.yaml +1 -1
- package/.agent/rules/modules/stop-conditions.yaml +1 -1
- package/.agent/rules/modules/terminal-safety.yaml +1 -1
- package/.agent/rules/modules/yagni.yaml +1 -1
- package/.agent/rules/validation-framework.md +1 -1
- package/.agent/skills/README.md +1 -1
- package/.agent/skills/_categories.yaml +2 -2
- package/.agent/skills/_router.yaml +12 -0
- package/.agent/skills/core/api-design/META.yaml +1 -1
- package/.agent/skills/core/authentication/META.yaml +1 -1
- package/.agent/skills/core/error-handling/META.yaml +1 -1
- package/.agent/skills/core/logging/META.yaml +1 -1
- package/.agent/skills/core/observability/META.yaml +1 -1
- package/.agent/skills/core/security/META.yaml +1 -1
- package/.agent/skills/core/security/SKILL.md +1 -1
- package/.agent/skills/cross-cutting/accessibility/META.yaml +1 -1
- package/.agent/skills/cross-cutting/audit-pro/META.yaml +1 -1
- package/.agent/skills/cross-cutting/bun/META.yaml +1 -1
- package/.agent/skills/cross-cutting/bun/SKILL.md +1 -1
- package/.agent/skills/cross-cutting/coding-rules/META.yaml +1 -1
- package/.agent/skills/cross-cutting/database/META.yaml +1 -1
- package/.agent/skills/cross-cutting/database/SKILL.md +1 -1
- package/.agent/skills/cross-cutting/deno/META.yaml +1 -1
- package/.agent/skills/cross-cutting/deno/SKILL.md +1 -1
- package/.agent/skills/cross-cutting/domyh-design/META.yaml +1 -1
- package/.agent/skills/cross-cutting/domyh-design/data/desktop-colors.yaml +1 -1
- package/.agent/skills/cross-cutting/seo/META.yaml +1 -1
- package/.agent/skills/cross-cutting/sql/META.yaml +1 -1
- package/.agent/skills/cross-cutting/sql/SKILL.md +1 -1
- package/.agent/skills/cross-cutting/tailwind/META.yaml +1 -1
- package/.agent/skills/cross-cutting/tailwind/SKILL.md +1 -1
- package/.agent/skills/cross-cutting/tdd-workflow/META.yaml +1 -1
- package/.agent/skills/cross-cutting/testing/META.yaml +4 -3
- package/.agent/skills/cross-cutting/testing/SKILL.md +1 -1
- package/.agent/skills/cross-cutting/testing/data/frameworks.yaml +1 -1
- package/.agent/skills/cross-cutting/web-perf/META.yaml +1 -1
- package/.agent/skills/cross-cutting/web-perf/SKILL.md +1 -1
- package/.agent/skills/devops/aws/META.yaml +1 -1
- package/.agent/skills/devops/ci-cd/META.yaml +1 -1
- package/.agent/skills/devops/docker/META.yaml +1 -1
- package/.agent/skills/devops/kubernetes/META.yaml +1 -1
- package/.agent/skills/frameworks/angular/META.yaml +1 -1
- package/.agent/skills/frameworks/angular/SKILL.md +1 -1
- package/.agent/skills/frameworks/flutter/META.yaml +1 -1
- package/.agent/skills/frameworks/flutter/SKILL.md +1 -1
- package/.agent/skills/frameworks/nextjs/META.yaml +1 -1
- package/.agent/skills/frameworks/nextjs/SKILL.md +1 -1
- package/.agent/skills/frameworks/nuxt/META.yaml +1 -1
- package/.agent/skills/frameworks/nuxt/SKILL.md +1 -1
- package/.agent/skills/frameworks/react/META.yaml +1 -1
- package/.agent/skills/frameworks/react/SKILL.md +1 -1
- package/.agent/skills/frameworks/react-native/META.yaml +1 -1
- package/.agent/skills/frameworks/react-native/SKILL.md +1 -1
- package/.agent/skills/frameworks/svelte/META.yaml +1 -1
- package/.agent/skills/frameworks/svelte/SKILL.md +1 -1
- package/.agent/skills/frameworks/vue/META.yaml +1 -1
- package/.agent/skills/frameworks/vue/SKILL.md +1 -1
- package/.agent/skills/index.json +2 -2
- package/.agent/skills/languages/asm/META.yaml +1 -1
- package/.agent/skills/languages/asm/SKILL.md +1 -1
- package/.agent/skills/languages/c/META.yaml +1 -1
- package/.agent/skills/languages/c/SKILL.md +1 -1
- package/.agent/skills/languages/clojure/META.yaml +1 -1
- package/.agent/skills/languages/clojure/SKILL.md +1 -1
- package/.agent/skills/languages/cpp/META.yaml +1 -1
- package/.agent/skills/languages/cpp/SKILL.md +1 -1
- package/.agent/skills/languages/crystal/META.yaml +1 -1
- package/.agent/skills/languages/crystal/SKILL.md +1 -1
- package/.agent/skills/languages/csharp/META.yaml +1 -1
- package/.agent/skills/languages/csharp/SKILL.md +1 -1
- package/.agent/skills/languages/elixir/META.yaml +1 -1
- package/.agent/skills/languages/elixir/SKILL.md +1 -1
- package/.agent/skills/languages/fsharp/META.yaml +1 -1
- package/.agent/skills/languages/fsharp/SKILL.md +1 -1
- package/.agent/skills/languages/go/META.yaml +1 -1
- package/.agent/skills/languages/go/SKILL.md +1 -1
- package/.agent/skills/languages/haskell/META.yaml +1 -1
- package/.agent/skills/languages/haskell/SKILL.md +1 -1
- package/.agent/skills/languages/java/META.yaml +1 -1
- package/.agent/skills/languages/java/SKILL.md +1 -1
- package/.agent/skills/languages/javascript/META.yaml +1 -1
- package/.agent/skills/languages/javascript/SKILL.md +1 -1
- package/.agent/skills/languages/julia/META.yaml +1 -1
- package/.agent/skills/languages/julia/SKILL.md +1 -1
- package/.agent/skills/languages/kotlin/META.yaml +1 -1
- package/.agent/skills/languages/kotlin/SKILL.md +1 -1
- package/.agent/skills/languages/lua/META.yaml +1 -1
- package/.agent/skills/languages/lua/SKILL.md +3 -3
- package/.agent/skills/languages/nim/META.yaml +1 -1
- package/.agent/skills/languages/nim/SKILL.md +1 -1
- package/.agent/skills/languages/ocaml/META.yaml +1 -1
- package/.agent/skills/languages/ocaml/SKILL.md +1 -1
- package/.agent/skills/languages/perl/META.yaml +1 -1
- package/.agent/skills/languages/perl/SKILL.md +1 -1
- package/.agent/skills/languages/php/META.yaml +1 -1
- package/.agent/skills/languages/php/SKILL.md +1 -1
- package/.agent/skills/languages/python/META.yaml +1 -1
- package/.agent/skills/languages/python/SKILL.md +1 -1
- package/.agent/skills/languages/r/META.yaml +1 -1
- package/.agent/skills/languages/r/SKILL.md +1 -1
- package/.agent/skills/languages/ruby/META.yaml +1 -1
- package/.agent/skills/languages/ruby/SKILL.md +1 -1
- package/.agent/skills/languages/rust/META.yaml +1 -1
- package/.agent/skills/languages/rust/SKILL.md +1 -1
- package/.agent/skills/languages/scala/META.yaml +1 -1
- package/.agent/skills/languages/scala/SKILL.md +1 -1
- package/.agent/skills/languages/solidity/META.yaml +1 -1
- package/.agent/skills/languages/solidity/SKILL.md +1 -1
- package/.agent/skills/languages/swift/META.yaml +1 -1
- package/.agent/skills/languages/swift/SKILL.md +1 -1
- package/.agent/skills/languages/typescript/META.yaml +1 -1
- package/.agent/skills/languages/typescript/SKILL.md +1 -1
- package/.agent/skills/languages/zig/META.yaml +1 -1
- package/.agent/skills/languages/zig/SKILL.md +1 -1
- package/.agent/templates/README.md +2 -2
- package/.agent/templates/debug-report.md +1 -1
- package/.agent/templates/deploy-plan.md +1 -1
- package/.agent/templates/doc-template.md +1 -1
- package/.agent/templates/index.yaml +1 -1
- package/.agent/templates/migrate-plan.md +1 -1
- package/.agent/templates/phase-template.md +1 -1
- package/.agent/templates/tasks/audit.yaml +1 -1
- package/.agent/templates/tasks/bug_fix.yaml +1 -1
- package/.agent/templates/tasks/code_implementation.yaml +1 -1
- package/.agent/templates/tasks/refactor.yaml +1 -1
- package/.agent/templates/test-report.md +1 -1
- package/.agent/workflows/code.md +1 -1
- package/.agent/workflows/debug.md +1 -1
- package/.agent/workflows/deploy.md +1 -0
- package/.agent/workflows/doc.md +1 -0
- package/.agent/workflows/e2e.md +6 -5
- package/.agent/workflows/env.md +1 -0
- package/.agent/workflows/fix.md +1 -1
- package/.agent/workflows/monitor.md +2 -1
- package/.agent/workflows/onboard.md +1 -1
- package/.agent/workflows/perf.md +2 -1
- package/.agent/workflows/prompt.md +1 -1
- package/.agent/workflows/recap.md +1 -1
- package/.agent/workflows/refactor.md +1 -1
- package/.agent/workflows/scaffold.md +1 -1
- package/.agent/workflows/tdd.md +6 -5
- package/.agent/workflows/verify.md +5 -4
- package/README.md +59 -15
- package/configs/aider/root.CONVENTIONS.md +1 -1
- package/configs/amazonq/root.amazonq.md +1 -1
- package/configs/amp/root.AGENTS.md +1 -1
- package/configs/antigravity/root.GEMINI.md +1 -1
- package/configs/augment/root.guidelines.md +1 -1
- package/configs/claude/root.CLAUDE.md +1 -1
- package/configs/cline/root.clinerules.md +1 -1
- package/configs/codex/root.AGENTS.md +1 -1
- package/configs/continue/root.continue.md +1 -1
- package/configs/copilot/root.copilot-instructions.md +1 -1
- package/configs/gemini/root.GEMINI.md +1 -1
- package/configs/jetbrains/root.guidelines.md +1 -1
- package/configs/roo/root.roorules.md +1 -1
- package/configs/tabnine/root.guidelines.md +1 -1
- package/configs/vscode/root.copilot-instructions.md +1 -1
- package/dist/constants/ide-install-specs.js +1 -1
- package/dist/constants.d.ts +1 -1
- package/dist/constants.js +1 -1
- package/package.json +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: researcher
|
|
3
|
-
version: "6.2.
|
|
3
|
+
version: "6.2.4"
|
|
4
4
|
persona_id: "res-001"
|
|
5
5
|
|
|
6
6
|
# =============================================================================
|
|
@@ -72,6 +72,9 @@ tools:
|
|
|
72
72
|
- hsa_detect_stack
|
|
73
73
|
- hsa_get_context
|
|
74
74
|
- hsa_search_skills
|
|
75
|
+
- hsa_get_repo_map
|
|
76
|
+
- hsa_export
|
|
77
|
+
- hsa_status
|
|
75
78
|
restricted:
|
|
76
79
|
- replace_file_content
|
|
77
80
|
- run_command
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: security
|
|
3
|
-
version: "6.2.
|
|
3
|
+
version: "6.2.4"
|
|
4
4
|
persona_id: "sec-001"
|
|
5
5
|
|
|
6
6
|
# =============================================================================
|
|
@@ -69,6 +69,8 @@ tools:
|
|
|
69
69
|
- hsa_detect_stack
|
|
70
70
|
- hsa_get_context
|
|
71
71
|
- hsa_search_skills
|
|
72
|
+
- hsa_get_snapshot
|
|
73
|
+
- hsa_detect_environment
|
|
72
74
|
restricted:
|
|
73
75
|
- run_command # Security risk
|
|
74
76
|
- delete_file
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: tester
|
|
3
|
-
version: "6.2.
|
|
3
|
+
version: "6.2.4"
|
|
4
4
|
persona_id: "tst-001"
|
|
5
5
|
|
|
6
6
|
# =============================================================================
|
|
@@ -69,6 +69,8 @@ tools:
|
|
|
69
69
|
- hsa_detect_stack
|
|
70
70
|
- hsa_get_context
|
|
71
71
|
- hsa_search_skills
|
|
72
|
+
- hsa_check_changes
|
|
73
|
+
- hsa_detect_environment
|
|
72
74
|
restricted:
|
|
73
75
|
- deploy
|
|
74
76
|
- delete_file
|
package/.agent/rules/README.md
CHANGED
|
@@ -59,13 +59,27 @@
|
|
|
59
59
|
</requirement>
|
|
60
60
|
|
|
61
61
|
<!-- ═══════════════════════════════════════════════════════════════════ -->
|
|
62
|
-
<!-- TIER
|
|
62
|
+
<!-- TIER 1: TOOL ENFORCEMENT -->
|
|
63
63
|
<!-- ═══════════════════════════════════════════════════════════════════ -->
|
|
64
64
|
|
|
65
|
-
<requirement id="MCP_001" tier="
|
|
66
|
-
<text>
|
|
67
|
-
|
|
68
|
-
|
|
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.
|
|
19
|
+
version: "6.2.4"
|
|
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.
|
|
51
|
+
version: "6.2.4"
|
|
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.
|
|
78
|
+
version: "6.2.4"
|
|
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.
|
|
102
|
+
version: "6.2.4"
|
|
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.
|
|
123
|
+
version: "6.2.4"
|
|
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.
|
|
19
|
+
version: "6.2.4"
|
|
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.
|
|
68
|
+
version: "6.2.4"
|
|
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.
|
|
113
|
+
version: "6.2.4"
|
|
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.
|
|
165
|
+
version: "6.2.4"
|
|
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.
|
|
204
|
+
version: "6.2.4"
|
|
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.
|
|
19
|
+
version: "6.2.4"
|
|
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.
|
|
68
|
+
version: "6.2.4"
|
|
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.
|
|
106
|
+
version: "6.2.4"
|
|
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.
|
|
154
|
+
version: "6.2.4"
|
|
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.
|
|
191
|
+
version: "6.2.4"
|
|
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.
|
|
233
|
+
version: "6.2.4"
|
|
234
234
|
tier: 2
|
|
235
235
|
category: quality
|
|
236
236
|
|
|
@@ -6,7 +6,7 @@ category: quality
|
|
|
6
6
|
version: "4.5"
|
|
7
7
|
---
|
|
8
8
|
|
|
9
|
-
# 🔄 Duplication Prevention v6.2.
|
|
9
|
+
# 🔄 Duplication Prevention v6.2.4
|
|
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`
|
|
@@ -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.
|
|
7
|
+
# 🔍 Project Detection Rule v6.2.4
|
|
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
|
|
@@ -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.
|
|
22
|
+
| **MINOR** | New features (backward compatible) | `6.1.2` → `6.2.4` |
|
|
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.
|
|
62
|
+
current: "6.2.4"
|
|
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.
|
|
68
|
+
suggest: "6.2.4" # ✅ 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.
|
|
92
|
-
version_short:
|
|
91
|
+
version: "6.2.4"
|
|
92
|
+
version_short: v6.2.4
|
|
93
93
|
```
|
|
94
94
|
|
|
95
95
|
---
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
# Agent Delegation Rule v6.2.
|
|
1
|
+
# Agent Delegation Rule v6.2.4
|
|
2
2
|
# When and how to delegate to specialized sub-agents
|
|
3
3
|
|
|
4
4
|
---
|
|
5
5
|
name: agent-delegation
|
|
6
|
-
version: "6.2.
|
|
6
|
+
version: "6.2.4"
|
|
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.
|
|
6
|
+
version: "6.2.4"
|
|
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.
|
|
6
|
+
version: "6.2.4"
|
|
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_
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
# Performance Optimization Rule v6.2.
|
|
1
|
+
# Performance Optimization Rule v6.2.4
|
|
2
2
|
# Model selection, context management, token budget
|
|
3
3
|
|
|
4
4
|
---
|
|
5
5
|
name: performance-optimization
|
|
6
|
-
version: "6.2.
|
|
6
|
+
version: "6.2.4"
|
|
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_
|
|
@@ -6,7 +6,7 @@ category: quality
|
|
|
6
6
|
version: "4.5"
|
|
7
7
|
---
|
|
8
8
|
|
|
9
|
-
# ✅ Validation Framework v6.2.
|
|
9
|
+
# ✅ Validation Framework v6.2.4
|
|
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`
|
package/.agent/skills/README.md
CHANGED
|
@@ -131,12 +131,12 @@ categories:
|
|
|
131
131
|
- bun
|
|
132
132
|
- audit-pro
|
|
133
133
|
|
|
134
|
-
# P0 Skills (v6.2.
|
|
134
|
+
# P0 Skills (v6.2.4)
|
|
135
135
|
- tdd-workflow
|
|
136
136
|
- accessibility
|
|
137
137
|
- seo
|
|
138
138
|
|
|
139
|
-
# P1 Skills (v6.2.
|
|
139
|
+
# P1 Skills (v6.2.4)
|
|
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
|