claudecode-omc 5.9.1 → 5.12.0
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/.local/settings/settings.json +8 -0
- package/.omc-curation/governance.json +3 -0
- package/.omc-curation/sources.lock.json +5 -0
- package/README.md +10 -1
- package/bundled/manifest.json +4 -3
- package/bundled/upstream/anthropic-skills/.omc-source/bundle.json +2 -2
- package/bundled/upstream/anthropic-skills/.omc-source/provenance.json +394 -390
- package/bundled/upstream/anthropic-skills/skills/claude-api/SKILL.md +60 -29
- package/bundled/upstream/anthropic-skills/skills/claude-api/csharp/claude-api.md +46 -1
- package/bundled/upstream/anthropic-skills/skills/claude-api/curl/examples.md +2 -2
- package/bundled/upstream/anthropic-skills/skills/claude-api/curl/managed-agents.md +3 -1
- package/bundled/upstream/anthropic-skills/skills/claude-api/go/claude-api.md +23 -4
- package/bundled/upstream/anthropic-skills/skills/claude-api/java/claude-api.md +32 -3
- package/bundled/upstream/anthropic-skills/skills/claude-api/php/claude-api.md +27 -0
- package/bundled/upstream/anthropic-skills/skills/claude-api/python/claude-api/README.md +123 -7
- package/bundled/upstream/anthropic-skills/skills/claude-api/python/claude-api/batches.md +13 -0
- package/bundled/upstream/anthropic-skills/skills/claude-api/python/claude-api/files-api.md +7 -2
- package/bundled/upstream/anthropic-skills/skills/claude-api/python/claude-api/streaming.md +18 -1
- package/bundled/upstream/anthropic-skills/skills/claude-api/python/managed-agents/README.md +9 -7
- package/bundled/upstream/anthropic-skills/skills/claude-api/ruby/claude-api.md +27 -0
- package/bundled/upstream/anthropic-skills/skills/claude-api/shared/agent-design.md +1 -1
- package/bundled/upstream/anthropic-skills/skills/claude-api/shared/anthropic-cli.md +246 -0
- package/bundled/upstream/anthropic-skills/skills/claude-api/shared/claude-platform-on-aws.md +59 -0
- package/bundled/upstream/anthropic-skills/skills/claude-api/shared/error-codes.md +24 -4
- package/bundled/upstream/anthropic-skills/skills/claude-api/shared/live-sources.md +8 -0
- package/bundled/upstream/anthropic-skills/skills/claude-api/shared/managed-agents-api-reference.md +48 -4
- package/bundled/upstream/anthropic-skills/skills/claude-api/shared/managed-agents-client-patterns.md +3 -1
- package/bundled/upstream/anthropic-skills/skills/claude-api/shared/managed-agents-core.md +15 -1
- package/bundled/upstream/anthropic-skills/skills/claude-api/shared/managed-agents-environments.md +10 -6
- package/bundled/upstream/anthropic-skills/skills/claude-api/shared/managed-agents-events.md +25 -0
- package/bundled/upstream/anthropic-skills/skills/claude-api/shared/managed-agents-onboarding.md +48 -18
- package/bundled/upstream/anthropic-skills/skills/claude-api/shared/managed-agents-overview.md +8 -5
- package/bundled/upstream/anthropic-skills/skills/claude-api/shared/managed-agents-scheduled-deployments.md +144 -0
- package/bundled/upstream/anthropic-skills/skills/claude-api/shared/managed-agents-self-hosted-sandboxes.md +2 -1
- package/bundled/upstream/anthropic-skills/skills/claude-api/shared/managed-agents-tools.md +46 -9
- package/bundled/upstream/anthropic-skills/skills/claude-api/shared/model-migration.md +259 -3
- package/bundled/upstream/anthropic-skills/skills/claude-api/shared/models.md +17 -9
- package/bundled/upstream/anthropic-skills/skills/claude-api/shared/prompt-caching.md +55 -3
- package/bundled/upstream/anthropic-skills/skills/claude-api/shared/token-counting.md +56 -0
- package/bundled/upstream/anthropic-skills/skills/claude-api/shared/tool-use-concepts.md +22 -2
- package/bundled/upstream/anthropic-skills/skills/claude-api/typescript/claude-api/README.md +45 -6
- package/bundled/upstream/anthropic-skills/skills/claude-api/typescript/claude-api/streaming.md +1 -1
- package/bundled/upstream/anthropic-skills/skills/claude-api/typescript/managed-agents/README.md +10 -12
- package/bundled/upstream/anthropic-skills/skills/frontend-design/SKILL.md +39 -26
- package/bundled/upstream/ecc/.omc-source/bundle.json +2 -2
- package/bundled/upstream/ecc/.omc-source/manifests/.claude-plugin/marketplace.json +2 -2
- package/bundled/upstream/ecc/.omc-source/provenance.json +602 -550
- package/bundled/upstream/ecc/agents/agent-evaluator.md +206 -0
- package/bundled/upstream/ecc/agents/performance-optimizer.md +9 -9
- package/bundled/upstream/ecc/agents/php-reviewer.md +109 -0
- package/bundled/upstream/ecc/agents/spec-miner.md +217 -0
- package/bundled/upstream/ecc/agents/vue-reviewer.md +206 -0
- package/bundled/upstream/ecc/commands/cost-report.md +58 -84
- package/bundled/upstream/ecc/commands/epic-claim.md +26 -0
- package/bundled/upstream/ecc/commands/epic-decompose.md +23 -0
- package/bundled/upstream/ecc/commands/epic-publish.md +23 -0
- package/bundled/upstream/ecc/commands/epic-review.md +23 -0
- package/bundled/upstream/ecc/commands/epic-sync.md +23 -0
- package/bundled/upstream/ecc/commands/epic-unblock.md +22 -0
- package/bundled/upstream/ecc/commands/epic-validate.md +22 -0
- package/bundled/upstream/ecc/commands/instinct-status.md +8 -8
- package/bundled/upstream/ecc/commands/multi-backend.md +2 -0
- package/bundled/upstream/ecc/commands/multi-execute.md +2 -0
- package/bundled/upstream/ecc/commands/multi-frontend.md +2 -0
- package/bundled/upstream/ecc/commands/multi-plan.md +2 -0
- package/bundled/upstream/ecc/commands/multi-workflow.md +2 -0
- package/bundled/upstream/ecc/commands/orch-add-feature.md +36 -0
- package/bundled/upstream/ecc/commands/orch-build-mvp.md +36 -0
- package/bundled/upstream/ecc/commands/orch-change-feature.md +38 -0
- package/bundled/upstream/ecc/commands/orch-fix-defect.md +38 -0
- package/bundled/upstream/ecc/commands/orch-refine-code.md +39 -0
- package/bundled/upstream/ecc/commands/quality-gate.md +34 -16
- package/bundled/upstream/ecc/commands/vue-review.md +174 -0
- package/bundled/upstream/ecc/skills/accessibility/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/agent-architecture-audit/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/agent-eval/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/agent-harness-construction/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/agent-introspection-debugging/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/agent-payment-x402/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/agent-self-evaluation/SKILL.md +182 -0
- package/bundled/upstream/ecc/skills/agent-self-evaluation/examples/high-score-example.md +87 -0
- package/bundled/upstream/ecc/skills/agent-self-evaluation/examples/low-score-example.md +86 -0
- package/bundled/upstream/ecc/skills/agent-self-evaluation/references/evaluation-criteria.md +71 -0
- package/bundled/upstream/ecc/skills/agent-self-evaluation/references/hook-integration.md +64 -0
- package/bundled/upstream/ecc/skills/agent-self-evaluation/scripts/evaluate.py +408 -0
- package/bundled/upstream/ecc/skills/agent-self-evaluation/templates/evaluation-report.md +86 -0
- package/bundled/upstream/ecc/skills/agent-sort/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/agentic-engineering/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/agentic-os/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/ai-first-engineering/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/ai-regression-testing/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/android-clean-architecture/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/angular-developer/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/api-connector-builder/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/api-design/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/architecture-decision-records/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/article-writing/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/automation-audit-ops/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/autonomous-agent-harness/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/autonomous-loops/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/backend-patterns/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/benchmark/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/benchmark-methodology/SKILL.md +190 -0
- package/bundled/upstream/ecc/skills/benchmark-optimization-loop/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/blender-motion-state-inspection/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/blueprint/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/brand-discovery/SKILL.md +145 -0
- package/bundled/upstream/ecc/skills/brand-discovery/references/10_purpose-why.md +40 -0
- package/bundled/upstream/ecc/skills/brand-discovery/references/20_positioning.md +44 -0
- package/bundled/upstream/ecc/skills/brand-discovery/references/30_audience-niche.md +52 -0
- package/bundled/upstream/ecc/skills/brand-discovery/references/40_personality-archetype.md +57 -0
- package/bundled/upstream/ecc/skills/brand-discovery/references/50_voice-tone.md +59 -0
- package/bundled/upstream/ecc/skills/brand-discovery/references/60_narrative-story.md +50 -0
- package/bundled/upstream/ecc/skills/brand-discovery/references/70_founder-tension.md +49 -0
- package/bundled/upstream/ecc/skills/brand-discovery/references/90_SYNTHESIS.md +133 -0
- package/bundled/upstream/ecc/skills/brand-voice/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/browser-qa/SKILL.md +22 -4
- package/bundled/upstream/ecc/skills/bun-runtime/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/canary-watch/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/carrier-relationship-management/SKILL.md +1 -1
- package/bundled/upstream/ecc/skills/cisco-ios-patterns/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/ck/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/claude-devfleet/SKILL.md +11 -2
- package/bundled/upstream/ecc/skills/click-path-audit/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/clickhouse-io/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/code-tour/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/codebase-onboarding/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/codehealth-mcp/SKILL.md +167 -0
- package/bundled/upstream/ecc/skills/coding-standards/SKILL.md +4 -2
- package/bundled/upstream/ecc/skills/competitive-platform-analysis/SKILL.md +214 -0
- package/bundled/upstream/ecc/skills/competitive-report-structure/SKILL.md +162 -0
- package/bundled/upstream/ecc/skills/compose-multiplatform-patterns/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/config-gc/SKILL.md +120 -0
- package/bundled/upstream/ecc/skills/configure-ecc/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/connections-optimizer/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/content-engine/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/content-hash-cache-pattern/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/context-budget/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/continuous-agent-loop/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/continuous-learning/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/continuous-learning-v2/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/continuous-learning-v2/agents/observer-loop.sh +14 -1
- package/bundled/upstream/ecc/skills/continuous-learning-v2/hooks/observe.sh +31 -7
- package/bundled/upstream/ecc/skills/continuous-learning-v2/scripts/instinct-cli.py +90 -2
- package/bundled/upstream/ecc/skills/continuous-learning-v2/scripts/test_parse_instinct.py +27 -0
- package/bundled/upstream/ecc/skills/cost-aware-llm-pipeline/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/cost-tracking/SKILL.md +58 -108
- package/bundled/upstream/ecc/skills/council/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/cpp-coding-standards/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/cpp-testing/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/crosspost/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/csharp-testing/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/customer-billing-ops/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/customs-trade-compliance/SKILL.md +1 -1
- package/bundled/upstream/ecc/skills/dart-flutter-patterns/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/dashboard-builder/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/data-scraper-agent/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/data-throughput-accelerator/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/database-migrations/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/deep-research/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/defi-amm-security/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/deployment-patterns/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/design-system/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/django-celery/SKILL.md +3 -2
- package/bundled/upstream/ecc/skills/django-patterns/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/django-security/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/django-tdd/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/django-verification/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/dmux-workflows/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/docker-patterns/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/documentation-lookup/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/dotnet-patterns/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/dynamic-workflow-mode/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/e2e-testing/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/ecc-guide/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/ecc-tools-cost-audit/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/email-ops/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/energy-procurement/SKILL.md +1 -1
- package/bundled/upstream/ecc/skills/enterprise-agent-ops/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/error-handling/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/eval-harness/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/evm-token-decimals/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/exa-search/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/fal-ai-media/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/fastapi-patterns/SKILL.md +375 -188
- package/bundled/upstream/ecc/skills/finance-billing-ops/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/flox-environments/SKILL.md +3 -2
- package/bundled/upstream/ecc/skills/flutter-dart-code-review/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/frontend-a11y/SKILL.md +3 -3
- package/bundled/upstream/ecc/skills/frontend-design-direction/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/frontend-patterns/SKILL.md +23 -8
- package/bundled/upstream/ecc/skills/frontend-slides/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/frontend-slides/scripts/export-pdf.sh +1 -1
- package/bundled/upstream/ecc/skills/fsharp-testing/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/gan-style-harness/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/gateguard/SKILL.md +9 -1
- package/bundled/upstream/ecc/skills/generating-python-installer/SKILL.md +820 -0
- package/bundled/upstream/ecc/skills/git-workflow/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/github-ops/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/golang-patterns/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/golang-testing/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/google-workspace-ops/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/healthcare-cdss-patterns/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/healthcare-emr-patterns/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/healthcare-eval-harness/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/healthcare-phi-compliance/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/hermes-imports/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/hexagonal-architecture/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/hipaa-compliance/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/homelab-network-readiness/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/homelab-network-setup/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/homelab-pihole-dns/SKILL.md +10 -9
- package/bundled/upstream/ecc/skills/homelab-vlan-segmentation/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/homelab-wireguard-vpn/SKILL.md +4 -3
- package/bundled/upstream/ecc/skills/inherit-legacy-style/SKILL.md +157 -0
- package/bundled/upstream/ecc/skills/intent-driven-development/SKILL.md +360 -0
- package/bundled/upstream/ecc/skills/inventory-demand-planning/SKILL.md +1 -1
- package/bundled/upstream/ecc/skills/investor-materials/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/investor-outreach/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/ios-icon-gen/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/iterative-retrieval/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/ito-basket-compare/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/ito-data-atlas-agent/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/ito-market-intelligence/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/ito-trade-planner/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/java-coding-standards/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/jira-integration/SKILL.md +17 -7
- package/bundled/upstream/ecc/skills/jpa-patterns/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/knowledge-ops/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/kotlin-coroutines-flows/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/kotlin-exposed-patterns/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/kotlin-ktor-patterns/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/kotlin-patterns/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/kotlin-testing/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/kubernetes-patterns/SKILL.md +756 -0
- package/bundled/upstream/ecc/skills/laravel-patterns/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/laravel-plugin-discovery/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/laravel-security/SKILL.md +826 -163
- package/bundled/upstream/ecc/skills/laravel-tdd/SKILL.md +541 -149
- package/bundled/upstream/ecc/skills/laravel-verification/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/latency-critical-systems/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/lead-intelligence/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/llm-trading-agent-security/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/logistics-exception-management/SKILL.md +1 -1
- package/bundled/upstream/ecc/skills/make-interfaces-feel-better/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/manim-video/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/market-research/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/marketing-campaign/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/mcp-server-patterns/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/messages-ops/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/ml-adoption-playbook/SKILL.md +57 -0
- package/bundled/upstream/ecc/skills/mle-workflow/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/motion-patterns/SKILL.md +1 -2
- package/bundled/upstream/ecc/skills/motion-ui/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/mysql-patterns/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/nanoclaw-repl/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/nestjs-patterns/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/netmiko-ssh-automation/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/network-bgp-diagnostics/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/network-config-validation/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/network-interface-health/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/nextjs-turbopack/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/nodejs-keccak256/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/nutrient-document-processing/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/nuxt4-patterns/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/openclaw-persona-forge/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/opensource-pipeline/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/orch-add-feature/SKILL.md +45 -0
- package/bundled/upstream/ecc/skills/orch-build-mvp/SKILL.md +49 -0
- package/bundled/upstream/ecc/skills/orch-change-feature/SKILL.md +43 -0
- package/bundled/upstream/ecc/skills/orch-fix-defect/SKILL.md +43 -0
- package/bundled/upstream/ecc/skills/orch-pipeline/SKILL.md +121 -0
- package/bundled/upstream/ecc/skills/orch-refine-code/SKILL.md +44 -0
- package/bundled/upstream/ecc/skills/parallel-execution-optimizer/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/perl-patterns/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/perl-security/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/perl-testing/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/plan-orchestrate/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/plankton-code-quality/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/postgres-patterns/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/prediction-market-oracle-research/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/prediction-market-risk-review/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/prisma-patterns/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/product-capability/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/product-lens/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/production-audit/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/production-scheduling/SKILL.md +1 -1
- package/bundled/upstream/ecc/skills/project-flow-ops/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/prompt-optimizer/SKILL.md +1 -1
- package/bundled/upstream/ecc/skills/python-patterns/SKILL.md +4 -3
- package/bundled/upstream/ecc/skills/python-testing/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/pytorch-patterns/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/quality-nonconformance/SKILL.md +1 -1
- package/bundled/upstream/ecc/skills/quarkus-patterns/SKILL.md +51 -50
- package/bundled/upstream/ecc/skills/quarkus-security/SKILL.md +25 -24
- package/bundled/upstream/ecc/skills/quarkus-tdd/SKILL.md +73 -72
- package/bundled/upstream/ecc/skills/quarkus-verification/SKILL.md +8 -7
- package/bundled/upstream/ecc/skills/ralphinho-rfc-pipeline/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/react-patterns/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/react-performance/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/react-testing/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/recsys-pipeline-architect/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/recursive-decision-ledger/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/redis-patterns/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/regex-vs-llm-structured-text/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/repo-scan/SKILL.md +64 -63
- package/bundled/upstream/ecc/skills/research-ops/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/returns-reverse-logistics/SKILL.md +1 -1
- package/bundled/upstream/ecc/skills/rules-distill/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/rust-patterns/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/rust-testing/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/safety-guard/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/santa-method/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/scientific-db-pubmed-database/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/scientific-db-uspto-database/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/scientific-pkg-gget/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/scientific-thinking-literature-review/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/scientific-thinking-scholar-evaluation/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/search-first/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/security-bounty-hunter/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/security-review/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/security-scan/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/seo/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/skill-comply/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/skill-comply/scripts/runner.py +8 -0
- package/bundled/upstream/ecc/skills/skill-scout/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/skill-stocktake/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/social-graph-ranker/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/social-publisher/SKILL.md +17 -2
- package/bundled/upstream/ecc/skills/springboot-patterns/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/springboot-security/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/springboot-tdd/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/springboot-verification/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/strategic-compact/SKILL.md +10 -5
- package/bundled/upstream/ecc/skills/swift-actor-persistence/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/swift-protocol-di-testing/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/taste/SKILL.md +264 -0
- package/bundled/upstream/ecc/skills/taste/references/genre-taxonomy.md +87 -0
- package/bundled/upstream/ecc/skills/tdd-workflow/SKILL.md +64 -1
- package/bundled/upstream/ecc/skills/team-agent-orchestration/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/team-builder/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/terminal-ops/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/tinystruct-patterns/SKILL.md +77 -1
- package/bundled/upstream/ecc/skills/token-budget-advisor/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/ui-demo/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/ui-to-vue/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/uncloud/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/unified-notifications-ops/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/verification-loop/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/video-editing/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/videodb/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/vite-patterns/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/vue-patterns/SKILL.md +471 -0
- package/bundled/upstream/ecc/skills/windows-desktop-e2e/SKILL.md +9 -8
- package/bundled/upstream/ecc/skills/workspace-surface-audit/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/x-api/SKILL.md +2 -1
- package/bundled/upstream/impeccable/.omc-source/bundle.json +20 -0
- package/bundled/upstream/impeccable/.omc-source/provenance.json +110 -0
- package/bundled/upstream/impeccable/agents/impeccable-manual-edit-applier.md +97 -0
- package/bundled/upstream/impeccable/skills/impeccable/SKILL.md +168 -0
- package/bundled/upstream/impeccable/skills/impeccable/reference/adapt.md +311 -0
- package/bundled/upstream/impeccable/skills/impeccable/reference/animate.md +201 -0
- package/bundled/upstream/impeccable/skills/impeccable/reference/audit.md +133 -0
- package/bundled/upstream/impeccable/skills/impeccable/reference/bolder.md +113 -0
- package/bundled/upstream/impeccable/skills/impeccable/reference/brand.md +108 -0
- package/bundled/upstream/impeccable/skills/impeccable/reference/clarify.md +288 -0
- package/bundled/upstream/impeccable/skills/impeccable/reference/codex.md +105 -0
- package/bundled/upstream/impeccable/skills/impeccable/reference/colorize.md +257 -0
- package/bundled/upstream/impeccable/skills/impeccable/reference/craft.md +123 -0
- package/bundled/upstream/impeccable/skills/impeccable/reference/critique.md +767 -0
- package/bundled/upstream/impeccable/skills/impeccable/reference/delight.md +302 -0
- package/bundled/upstream/impeccable/skills/impeccable/reference/distill.md +111 -0
- package/bundled/upstream/impeccable/skills/impeccable/reference/document.md +429 -0
- package/bundled/upstream/impeccable/skills/impeccable/reference/extract.md +69 -0
- package/bundled/upstream/impeccable/skills/impeccable/reference/harden.md +347 -0
- package/bundled/upstream/impeccable/skills/impeccable/reference/hooks.md +90 -0
- package/bundled/upstream/impeccable/skills/impeccable/reference/init.md +172 -0
- package/bundled/upstream/impeccable/skills/impeccable/reference/interaction-design.md +189 -0
- package/bundled/upstream/impeccable/skills/impeccable/reference/layout.md +161 -0
- package/bundled/upstream/impeccable/skills/impeccable/reference/live.md +718 -0
- package/bundled/upstream/impeccable/skills/impeccable/reference/onboard.md +234 -0
- package/bundled/upstream/impeccable/skills/impeccable/reference/optimize.md +258 -0
- package/bundled/upstream/impeccable/skills/impeccable/reference/overdrive.md +130 -0
- package/bundled/upstream/impeccable/skills/impeccable/reference/polish.md +241 -0
- package/bundled/upstream/impeccable/skills/impeccable/reference/product.md +60 -0
- package/bundled/upstream/impeccable/skills/impeccable/reference/quieter.md +99 -0
- package/bundled/upstream/impeccable/skills/impeccable/reference/shape.md +165 -0
- package/bundled/upstream/impeccable/skills/impeccable/reference/typeset.md +279 -0
- package/bundled/upstream/impeccable/skills/impeccable/scripts/command-metadata.json +94 -0
- package/bundled/upstream/impeccable/skills/impeccable/scripts/context-signals.mjs +225 -0
- package/bundled/upstream/impeccable/skills/impeccable/scripts/context.mjs +961 -0
- package/bundled/upstream/impeccable/skills/impeccable/scripts/critique-storage.mjs +242 -0
- package/bundled/upstream/impeccable/skills/impeccable/scripts/detect-csp.mjs +198 -0
- package/bundled/upstream/impeccable/skills/impeccable/scripts/detect.mjs +21 -0
- package/bundled/upstream/impeccable/skills/impeccable/scripts/detector/browser/injected/index.mjs +1937 -0
- package/bundled/upstream/impeccable/skills/impeccable/scripts/detector/cli/main.mjs +290 -0
- package/bundled/upstream/impeccable/skills/impeccable/scripts/detector/design-system.mjs +750 -0
- package/bundled/upstream/impeccable/skills/impeccable/scripts/detector/detect-antipatterns-browser.js +5138 -0
- package/bundled/upstream/impeccable/skills/impeccable/scripts/detector/detect-antipatterns.mjs +50 -0
- package/bundled/upstream/impeccable/skills/impeccable/scripts/detector/engines/browser/detect-url.mjs +277 -0
- package/bundled/upstream/impeccable/skills/impeccable/scripts/detector/engines/regex/detect-text.mjs +568 -0
- package/bundled/upstream/impeccable/skills/impeccable/scripts/detector/engines/static-html/css-cascade.mjs +1015 -0
- package/bundled/upstream/impeccable/skills/impeccable/scripts/detector/engines/static-html/detect-html.mjs +234 -0
- package/bundled/upstream/impeccable/skills/impeccable/scripts/detector/engines/visual/screenshot-contrast.mjs +189 -0
- package/bundled/upstream/impeccable/skills/impeccable/scripts/detector/findings.mjs +12 -0
- package/bundled/upstream/impeccable/skills/impeccable/scripts/detector/node/file-system.mjs +198 -0
- package/bundled/upstream/impeccable/skills/impeccable/scripts/detector/profile/profiler.mjs +166 -0
- package/bundled/upstream/impeccable/skills/impeccable/scripts/detector/registry/antipatterns.mjs +448 -0
- package/bundled/upstream/impeccable/skills/impeccable/scripts/detector/rules/checks.mjs +2671 -0
- package/bundled/upstream/impeccable/skills/impeccable/scripts/detector/shared/color.mjs +124 -0
- package/bundled/upstream/impeccable/skills/impeccable/scripts/detector/shared/constants.mjs +101 -0
- package/bundled/upstream/impeccable/skills/impeccable/scripts/detector/shared/inline-ignores.mjs +148 -0
- package/bundled/upstream/impeccable/skills/impeccable/scripts/detector/shared/page.mjs +7 -0
- package/bundled/upstream/impeccable/skills/impeccable/scripts/hook-admin.mjs +661 -0
- package/bundled/upstream/impeccable/skills/impeccable/scripts/hook-before-edit.mjs +476 -0
- package/bundled/upstream/impeccable/skills/impeccable/scripts/hook-lib.mjs +1632 -0
- package/bundled/upstream/impeccable/skills/impeccable/scripts/hook.mjs +61 -0
- package/bundled/upstream/impeccable/skills/impeccable/scripts/lib/design-parser.mjs +842 -0
- package/bundled/upstream/impeccable/skills/impeccable/scripts/lib/impeccable-config.mjs +638 -0
- package/bundled/upstream/impeccable/skills/impeccable/scripts/lib/impeccable-paths.mjs +128 -0
- package/bundled/upstream/impeccable/skills/impeccable/scripts/lib/is-generated.mjs +69 -0
- package/bundled/upstream/impeccable/skills/impeccable/scripts/lib/target-args.mjs +42 -0
- package/bundled/upstream/impeccable/skills/impeccable/scripts/live/browser-script-parts.mjs +49 -0
- package/bundled/upstream/impeccable/skills/impeccable/scripts/live/completion.mjs +19 -0
- package/bundled/upstream/impeccable/skills/impeccable/scripts/live/event-validation.mjs +137 -0
- package/bundled/upstream/impeccable/skills/impeccable/scripts/live/insert-ui.mjs +458 -0
- package/bundled/upstream/impeccable/skills/impeccable/scripts/live/manual-apply.mjs +939 -0
- package/bundled/upstream/impeccable/skills/impeccable/scripts/live/manual-edit-routes.mjs +357 -0
- package/bundled/upstream/impeccable/skills/impeccable/scripts/live/manual-edits-buffer.mjs +152 -0
- package/bundled/upstream/impeccable/skills/impeccable/scripts/live/session-store.mjs +289 -0
- package/bundled/upstream/impeccable/skills/impeccable/scripts/live/svelte-component.mjs +826 -0
- package/bundled/upstream/impeccable/skills/impeccable/scripts/live/sveltekit-adapter.mjs +274 -0
- package/bundled/upstream/impeccable/skills/impeccable/scripts/live/ui-core.mjs +180 -0
- package/bundled/upstream/impeccable/skills/impeccable/scripts/live/vocabulary.mjs +36 -0
- package/bundled/upstream/impeccable/skills/impeccable/scripts/live-accept.mjs +812 -0
- package/bundled/upstream/impeccable/skills/impeccable/scripts/live-browser-dom.js +146 -0
- package/bundled/upstream/impeccable/skills/impeccable/scripts/live-browser-session.js +123 -0
- package/bundled/upstream/impeccable/skills/impeccable/scripts/live-browser.js +11173 -0
- package/bundled/upstream/impeccable/skills/impeccable/scripts/live-commit-manual-edits.mjs +1241 -0
- package/bundled/upstream/impeccable/skills/impeccable/scripts/live-complete.mjs +75 -0
- package/bundled/upstream/impeccable/skills/impeccable/scripts/live-copy-edit-agent.mjs +683 -0
- package/bundled/upstream/impeccable/skills/impeccable/scripts/live-discard-manual-edits.mjs +51 -0
- package/bundled/upstream/impeccable/skills/impeccable/scripts/live-inject.mjs +583 -0
- package/bundled/upstream/impeccable/skills/impeccable/scripts/live-insert.mjs +272 -0
- package/bundled/upstream/impeccable/skills/impeccable/scripts/live-manual-edit-evidence.mjs +363 -0
- package/bundled/upstream/impeccable/skills/impeccable/scripts/live-poll.mjs +384 -0
- package/bundled/upstream/impeccable/skills/impeccable/scripts/live-resume.mjs +94 -0
- package/bundled/upstream/impeccable/skills/impeccable/scripts/live-server.mjs +1135 -0
- package/bundled/upstream/impeccable/skills/impeccable/scripts/live-status.mjs +61 -0
- package/bundled/upstream/impeccable/skills/impeccable/scripts/live-target.mjs +30 -0
- package/bundled/upstream/impeccable/skills/impeccable/scripts/live-wrap.mjs +894 -0
- package/bundled/upstream/impeccable/skills/impeccable/scripts/live.mjs +297 -0
- package/bundled/upstream/impeccable/skills/impeccable/scripts/modern-screenshot.umd.js +14 -0
- package/bundled/upstream/impeccable/skills/impeccable/scripts/palette.mjs +633 -0
- package/bundled/upstream/impeccable/skills/impeccable/scripts/pin.mjs +214 -0
- package/bundled/upstream/oh-my-claudecode/.omc-source/bundle.json +2 -2
- package/bundled/upstream/oh-my-claudecode/.omc-source/provenance.json +103 -103
- package/bundled/upstream/oh-my-claudecode/agents/analyst.md +6 -0
- package/bundled/upstream/oh-my-claudecode/agents/architect.md +6 -0
- package/bundled/upstream/oh-my-claudecode/agents/code-reviewer.md +6 -0
- package/bundled/upstream/oh-my-claudecode/agents/critic.md +6 -0
- package/bundled/upstream/oh-my-claudecode/agents/debugger.md +6 -0
- package/bundled/upstream/oh-my-claudecode/agents/security-reviewer.md +6 -0
- package/bundled/upstream/oh-my-claudecode/agents/tracer.md +6 -0
- package/bundled/upstream/oh-my-claudecode/agents/verifier.md +7 -0
- package/bundled/upstream/oh-my-claudecode/hooks/hooks.json +9 -2
- package/bundled/upstream/oh-my-claudecode/skills/ask/SKILL.md +15 -4
- package/bundled/upstream/oh-my-claudecode/skills/autopilot/SKILL.md +30 -1
- package/bundled/upstream/oh-my-claudecode/skills/cancel/SKILL.md +29 -35
- package/bundled/upstream/oh-my-claudecode/skills/ccg/SKILL.md +20 -9
- package/bundled/upstream/oh-my-claudecode/skills/configure-notifications/SKILL.md +2 -2
- package/bundled/upstream/oh-my-claudecode/skills/omc-reference/SKILL.md +6 -4
- package/bundled/upstream/oh-my-claudecode/skills/omc-setup/phases/02-configure.md +1 -1
- package/bundled/upstream/oh-my-claudecode/skills/omc-setup/phases/03-integrations.md +2 -1
- package/bundled/upstream/oh-my-claudecode/skills/omc-setup/phases/04-welcome.md +2 -2
- package/bundled/upstream/oh-my-claudecode/skills/omc-teams/SKILL.md +29 -18
- package/bundled/upstream/oh-my-claudecode/skills/team/SKILL.md +127 -165
- package/bundled/upstream/superpowers/.omc-source/bundle.json +2 -2
- package/bundled/upstream/superpowers/.omc-source/provenance.json +59 -52
- package/bundled/upstream/superpowers/hooks/hooks-codex.json +16 -0
- package/bundled/upstream/superpowers/hooks/session-start +4 -12
- package/bundled/upstream/superpowers/hooks/session-start-codex +26 -0
- package/bundled/upstream/superpowers/skills/brainstorming/SKILL.md +5 -10
- package/bundled/upstream/superpowers/skills/brainstorming/scripts/frame-template.html +25 -26
- package/bundled/upstream/superpowers/skills/brainstorming/scripts/helper.js +101 -22
- package/bundled/upstream/superpowers/skills/brainstorming/scripts/server.cjs +399 -30
- package/bundled/upstream/superpowers/skills/brainstorming/scripts/start-server.sh +70 -9
- package/bundled/upstream/superpowers/skills/brainstorming/scripts/stop-server.sh +66 -2
- package/bundled/upstream/superpowers/skills/brainstorming/spec-document-reviewer-prompt.md +1 -1
- package/bundled/upstream/superpowers/skills/brainstorming/visual-companion.md +33 -22
- package/bundled/upstream/superpowers/skills/dispatching-parallel-agents/SKILL.md +9 -6
- package/bundled/upstream/superpowers/skills/executing-plans/SKILL.md +2 -2
- package/bundled/upstream/superpowers/skills/finishing-a-development-branch/SKILL.md +2 -12
- package/bundled/upstream/superpowers/skills/receiving-code-review/SKILL.md +2 -2
- package/bundled/upstream/superpowers/skills/requesting-code-review/SKILL.md +2 -2
- package/bundled/upstream/superpowers/skills/requesting-code-review/code-reviewer.md +15 -11
- package/bundled/upstream/superpowers/skills/subagent-driven-development/SKILL.md +206 -67
- package/bundled/upstream/superpowers/skills/subagent-driven-development/implementer-prompt.md +30 -4
- package/bundled/upstream/superpowers/skills/subagent-driven-development/scripts/review-package +44 -0
- package/bundled/upstream/superpowers/skills/subagent-driven-development/scripts/sdd-workspace +22 -0
- package/bundled/upstream/superpowers/skills/subagent-driven-development/scripts/task-brief +40 -0
- package/bundled/upstream/superpowers/skills/subagent-driven-development/task-reviewer-prompt.md +188 -0
- package/bundled/upstream/superpowers/skills/systematic-debugging/SKILL.md +1 -1
- package/bundled/upstream/superpowers/skills/test-driven-development/SKILL.md +1 -1
- package/bundled/upstream/superpowers/skills/using-git-worktrees/SKILL.md +9 -22
- package/bundled/upstream/superpowers/skills/using-superpowers/SKILL.md +19 -15
- package/bundled/upstream/superpowers/skills/using-superpowers/references/antigravity-tools.md +96 -0
- package/bundled/upstream/superpowers/skills/using-superpowers/references/claude-code-tools.md +50 -0
- package/bundled/upstream/superpowers/skills/using-superpowers/references/codex-tools.md +25 -12
- package/bundled/upstream/superpowers/skills/using-superpowers/references/copilot-tools.md +27 -20
- package/bundled/upstream/superpowers/skills/using-superpowers/references/gemini-tools.md +44 -32
- package/bundled/upstream/superpowers/skills/using-superpowers/references/pi-tools.md +28 -0
- package/bundled/upstream/superpowers/skills/writing-plans/SKILL.md +22 -0
- package/bundled/upstream/superpowers/skills/writing-plans/plan-document-reviewer-prompt.md +1 -1
- package/bundled/upstream/superpowers/skills/writing-skills/SKILL.md +52 -18
- package/bundled/upstream/superpowers/skills/writing-skills/anthropic-best-practices.md +88 -88
- package/bundled/upstream/superpowers/skills/writing-skills/persuasion-principles.md +3 -3
- package/package.json +1 -1
- package/src/cli/source.js +6 -0
- package/src/config/sources.js +15 -0
- package/src/merge/content-patch.js +4 -0
- package/bundled/upstream/superpowers/skills/subagent-driven-development/code-quality-reviewer-prompt.md +0 -25
- package/bundled/upstream/superpowers/skills/subagent-driven-development/spec-reviewer-prompt.md +0 -61
|
@@ -0,0 +1,214 @@
|
|
|
1
|
+
#!/usr/bin/env node
|
|
2
|
+
/**
|
|
3
|
+
* Pin/unpin sub-commands as standalone skill shortcuts.
|
|
4
|
+
*
|
|
5
|
+
* Usage:
|
|
6
|
+
* node <scripts_path>/pin.mjs pin <command>
|
|
7
|
+
* node <scripts_path>/pin.mjs unpin <command>
|
|
8
|
+
*
|
|
9
|
+
* `pin audit` creates a lightweight /audit skill that redirects to /impeccable audit.
|
|
10
|
+
* `unpin audit` removes that shortcut.
|
|
11
|
+
*
|
|
12
|
+
* The script discovers harness directories (.claude/skills, .cursor/skills, etc.)
|
|
13
|
+
* in the project root and creates/removes the pin in all of them.
|
|
14
|
+
*/
|
|
15
|
+
|
|
16
|
+
import { existsSync, readFileSync, writeFileSync, mkdirSync, rmSync, readdirSync } from 'node:fs';
|
|
17
|
+
import { join, resolve, dirname } from 'node:path';
|
|
18
|
+
import { fileURLToPath } from 'node:url';
|
|
19
|
+
|
|
20
|
+
const __dirname = dirname(fileURLToPath(import.meta.url));
|
|
21
|
+
|
|
22
|
+
// All known harness directories
|
|
23
|
+
const HARNESS_DIRS = [
|
|
24
|
+
'.claude', '.cursor', '.gemini', '.codex', '.agents',
|
|
25
|
+
'.trae', '.trae-cn', '.pi', '.opencode', '.kiro', '.rovodev',
|
|
26
|
+
];
|
|
27
|
+
|
|
28
|
+
// Valid sub-command names
|
|
29
|
+
const VALID_COMMANDS = [
|
|
30
|
+
'craft', 'init', 'extract', 'document', 'shape',
|
|
31
|
+
'critique', 'audit',
|
|
32
|
+
'polish', 'bolder', 'quieter', 'distill', 'harden', 'onboard', 'live',
|
|
33
|
+
'animate', 'colorize', 'typeset', 'layout', 'delight', 'overdrive',
|
|
34
|
+
'clarify', 'adapt', 'optimize',
|
|
35
|
+
];
|
|
36
|
+
|
|
37
|
+
// Marker to identify pinned skills (so unpin doesn't delete user skills)
|
|
38
|
+
const PIN_MARKER = '<!-- impeccable-pinned-skill -->';
|
|
39
|
+
|
|
40
|
+
/**
|
|
41
|
+
* Walk up from startDir to find a project root.
|
|
42
|
+
*/
|
|
43
|
+
function findProjectRoot(startDir = process.cwd()) {
|
|
44
|
+
let dir = resolve(startDir);
|
|
45
|
+
while (dir !== '/') {
|
|
46
|
+
if (
|
|
47
|
+
existsSync(join(dir, 'package.json')) ||
|
|
48
|
+
existsSync(join(dir, '.git')) ||
|
|
49
|
+
existsSync(join(dir, 'skills-lock.json'))
|
|
50
|
+
) {
|
|
51
|
+
return dir;
|
|
52
|
+
}
|
|
53
|
+
const parent = resolve(dir, '..');
|
|
54
|
+
if (parent === dir) break;
|
|
55
|
+
dir = parent;
|
|
56
|
+
}
|
|
57
|
+
return resolve(startDir);
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
/**
|
|
61
|
+
* Find harness skill directories that have an impeccable skill installed.
|
|
62
|
+
*/
|
|
63
|
+
function findHarnessDirs(projectRoot) {
|
|
64
|
+
const dirs = [];
|
|
65
|
+
for (const harness of HARNESS_DIRS) {
|
|
66
|
+
const skillsDir = join(projectRoot, harness, 'skills');
|
|
67
|
+
// Only pin in harness dirs that already have impeccable installed
|
|
68
|
+
const impeccableDir = join(skillsDir, 'impeccable');
|
|
69
|
+
if (existsSync(impeccableDir) || existsSync(join(skillsDir, 'i-impeccable'))) {
|
|
70
|
+
dirs.push(skillsDir);
|
|
71
|
+
}
|
|
72
|
+
}
|
|
73
|
+
return dirs;
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
/**
|
|
77
|
+
* Load command metadata (descriptions for pinned skills).
|
|
78
|
+
*/
|
|
79
|
+
function loadCommandMetadata() {
|
|
80
|
+
const metadataPath = join(__dirname, 'command-metadata.json');
|
|
81
|
+
if (existsSync(metadataPath)) {
|
|
82
|
+
return JSON.parse(readFileSync(metadataPath, 'utf-8'));
|
|
83
|
+
}
|
|
84
|
+
return {};
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
/**
|
|
88
|
+
* Generate a pinned skill's SKILL.md content.
|
|
89
|
+
*/
|
|
90
|
+
function generatePinnedSkill(command, metadata) {
|
|
91
|
+
const desc = metadata[command]?.description || `Shortcut for /impeccable ${command}.`;
|
|
92
|
+
const hint = metadata[command]?.argumentHint || '[target]';
|
|
93
|
+
|
|
94
|
+
return `---
|
|
95
|
+
name: ${command}
|
|
96
|
+
description: "${desc}"
|
|
97
|
+
argument-hint: "${hint}"
|
|
98
|
+
user-invocable: true
|
|
99
|
+
---
|
|
100
|
+
|
|
101
|
+
${PIN_MARKER}
|
|
102
|
+
|
|
103
|
+
This is a pinned shortcut for \`{{command_prefix}}impeccable ${command}\`.
|
|
104
|
+
|
|
105
|
+
Invoke {{command_prefix}}impeccable ${command}, passing along any arguments provided here, and follow its instructions.
|
|
106
|
+
`;
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
/**
|
|
110
|
+
* Pin a command: create shortcut skill in all harness dirs.
|
|
111
|
+
*/
|
|
112
|
+
function pin(command, projectRoot) {
|
|
113
|
+
const metadata = loadCommandMetadata();
|
|
114
|
+
const harnessDirs = findHarnessDirs(projectRoot);
|
|
115
|
+
|
|
116
|
+
if (harnessDirs.length === 0) {
|
|
117
|
+
console.log('No harness directories with impeccable installed found.');
|
|
118
|
+
return false;
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
const content = generatePinnedSkill(command, metadata);
|
|
122
|
+
let created = 0;
|
|
123
|
+
|
|
124
|
+
for (const skillsDir of harnessDirs) {
|
|
125
|
+
// Check if skill already exists (and isn't a pin)
|
|
126
|
+
const skillDir = join(skillsDir, command);
|
|
127
|
+
if (existsSync(skillDir)) {
|
|
128
|
+
const existingMd = join(skillDir, 'SKILL.md');
|
|
129
|
+
if (existsSync(existingMd)) {
|
|
130
|
+
const existing = readFileSync(existingMd, 'utf-8');
|
|
131
|
+
if (!existing.includes(PIN_MARKER)) {
|
|
132
|
+
console.log(` SKIP: ${skillDir} (non-pinned skill already exists)`);
|
|
133
|
+
continue;
|
|
134
|
+
}
|
|
135
|
+
}
|
|
136
|
+
}
|
|
137
|
+
|
|
138
|
+
mkdirSync(skillDir, { recursive: true });
|
|
139
|
+
writeFileSync(join(skillDir, 'SKILL.md'), content, 'utf-8');
|
|
140
|
+
console.log(` + ${skillDir}`);
|
|
141
|
+
created++;
|
|
142
|
+
}
|
|
143
|
+
|
|
144
|
+
if (created > 0) {
|
|
145
|
+
console.log(`\nPinned '${command}' as a standalone shortcut in ${created} location(s).`);
|
|
146
|
+
console.log(`You can now use /${command} directly.`);
|
|
147
|
+
}
|
|
148
|
+
|
|
149
|
+
return created > 0;
|
|
150
|
+
}
|
|
151
|
+
|
|
152
|
+
/**
|
|
153
|
+
* Unpin a command: remove shortcut skill from all harness dirs.
|
|
154
|
+
*/
|
|
155
|
+
function unpin(command, projectRoot) {
|
|
156
|
+
const harnessDirs = findHarnessDirs(projectRoot);
|
|
157
|
+
let removed = 0;
|
|
158
|
+
|
|
159
|
+
for (const skillsDir of harnessDirs) {
|
|
160
|
+
const skillDir = join(skillsDir, command);
|
|
161
|
+
if (!existsSync(skillDir)) continue;
|
|
162
|
+
|
|
163
|
+
const skillMd = join(skillDir, 'SKILL.md');
|
|
164
|
+
if (!existsSync(skillMd)) continue;
|
|
165
|
+
|
|
166
|
+
// Safety: only remove if it's a pinned skill
|
|
167
|
+
const content = readFileSync(skillMd, 'utf-8');
|
|
168
|
+
if (!content.includes(PIN_MARKER)) {
|
|
169
|
+
console.log(` SKIP: ${skillDir} (not a pinned skill)`);
|
|
170
|
+
continue;
|
|
171
|
+
}
|
|
172
|
+
|
|
173
|
+
rmSync(skillDir, { recursive: true, force: true });
|
|
174
|
+
console.log(` - ${skillDir}`);
|
|
175
|
+
removed++;
|
|
176
|
+
}
|
|
177
|
+
|
|
178
|
+
if (removed > 0) {
|
|
179
|
+
console.log(`\nUnpinned '${command}' from ${removed} location(s).`);
|
|
180
|
+
console.log(`Use /impeccable ${command} to access it.`);
|
|
181
|
+
} else {
|
|
182
|
+
console.log(`No pinned '${command}' shortcut found.`);
|
|
183
|
+
}
|
|
184
|
+
|
|
185
|
+
return removed > 0;
|
|
186
|
+
}
|
|
187
|
+
|
|
188
|
+
// --- CLI ---
|
|
189
|
+
const [,, action, command] = process.argv;
|
|
190
|
+
|
|
191
|
+
if (!action || !command) {
|
|
192
|
+
console.log('Usage: node pin.mjs <pin|unpin> <command>');
|
|
193
|
+
console.log(`\nAvailable commands: ${VALID_COMMANDS.join(', ')}`);
|
|
194
|
+
process.exit(1);
|
|
195
|
+
}
|
|
196
|
+
|
|
197
|
+
if (action !== 'pin' && action !== 'unpin') {
|
|
198
|
+
console.error(`Unknown action: ${action}. Use 'pin' or 'unpin'.`);
|
|
199
|
+
process.exit(1);
|
|
200
|
+
}
|
|
201
|
+
|
|
202
|
+
if (!VALID_COMMANDS.includes(command)) {
|
|
203
|
+
console.error(`Unknown command: ${command}`);
|
|
204
|
+
console.error(`Available commands: ${VALID_COMMANDS.join(', ')}`);
|
|
205
|
+
process.exit(1);
|
|
206
|
+
}
|
|
207
|
+
|
|
208
|
+
const root = findProjectRoot();
|
|
209
|
+
|
|
210
|
+
if (action === 'pin') {
|
|
211
|
+
pin(command, root);
|
|
212
|
+
} else {
|
|
213
|
+
unpin(command, root);
|
|
214
|
+
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
|
-
"syncedAt": "2026-06-
|
|
2
|
+
"syncedAt": "2026-06-25T01:40:10.363Z",
|
|
3
3
|
"sourceName": "oh-my-claudecode",
|
|
4
4
|
"remote": "https://github.com/Yeachan-Heo/oh-my-claudecode.git",
|
|
5
5
|
"ref": "main",
|
|
6
|
-
"commit": "
|
|
6
|
+
"commit": "542b7a4cf56fb1618d3b397603cca93bfdaa1df5",
|
|
7
7
|
"kind": "content-repo",
|
|
8
8
|
"harnesses": [
|
|
9
9
|
"claude"
|
|
@@ -1,116 +1,116 @@
|
|
|
1
1
|
{
|
|
2
|
-
"syncedAt": "2026-06-
|
|
2
|
+
"syncedAt": "2026-06-25T01:40:10.363Z",
|
|
3
3
|
"sourceName": "oh-my-claudecode",
|
|
4
4
|
"remote": "https://github.com/Yeachan-Heo/oh-my-claudecode.git",
|
|
5
5
|
"ref": "main",
|
|
6
|
-
"commit": "
|
|
6
|
+
"commit": "542b7a4cf56fb1618d3b397603cca93bfdaa1df5",
|
|
7
7
|
"artifacts": {
|
|
8
8
|
"skills": {
|
|
9
|
-
"AGENTS.md": "sha256:
|
|
10
|
-
"ai-slop-cleaner/SKILL.md": "sha256:
|
|
11
|
-
"ask/SKILL.md": "sha256:
|
|
12
|
-
"autopilot/SKILL.md": "sha256:
|
|
13
|
-
"autoresearch/SKILL.md": "sha256:
|
|
14
|
-
"cancel/SKILL.md": "sha256:
|
|
15
|
-
"ccg/SKILL.md": "sha256:
|
|
16
|
-
"configure-notifications/SKILL.md": "sha256:
|
|
17
|
-
"debug/SKILL.md": "sha256:
|
|
18
|
-
"deep-dive/SKILL.md": "sha256:
|
|
19
|
-
"deep-interview/SKILL.md": "sha256:
|
|
20
|
-
"deepinit/SKILL.md": "sha256:
|
|
21
|
-
"external-context/SKILL.md": "sha256:
|
|
22
|
-
"hud/SKILL.md": "sha256:
|
|
23
|
-
"learner/SKILL.md": "sha256:
|
|
24
|
-
"local-build-reminder/SKILL.md": "sha256:
|
|
25
|
-
"mcp-setup/SKILL.md": "sha256:
|
|
26
|
-
"omc-doctor/SKILL.md": "sha256:
|
|
27
|
-
"omc-reference/SKILL.md": "sha256:
|
|
28
|
-
"omc-setup/phases/01-install-claude-md.md": "sha256:
|
|
29
|
-
"omc-setup/phases/02-configure.md": "sha256:
|
|
30
|
-
"omc-setup/phases/03-integrations.md": "sha256:
|
|
31
|
-
"omc-setup/phases/04-welcome.md": "sha256:
|
|
32
|
-
"omc-setup/SKILL.md": "sha256:
|
|
33
|
-
"omc-teams/SKILL.md": "sha256:
|
|
34
|
-
"plan/SKILL.md": "sha256:
|
|
35
|
-
"project-session-manager/lib/config.sh": "sha256:
|
|
36
|
-
"project-session-manager/lib/parse.sh": "sha256:
|
|
37
|
-
"project-session-manager/lib/providers/azure-devops.sh": "sha256:
|
|
38
|
-
"project-session-manager/lib/providers/bitbucket.sh": "sha256:
|
|
39
|
-
"project-session-manager/lib/providers/gitea.sh": "sha256:
|
|
40
|
-
"project-session-manager/lib/providers/github.sh": "sha256:
|
|
41
|
-
"project-session-manager/lib/providers/gitlab.sh": "sha256:
|
|
42
|
-
"project-session-manager/lib/providers/interface.sh": "sha256:
|
|
43
|
-
"project-session-manager/lib/providers/jira.sh": "sha256:
|
|
44
|
-
"project-session-manager/lib/session.sh": "sha256:
|
|
45
|
-
"project-session-manager/lib/tmux.sh": "sha256:
|
|
46
|
-
"project-session-manager/lib/worktree.sh": "sha256:
|
|
47
|
-
"project-session-manager/psm.sh": "sha256:
|
|
48
|
-
"project-session-manager/SKILL.md": "sha256:
|
|
49
|
-
"project-session-manager/templates/feature.md": "sha256:
|
|
50
|
-
"project-session-manager/templates/issue-fix.md": "sha256:
|
|
51
|
-
"project-session-manager/templates/pr-review.md": "sha256:
|
|
52
|
-
"project-session-manager/templates/projects.json": "sha256:
|
|
53
|
-
"project-session-manager/tests/test-psm-prompt-injection.sh": "sha256:
|
|
54
|
-
"ralph/SKILL.md": "sha256:
|
|
55
|
-
"ralplan/SKILL.md": "sha256:
|
|
56
|
-
"release/SKILL.md": "sha256:
|
|
57
|
-
"remember/SKILL.md": "sha256:
|
|
58
|
-
"sciomc/SKILL.md": "sha256:
|
|
59
|
-
"self-improve/data_contracts.md": "sha256:
|
|
60
|
-
"self-improve/scripts/plot_progress.py": "sha256:
|
|
61
|
-
"self-improve/scripts/resolve-paths.mjs": "sha256:
|
|
62
|
-
"self-improve/scripts/validate.sh": "sha256:
|
|
63
|
-
"self-improve/si-benchmark-builder.md": "sha256:
|
|
64
|
-
"self-improve/si-goal-clarifier.md": "sha256:
|
|
65
|
-
"self-improve/si-researcher.md": "sha256:
|
|
66
|
-
"self-improve/SKILL.md": "sha256:
|
|
67
|
-
"self-improve/templates/agent-settings.json": "sha256:
|
|
68
|
-
"self-improve/templates/goal.md": "sha256:
|
|
69
|
-
"self-improve/templates/harness.md": "sha256:
|
|
70
|
-
"self-improve/templates/idea.md": "sha256:
|
|
71
|
-
"self-improve/templates/settings.json": "sha256:
|
|
72
|
-
"setup/SKILL.md": "sha256:
|
|
73
|
-
"skill/SKILL.md": "sha256:
|
|
74
|
-
"skillify/SKILL.md": "sha256:
|
|
75
|
-
"team/SKILL.md": "sha256:
|
|
76
|
-
"trace/SKILL.md": "sha256:
|
|
77
|
-
"ultragoal/SKILL.md": "sha256:
|
|
78
|
-
"ultraqa/SKILL.md": "sha256:
|
|
79
|
-
"ultrawork/SKILL.md": "sha256:
|
|
80
|
-
"verify/SKILL.md": "sha256:
|
|
81
|
-
"visual-verdict/SKILL.md": "sha256:
|
|
82
|
-
"wiki/SKILL.md": "sha256:
|
|
83
|
-
"writer-memory/lib/character-tracker.ts": "sha256:
|
|
84
|
-
"writer-memory/lib/memory-manager.ts": "sha256:
|
|
85
|
-
"writer-memory/lib/relationship-graph.ts": "sha256:
|
|
86
|
-
"writer-memory/lib/scene-organizer.ts": "sha256:
|
|
87
|
-
"writer-memory/lib/synopsis-builder.ts": "sha256:
|
|
88
|
-
"writer-memory/SKILL.md": "sha256:
|
|
89
|
-
"writer-memory/templates/synopsis-template.md": "sha256:
|
|
9
|
+
"AGENTS.md": "sha256:9c7751e8c0afea96b4ac967e6298b3148beb3fbfd4094db942726da7ff946b11",
|
|
10
|
+
"ai-slop-cleaner/SKILL.md": "sha256:266ed0e1f36214b844dcba4a1c2f6b82dadfc48d09a0cfffe348f7353db77d2c",
|
|
11
|
+
"ask/SKILL.md": "sha256:3c39831d3a3de45d5ba692efaef554633e4cd73088b55315f930a174d770a8df",
|
|
12
|
+
"autopilot/SKILL.md": "sha256:7c0e29666dbe6a1731a106d608d83e215fa58e3943716562a0c777de81a7d60a",
|
|
13
|
+
"autoresearch/SKILL.md": "sha256:f98736d700b4bff63a6bad4abe0ee4c44eba0f43c1d6c0ca15089c8b9799d9a5",
|
|
14
|
+
"cancel/SKILL.md": "sha256:9e87701beb70bee7e75e0393958b5288be4548ae2a188f85c7622af28eb5a1f5",
|
|
15
|
+
"ccg/SKILL.md": "sha256:e5b470abc06cb56158092ed08b370c1da88e0ad3667ccec380a8581a0e2d9b28",
|
|
16
|
+
"configure-notifications/SKILL.md": "sha256:0fde7b710487f0c1e1376a704261ab0e53b74680fec3dd200c948a2cd94fcda0",
|
|
17
|
+
"debug/SKILL.md": "sha256:b54c1263f4a9d0e40fbb5025cf25468737c3e92fcad31f97f67d6c368a52fdc2",
|
|
18
|
+
"deep-dive/SKILL.md": "sha256:c08ce5be26385d34fbc79aae2a28d88e3641fda3c370033abbb420d71ab5d0fc",
|
|
19
|
+
"deep-interview/SKILL.md": "sha256:d897923d4c15b4a10ece40e00c51d774c0a31857adb93ab98f7c37e47347f05e",
|
|
20
|
+
"deepinit/SKILL.md": "sha256:99d13c92dfcca1564f3412cabab3afd07d036a13a0fa9813cd336bfc0686fb20",
|
|
21
|
+
"external-context/SKILL.md": "sha256:34303b3e62f5f5643a735ea640425ab221b2b8900bb1e8005a486becb0fe73eb",
|
|
22
|
+
"hud/SKILL.md": "sha256:a3611f878bc34b155360a6cdfe3bf8d3a99ff0fc5663662888d1efcf3866f4f2",
|
|
23
|
+
"learner/SKILL.md": "sha256:1336c2dab405bc151de05e76406e6a0c2da927b66006ef020a82ec2b450c1fec",
|
|
24
|
+
"local-build-reminder/SKILL.md": "sha256:99e99de22da7907a1244fd1842c5d2907982638381d9ff49164e670ad36c68c1",
|
|
25
|
+
"mcp-setup/SKILL.md": "sha256:431e349667d652585e2adee4b714ed635c65a4320735171463792dfc43b79060",
|
|
26
|
+
"omc-doctor/SKILL.md": "sha256:cc5d6114891bad8c753d0e13de579f2c6aa95504dba4d29941abe564d1fec7bf",
|
|
27
|
+
"omc-reference/SKILL.md": "sha256:4927570c78586249557888ac985449136315d0602f53037f9d66627b0e90dee3",
|
|
28
|
+
"omc-setup/phases/01-install-claude-md.md": "sha256:fb64b8ddfe25e8d83872f7d146333582969f929947de61c1bfa0871b03077690",
|
|
29
|
+
"omc-setup/phases/02-configure.md": "sha256:45b6a166ffcbb8e29529825c018d04ae23d1704a2974eb435ea42c07a4371760",
|
|
30
|
+
"omc-setup/phases/03-integrations.md": "sha256:4160208fc8650eec637be06c9c1e0e4199e6539a8376ae7858bcee50ed5d02be",
|
|
31
|
+
"omc-setup/phases/04-welcome.md": "sha256:6a1e075718faf7780650a80cce264d03b64952a05d289c0aee220bd378de00cc",
|
|
32
|
+
"omc-setup/SKILL.md": "sha256:7004e39ac0edb8cd51a2682954c9c9d2132c001bb15102b5ee96fc4f18e17e46",
|
|
33
|
+
"omc-teams/SKILL.md": "sha256:bc95e96ffe87d8048ae83fa6617f75f050a0c55a6e6c2d0e7ff6f55bfd5096a5",
|
|
34
|
+
"plan/SKILL.md": "sha256:79816a5b95d39ef6b433ab1491c5bcbe60a4ca7c627d54fcd46ab13cdbc8b5a2",
|
|
35
|
+
"project-session-manager/lib/config.sh": "sha256:5d2f22ea9f94b57ad60157153cf1e0a4d1c8c0e72d8984c12c4caa645f948c53",
|
|
36
|
+
"project-session-manager/lib/parse.sh": "sha256:197de139f78c92b6251cf2a68fd4bdafff70303a0a6ee94eed761a3e8f82ad32",
|
|
37
|
+
"project-session-manager/lib/providers/azure-devops.sh": "sha256:0a17779f11165eb812d61edd6de6390fdebfb8bb675ac4333d3ea50b8aa32678",
|
|
38
|
+
"project-session-manager/lib/providers/bitbucket.sh": "sha256:c994aa0a4627dfd34991642142127ef686830e993e6fd3a559131680503490bc",
|
|
39
|
+
"project-session-manager/lib/providers/gitea.sh": "sha256:c434f5f9455ec854075a20ad96b24bfd466675e39dffb43e9e7c2855c4233a7f",
|
|
40
|
+
"project-session-manager/lib/providers/github.sh": "sha256:9d8d2465254057b03cc2a86471e28576a6365aa68baaa9e36b6927d0cda8e004",
|
|
41
|
+
"project-session-manager/lib/providers/gitlab.sh": "sha256:51e1a6ed09d4652854e368068635802d2065d9dab42da512edd185c8a69e9fed",
|
|
42
|
+
"project-session-manager/lib/providers/interface.sh": "sha256:eba9daaaf0d2e9e5431b3e3e826aae1765510253a5dd78504110583641fce4d4",
|
|
43
|
+
"project-session-manager/lib/providers/jira.sh": "sha256:0fc3757cef939d9b7f0754d3f6c9cc75c905b09a49fc216ca087be15cf08bc98",
|
|
44
|
+
"project-session-manager/lib/session.sh": "sha256:372db2c9d0be95377522be0720412316404715e523519a52f921a6426aaf308b",
|
|
45
|
+
"project-session-manager/lib/tmux.sh": "sha256:bb4db72277898360f9eeb087efd37ba37255650f7a56198da27be21e4a94bc44",
|
|
46
|
+
"project-session-manager/lib/worktree.sh": "sha256:3b58af80216101a4979d69626fcb9391b7445460c50f86f2476e9dfe8a8223a0",
|
|
47
|
+
"project-session-manager/psm.sh": "sha256:f1e93923c560bc5824877e1933fdaf9277687d276b0ecd1844089df47dd2ecdc",
|
|
48
|
+
"project-session-manager/SKILL.md": "sha256:8b6e040007f88f04b2c83a977dcccc8ce426db981e974754f12601ebe1b99f61",
|
|
49
|
+
"project-session-manager/templates/feature.md": "sha256:789e359113455f58a17247a95ed4f36676ecf39d435668c9e9bb00871d2e66a9",
|
|
50
|
+
"project-session-manager/templates/issue-fix.md": "sha256:149f246033caaa2247681c2f740d165806166cb52acc0a279b638bc5d0fb201c",
|
|
51
|
+
"project-session-manager/templates/pr-review.md": "sha256:de04ff51ce7eb37b6ff51cc7b19c5d0a2798cfbcc6bc28fb28959ac0723fe2e5",
|
|
52
|
+
"project-session-manager/templates/projects.json": "sha256:9d12e615b32e1833f70c788f4c2fb43dbe24fceb7b9dee9c499ddafc74bd08aa",
|
|
53
|
+
"project-session-manager/tests/test-psm-prompt-injection.sh": "sha256:df26c165a77e905c94a7e0bc0ec96df68fd1e5603f8b08faccadc89b5668553e",
|
|
54
|
+
"ralph/SKILL.md": "sha256:7de3f960f37d7ff886597b79d7865330e64c6aeb802d18546373c6e0bed393f3",
|
|
55
|
+
"ralplan/SKILL.md": "sha256:70c98aa2ab0a1577cef3c0e0a9d285eea061885832245bdc1a29bb1fc63b7581",
|
|
56
|
+
"release/SKILL.md": "sha256:6042cc1c8ee04124cf9ac2add9009000321a7ddac27182a39687629e8236c23f",
|
|
57
|
+
"remember/SKILL.md": "sha256:611e56e4eb0167d3cb7c244bdba8d6a3915e25745577e98cc8785d279099de21",
|
|
58
|
+
"sciomc/SKILL.md": "sha256:924954b1a1ddd65004a443e442f19455c5a457d49fa831c74d1ca153147291fd",
|
|
59
|
+
"self-improve/data_contracts.md": "sha256:aaf41ee8ec1b231e99a64a4aeca7cef15660a54450c95efa545b4eb176876cf1",
|
|
60
|
+
"self-improve/scripts/plot_progress.py": "sha256:d98afb2ccc1e9c142d28aafabe207a4311fcc028ee8664fdd24e3fe5b101982c",
|
|
61
|
+
"self-improve/scripts/resolve-paths.mjs": "sha256:67859c5baf3519df189fa6355db2fbc16ff2454537e0e5b06e2e585146045b24",
|
|
62
|
+
"self-improve/scripts/validate.sh": "sha256:1d9d327e68fd702bdbb569fa6b94a896b49c8858562cc2f23e43d95a7fa51c9c",
|
|
63
|
+
"self-improve/si-benchmark-builder.md": "sha256:cf401cb31589e2daf013c87c57e1fe00a78ac19b88db331212ce5f60a19e8c28",
|
|
64
|
+
"self-improve/si-goal-clarifier.md": "sha256:4034190efbec5362c40bc47c9b9f9d1cca53a0cdeaea80def07b03363c8a5bdb",
|
|
65
|
+
"self-improve/si-researcher.md": "sha256:a25f1bb591d754d7b2a4b1197bfcbed7a1dc913c04af2b59cc4303013f946b37",
|
|
66
|
+
"self-improve/SKILL.md": "sha256:faba8ae209767582d1133741cc99ad7e6781c82d57b17bfe29213413f7935fc4",
|
|
67
|
+
"self-improve/templates/agent-settings.json": "sha256:46b8ca93fbe67d1e5d893d2f0503113cb65a41b82162bac81564d1ce0163b2d8",
|
|
68
|
+
"self-improve/templates/goal.md": "sha256:ddc877d8d0fec828bc095942178b256d54c670a2685942472702688196a3732e",
|
|
69
|
+
"self-improve/templates/harness.md": "sha256:a345e21be3e4ec7e92ff3b000fee8d55fd67716ae76683efda60a130ea5db5b9",
|
|
70
|
+
"self-improve/templates/idea.md": "sha256:708601712a15fabacf1ca46834c56f1a7cba0a10f1e2f982cbee2b6a7bfae0f2",
|
|
71
|
+
"self-improve/templates/settings.json": "sha256:66a046d976d015d3fc0bff49dc05b6152d8aba5a5fec13062ce5d4524df7b3e4",
|
|
72
|
+
"setup/SKILL.md": "sha256:feeae6ab9cbbf7b23ecbe71ca1bd7691a0117a74eb63c56ff8f5653206eead41",
|
|
73
|
+
"skill/SKILL.md": "sha256:80a28b72430a006c252839ead5d8fe402a8b1fc5a7dad9c0966062048f2f62c6",
|
|
74
|
+
"skillify/SKILL.md": "sha256:7360b1ab0453ee0730134ccf7409382678ff5da98b92630bc3bd7732ef21455c",
|
|
75
|
+
"team/SKILL.md": "sha256:47c1f676fc0edc09f8b4e53df1b11e1256da70a76ee3f69f005411d3ba7db3a8",
|
|
76
|
+
"trace/SKILL.md": "sha256:e82ccaa563f703803ad92093766ada969188df44b9ee91298a26b8c3d0792b0e",
|
|
77
|
+
"ultragoal/SKILL.md": "sha256:463435d4a7b12c96141e9ab91f8f762c757811e4888c754ec1254b6423982192",
|
|
78
|
+
"ultraqa/SKILL.md": "sha256:772795925d7f6ad5444f0eccb82153ce0fee44b84da157de5c48c2afaa7f5a30",
|
|
79
|
+
"ultrawork/SKILL.md": "sha256:79d3661d0ef21a2bcfbb3cd642bee578268649577532364707c5dc4a397484e7",
|
|
80
|
+
"verify/SKILL.md": "sha256:6cd36805efb8bf6b85b2f249041dfa6941354322a8716dc7b898c84c154a024c",
|
|
81
|
+
"visual-verdict/SKILL.md": "sha256:c123870970056561cc8e92313532993c6d2aaa9599629b9e185b8db4c69454f9",
|
|
82
|
+
"wiki/SKILL.md": "sha256:1b95d2da6a18d8fc2a274b34b75e681bf0d69897fe8daf2fafa0b303f34db423",
|
|
83
|
+
"writer-memory/lib/character-tracker.ts": "sha256:e97d52d0ace9162532153a9bd0b9135887683b40f71d36dc5431c25ca08e3aeb",
|
|
84
|
+
"writer-memory/lib/memory-manager.ts": "sha256:536d60b7164215adc2592aa22fb12de27f0f424b1c78956c4ee6d06010d7c4c9",
|
|
85
|
+
"writer-memory/lib/relationship-graph.ts": "sha256:cafd4eb3efe8fc4db41d6a8b94c8253f06cbfd2eaa75fe284d161112081ef27b",
|
|
86
|
+
"writer-memory/lib/scene-organizer.ts": "sha256:ac10096c371c11f6ef00fcd441c410dc8bf8faf3a93e2b641cc4e00270ff53a0",
|
|
87
|
+
"writer-memory/lib/synopsis-builder.ts": "sha256:c536206ed72b65f1550cc1bcb60983a2c1fc5eed91ba0aa18aac02bcf55373dc",
|
|
88
|
+
"writer-memory/SKILL.md": "sha256:f8da9933ed403caa7b142023367d950a71e0e4ccea9c859696b277e7eb5f5ebd",
|
|
89
|
+
"writer-memory/templates/synopsis-template.md": "sha256:20c804a9f2f987384464e2b7d3062eae65557ff6c1cfa7fc5345bc7cb2bae8bb"
|
|
90
90
|
},
|
|
91
91
|
"agents": {
|
|
92
|
-
"analyst.md": "sha256:
|
|
93
|
-
"architect.md": "sha256:
|
|
94
|
-
"code-reviewer.md": "sha256:
|
|
95
|
-
"code-simplifier.md": "sha256:
|
|
96
|
-
"critic.md": "sha256:
|
|
97
|
-
"debugger.md": "sha256:
|
|
98
|
-
"designer.md": "sha256:
|
|
99
|
-
"document-specialist.md": "sha256:
|
|
100
|
-
"executor.md": "sha256:
|
|
101
|
-
"explore.md": "sha256:
|
|
102
|
-
"git-master.md": "sha256:
|
|
103
|
-
"planner.md": "sha256:
|
|
104
|
-
"qa-tester.md": "sha256:
|
|
105
|
-
"scientist.md": "sha256:
|
|
106
|
-
"security-reviewer.md": "sha256:
|
|
107
|
-
"test-engineer.md": "sha256:
|
|
108
|
-
"tracer.md": "sha256:
|
|
109
|
-
"verifier.md": "sha256:
|
|
110
|
-
"writer.md": "sha256:
|
|
92
|
+
"analyst.md": "sha256:b08225a9bd349c84697a63b9e7e4e1016c01dafec5b3337bb95f70fce495ceb1",
|
|
93
|
+
"architect.md": "sha256:054854158e573b95efc0022bf4ebdd1c947d02e4cbf0f820d8a37bb155e104b7",
|
|
94
|
+
"code-reviewer.md": "sha256:0194fe714d4dcd61cf049322ae1f737deda5e59356eba4faca51ad38d025e9fc",
|
|
95
|
+
"code-simplifier.md": "sha256:44a797ce76724e94821e6434cf9d578c6775ddd9eb233a3b4c071e2cb5f7f0cc",
|
|
96
|
+
"critic.md": "sha256:7ac22331649f07805eca351e784629520a831d6a7ff8596628c66e6d4703b072",
|
|
97
|
+
"debugger.md": "sha256:14714f2a4671411e006c604291e0551cc38cc45c18e0665de2f30ef6996047c6",
|
|
98
|
+
"designer.md": "sha256:61e77f70753e09e87d2ef4e549c4459c1572cab3eddd72e2a0a430169bb256c8",
|
|
99
|
+
"document-specialist.md": "sha256:d6f01d210e5e74bb8e6f534657fd77eb39ca5feebc2bb451088cbe6b7790fd74",
|
|
100
|
+
"executor.md": "sha256:996bfa5ed0b560285c0ca020e75f02a60a4ef97062ecaac7b285699f57711865",
|
|
101
|
+
"explore.md": "sha256:a629637a20d2848e459c581057da0d258125e03eb243d8c984e98a0ed6636bcb",
|
|
102
|
+
"git-master.md": "sha256:40fbc2b31b1b1e0f957dcc7343e8b3a9e92422927c868db68d46cbb07f4abb58",
|
|
103
|
+
"planner.md": "sha256:20186e7bb9cc8298838cf2bd7caf187c79d9b9cb8ed941a9600b9c98454a09e5",
|
|
104
|
+
"qa-tester.md": "sha256:f34416b12bfc9c4071ee034c4e481733334b05e8e42d604cd84d579c557832ce",
|
|
105
|
+
"scientist.md": "sha256:cbe304e00b334c4c6035325542e522f66f8671b631dbc5fff4db9383bbefcd23",
|
|
106
|
+
"security-reviewer.md": "sha256:ede4e0af76067168dc3aecacffc73f330a950bf79ec187471950cb2d985de8e9",
|
|
107
|
+
"test-engineer.md": "sha256:6edcaf059b9cccc7eaa1ddde385bd23467d3e0ec798d0de153a3b6f03e5de939",
|
|
108
|
+
"tracer.md": "sha256:948875149f833317423510482ac7c5f7b7fad845422986e87fdcd30c440232d7",
|
|
109
|
+
"verifier.md": "sha256:8560d3a986199809497866a4fedbf9417cecca7cb670d0ba4aad70a7891e9a25",
|
|
110
|
+
"writer.md": "sha256:ccbf8dc3957f1c633c95c5b99a0e74237ed1a393c562474cc3443c62abbc47c0"
|
|
111
111
|
},
|
|
112
112
|
"hooks": {
|
|
113
|
-
"hooks.json": "sha256:
|
|
113
|
+
"hooks.json": "sha256:aeac1652f45697e7aaeabeaad17bd8fb9db332b8bd69c1ce3e1f63fa7792ac45"
|
|
114
114
|
}
|
|
115
115
|
}
|
|
116
116
|
}
|
|
@@ -78,6 +78,12 @@ disallowedTools: Write, Edit
|
|
|
78
78
|
- [Prioritized list of things to clarify before planning]
|
|
79
79
|
</Output_Format>
|
|
80
80
|
|
|
81
|
+
<Final_Response_Contract>
|
|
82
|
+
- Your LAST assistant message is the deliverable surfaced to callers. It MUST contain the full structured Analyst Review above, including Missing Questions, Undefined Guardrails, Scope Risks, Unvalidated Assumptions, Missing Acceptance Criteria, Edge Cases, and Recommendations as applicable.
|
|
83
|
+
- Do not put the substantive analysis only in earlier messages or tool commentary. If you draft findings earlier, repeat the final verdict/findings structure in the LAST message.
|
|
84
|
+
- Never end with a content-free sign-off such as "done", "complete", "nothing further", "looks good", or "no further comments". A final response without the structured deliverable violates this agent contract.
|
|
85
|
+
</Final_Response_Contract>
|
|
86
|
+
|
|
81
87
|
<Failure_Modes_To_Avoid>
|
|
82
88
|
- Market analysis: Evaluating "should we build this?" instead of "can we build this clearly?" Focus on implementability.
|
|
83
89
|
- Vague findings: "The requirements are unclear." Instead: "The error handling for `createUser()` when email already exists is unspecified. Should it return 409 Conflict or silently update?"
|
|
@@ -98,6 +98,12 @@ disallowedTools: Write, Edit
|
|
|
98
98
|
- `path/to/other.ts:108` - [what it shows]
|
|
99
99
|
</Output_Format>
|
|
100
100
|
|
|
101
|
+
<Final_Response_Contract>
|
|
102
|
+
- Your LAST assistant message is the deliverable surfaced to callers. It MUST contain the full structured output above, including Summary, Analysis, Root Cause, Recommendations, Trade-offs, and References as applicable.
|
|
103
|
+
- Do not put the substantive review only in earlier messages or tool commentary. If you draft findings earlier, repeat the final verdict/findings structure in the LAST message.
|
|
104
|
+
- Never end with a content-free sign-off such as "done", "complete", "nothing further", "looks good", or "no further comments". A final response without the structured deliverable violates this agent contract.
|
|
105
|
+
</Final_Response_Contract>
|
|
106
|
+
|
|
101
107
|
<Failure_Modes_To_Avoid>
|
|
102
108
|
- Armchair analysis: Giving advice without reading the code first. Always open files and cite line numbers.
|
|
103
109
|
- Symptom chasing: Recommending null checks everywhere when the real question is "why is it undefined?" Always find root cause.
|
|
@@ -153,6 +153,12 @@ disallowedTools: Write, Edit
|
|
|
153
153
|
APPROVE / REQUEST CHANGES / COMMENT
|
|
154
154
|
</Output_Format>
|
|
155
155
|
|
|
156
|
+
<Final_Response_Contract>
|
|
157
|
+
- Your LAST assistant message is the deliverable surfaced to callers. It MUST contain the full structured code review above, including Code Review Summary, severity counts, Issues, Open Questions when any, Positive Observations, and Recommendation.
|
|
158
|
+
- Do not put the substantive review only in earlier messages or tool commentary. If you draft findings earlier, repeat the final verdict/findings structure in the LAST message.
|
|
159
|
+
- Never end with a content-free sign-off such as "done", "complete", "nothing further", "looks good", or "no further comments". A final response without the structured deliverable violates this agent contract.
|
|
160
|
+
</Final_Response_Contract>
|
|
161
|
+
|
|
156
162
|
<Failure_Modes_To_Avoid>
|
|
157
163
|
- Style-first review: Nitpicking formatting while missing a SQL injection vulnerability. Always check security before style.
|
|
158
164
|
- Missing spec compliance: Approving code that doesn't implement the requested feature. Always verify spec match first.
|
|
@@ -226,6 +226,12 @@ disallowedTools: Write, Edit
|
|
|
226
226
|
- Deliberate Additions (if required): [Pass/Fail + reason]
|
|
227
227
|
</Output_Format>
|
|
228
228
|
|
|
229
|
+
<Final_Response_Contract>
|
|
230
|
+
- Your LAST assistant message is the deliverable surfaced to callers. It MUST contain the full structured verdict above, beginning with **VERDICT:** and including findings, gaps, justification, open questions, and the ralplan summary row when applicable.
|
|
231
|
+
- Do not put the substantive critique only in earlier messages or tool commentary. If you draft findings earlier, repeat the final verdict/findings structure in the LAST message.
|
|
232
|
+
- Never end with a content-free sign-off such as "done", "complete", "nothing further", "looks good", or "no further comments". A final response without the structured deliverable violates this agent contract.
|
|
233
|
+
</Final_Response_Contract>
|
|
234
|
+
|
|
229
235
|
<Failure_Modes_To_Avoid>
|
|
230
236
|
- Rubber-stamping: Approving work without reading referenced files. Always verify file references exist and contain what the plan claims.
|
|
231
237
|
- Inventing problems: Rejecting clear work by nitpicking unlikely edge cases. If the work is actionable, say ACCEPT.
|
|
@@ -108,6 +108,12 @@ level: 3
|
|
|
108
108
|
- No new errors introduced: [confirmed]
|
|
109
109
|
</Output_Format>
|
|
110
110
|
|
|
111
|
+
<Final_Response_Contract>
|
|
112
|
+
- Your LAST assistant message is the deliverable surfaced to callers. It MUST contain the full structured Bug Report above, including Symptom, Root Cause, Reproduction, Fix, Verification, and References (and Build Error Resolution when applicable).
|
|
113
|
+
- Do not put the substantive diagnosis only in earlier messages or tool commentary. If you draft findings earlier, repeat the final verdict/findings structure in the LAST message.
|
|
114
|
+
- Never end with a content-free sign-off such as "done", "complete", "nothing further", "looks good", or "no further comments". A final response without the structured deliverable violates this agent contract.
|
|
115
|
+
</Final_Response_Contract>
|
|
116
|
+
|
|
111
117
|
<Failure_Modes_To_Avoid>
|
|
112
118
|
- Symptom fixing: Adding null checks everywhere instead of asking "why is it null?" Find the root cause.
|
|
113
119
|
- Skipping reproduction: Investigating before confirming the bug can be triggered. Reproduce first.
|
|
@@ -162,6 +162,12 @@ disallowedTools: Write, Edit
|
|
|
162
162
|
- [ ] Dependencies audited
|
|
163
163
|
</Output_Format>
|
|
164
164
|
|
|
165
|
+
<Final_Response_Contract>
|
|
166
|
+
- Your LAST assistant message is the deliverable surfaced to callers. It MUST contain the full structured security report above, including Scope, Risk Level, Summary, issue sections, and Security Checklist.
|
|
167
|
+
- Do not put the substantive security review only in earlier messages or tool commentary. If you draft findings earlier, repeat the final verdict/findings structure in the LAST message.
|
|
168
|
+
- Never end with a content-free sign-off such as "done", "complete", "nothing further", "looks good", or "no further comments". A final response without the structured deliverable violates this agent contract.
|
|
169
|
+
</Final_Response_Contract>
|
|
170
|
+
|
|
165
171
|
<Failure_Modes_To_Avoid>
|
|
166
172
|
- Surface-level scan: Only checking for console.log while missing SQL injection. Follow the full OWASP checklist.
|
|
167
173
|
- Flat prioritization: Listing all findings as "HIGH." Differentiate by severity x exploitability x blast radius.
|
|
@@ -133,6 +133,12 @@ level: 3
|
|
|
133
133
|
[What is still unknown or weakly supported]
|
|
134
134
|
</Output_Format>
|
|
135
135
|
|
|
136
|
+
<Final_Response_Contract>
|
|
137
|
+
- Your LAST assistant message is the deliverable surfaced to callers. It MUST contain the full structured Trace Report above, including Observation, Hypothesis Table, Evidence For/Against, Current Best Explanation, Critical Unknown, and Discriminating Probe as applicable.
|
|
138
|
+
- Do not put the substantive trace only in earlier messages or tool commentary. If you draft findings earlier, repeat the final verdict/findings structure in the LAST message.
|
|
139
|
+
- Never end with a content-free sign-off such as "done", "complete", "nothing further", "looks good", or "no further comments". A final response without the structured deliverable violates this agent contract.
|
|
140
|
+
</Final_Response_Contract>
|
|
141
|
+
|
|
136
142
|
<Failure_Modes_To_Avoid>
|
|
137
143
|
- Premature certainty: declaring a cause before examining competing explanations
|
|
138
144
|
- Observation drift: rewriting the observed result to fit a favorite theory
|
|
@@ -3,6 +3,7 @@ name: verifier
|
|
|
3
3
|
description: Verification strategy, evidence-based completion checks, test adequacy
|
|
4
4
|
model: sonnet
|
|
5
5
|
level: 3
|
|
6
|
+
disallowedTools: Write, Edit
|
|
6
7
|
---
|
|
7
8
|
|
|
8
9
|
<Agent_Prompt>
|
|
@@ -84,6 +85,12 @@ level: 3
|
|
|
84
85
|
[One sentence justification]
|
|
85
86
|
</Output_Format>
|
|
86
87
|
|
|
88
|
+
<Final_Response_Contract>
|
|
89
|
+
- Your LAST assistant message is the deliverable surfaced to callers. It MUST contain the full structured Verification Report above, including Verdict, Evidence, Acceptance Criteria, Gaps, and Recommendation as applicable.
|
|
90
|
+
- Do not put the substantive verification only in earlier messages or tool commentary. If you draft findings earlier, repeat the final verdict/findings structure in the LAST message.
|
|
91
|
+
- Never end with a content-free sign-off such as "done", "complete", "nothing further", "looks good", or "no further comments". A final response without the structured deliverable violates this agent contract.
|
|
92
|
+
</Final_Response_Contract>
|
|
93
|
+
|
|
87
94
|
<Failure_Modes_To_Avoid>
|
|
88
95
|
- Trust without evidence: Approving because the implementer said "it works." Run the tests yourself.
|
|
89
96
|
- Stale evidence: Using test output from 30 minutes ago that predates recent changes. Run fresh.
|
|
@@ -178,6 +178,11 @@
|
|
|
178
178
|
"command": "node \"$CLAUDE_PLUGIN_ROOT\"/scripts/run.cjs \"$CLAUDE_PLUGIN_ROOT\"/scripts/context-guard-stop.mjs",
|
|
179
179
|
"timeout": 5
|
|
180
180
|
},
|
|
181
|
+
{
|
|
182
|
+
"type": "command",
|
|
183
|
+
"command": "node \"$CLAUDE_PLUGIN_ROOT\"/scripts/run.cjs \"$CLAUDE_PLUGIN_ROOT\"/scripts/workflow-drift-guard.mjs",
|
|
184
|
+
"timeout": 3
|
|
185
|
+
},
|
|
181
186
|
{
|
|
182
187
|
"type": "command",
|
|
183
188
|
"command": "node \"$CLAUDE_PLUGIN_ROOT\"/scripts/run.cjs \"$CLAUDE_PLUGIN_ROOT\"/scripts/persistent-mode.mjs",
|
|
@@ -198,12 +203,14 @@
|
|
|
198
203
|
{
|
|
199
204
|
"type": "command",
|
|
200
205
|
"command": "node \"$CLAUDE_PLUGIN_ROOT\"/scripts/run.cjs \"$CLAUDE_PLUGIN_ROOT\"/scripts/session-end.mjs",
|
|
201
|
-
"timeout": 30
|
|
206
|
+
"timeout": 30,
|
|
207
|
+
"async": true
|
|
202
208
|
},
|
|
203
209
|
{
|
|
204
210
|
"type": "command",
|
|
205
211
|
"command": "node \"$CLAUDE_PLUGIN_ROOT\"/scripts/run.cjs \"$CLAUDE_PLUGIN_ROOT\"/scripts/wiki-session-end.mjs",
|
|
206
|
-
"timeout": 30
|
|
212
|
+
"timeout": 30,
|
|
213
|
+
"async": true
|
|
207
214
|
}
|
|
208
215
|
]
|
|
209
216
|
}
|