@nockdev/awf 6.2.1 → 6.2.3
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 +2 -2
- 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/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 +4 -4
- 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 +2 -2
- 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/core/reference/TEMPLATES.yaml +1 -1
- package/.agent/i18n/en.yaml +6 -6
- package/.agent/i18n/vi.yaml +6 -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 +1 -1
- 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 +2 -2
- package/.agent/personas/auditor.md +2 -2
- package/.agent/personas/debugger.md +2 -2
- package/.agent/personas/developer.md +2 -2
- package/.agent/personas/devops.md +2 -2
- package/.agent/personas/documenter.md +2 -2
- package/.agent/personas/orchestrator.md +2 -2
- package/.agent/personas/persona.schema.yaml +1 -1
- package/.agent/personas/planner.md +2 -2
- package/.agent/personas/researcher.md +2 -2
- package/.agent/personas/security.md +2 -2
- package/.agent/personas/tester.md +2 -2
- package/.agent/rules/README.md +1 -1
- package/.agent/rules/archive/constitutional/tier-0-core.yaml +6 -6
- package/.agent/rules/archive/constitutional/tier-1-safety.yaml +6 -6
- package/.agent/rules/archive/constitutional/tier-2-execution.yaml +7 -7
- package/.agent/rules/archive/context-management.yaml +1 -1
- package/.agent/rules/archive/duplication-prevention.md +1 -1
- package/.agent/rules/archive/evidence.yaml +3 -3
- package/.agent/rules/archive/project-detection.md +1 -1
- package/.agent/rules/archive/reflection.yaml +2 -2
- package/.agent/rules/archive/versioning.yaml +3 -3
- package/.agent/rules/data/build-systems.yaml +2 -2
- package/.agent/rules/modules/agent-delegation.yaml +2 -2
- package/.agent/rules/modules/edit-verification.yaml +1 -1
- package/.agent/rules/modules/git-workflow.yaml +1 -1
- package/.agent/rules/modules/language.yaml +1 -1
- package/.agent/rules/modules/online-research.yaml +4 -4
- package/.agent/rules/modules/performance-optimization.yaml +2 -2
- package/.agent/rules/modules/quality.yaml +3 -3
- package/.agent/rules/modules/stop-conditions.yaml +1 -1
- package/.agent/rules/modules/terminal-safety.yaml +47 -3
- package/.agent/rules/modules/yagni.yaml +1 -1
- package/.agent/rules/validation-framework.md +1 -1
- package/.agent/skills/DEVELOPMENT.yaml +15 -4
- package/.agent/skills/README.md +1 -1
- package/.agent/skills/_categories.yaml +2 -2
- package/.agent/skills/core/api-design/META.yaml +1 -1
- package/.agent/skills/core/api-design/data/api-versioning.yaml +1 -1
- package/.agent/skills/core/api-design/data/error-responses.yaml +1 -1
- package/.agent/skills/core/api-design/data/graphql-patterns.yaml +1 -1
- package/.agent/skills/core/api-design/data/grpc-patterns.yaml +1 -1
- package/.agent/skills/core/api-design/data/http-status-codes.yaml +1 -1
- package/.agent/skills/core/api-design/data/pagination.yaml +1 -1
- package/.agent/skills/core/api-design/data/rate-limiting.yaml +1 -1
- package/.agent/skills/core/api-design/data/rest-patterns.yaml +1 -1
- package/.agent/skills/core/api-design/data/test-apis.yaml +1 -1
- package/.agent/skills/core/authentication/META.yaml +1 -1
- package/.agent/skills/core/authentication/data/anti-patterns.yaml +1 -1
- package/.agent/skills/core/authentication/data/core-patterns.yaml +1 -1
- package/.agent/skills/core/authentication/data/jwt-patterns.yaml +1 -1
- package/.agent/skills/core/authentication/data/language-csharp.yaml +1 -1
- package/.agent/skills/core/authentication/data/language-go.yaml +1 -1
- package/.agent/skills/core/authentication/data/language-java.yaml +1 -1
- package/.agent/skills/core/authentication/data/language-mobile.yaml +1 -1
- package/.agent/skills/core/authentication/data/language-python.yaml +1 -1
- package/.agent/skills/core/authentication/data/language-rust.yaml +1 -1
- package/.agent/skills/core/authentication/data/language-typescript.yaml +1 -1
- package/.agent/skills/core/authentication/data/mfa-patterns.yaml +1 -1
- package/.agent/skills/core/authentication/data/oauth-patterns.yaml +1 -1
- package/.agent/skills/core/authentication/data/oauth.yaml +1 -1
- package/.agent/skills/core/authentication/data/passkeys-webauthn.yaml +1 -1
- package/.agent/skills/core/authentication/data/passkeys.yaml +1 -1
- package/.agent/skills/core/authentication/data/password-patterns.yaml +1 -1
- package/.agent/skills/core/authentication/data/password.yaml +1 -1
- package/.agent/skills/core/authentication/data/session-patterns.yaml +1 -1
- package/.agent/skills/core/error-handling/META.yaml +1 -1
- package/.agent/skills/core/error-handling/data/anti-patterns.yaml +1 -1
- package/.agent/skills/core/error-handling/data/api-error-patterns.yaml +1 -1
- package/.agent/skills/core/error-handling/data/core-patterns.yaml +1 -1
- package/.agent/skills/core/error-handling/data/error-codes.yaml +1 -1
- package/.agent/skills/core/error-handling/data/error-messages.yaml +1 -1
- package/.agent/skills/core/error-handling/data/language-c-cpp.yaml +1 -1
- package/.agent/skills/core/error-handling/data/language-go-rust.yaml +1 -1
- package/.agent/skills/core/error-handling/data/language-python-java.yaml +1 -1
- package/.agent/skills/core/error-handling/data/language-swift-kotlin.yaml +1 -1
- package/.agent/skills/core/error-handling/data/language-typescript-php-ruby.yaml +1 -1
- package/.agent/skills/core/error-handling/data/resilience-patterns.yaml +1 -1
- package/.agent/skills/core/error-handling/data/ui-error-patterns.yaml +1 -1
- package/.agent/skills/core/logging/META.yaml +1 -1
- package/.agent/skills/core/logging/data/aggregation-patterns.yaml +1 -1
- package/.agent/skills/core/logging/data/anti-patterns.yaml +1 -1
- package/.agent/skills/core/logging/data/core-patterns.yaml +1 -1
- package/.agent/skills/core/logging/data/language-csharp.yaml +1 -1
- package/.agent/skills/core/logging/data/language-go.yaml +1 -1
- package/.agent/skills/core/logging/data/language-java.yaml +1 -1
- package/.agent/skills/core/logging/data/language-kotlin.yaml +1 -1
- package/.agent/skills/core/logging/data/language-others.yaml +1 -1
- package/.agent/skills/core/logging/data/language-python.yaml +1 -1
- package/.agent/skills/core/logging/data/language-rust.yaml +1 -1
- package/.agent/skills/core/logging/data/language-swift.yaml +1 -1
- package/.agent/skills/core/logging/data/language-typescript.yaml +1 -1
- package/.agent/skills/core/logging/data/otel-logging.yaml +1 -1
- package/.agent/skills/core/observability/META.yaml +1 -1
- package/.agent/skills/core/observability/data/alerting-patterns.yaml +1 -1
- package/.agent/skills/core/observability/data/anti-patterns.yaml +1 -1
- package/.agent/skills/core/observability/data/core-patterns.yaml +1 -1
- package/.agent/skills/core/observability/data/language-cpp.yaml +1 -1
- package/.agent/skills/core/observability/data/language-csharp.yaml +1 -1
- package/.agent/skills/core/observability/data/language-go.yaml +1 -1
- package/.agent/skills/core/observability/data/language-java.yaml +1 -1
- package/.agent/skills/core/observability/data/language-others.yaml +1 -1
- package/.agent/skills/core/observability/data/language-python.yaml +1 -1
- package/.agent/skills/core/observability/data/language-rust.yaml +1 -1
- package/.agent/skills/core/observability/data/language-typescript.yaml +1 -1
- package/.agent/skills/core/observability/data/metrics-patterns.yaml +1 -1
- package/.agent/skills/core/observability/data/metrics-prometheus.yaml +1 -1
- package/.agent/skills/core/observability/data/otel-core.yaml +1 -1
- package/.agent/skills/core/observability/data/profiling-patterns.yaml +1 -1
- package/.agent/skills/core/observability/data/tracing-patterns.yaml +1 -1
- package/.agent/skills/core/observability/data/tracing-tools.yaml +1 -1
- package/.agent/skills/core/security/META.yaml +1 -1
- package/.agent/skills/core/security/SKILL.md +1 -1
- package/.agent/skills/core/security/data/ai-ml-security.yaml +1 -1
- package/.agent/skills/core/security/data/api-security.yaml +1 -1
- package/.agent/skills/core/security/data/auth-patterns.yaml +1 -1
- package/.agent/skills/core/security/data/binary-exploitation.yaml +1 -1
- package/.agent/skills/core/security/data/cloud-security.yaml +1 -1
- package/.agent/skills/core/security/data/cwe-top25.yaml +1 -1
- package/.agent/skills/core/security/data/language-specific/c-security.yaml +1 -1
- package/.agent/skills/core/security/data/language-specific/cpp-security.yaml +1 -1
- package/.agent/skills/core/security/data/language-specific/csharp-security.yaml +1 -1
- package/.agent/skills/core/security/data/language-specific/go-security.yaml +1 -1
- package/.agent/skills/core/security/data/language-specific/java-security.yaml +1 -1
- package/.agent/skills/core/security/data/language-specific/kotlin-security.yaml +1 -1
- package/.agent/skills/core/security/data/language-specific/php-security.yaml +1 -1
- package/.agent/skills/core/security/data/language-specific/python-security.yaml +1 -1
- package/.agent/skills/core/security/data/language-specific/ruby-security.yaml +1 -1
- package/.agent/skills/core/security/data/language-specific/rust-security.yaml +1 -1
- package/.agent/skills/core/security/data/language-specific/solidity-security.yaml +1 -1
- package/.agent/skills/core/security/data/language-specific/swift-security.yaml +1 -1
- package/.agent/skills/core/security/data/language-specific/typescript-security.yaml +1 -1
- package/.agent/skills/core/security/data/mobile-security.yaml +1 -1
- package/.agent/skills/core/security/data/network-security.yaml +1 -1
- package/.agent/skills/core/security/data/owasp-top10.yaml +1 -1
- package/.agent/skills/core/security/data/reverse-engineering.yaml +1 -1
- package/.agent/skills/core/security/data/supply-chain.yaml +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/audit-pro/SKILL.md +61 -0
- 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/coding-rules/data/architecture-patterns.yaml +1 -1
- package/.agent/skills/cross-cutting/coding-rules/data/build-systems.yaml +1 -1
- package/.agent/skills/cross-cutting/coding-rules/data/coding-rules.yaml +1 -1
- package/.agent/skills/cross-cutting/coding-rules/data/concurrency-patterns.yaml +1 -1
- package/.agent/skills/cross-cutting/coding-rules/data/design-patterns.yaml +1 -1
- package/.agent/skills/cross-cutting/coding-rules/data/framework-directories.yaml +1 -1
- package/.agent/skills/cross-cutting/coding-rules/data/framework-signatures.yaml +1 -1
- package/.agent/skills/cross-cutting/coding-rules/data/memory-management.yaml +1 -1
- package/.agent/skills/cross-cutting/coding-rules/data/naming-conventions.yaml +1 -1
- package/.agent/skills/cross-cutting/coding-rules/data/performance-benchmarks.yaml +1 -1
- package/.agent/skills/cross-cutting/coding-rules/data/solid-principles.yaml +1 -1
- package/.agent/skills/cross-cutting/coding-rules/data/test-frameworks.yaml +1 -1
- package/.agent/skills/cross-cutting/database/META.yaml +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/animation-ui-kits.yaml +1 -1
- package/.agent/skills/cross-cutting/domyh-design/data/charts.yaml +1 -1
- package/.agent/skills/cross-cutting/domyh-design/data/colors.yaml +1 -1
- package/.agent/skills/cross-cutting/domyh-design/data/component-decision.yaml +1 -1
- package/.agent/skills/cross-cutting/domyh-design/data/component-effects.yaml +1 -1
- package/.agent/skills/cross-cutting/domyh-design/data/component-mapping.yaml +1 -1
- package/.agent/skills/cross-cutting/domyh-design/data/design-system-prompts.yaml +1 -1
- package/.agent/skills/cross-cutting/domyh-design/data/design-tokens.yaml +1 -1
- package/.agent/skills/cross-cutting/domyh-design/data/desktop-animation.yaml +1 -1
- package/.agent/skills/cross-cutting/domyh-design/data/desktop-architecture.yaml +1 -1
- package/.agent/skills/cross-cutting/domyh-design/data/desktop-colors.yaml +2 -2
- package/.agent/skills/cross-cutting/domyh-design/data/directory-structure.yaml +1 -1
- package/.agent/skills/cross-cutting/domyh-design/data/icons.yaml +1 -1
- package/.agent/skills/cross-cutting/domyh-design/data/image-gen-prompts.yaml +1 -1
- package/.agent/skills/cross-cutting/domyh-design/data/image-gen-workflows.yaml +1 -1
- package/.agent/skills/cross-cutting/domyh-design/data/implementation-strategy.yaml +1 -1
- package/.agent/skills/cross-cutting/domyh-design/data/landing.yaml +1 -1
- package/.agent/skills/cross-cutting/domyh-design/data/micro-interactions.yaml +1 -1
- package/.agent/skills/cross-cutting/domyh-design/data/platform-frameworks.yaml +1 -1
- package/.agent/skills/cross-cutting/domyh-design/data/platform-guidelines.yaml +1 -1
- package/.agent/skills/cross-cutting/domyh-design/data/products.yaml +1 -1
- package/.agent/skills/cross-cutting/domyh-design/data/prompts.yaml +1 -1
- package/.agent/skills/cross-cutting/domyh-design/data/react-performance.yaml +1 -1
- package/.agent/skills/cross-cutting/domyh-design/data/scroll-animation-patterns.yaml +1 -1
- package/.agent/skills/cross-cutting/domyh-design/data/stacks/desktop.yaml +1 -1
- package/.agent/skills/cross-cutting/domyh-design/data/stacks/flutter.yaml +1 -1
- package/.agent/skills/cross-cutting/domyh-design/data/stacks/html-tailwind.yaml +1 -1
- package/.agent/skills/cross-cutting/domyh-design/data/stacks/nextjs.yaml +1 -1
- package/.agent/skills/cross-cutting/domyh-design/data/stacks/nuxt-ui.yaml +1 -1
- package/.agent/skills/cross-cutting/domyh-design/data/stacks/nuxtjs.yaml +1 -1
- package/.agent/skills/cross-cutting/domyh-design/data/stacks/react-native.yaml +1 -1
- package/.agent/skills/cross-cutting/domyh-design/data/stacks/react.yaml +1 -1
- package/.agent/skills/cross-cutting/domyh-design/data/stacks/shadcn.yaml +1 -1
- package/.agent/skills/cross-cutting/domyh-design/data/stacks/svelte.yaml +1 -1
- package/.agent/skills/cross-cutting/domyh-design/data/stacks/swiftui.yaml +1 -1
- package/.agent/skills/cross-cutting/domyh-design/data/stacks/vue.yaml +1 -1
- package/.agent/skills/cross-cutting/domyh-design/data/styles.yaml +1 -1
- package/.agent/skills/cross-cutting/domyh-design/data/tailwind-animation-plugins.yaml +1 -1
- package/.agent/skills/cross-cutting/domyh-design/data/typography.yaml +1 -1
- package/.agent/skills/cross-cutting/domyh-design/data/ui-reasoning.yaml +1 -1
- package/.agent/skills/cross-cutting/domyh-design/data/ux-guidelines.yaml +1 -1
- package/.agent/skills/cross-cutting/domyh-design/data/web-animation-libraries.yaml +1 -1
- package/.agent/skills/cross-cutting/domyh-design/data/web-interface.yaml +1 -1
- package/.agent/skills/cross-cutting/domyh-design/data/webview-animation-optimization.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 +1 -1
- package/.agent/skills/cross-cutting/testing/SKILL.md +1 -1
- package/.agent/skills/cross-cutting/testing/data/frameworks.yaml +2 -2
- package/.agent/skills/cross-cutting/testing/data/patterns.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/aws/SKILL.md +53 -0
- package/.agent/skills/devops/ci-cd/META.yaml +1 -1
- package/.agent/skills/devops/ci-cd/SKILL.md +51 -0
- package/.agent/skills/devops/docker/META.yaml +1 -1
- package/.agent/skills/devops/docker/SKILL.md +49 -0
- package/.agent/skills/devops/kubernetes/META.yaml +1 -1
- package/.agent/skills/devops/kubernetes/SKILL.md +52 -0
- 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 +4 -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 +2 -2
- 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/ap.md +3 -3
- package/.agent/workflows/code.md +1 -1
- package/.agent/workflows/debug.md +2 -2
- package/.agent/workflows/deploy.md +2 -2
- package/.agent/workflows/dev.md +1 -1
- package/.agent/workflows/init.md +1 -1
- package/.agent/workflows/onboard.md +3 -3
- package/.agent/workflows/orchestrate.md +2 -2
- package/.agent/workflows/perf.md +1 -1
- package/.agent/workflows/plan.md +35 -12
- package/.agent/workflows/prompt.md +1 -0
- package/.agent/workflows/review.md +3 -2
- package/.agent/workflows/security.md +2 -2
- package/.agent/workflows/status.md +1 -1
- package/README.md +76 -47
- package/configs/aider/root.CONVENTIONS.md +58 -0
- package/configs/amazonq/root.amazonq.md +58 -0
- package/configs/amp/root.AGENTS.md +58 -0
- package/configs/antigravity/root.GEMINI.md +58 -0
- package/configs/augment/root.guidelines.md +58 -0
- package/configs/claude/root.CLAUDE.md +58 -0
- package/configs/cline/root.clinerules.md +58 -0
- package/configs/coderabbit/root.coderabbit.yaml +52 -0
- package/configs/codex/root.AGENTS.md +58 -0
- package/configs/cody/root.commands.json +76 -0
- package/configs/continue/root.continue.md +58 -0
- package/configs/copilot/root.copilot-instructions.md +58 -0
- package/configs/cursor/root.cursorrules +58 -0
- package/configs/gemini/root.GEMINI.md +58 -0
- package/configs/jetbrains/root.guidelines.md +58 -0
- package/configs/opencode/root.opencode.json +29 -0
- package/configs/roo/root.roorules.md +58 -0
- package/configs/tabnine/root.guidelines.md +58 -0
- package/configs/vscode/root.copilot-instructions.md +58 -0
- package/configs/windsurf/root.windsurfrules +58 -0
- package/configs/zed/root.settings.json +15 -0
- package/dist/commands/init.d.ts.map +1 -1
- package/dist/commands/init.js +42 -53
- package/dist/commands/init.js.map +1 -1
- package/dist/commands/install-helpers.d.ts.map +1 -1
- package/dist/commands/install-helpers.js +2 -0
- package/dist/commands/install-helpers.js.map +1 -1
- package/dist/commands/mcp-registry.d.ts +1 -1
- package/dist/commands/mcp-registry.d.ts.map +1 -1
- package/dist/commands/mcp-registry.js +4 -2
- package/dist/commands/mcp-registry.js.map +1 -1
- package/dist/commands/mcp-writers.d.ts +1 -1
- package/dist/commands/mcp-writers.js +1 -1
- package/dist/constants/ide-install-specs.js +9 -9
- package/dist/constants/ide-install-specs.js.map +1 -1
- package/dist/constants.d.ts +1 -1
- package/dist/constants.js +1 -1
- package/dist/types/ide-install.js +1 -1
- package/dist/utils/copy-helpers.d.ts.map +1 -1
- package/dist/utils/copy-helpers.js +21 -9
- package/dist/utils/copy-helpers.js.map +1 -1
- package/dist/utils/install-manifest.d.ts.map +1 -1
- package/dist/utils/install-manifest.js +2 -1
- package/dist/utils/install-manifest.js.map +1 -1
- package/dist/utils/validation.d.ts.map +1 -1
- package/dist/utils/validation.js +4 -7
- package/dist/utils/validation.js.map +1 -1
- package/package.json +5 -4
|
@@ -12,7 +12,7 @@ skills: { required: [], contextual: [auto] }
|
|
|
12
12
|
|
|
13
13
|
## DEBUG FLOW
|
|
14
14
|
|
|
15
|
-
1. **CAPTURE** (Auto) — Auto-detect language via HSA (`hsa_detect_stack`), load skill via HSA (`hsa_get_context`), parse stack trace, identify affected files. Show: `[Step 1/7] Capturing error context...`
|
|
15
|
+
1. **CAPTURE** (Auto) — Auto-detect language via HSA (`hsa_detect_stack`), load skill via HSA (`hsa_get_context`, `hsa_search_skills`), parse stack trace, identify affected files, `hsa_prefetch` suspected files. Show: `[Step 1/7] Capturing error context...`
|
|
16
16
|
2. **TIMELINE** — Reconstruct event timeline: `git log --oneline -10`, check recent changes to affected files, correlate with error timestamps. Answer: "When did this start?"
|
|
17
17
|
3. **REPRODUCE** — Create minimal reproduction, confirm error occurs consistently → ⛔ STOP if cannot reproduce: ask user 5 questions
|
|
18
18
|
4. **ISOLATE** — Binary search / git bisect, add trace logging, narrow to exact location
|
|
@@ -24,7 +24,7 @@ skills: { required: [], contextual: [auto] }
|
|
|
24
24
|
```
|
|
25
25
|
6. **ANALYZE** — 5 Whys on CONFIRMED root cause (not assumptions)
|
|
26
26
|
7. **FIX** — Create FAILING test first, implement single fix → if 3+ fixes fail → question architecture. Add **prevention guard** to block similar bugs
|
|
27
|
-
8. **VERIFY** — Run reproduction steps, run full test suite, show before/after evidence. Persist pattern to
|
|
27
|
+
8. **VERIFY** — Run reproduction steps, run full test suite, show before/after evidence. Persist pattern to `.domyh/debug/failures.yaml` if novel
|
|
28
28
|
|
|
29
29
|
---
|
|
30
30
|
|
|
@@ -16,7 +16,7 @@ skills:
|
|
|
16
16
|
|
|
17
17
|
## DEPLOYMENT FLOW
|
|
18
18
|
|
|
19
|
-
1. **PRE-FLIGHT** (Auto) — Detect stack via HSA (`hsa_detect_stack`), load deploy context (`hsa_get_context`). Run pre-flight checklist:
|
|
19
|
+
1. **PRE-FLIGHT** (Auto) — Detect stack via HSA (`hsa_detect_stack`), verify environment (`hsa_detect_environment`), load deploy context (`hsa_get_context`). Run pre-flight checklist:
|
|
20
20
|
- [ ] Tests pass (`npm test` / `go test ./...`)
|
|
21
21
|
- [ ] Security scan (no P0 vulnerabilities)
|
|
22
22
|
- [ ] Dependencies up to date (no critical outdated)
|
|
@@ -67,7 +67,7 @@ pre_flight:
|
|
|
67
67
|
```yaml
|
|
68
68
|
# Prevent concurrent deployments
|
|
69
69
|
deploy_lock:
|
|
70
|
-
file: ".deploy.lock"
|
|
70
|
+
file: ".domyh/deploy.lock"
|
|
71
71
|
content: |
|
|
72
72
|
deployer: [user/agent]
|
|
73
73
|
started: [ISO timestamp]
|
package/.agent/workflows/dev.md
CHANGED
|
@@ -12,7 +12,7 @@ skills: { required: [], contextual: [auto] }
|
|
|
12
12
|
|
|
13
13
|
## DEV FLOW
|
|
14
14
|
|
|
15
|
-
1. **DETECT** — Identify stack via HSA (`hsa_detect_stack`), find dev commands, check monorepo (nx.json, turbo.json, pnpm-workspace.yaml, package.json workspaces). Show: `[Step 1/6] Detecting stack...`
|
|
15
|
+
1. **DETECT** — Identify stack via HSA (`hsa_detect_stack`), verify environment (`hsa_detect_environment`), find dev commands, check monorepo (nx.json, turbo.json, pnpm-workspace.yaml, package.json workspaces). Show: `[Step 1/6] Detecting stack...`
|
|
16
16
|
2. **DEPS CHECK** — Verify dependencies installed:
|
|
17
17
|
- Node.js: `node_modules/` exists? → If not: auto-run `npm install` (or yarn/pnpm/bun)
|
|
18
18
|
- Go: `go.sum` exists? → If not: `go mod download`
|
package/.agent/workflows/init.md
CHANGED
|
@@ -12,7 +12,7 @@ skills: { required: [], contextual: [auto] }
|
|
|
12
12
|
|
|
13
13
|
## INITIALIZATION FLOW
|
|
14
14
|
|
|
15
|
-
1. **DETECT** (Auto) — Parse user intent, detect existing project via HSA (`hsa_detect_stack`), infer stack from keywords
|
|
15
|
+
1. **DETECT** (Auto) — Parse user intent, detect existing project via HSA (`hsa_detect_stack`), check installed tools (`hsa_detect_environment`), infer stack from keywords
|
|
16
16
|
2. **CONFIGURE** — Select template, choose architecture → ⛔ STOP: confirm before scaffold
|
|
17
17
|
3. **SCAFFOLD** — Run init commands, create folder structure, generate base files
|
|
18
18
|
4. **CONFIGURE** — Setup linting/formatting, git hooks, create .env.example
|
|
@@ -12,12 +12,12 @@ skills: { required: [], contextual: [auto] }
|
|
|
12
12
|
|
|
13
13
|
## ONBOARD FLOW
|
|
14
14
|
|
|
15
|
-
1. **DETECT** — Stack detection (`hsa_detect_stack`), count files/dirs, identify entry points & configs. Show: `[Step 1/6] Detecting stack...`
|
|
16
|
-
2. **ANALYZE** — Parse architecture: folder structure, key modules, dependency graph, build system. Show: `[Step 2/6] Analyzing 342 files...`
|
|
15
|
+
1. **DETECT** — Stack detection (`hsa_detect_stack`), project snapshot (`hsa_get_snapshot`), count files/dirs, identify entry points & configs. Show: `[Step 1/6] Detecting stack...`
|
|
16
|
+
2. **ANALYZE** — Parse architecture: folder structure, key modules, dependency graph, build system. Use `hsa_get_repo_map` for file importance ranking. Show: `[Step 2/6] Analyzing 342 files...`
|
|
17
17
|
3. **MAP** — Generate Mermaid architecture diagram + module dependency graph. Show: `[Step 3/6] Mapping architecture...`
|
|
18
18
|
4. **ASSESS** — Identify code health: test coverage, lint score, outdated deps, known issues. Show: `[Step 4/6] Assessing code health...`
|
|
19
19
|
5. **GUIDE** — Create "Getting Started" guide: setup steps, key files, conventions, common tasks. Show: `[Step 5/6] Generating guide...`
|
|
20
|
-
6. **SYNC** — Save onboard report to `.domyh/onboard_YYYY-MM-DD.md`. Show: `[Step 6/6] Saving report...`
|
|
20
|
+
6. **SYNC** — Save onboard report to `.domyh/onboard/onboard_YYYY-MM-DD.md`. Show: `[Step 6/6] Saving report...`
|
|
21
21
|
|
|
22
22
|
---
|
|
23
23
|
|
|
@@ -13,8 +13,8 @@ skills: { required: [], contextual: [] }
|
|
|
13
13
|
## ORCHESTRATE FLOW
|
|
14
14
|
|
|
15
15
|
1. **DECOMPOSE** — Break complex task into sub-tasks, identify dependencies, build DAG (Directed Acyclic Graph). Show: `[Step 1/5] Decomposing into 4 parallel tasks...`
|
|
16
|
-
2. **ASSIGN** — Map sub-tasks to specialist personas, define interfaces between agents
|
|
17
|
-
3. **PLAN** — Define execution order, checkpoints, rollback points → ⛔ STOP for user approval. Show task DAG visualization
|
|
16
|
+
2. **ASSIGN** — Map sub-tasks to specialist personas, define interfaces between agents. Use `hsa_prepare_handoff` per sub-task for context injection
|
|
17
|
+
3. **PLAN** — Define execution order, checkpoints, rollback points. Use `hsa_filter_tools` per sub-agent to reduce prompt bloat → ⛔ STOP for user approval. Show task DAG visualization
|
|
18
18
|
4. **EXECUTE** — Run parallel tasks, monitor progress, handle failures. Show: `[Task 2/4] Backend API ████████░░ 80%`
|
|
19
19
|
5. **SYNTHESIZE** — Merge results, resolve conflicts, verify integration. Run cross-task tests
|
|
20
20
|
|
package/.agent/workflows/perf.md
CHANGED
|
@@ -16,7 +16,7 @@ skills: { required: [], contextual: [auto] }
|
|
|
16
16
|
2. **PROFILE** — CPU/memory profiling, flamegraphs
|
|
17
17
|
3. **ANALYZE** — Identify hotspots, bottlenecks
|
|
18
18
|
4. **OPTIMIZE** — Apply fixes, verify improvement
|
|
19
|
-
5. **REPORT** — Before/after comparison
|
|
19
|
+
5. **REPORT** — Before/after comparison. Save to `.domyh/perf/benchmark_YYYY-MM-DD.md`
|
|
20
20
|
|
|
21
21
|
---
|
|
22
22
|
|
package/.agent/workflows/plan.md
CHANGED
|
@@ -13,26 +13,49 @@ skills: { required: [], contextual: [auto] }
|
|
|
13
13
|
## PLAN FLOW
|
|
14
14
|
|
|
15
15
|
1. **PHASE 0: DEEP INTERVIEW** — Thu thập context (skip if clear) → ⛔ STOP if info missing
|
|
16
|
-
2. **PHASE 1: UNDERSTAND** — Parse request, detect stack via HSA (`hsa_detect_stack`), load context (`hsa_get_context`), clarify scope
|
|
17
|
-
3. **PHASE 2: ANALYZE** — Impact assessment, risk analysis, dependencies
|
|
16
|
+
2. **PHASE 1: UNDERSTAND** — Parse request, detect stack via HSA (`hsa_detect_stack`), load context (`hsa_get_context`), use `hsa_get_repo_map` for codebase overview, clarify scope
|
|
17
|
+
3. **PHASE 2: ANALYZE** — Impact assessment, risk analysis, dependencies. `hsa_prefetch` target files for deep analysis
|
|
18
18
|
4. **PHASE 3: DESIGN** — Technical design, architecture, API contracts
|
|
19
19
|
5. **PHASE 4: BREAKDOWN** — Task decomposition, effort estimation → ⛔ STOP for user approval
|
|
20
20
|
6. **PHASE 5: VALIDATE** — Review with user, finalize plan
|
|
21
|
+
7. **PHASE 6: PERSIST** — Save to `.domyh/plans/YYYY-MM-DD_{feature-slug}/plan.md`. If scope ≥ L, also save `impact.md` and `tasks.md`. Update `memory/state.json` → `phase_progress.active_plan`. Show: `📁 Saved: .domyh/plans/2026-02-12_payment-gateway/`
|
|
21
22
|
|
|
22
23
|
---
|
|
23
24
|
|
|
24
25
|
## COMMANDS
|
|
25
26
|
|
|
26
|
-
| Command | Description
|
|
27
|
-
| -------------------------- |
|
|
28
|
-
| `/plan [feature]` | Full planning flow
|
|
29
|
-
| `/plan quick [feature]` | Rapid plan (skip Phase 0)
|
|
30
|
-
| `/plan estimate [feature]` | Effort estimation only
|
|
31
|
-
| `/plan flow [sprint]` | Flow metrics for sprint
|
|
32
|
-
| `/plan forecast [n]` | Forecast n items
|
|
33
|
-
| `/plan specify [feature]` | Spec-driven (DoR + INVEST)
|
|
34
|
-
| `/plan sprint` | Sprint planning (DoD/DoR)
|
|
35
|
-
| `/plan uat [feature]` | UAT scenario planning
|
|
27
|
+
| Command | Description |
|
|
28
|
+
| -------------------------- | ----------------------------------- |
|
|
29
|
+
| `/plan [feature]` | Full planning flow |
|
|
30
|
+
| `/plan quick [feature]` | Rapid plan (skip Phase 0) |
|
|
31
|
+
| `/plan estimate [feature]` | Effort estimation only |
|
|
32
|
+
| `/plan flow [sprint]` | Flow metrics for sprint |
|
|
33
|
+
| `/plan forecast [n]` | Forecast n items |
|
|
34
|
+
| `/plan specify [feature]` | Spec-driven (DoR + INVEST) |
|
|
35
|
+
| `/plan sprint` | Sprint planning (DoD/DoR) |
|
|
36
|
+
| `/plan uat [feature]` | UAT scenario planning |
|
|
37
|
+
| `/plan list` | List saved plans in `.domyh/plans/` |
|
|
38
|
+
| `/plan open [slug]` | Open a saved plan |
|
|
39
|
+
| `/plan compare [a] [b]` | Compare two plan versions |
|
|
40
|
+
|
|
41
|
+
---
|
|
42
|
+
|
|
43
|
+
## PLAN OUTPUT
|
|
44
|
+
|
|
45
|
+
```yaml
|
|
46
|
+
output:
|
|
47
|
+
base: ".domyh/plans/"
|
|
48
|
+
structure: "YYYY-MM-DD_{feature-slug}/"
|
|
49
|
+
files:
|
|
50
|
+
plan.md: "Main plan (always created)"
|
|
51
|
+
impact.md: "Impact analysis (when scope ≥ L)"
|
|
52
|
+
tasks.md: "Task breakdown (when scope ≥ L)"
|
|
53
|
+
naming:
|
|
54
|
+
slug: "kebab-case from plan title, max 30 chars"
|
|
55
|
+
example: ".domyh/plans/2026-02-12_payment-gateway/"
|
|
56
|
+
active_ref: "Update memory/state.json → phase_progress.active_plan"
|
|
57
|
+
memory_sync: "Update memory/state.json with plan metadata"
|
|
58
|
+
```
|
|
36
59
|
|
|
37
60
|
---
|
|
38
61
|
|
|
@@ -17,6 +17,7 @@ skills: { required: [prompt-engineering], contextual: [domyh-design] }
|
|
|
17
17
|
3. **STRUCTURE** — Apply RCTO Framework (Role-Context-Task-Output). Map research → sections phù hợp. Choose template theo prompt type. Show: `[Step 3/5] Structuring prompt with 6 sections...`
|
|
18
18
|
4. **GENERATE** — Tạo structured markdown prompt. Viết bằng ngôn ngữ người dùng yêu cầu. Apply prompt-engineering patterns (CoT, few-shot, role-play). Show: `[Step 4/5] Generating prompt...`
|
|
19
19
|
5. **REFINE** — Present output → ⛔ **STOP — user review**. Iterate nếu cần: thêm chi tiết, đổi style, adjust parameters.
|
|
20
|
+
6. **SAVE** (Optional) — If user confirms, save to `.domyh/prompts/prompt_YYYY-MM-DD_{type}.md`
|
|
20
21
|
|
|
21
22
|
---
|
|
22
23
|
|
|
@@ -12,12 +12,13 @@ skills: { required: [security], contextual: [auto] }
|
|
|
12
12
|
|
|
13
13
|
## REVIEW FLOW
|
|
14
14
|
|
|
15
|
-
1. **CONTEXT** — Detect stack via HSA (`hsa_detect_stack`), load review context (`hsa_get_context`),
|
|
15
|
+
1. **CONTEXT** — Detect stack via HSA (`hsa_detect_stack`), load review context (`hsa_get_context`), `hsa_prefetch` changed files. Auto-detect review scope: staged changes, uncommitted, or PR
|
|
16
16
|
2. **DIFF ANALYSIS** — Parse `git diff --staged` or PR diff, classify change types, identify high-risk areas (auth, payments, data). Show: `[Analyzing] 12 files changed, 3 high-risk`
|
|
17
17
|
3. **REVIEW** — Apply 5-category checklist on changed code, inline comments with severity
|
|
18
18
|
4. **SELF-REVIEW** — Agent re-reads own findings, removes false positives, verifies evidence accuracy
|
|
19
19
|
5. **REPORT** — Structured feedback with severity, approve/comment/request changes decision
|
|
20
|
-
6. **
|
|
20
|
+
6. **PERSIST** — Save review findings to `.domyh/reviews/review_YYYY-MM-DD.md`
|
|
21
|
+
7. **SYNC** — `hsa_check_changes` to update index
|
|
21
22
|
|
|
22
23
|
---
|
|
23
24
|
|
|
@@ -156,7 +156,7 @@ Scan Types: SAST ✅ | SCA ✅ | Secrets ✅ | Container ⏭️ | License ✅
|
|
|
156
156
|
| Low | 7 | 7 |
|
|
157
157
|
|
|
158
158
|
⏱️ Duration: 45s | Files: 128 | Dependencies: 47
|
|
159
|
-
📁 Full: .domyh/
|
|
159
|
+
📁 Full: .domyh/security/scan_YYYY-MM-DD.json
|
|
160
160
|
```
|
|
161
161
|
|
|
162
162
|
---
|
|
@@ -183,4 +183,4 @@ Scan Types: SAST ✅ | SCA ✅ | Secrets ✅ | Container ⏭️ | License ✅
|
|
|
183
183
|
- Never expose actual secret values in reports (mask to `sk-****...****`)
|
|
184
184
|
- Warn before scanning large directories (> 10,000 files)
|
|
185
185
|
- Skip scanning `node_modules/`, `vendor/`, `.git/` by default
|
|
186
|
-
- Output findings to `.domyh/` (gitignored) for sensitive content
|
|
186
|
+
- Output findings to `.domyh/security/` (gitignored) for sensitive content
|
|
@@ -14,7 +14,7 @@ skills: { required: [], contextual: [auto] }
|
|
|
14
14
|
|
|
15
15
|
1. **DETECT** — Identify project stack via HSA (`hsa_detect_stack`), config files. Show: `[Step 1/3] Detected: Go + TypeScript monorepo`
|
|
16
16
|
2. **COLLECT** — Run build, tests, coverage, lint, dep check, `hsa_status` (engine health). Show: `[Step 2/3] Running 6 checks...`
|
|
17
|
-
3. **REPORT** — Calculate health score, identify issues, compare with previous
|
|
17
|
+
3. **REPORT** — Calculate health score, identify issues, compare with previous. Use `hsa_export` for structured data. Save snapshot to `.domyh/status/health_YYYY-MM-DD.md`
|
|
18
18
|
|
|
19
19
|
---
|
|
20
20
|
|
package/README.md
CHANGED
|
@@ -1,64 +1,93 @@
|
|
|
1
|
-
|
|
1
|
+
<p align="center">
|
|
2
|
+
<img src="https://capsule-render.vercel.app/api?type=waving&color=0:1E40AF,100:8B5CF6&height=160§ion=header&text=DOMYH%20Awesome%20Code&fontSize=36&fontColor=FFFFFF&animation=fadeIn&fontAlignY=35&desc=AI-Powered%20Development%20Assistant&descAlignY=55&descSize=14" width="100%" />
|
|
3
|
+
</p>
|
|
2
4
|
|
|
3
|
-
>
|
|
5
|
+
<p align="center">
|
|
6
|
+
<a href="https://www.npmjs.com/package/@nockdev/awf"><img src="https://img.shields.io/npm/v/@nockdev/awf?style=for-the-badge&logo=npm&logoColor=white&labelColor=CB3837&color=000000" alt="npm" /></a>
|
|
7
|
+
<img src="https://img.shields.io/badge/skills-82-8B5CF6?style=for-the-badge&logo=bookstack&logoColor=white" alt="Skills" />
|
|
8
|
+
<img src="https://img.shields.io/badge/IDEs-22-3B82F6?style=for-the-badge&logo=visualstudiocode&logoColor=white" alt="IDEs" />
|
|
9
|
+
<img src="https://img.shields.io/badge/workflows-34-F59E0B?style=for-the-badge&logo=windowsterminal&logoColor=white" alt="Workflows" />
|
|
10
|
+
<img src="https://img.shields.io/badge/license-MIT-10B981?style=for-the-badge&logo=opensourceinitiative&logoColor=white" alt="License" />
|
|
11
|
+
</p>
|
|
4
12
|
|
|
5
|
-
|
|
6
|
-
|
|
13
|
+
<p align="center">
|
|
14
|
+
Plugin for <a href="https://www.npmjs.com/package/@nockdev/cli"><b>@nockdev/cli</b></a> — install once, use across 22 AI IDEs with 82 specialized skills.
|
|
15
|
+
</p>
|
|
7
16
|
|
|
8
|
-
|
|
17
|
+
---
|
|
9
18
|
|
|
10
|
-
##
|
|
19
|
+
## ⚡ Quick Start
|
|
11
20
|
|
|
12
21
|
```bash
|
|
13
|
-
npm install -g @nockdev/cli
|
|
14
|
-
nock awf init
|
|
22
|
+
npm install -g @nockdev/cli # Install CLI
|
|
23
|
+
nock awf init # Initialize in your project
|
|
15
24
|
```
|
|
16
25
|
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
|
22
|
-
|
|
|
23
|
-
| `awf
|
|
24
|
-
| `awf
|
|
25
|
-
| `awf
|
|
26
|
-
| `awf
|
|
27
|
-
| `awf
|
|
28
|
-
| `awf
|
|
29
|
-
| `awf
|
|
30
|
-
| `awf
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
|
38
|
-
|
|
|
39
|
-
| **
|
|
40
|
-
| **Cross-cutting** |
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
|
45
|
-
|
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
26
|
+
---
|
|
27
|
+
|
|
28
|
+
## 🎯 Commands
|
|
29
|
+
|
|
30
|
+
| Command | Description |
|
|
31
|
+
| :------------------------------- | :----------------------------------- |
|
|
32
|
+
| `nock awf init` | Initialize DOMYH in your project |
|
|
33
|
+
| `nock awf install --ide <name>` | Setup IDE-specific configuration |
|
|
34
|
+
| `nock awf mcp install --ide all` | Configure MCP server for all IDEs |
|
|
35
|
+
| `nock awf list` | List available skills and workflows |
|
|
36
|
+
| `nock awf doctor` | Diagnose IDE configurations |
|
|
37
|
+
| `nock awf info` | Show detected stack and project info |
|
|
38
|
+
| `nock awf config` | Manage configuration |
|
|
39
|
+
| `nock awf update` | Update to latest version |
|
|
40
|
+
| `nock awf hsa` | HSA context engine management |
|
|
41
|
+
|
|
42
|
+
---
|
|
43
|
+
|
|
44
|
+
## 🧠 Skills (82)
|
|
45
|
+
|
|
46
|
+
| Category | Count | Highlights |
|
|
47
|
+
| :---------------- | :---: | :------------------------------------------------------------------------------ |
|
|
48
|
+
| **Languages** | 28 | Go, Python, TypeScript, JavaScript, Rust, C++, C, C#, Java, PHP, Kotlin, Swift… |
|
|
49
|
+
| **Cross-cutting** | 21 | Testing, Database, Tailwind, Electron, Microservices, TDD, Playwright… |
|
|
50
|
+
| **Frameworks** | 8 | React, Vue, Angular, Svelte, Next.js, Nuxt, Flutter, React Native |
|
|
51
|
+
| **AI/ML** | 7 | AI Agents, Prompt Engineering, RAG Patterns, Vector Search, Gemini… |
|
|
52
|
+
| **DevOps** | 7 | Docker, Kubernetes, AWS, Azure, GCP, CI/CD, Terraform |
|
|
53
|
+
| **Core** | 6 | Security, API Design, Error Handling, Logging, Observability, Auth |
|
|
54
|
+
| **Tooling** | 5 | CLI Dev, API Protocols, MCP, Browser Agent, IDE Extension |
|
|
55
|
+
|
|
56
|
+
---
|
|
57
|
+
|
|
58
|
+
## 💻 Supported IDEs (22)
|
|
59
|
+
|
|
60
|
+
| Tier | IDEs |
|
|
61
|
+
| :--------- | :------------------------------------------------------------------------------------------------------ |
|
|
62
|
+
| **Tier 0** | Codex |
|
|
63
|
+
| **Tier 1** | Cursor, Claude Code, Gemini CLI, Antigravity, VS Code + Copilot, Windsurf |
|
|
64
|
+
| **Tier 2** | Cline, Continue, Roo Code, JetBrains AI, Amazon Q, Kiro, Zed, Aider, CodeRabbit, Cody, Tabnine, Trae AI |
|
|
65
|
+
| **Tier 3** | Amp, OpenCode, Augment |
|
|
66
|
+
|
|
67
|
+
---
|
|
68
|
+
|
|
69
|
+
## 🔍 MCP Server & Dashboard
|
|
70
|
+
|
|
71
|
+
HSA MCP Server provides intelligent context to your AI IDE — semantic search, code graph analysis, and project understanding.
|
|
51
72
|
|
|
52
73
|
```bash
|
|
53
|
-
nock awf mcp install --ide all #
|
|
74
|
+
nock awf mcp install --ide all # Configure for all IDEs
|
|
54
75
|
nock awf mcp install --ide cursor # Specific IDE
|
|
55
76
|
```
|
|
56
77
|
|
|
57
|
-
|
|
78
|
+
**Web Dashboard** is enabled by default at `http://localhost:13100/dashboard` — real-time project monitoring, tool call logs, and cache stats.
|
|
58
79
|
|
|
59
|
-
|
|
80
|
+
---
|
|
81
|
+
|
|
82
|
+
## 📋 Requirements
|
|
83
|
+
|
|
84
|
+
- **Node.js** ≥ 18.0.0
|
|
60
85
|
- [`@nockdev/cli`](https://www.npmjs.com/package/@nockdev/cli)
|
|
61
86
|
|
|
62
|
-
## License
|
|
87
|
+
## 📄 License
|
|
88
|
+
|
|
89
|
+
MIT © [**NockDev**](https://github.com/nockasdd)
|
|
63
90
|
|
|
64
|
-
|
|
91
|
+
<p align="center">
|
|
92
|
+
<img src="https://capsule-render.vercel.app/api?type=waving&color=0:8B5CF6,100:1E40AF&height=100§ion=footer" width="100%" />
|
|
93
|
+
</p>
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
# DOMYH Awesome Code
|
|
2
|
+
|
|
3
|
+
> 🎯 AI-powered development assistant — NockDev
|
|
4
|
+
> 🌍 Language: `.agent/memory/state.json` → `preferences.language` (default: vi-VN)
|
|
5
|
+
|
|
6
|
+
## Core Rules
|
|
7
|
+
|
|
8
|
+
- Load `.agent/rules/SACRED_RULES.xml` — Tier 0-4 constitutional rules
|
|
9
|
+
- Evidence with `file:line` for all findings
|
|
10
|
+
- No destructive actions without user confirmation
|
|
11
|
+
- Auto-detect project stack → load matching skills from `.agent/skills/`
|
|
12
|
+
|
|
13
|
+
## Commands
|
|
14
|
+
|
|
15
|
+
| Command | Description |
|
|
16
|
+
| ----------- | ----------------------- |
|
|
17
|
+
| `/code` | 💻 Write quality code |
|
|
18
|
+
| `/debug` | 🐛 Systematic debugging |
|
|
19
|
+
| `/test` | ✅ Run and write tests |
|
|
20
|
+
| `/deploy` | 🚀 Deploy to production |
|
|
21
|
+
| `/ap` | 🔬 Full project audit |
|
|
22
|
+
| `/plan` | 📋 Feature planning |
|
|
23
|
+
| `/fix` | ⚡ Quick-fix pipeline |
|
|
24
|
+
| `/refactor` | 🔧 Code refactoring |
|
|
25
|
+
| `/help` | ❓ Full commands list |
|
|
26
|
+
|
|
27
|
+
> 28+ commands available. Full list: `hsa_get_agent_config("commands")` or `.agent/workflows/`
|
|
28
|
+
|
|
29
|
+
## Personas
|
|
30
|
+
|
|
31
|
+
Developer · Architect · Auditor · Debugger · Tester · DevOps · Documenter · Planner · Researcher · Orchestrator · Security
|
|
32
|
+
|
|
33
|
+
> Details: `hsa_get_agent_config("personas")` or `.agent/personas/`
|
|
34
|
+
|
|
35
|
+
## Skills (Progressive Disclosure)
|
|
36
|
+
|
|
37
|
+
META.yaml (always) → SKILL.md (on-demand) → ADVANCED.md (deep dive)
|
|
38
|
+
Skills location: `.agent/skills/` (project)
|
|
39
|
+
|
|
40
|
+
## MCP Tools (HSA v1.0.2)
|
|
41
|
+
|
|
42
|
+
| Tool | Purpose |
|
|
43
|
+
| ------------------------ | --------------------------------------- |
|
|
44
|
+
| `hsa_get_context` | Intelligent code context |
|
|
45
|
+
| `hsa_detect_stack` | Tech stack detection |
|
|
46
|
+
| `hsa_get_agent_config` | Commands/personas/rules/skills details |
|
|
47
|
+
| `hsa_check_changes` | File change tracking |
|
|
48
|
+
| `hsa_prefetch` | Predictive prefetch |
|
|
49
|
+
| `hsa_status` | Engine health |
|
|
50
|
+
| `hsa_get_snapshot` | Project snapshot (tree + symbols + env) |
|
|
51
|
+
| `hsa_export` | Structured engine data export |
|
|
52
|
+
| `hsa_get_repo_map` | PageRank-ranked repository map |
|
|
53
|
+
| `hsa_search_skills` | Skill pattern search (BM25) |
|
|
54
|
+
| `hsa_detect_environment` | System runtime & tool detection |
|
|
55
|
+
| `hsa_prepare_handoff` | Sub-agent context packet |
|
|
56
|
+
| `hsa_filter_tools` | Task-type tool catalog pruning |
|
|
57
|
+
|
|
58
|
+
_DOMYH Awesome Code · SLIM Config v2 · NockDev_
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
# DOMYH Awesome Code
|
|
2
|
+
|
|
3
|
+
> 🎯 AI-powered development assistant — NockDev
|
|
4
|
+
> 🌍 Language: `.agent/memory/state.json` → `preferences.language` (default: vi-VN)
|
|
5
|
+
|
|
6
|
+
## Core Rules
|
|
7
|
+
|
|
8
|
+
- Load `.agent/rules/SACRED_RULES.xml` — Tier 0-4 constitutional rules
|
|
9
|
+
- Evidence with `file:line` for all findings
|
|
10
|
+
- No destructive actions without user confirmation
|
|
11
|
+
- Auto-detect project stack → load matching skills from `.agent/skills/`
|
|
12
|
+
|
|
13
|
+
## Commands
|
|
14
|
+
|
|
15
|
+
| Command | Description |
|
|
16
|
+
| ----------- | ----------------------- |
|
|
17
|
+
| `/code` | 💻 Write quality code |
|
|
18
|
+
| `/debug` | 🐛 Systematic debugging |
|
|
19
|
+
| `/test` | ✅ Run and write tests |
|
|
20
|
+
| `/deploy` | 🚀 Deploy to production |
|
|
21
|
+
| `/ap` | 🔬 Full project audit |
|
|
22
|
+
| `/plan` | 📋 Feature planning |
|
|
23
|
+
| `/fix` | ⚡ Quick-fix pipeline |
|
|
24
|
+
| `/refactor` | 🔧 Code refactoring |
|
|
25
|
+
| `/help` | ❓ Full commands list |
|
|
26
|
+
|
|
27
|
+
> 28+ commands available. Full list: `hsa_get_agent_config("commands")` or `.agent/workflows/`
|
|
28
|
+
|
|
29
|
+
## Personas
|
|
30
|
+
|
|
31
|
+
Developer · Architect · Auditor · Debugger · Tester · DevOps · Documenter · Planner · Researcher · Orchestrator · Security
|
|
32
|
+
|
|
33
|
+
> Details: `hsa_get_agent_config("personas")` or `.agent/personas/`
|
|
34
|
+
|
|
35
|
+
## Skills (Progressive Disclosure)
|
|
36
|
+
|
|
37
|
+
META.yaml (always) → SKILL.md (on-demand) → ADVANCED.md (deep dive)
|
|
38
|
+
Skills location: `.agent/skills/` (project)
|
|
39
|
+
|
|
40
|
+
## MCP Tools (HSA v1.0.2)
|
|
41
|
+
|
|
42
|
+
| Tool | Purpose |
|
|
43
|
+
| ------------------------ | --------------------------------------- |
|
|
44
|
+
| `hsa_get_context` | Intelligent code context |
|
|
45
|
+
| `hsa_detect_stack` | Tech stack detection |
|
|
46
|
+
| `hsa_get_agent_config` | Commands/personas/rules/skills details |
|
|
47
|
+
| `hsa_check_changes` | File change tracking |
|
|
48
|
+
| `hsa_prefetch` | Predictive prefetch |
|
|
49
|
+
| `hsa_status` | Engine health |
|
|
50
|
+
| `hsa_get_snapshot` | Project snapshot (tree + symbols + env) |
|
|
51
|
+
| `hsa_export` | Structured engine data export |
|
|
52
|
+
| `hsa_get_repo_map` | PageRank-ranked repository map |
|
|
53
|
+
| `hsa_search_skills` | Skill pattern search (BM25) |
|
|
54
|
+
| `hsa_detect_environment` | System runtime & tool detection |
|
|
55
|
+
| `hsa_prepare_handoff` | Sub-agent context packet |
|
|
56
|
+
| `hsa_filter_tools` | Task-type tool catalog pruning |
|
|
57
|
+
|
|
58
|
+
_DOMYH Awesome Code · SLIM Config v2 · NockDev_
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
# DOMYH Awesome Code
|
|
2
|
+
|
|
3
|
+
> 🎯 AI-powered development assistant — NockDev
|
|
4
|
+
> 🌍 Language: `.agent/memory/state.json` → `preferences.language` (default: vi-VN)
|
|
5
|
+
|
|
6
|
+
## Core Rules
|
|
7
|
+
|
|
8
|
+
- Load `.agent/rules/SACRED_RULES.xml` — Tier 0-4 constitutional rules
|
|
9
|
+
- Evidence with `file:line` for all findings
|
|
10
|
+
- No destructive actions without user confirmation
|
|
11
|
+
- Auto-detect project stack → load matching skills from `.agent/skills/`
|
|
12
|
+
|
|
13
|
+
## Commands
|
|
14
|
+
|
|
15
|
+
| Command | Description |
|
|
16
|
+
| ----------- | ----------------------- |
|
|
17
|
+
| `/code` | 💻 Write quality code |
|
|
18
|
+
| `/debug` | 🐛 Systematic debugging |
|
|
19
|
+
| `/test` | ✅ Run and write tests |
|
|
20
|
+
| `/deploy` | 🚀 Deploy to production |
|
|
21
|
+
| `/ap` | 🔬 Full project audit |
|
|
22
|
+
| `/plan` | 📋 Feature planning |
|
|
23
|
+
| `/fix` | ⚡ Quick-fix pipeline |
|
|
24
|
+
| `/refactor` | 🔧 Code refactoring |
|
|
25
|
+
| `/help` | ❓ Full commands list |
|
|
26
|
+
|
|
27
|
+
> 28+ commands available. Full list: `hsa_get_agent_config("commands")` or `.agent/workflows/`
|
|
28
|
+
|
|
29
|
+
## Personas
|
|
30
|
+
|
|
31
|
+
Developer · Architect · Auditor · Debugger · Tester · DevOps · Documenter · Planner · Researcher · Orchestrator · Security
|
|
32
|
+
|
|
33
|
+
> Details: `hsa_get_agent_config("personas")` or `.agent/personas/`
|
|
34
|
+
|
|
35
|
+
## Skills (Progressive Disclosure)
|
|
36
|
+
|
|
37
|
+
META.yaml (always) → SKILL.md (on-demand) → ADVANCED.md (deep dive)
|
|
38
|
+
Skills location: `.agent/skills/` (project)
|
|
39
|
+
|
|
40
|
+
## MCP Tools (HSA v1.0.2)
|
|
41
|
+
|
|
42
|
+
| Tool | Purpose |
|
|
43
|
+
| ------------------------ | --------------------------------------- |
|
|
44
|
+
| `hsa_get_context` | Intelligent code context |
|
|
45
|
+
| `hsa_detect_stack` | Tech stack detection |
|
|
46
|
+
| `hsa_get_agent_config` | Commands/personas/rules/skills details |
|
|
47
|
+
| `hsa_check_changes` | File change tracking |
|
|
48
|
+
| `hsa_prefetch` | Predictive prefetch |
|
|
49
|
+
| `hsa_status` | Engine health |
|
|
50
|
+
| `hsa_get_snapshot` | Project snapshot (tree + symbols + env) |
|
|
51
|
+
| `hsa_export` | Structured engine data export |
|
|
52
|
+
| `hsa_get_repo_map` | PageRank-ranked repository map |
|
|
53
|
+
| `hsa_search_skills` | Skill pattern search (BM25) |
|
|
54
|
+
| `hsa_detect_environment` | System runtime & tool detection |
|
|
55
|
+
| `hsa_prepare_handoff` | Sub-agent context packet |
|
|
56
|
+
| `hsa_filter_tools` | Task-type tool catalog pruning |
|
|
57
|
+
|
|
58
|
+
_DOMYH Awesome Code · SLIM Config v2 · NockDev_
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
# DOMYH Awesome Code
|
|
2
|
+
|
|
3
|
+
> 🎯 AI-powered development assistant — NockDev
|
|
4
|
+
> 🌍 Language: `.agent/memory/state.json` → `preferences.language` (default: vi-VN)
|
|
5
|
+
|
|
6
|
+
## Core Rules
|
|
7
|
+
|
|
8
|
+
- Load `.agent/rules/SACRED_RULES.xml` — Tier 0-4 constitutional rules
|
|
9
|
+
- Evidence with `file:line` for all findings
|
|
10
|
+
- No destructive actions without user confirmation
|
|
11
|
+
- Auto-detect project stack → load matching skills from `.agent/skills/`
|
|
12
|
+
|
|
13
|
+
## Commands
|
|
14
|
+
|
|
15
|
+
| Command | Description |
|
|
16
|
+
| ----------- | ----------------------- |
|
|
17
|
+
| `/code` | 💻 Write quality code |
|
|
18
|
+
| `/debug` | 🐛 Systematic debugging |
|
|
19
|
+
| `/test` | ✅ Run and write tests |
|
|
20
|
+
| `/deploy` | 🚀 Deploy to production |
|
|
21
|
+
| `/ap` | 🔬 Full project audit |
|
|
22
|
+
| `/plan` | 📋 Feature planning |
|
|
23
|
+
| `/fix` | ⚡ Quick-fix pipeline |
|
|
24
|
+
| `/refactor` | 🔧 Code refactoring |
|
|
25
|
+
| `/help` | ❓ Full commands list |
|
|
26
|
+
|
|
27
|
+
> 28+ commands available. Full list: `hsa_get_agent_config("commands")` or `.agent/workflows/`
|
|
28
|
+
|
|
29
|
+
## Personas
|
|
30
|
+
|
|
31
|
+
Developer · Architect · Auditor · Debugger · Tester · DevOps · Documenter · Planner · Researcher · Orchestrator · Security
|
|
32
|
+
|
|
33
|
+
> Details: `hsa_get_agent_config("personas")` or `.agent/personas/`
|
|
34
|
+
|
|
35
|
+
## Skills (Progressive Disclosure)
|
|
36
|
+
|
|
37
|
+
META.yaml (always) → SKILL.md (on-demand) → ADVANCED.md (deep dive)
|
|
38
|
+
Skills location: `~/.gemini/antigravity/skills/` (global) or `.agent/skills/` (project)
|
|
39
|
+
|
|
40
|
+
## MCP Tools (HSA v1.0.2)
|
|
41
|
+
|
|
42
|
+
| Tool | Purpose |
|
|
43
|
+
| ------------------------ | --------------------------------------- |
|
|
44
|
+
| `hsa_get_context` | Intelligent code context |
|
|
45
|
+
| `hsa_detect_stack` | Tech stack detection |
|
|
46
|
+
| `hsa_get_agent_config` | Commands/personas/rules/skills details |
|
|
47
|
+
| `hsa_check_changes` | File change tracking |
|
|
48
|
+
| `hsa_prefetch` | Predictive prefetch |
|
|
49
|
+
| `hsa_status` | Engine health |
|
|
50
|
+
| `hsa_get_snapshot` | Project snapshot (tree + symbols + env) |
|
|
51
|
+
| `hsa_export` | Structured engine data export |
|
|
52
|
+
| `hsa_get_repo_map` | PageRank-ranked repository map |
|
|
53
|
+
| `hsa_search_skills` | Skill pattern search (BM25) |
|
|
54
|
+
| `hsa_detect_environment` | System runtime & tool detection |
|
|
55
|
+
| `hsa_prepare_handoff` | Sub-agent context packet |
|
|
56
|
+
| `hsa_filter_tools` | Task-type tool catalog pruning |
|
|
57
|
+
|
|
58
|
+
_DOMYH Awesome Code · SLIM Config v2 · NockDev_
|