@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
package/.agent/config.yaml
CHANGED
|
@@ -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.
|
|
15
|
+
# INTERNATIONALIZATION (v6.2.4)
|
|
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.
|
|
48
|
+
# v6.2.4: 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 (
|
|
94
|
-
t1_budget:
|
|
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:
|
|
100
|
+
max_context: 12700
|
|
101
101
|
|
|
102
102
|
# Include project README in context
|
|
103
103
|
include_readme: false
|
package/.agent/core/CACHE.md
CHANGED
package/.agent/core/COMMANDS.md
CHANGED
|
@@ -1,29 +1,29 @@
|
|
|
1
1
|
# DOMYH Awesome Code — Command Registry
|
|
2
2
|
|
|
3
|
-
>
|
|
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
|
|
10
|
-
| ----------- | ------------------------ |
|
|
11
|
-
| `/init` | ✨ Initialize project | —
|
|
12
|
-
| `/code` | 💻 Write & fix code |
|
|
13
|
-
| `/debug` | 🐛 Systematic debugging |
|
|
14
|
-
| `/plan` | 📋 Feature planning | —
|
|
15
|
-
| `/test` | ✅ Run and write tests | testing
|
|
16
|
-
| `/deploy` | 🚀 Deploy to production | ci-cd
|
|
17
|
-
| `/refactor` | 🔧 Refactor & cleanup |
|
|
18
|
-
| `/review` | 👀 Code review | security
|
|
19
|
-
| `/ap` | 🔬 Full audit (5-expert) | security,
|
|
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 |
|
|
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 |
|
|
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 |
|
|
44
|
+
| `/perf` | 📈 Performance profile | web-perf | [auto] |
|
|
45
45
|
|
|
46
46
|
## DevOps Commands (5)
|
|
47
47
|
|
|
48
|
-
| Command | Description | Skills Required
|
|
49
|
-
| ---------- | ------------------------- |
|
|
50
|
-
| `/migrate` | 🗄️ Database migrations | database
|
|
51
|
-
| `/monitor` | 📊 Observability setup | observability,logging |
|
|
52
|
-
| `/env` | 🔐 Environment management |
|
|
53
|
-
| `/upgrade` | ⬆️ Dependency updates | —
|
|
54
|
-
| `/dev` | ▶️ Start dev server | —
|
|
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
|
|
59
|
-
| --------- | ------------------------- |
|
|
60
|
-
| `/tdd` | 🧪 TDD Red-Green-Refactor | testing
|
|
61
|
-
| `/e2e` | 🌐 E2E test generation | testing
|
|
62
|
-
| `/verify` | 🔄 Build-Lint-Test loop |
|
|
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,8 +1,8 @@
|
|
|
1
|
-
# DOMYH Awesome Code — Memory Paths v6.2.
|
|
1
|
+
# DOMYH Awesome Code — Memory Paths v6.2.4
|
|
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.
|
|
5
|
+
version: "6.2.4"
|
|
6
6
|
engine: memory_paths
|
|
7
7
|
|
|
8
8
|
# =============================================================================
|
package/.agent/core/README.md
CHANGED
package/.agent/core/VERSION.yaml
CHANGED
|
@@ -12,8 +12,8 @@
|
|
|
12
12
|
# =============================================================================
|
|
13
13
|
|
|
14
14
|
system:
|
|
15
|
-
version: "6.2.
|
|
16
|
-
version_short: "v6.2.
|
|
15
|
+
version: "6.2.4"
|
|
16
|
+
version_short: "v6.2.4" # 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:
|
|
77
|
+
default_skill_version: v6.2.4
|
|
78
78
|
|
|
79
79
|
# =============================================================================
|
|
80
80
|
# VERSION HISTORY
|
|
81
81
|
# =============================================================================
|
|
82
82
|
|
|
83
83
|
changelog:
|
|
84
|
-
"6.
|
|
84
|
+
"6.2.4":
|
|
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.
|
|
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.
|
|
1
|
+
# DOMYH Awesome Code — Active Memory Management v6.2.4
|
|
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.
|
|
5
|
+
version: "6.2.4"
|
|
6
6
|
engine: active_memory_manager
|
|
7
7
|
|
|
8
8
|
# =============================================================================
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
# DOMYH Awesome Code — Checkpoint System v6.2.
|
|
1
|
+
# DOMYH Awesome Code — Checkpoint System v6.2.4
|
|
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.
|
|
5
|
+
version: "6.2.4"
|
|
6
6
|
engine: checkpoint_system
|
|
7
7
|
|
|
8
8
|
# =============================================================================
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
# DOMYH Awesome Code — Context Cleanup Engine v6.2.
|
|
1
|
+
# DOMYH Awesome Code — Context Cleanup Engine v6.2.4
|
|
2
2
|
# Automated context management and token optimization
|
|
3
3
|
|
|
4
|
-
version: "6.2.
|
|
4
|
+
version: "6.2.4"
|
|
5
5
|
engine: context_cleanup
|
|
6
6
|
|
|
7
7
|
# =============================================================================
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
# DOMYH Awesome Code — Smart Context Injector v6.2.
|
|
1
|
+
# DOMYH Awesome Code — Smart Context Injector v6.2.4
|
|
2
2
|
# Intelligent context injection with relevance scoring
|
|
3
3
|
# Based on Context Engineering Best Practices (2025)
|
|
4
4
|
|
|
5
|
-
version: "6.2.
|
|
5
|
+
version: "6.2.4"
|
|
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.
|
|
5
|
+
version: "6.2.4"
|
|
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.
|
|
6
|
+
version: "6.2.4"
|
|
7
7
|
|
|
8
8
|
# =============================================================================
|
|
9
9
|
# OVERVIEW
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
# DOMYH Awesome Code — Context Priority Scoring v6.2.
|
|
1
|
+
# DOMYH Awesome Code — Context Priority Scoring v6.2.4
|
|
2
2
|
# Multi-factor scoring to determine what enters context
|
|
3
3
|
# Ensures 90%+ context relevance
|
|
4
4
|
|
|
5
|
-
version: "6.2.
|
|
5
|
+
version: "6.2.4"
|
|
6
6
|
engine: context_priority_scorer
|
|
7
7
|
|
|
8
8
|
# =============================================================================
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
# Graph Memory - Knowledge Graph for Complex Reasoning
|
|
4
4
|
# =============================================================================
|
|
5
5
|
|
|
6
|
-
version: "6.2.
|
|
6
|
+
version: "6.2.4"
|
|
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.
|
|
6
|
+
version: "6.2.4"
|
|
7
7
|
|
|
8
8
|
# =============================================================================
|
|
9
9
|
# OVERVIEW
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
# DOMYH Awesome Code — Memory Consolidation Engine v6.2.
|
|
1
|
+
# DOMYH Awesome Code — Memory Consolidation Engine v6.2.4
|
|
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.
|
|
5
|
+
version: "6.2.4"
|
|
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.
|
|
77
|
+
# Algorithm specification (v6.2.4 - 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.
|
|
5
|
+
version: "6.2.4"
|
|
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.
|
|
28
|
+
# Phase 5: Centralized Configs (v6.2.4 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
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
# Reflection Engine - Critic Pattern & Reflexion
|
|
4
4
|
# =============================================================================
|
|
5
5
|
|
|
6
|
-
version: "6.2.
|
|
6
|
+
version: "6.2.4"
|
|
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.
|
|
5
|
+
version: "6.2.4"
|
|
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.
|
|
198
|
+
# AUTO-SUGGEST CONFIGURATION (v6.2.4)
|
|
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.
|
|
209
|
+
# CONTEXT-AWARE ROUTING (v6.2.4)
|
|
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.
|
|
234
|
+
# WORKFLOW ROUTING (v6.2.4)
|
|
235
235
|
# =============================================================================
|
|
236
236
|
|
|
237
237
|
workflow_routing:
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
# DOMYH Awesome Code — Scoring Formula v6.2.
|
|
1
|
+
# DOMYH Awesome Code — Scoring Formula v6.2.4
|
|
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.
|
|
5
|
+
version: "6.2.4"
|
|
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.
|
|
162
|
+
# _DOMYH Awesome Code • Semantic Engine v6.2.4 • HSA Integration_
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
# State Machine Flow Engine - LangGraph-inspired architecture
|
|
4
4
|
# =============================================================================
|
|
5
5
|
|
|
6
|
-
version: "6.2.
|
|
6
|
+
version: "6.2.4"
|
|
7
7
|
|
|
8
8
|
# =============================================================================
|
|
9
9
|
# STATE DEFINITION
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
# DOMYH Awesome Code — Hierarchical Summarization Engine v6.2.
|
|
1
|
+
# DOMYH Awesome Code — Hierarchical Summarization Engine v6.2.4
|
|
2
2
|
# Implements 3-level summarization for token optimization
|
|
3
3
|
|
|
4
|
-
version: "6.2.
|
|
4
|
+
version: "6.2.4"
|
|
5
5
|
engine: hierarchical_summarizer
|
|
6
6
|
|
|
7
7
|
# =============================================================================
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
# DOMYH Awesome Code — Token Budgets v6.2.
|
|
1
|
+
# DOMYH Awesome Code — Token Budgets v6.2.4
|
|
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.
|
|
5
|
+
version: "6.2.4"
|
|
6
6
|
engine: token_budgets
|
|
7
7
|
|
|
8
8
|
# =============================================================================
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
# DOMYH Awesome Code — Token Loading Strategy v6.2.
|
|
1
|
+
# DOMYH Awesome Code — Token Loading Strategy v6.2.4
|
|
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.
|
|
8
|
+
version: "6.2.4"
|
|
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.
|
|
1
|
+
# DOMYH Awesome Code — Token Optimization Summary v6.2.4
|
|
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.
|
|
83
|
+
# Phase 5: Cleanup & SSoT (v6.2.4)
|
|
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
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
# MCP Tools - Model Context Protocol Integration
|
|
4
4
|
# =============================================================================
|
|
5
5
|
|
|
6
|
-
version: "6.2.
|
|
6
|
+
version: "6.2.4"
|
|
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.
|
|
30
|
+
version: "6.2.4"
|
|
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.
|
|
180
|
+
# Reference TOKEN_BUDGETS.yaml as SSoT (v6.2.4 cleanup)
|
|
181
181
|
thresholds:
|
|
182
182
|
reference: core/TOKEN_BUDGETS.yaml
|
|
183
183
|
use:
|
package/.agent/i18n/en.yaml
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# =============================================================================
|
|
2
2
|
# DOMYH Awesome Code - English Strings
|
|
3
|
-
# i18n/en.yaml v6.2.
|
|
3
|
+
# i18n/en.yaml v6.2.4 — 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.
|
|
12
|
-
version_short:
|
|
11
|
+
version: "6.2.4" # Sync from VERSION.yaml
|
|
12
|
+
version_short: v6.2.4
|
|
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.
|
|
235
|
+
# Deep Interview (v6.2.4)
|
|
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.
|
|
243
|
+
# Auto Test Loop (v6.2.4)
|
|
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.
|
|
256
|
+
# Step Confirmation (v6.2.4)
|
|
257
257
|
step_done: "━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\n✅ DONE: {task_name}\n━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━"
|
|
258
258
|
step_next: "→ Continue to next task? (y/adjust/stop)"
|
|
259
259
|
|