winter-super-cli 2026.5.31 → 2026.6.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +9 -5
- package/bin/winter.js +39 -4
- package/package.json +22 -3
- package/resources/local/ecc/.agents/plugins/marketplace.json +21 -0
- package/resources/local/ecc/.agents/skills/agent-introspection-debugging/SKILL.md +152 -0
- package/resources/local/ecc/.agents/skills/agent-introspection-debugging/agents/openai.yaml +7 -0
- package/resources/local/ecc/.agents/skills/agent-sort/SKILL.md +214 -0
- package/resources/local/ecc/.agents/skills/agent-sort/agents/openai.yaml +7 -0
- package/resources/local/ecc/.agents/skills/api-design/SKILL.md +522 -0
- package/resources/local/ecc/.agents/skills/api-design/agents/openai.yaml +7 -0
- package/resources/local/ecc/.agents/skills/article-writing/SKILL.md +78 -0
- package/resources/local/ecc/.agents/skills/article-writing/agents/openai.yaml +7 -0
- package/resources/local/ecc/.agents/skills/backend-patterns/SKILL.md +597 -0
- package/resources/local/ecc/.agents/skills/backend-patterns/agents/openai.yaml +7 -0
- package/resources/local/ecc/.agents/skills/brand-voice/SKILL.md +96 -0
- package/resources/local/ecc/.agents/skills/brand-voice/agents/openai.yaml +7 -0
- package/resources/local/ecc/.agents/skills/brand-voice/references/voice-profile-schema.md +55 -0
- package/resources/local/ecc/.agents/skills/bun-runtime/SKILL.md +83 -0
- package/resources/local/ecc/.agents/skills/bun-runtime/agents/openai.yaml +7 -0
- package/resources/local/ecc/.agents/skills/coding-standards/SKILL.md +548 -0
- package/resources/local/ecc/.agents/skills/coding-standards/agents/openai.yaml +7 -0
- package/resources/local/ecc/.agents/skills/content-engine/SKILL.md +130 -0
- package/resources/local/ecc/.agents/skills/content-engine/agents/openai.yaml +7 -0
- package/resources/local/ecc/.agents/skills/crosspost/SKILL.md +110 -0
- package/resources/local/ecc/.agents/skills/crosspost/agents/openai.yaml +7 -0
- package/resources/local/ecc/.agents/skills/deep-research/SKILL.md +154 -0
- package/resources/local/ecc/.agents/skills/deep-research/agents/openai.yaml +7 -0
- package/resources/local/ecc/.agents/skills/dmux-workflows/SKILL.md +143 -0
- package/resources/local/ecc/.agents/skills/dmux-workflows/agents/openai.yaml +7 -0
- package/resources/local/ecc/.agents/skills/documentation-lookup/SKILL.md +89 -0
- package/resources/local/ecc/.agents/skills/documentation-lookup/agents/openai.yaml +7 -0
- package/resources/local/ecc/.agents/skills/e2e-testing/SKILL.md +325 -0
- package/resources/local/ecc/.agents/skills/e2e-testing/agents/openai.yaml +7 -0
- package/resources/local/ecc/.agents/skills/eval-harness/SKILL.md +235 -0
- package/resources/local/ecc/.agents/skills/eval-harness/agents/openai.yaml +7 -0
- package/resources/local/ecc/.agents/skills/everything-claude-code/SKILL.md +442 -0
- package/resources/local/ecc/.agents/skills/everything-claude-code/agents/openai.yaml +7 -0
- package/resources/local/ecc/.agents/skills/exa-search/SKILL.md +169 -0
- package/resources/local/ecc/.agents/skills/exa-search/agents/openai.yaml +7 -0
- package/resources/local/ecc/.agents/skills/fal-ai-media/SKILL.md +276 -0
- package/resources/local/ecc/.agents/skills/fal-ai-media/agents/openai.yaml +7 -0
- package/resources/local/ecc/.agents/skills/frontend-patterns/SKILL.md +647 -0
- package/resources/local/ecc/.agents/skills/frontend-patterns/agents/openai.yaml +7 -0
- package/resources/local/ecc/.agents/skills/frontend-slides/SKILL.md +183 -0
- package/resources/local/ecc/.agents/skills/frontend-slides/STYLE_PRESETS.md +330 -0
- package/resources/local/ecc/.agents/skills/frontend-slides/agents/openai.yaml +7 -0
- package/resources/local/ecc/.agents/skills/investor-materials/SKILL.md +95 -0
- package/resources/local/ecc/.agents/skills/investor-materials/agents/openai.yaml +7 -0
- package/resources/local/ecc/.agents/skills/investor-outreach/SKILL.md +90 -0
- package/resources/local/ecc/.agents/skills/investor-outreach/agents/openai.yaml +7 -0
- package/resources/local/ecc/.agents/skills/market-research/SKILL.md +74 -0
- package/resources/local/ecc/.agents/skills/market-research/agents/openai.yaml +7 -0
- package/resources/local/ecc/.agents/skills/mcp-server-patterns/SKILL.md +66 -0
- package/resources/local/ecc/.agents/skills/mcp-server-patterns/agents/openai.yaml +7 -0
- package/resources/local/ecc/.agents/skills/mle-workflow/SKILL.md +346 -0
- package/resources/local/ecc/.agents/skills/mle-workflow/agents/openai.yaml +7 -0
- package/resources/local/ecc/.agents/skills/nextjs-turbopack/SKILL.md +43 -0
- package/resources/local/ecc/.agents/skills/nextjs-turbopack/agents/openai.yaml +7 -0
- package/resources/local/ecc/.agents/skills/product-capability/SKILL.md +140 -0
- package/resources/local/ecc/.agents/skills/product-capability/agents/openai.yaml +7 -0
- package/resources/local/ecc/.agents/skills/security-review/SKILL.md +494 -0
- package/resources/local/ecc/.agents/skills/security-review/agents/openai.yaml +7 -0
- package/resources/local/ecc/.agents/skills/strategic-compact/SKILL.md +102 -0
- package/resources/local/ecc/.agents/skills/strategic-compact/agents/openai.yaml +7 -0
- package/resources/local/ecc/.agents/skills/tdd-workflow/SKILL.md +409 -0
- package/resources/local/ecc/.agents/skills/tdd-workflow/agents/openai.yaml +7 -0
- package/resources/local/ecc/.agents/skills/verification-loop/SKILL.md +125 -0
- package/resources/local/ecc/.agents/skills/verification-loop/agents/openai.yaml +7 -0
- package/resources/local/ecc/.agents/skills/video-editing/SKILL.md +307 -0
- package/resources/local/ecc/.agents/skills/video-editing/agents/openai.yaml +7 -0
- package/resources/local/ecc/.agents/skills/x-api/SKILL.md +229 -0
- package/resources/local/ecc/.agents/skills/x-api/agents/openai.yaml +7 -0
- package/resources/local/ecc/.claude/commands/add-language-rules.md +39 -0
- package/resources/local/ecc/.claude/commands/database-migration.md +36 -0
- package/resources/local/ecc/.claude/commands/feature-development.md +38 -0
- package/resources/local/ecc/.claude/ecc-tools.json +334 -0
- package/resources/local/ecc/.claude/enterprise/controls.md +15 -0
- package/resources/local/ecc/.claude/homunculus/instincts/inherited/everything-claude-code-instincts.yaml +162 -0
- package/resources/local/ecc/.claude/identity.json +14 -0
- package/resources/local/ecc/.claude/package-manager.json +4 -0
- package/resources/local/ecc/.claude/research/everything-claude-code-research-playbook.md +21 -0
- package/resources/local/ecc/.claude/rules/everything-claude-code-guardrails.md +43 -0
- package/resources/local/ecc/.claude/rules/node.md +56 -0
- package/resources/local/ecc/.claude/skills/everything-claude-code/SKILL.md +442 -0
- package/resources/local/ecc/.claude/team/everything-claude-code-team-config.json +15 -0
- package/resources/local/ecc/.claude-plugin/README.md +17 -0
- package/resources/local/ecc/.claude-plugin/marketplace.json +47 -0
- package/resources/local/ecc/.claude-plugin/plugin.json +32 -0
- package/resources/local/ecc/.codebuddy/README.md +98 -0
- package/resources/local/ecc/.codebuddy/install.js +312 -0
- package/resources/local/ecc/.codebuddy/install.sh +231 -0
- package/resources/local/ecc/.codebuddy/uninstall.js +291 -0
- package/resources/local/ecc/.codebuddy/uninstall.sh +184 -0
- package/resources/local/ecc/.codex/AGENTS.md +102 -0
- package/resources/local/ecc/.codex/agents/docs-researcher.toml +9 -0
- package/resources/local/ecc/.codex/agents/explorer.toml +9 -0
- package/resources/local/ecc/.codex/agents/reviewer.toml +9 -0
- package/resources/local/ecc/.codex/config.toml +120 -0
- package/resources/local/ecc/.codex-plugin/README.md +64 -0
- package/resources/local/ecc/.codex-plugin/plugin.json +30 -0
- package/resources/local/ecc/.cursor/hooks/adapter.js +81 -0
- package/resources/local/ecc/.cursor/hooks/after-file-edit.js +19 -0
- package/resources/local/ecc/.cursor/hooks/after-mcp-execution.js +12 -0
- package/resources/local/ecc/.cursor/hooks/after-shell-execution.js +28 -0
- package/resources/local/ecc/.cursor/hooks/after-tab-file-edit.js +12 -0
- package/resources/local/ecc/.cursor/hooks/before-mcp-execution.js +11 -0
- package/resources/local/ecc/.cursor/hooks/before-read-file.js +13 -0
- package/resources/local/ecc/.cursor/hooks/before-shell-execution.js +41 -0
- package/resources/local/ecc/.cursor/hooks/before-submit-prompt.js +23 -0
- package/resources/local/ecc/.cursor/hooks/before-tab-file-read.js +13 -0
- package/resources/local/ecc/.cursor/hooks/pre-compact.js +7 -0
- package/resources/local/ecc/.cursor/hooks/session-end.js +10 -0
- package/resources/local/ecc/.cursor/hooks/session-start.js +10 -0
- package/resources/local/ecc/.cursor/hooks/stop.js +21 -0
- package/resources/local/ecc/.cursor/hooks/subagent-start.js +10 -0
- package/resources/local/ecc/.cursor/hooks/subagent-stop.js +10 -0
- package/resources/local/ecc/.cursor/hooks.json +115 -0
- package/resources/local/ecc/.cursor/rules/common-agents.md +53 -0
- package/resources/local/ecc/.cursor/rules/common-coding-style.md +52 -0
- package/resources/local/ecc/.cursor/rules/common-development-workflow.md +33 -0
- package/resources/local/ecc/.cursor/rules/common-git-workflow.md +28 -0
- package/resources/local/ecc/.cursor/rules/common-hooks.md +34 -0
- package/resources/local/ecc/.cursor/rules/common-patterns.md +35 -0
- package/resources/local/ecc/.cursor/rules/common-performance.md +59 -0
- package/resources/local/ecc/.cursor/rules/common-security.md +33 -0
- package/resources/local/ecc/.cursor/rules/common-testing.md +33 -0
- package/resources/local/ecc/.cursor/rules/golang-coding-style.md +31 -0
- package/resources/local/ecc/.cursor/rules/golang-hooks.md +16 -0
- package/resources/local/ecc/.cursor/rules/golang-patterns.md +44 -0
- package/resources/local/ecc/.cursor/rules/golang-security.md +33 -0
- package/resources/local/ecc/.cursor/rules/golang-testing.md +30 -0
- package/resources/local/ecc/.cursor/rules/kotlin-coding-style.md +39 -0
- package/resources/local/ecc/.cursor/rules/kotlin-hooks.md +16 -0
- package/resources/local/ecc/.cursor/rules/kotlin-patterns.md +50 -0
- package/resources/local/ecc/.cursor/rules/kotlin-security.md +58 -0
- package/resources/local/ecc/.cursor/rules/kotlin-testing.md +38 -0
- package/resources/local/ecc/.cursor/rules/php-coding-style.md +25 -0
- package/resources/local/ecc/.cursor/rules/php-hooks.md +21 -0
- package/resources/local/ecc/.cursor/rules/php-patterns.md +23 -0
- package/resources/local/ecc/.cursor/rules/php-security.md +24 -0
- package/resources/local/ecc/.cursor/rules/php-testing.md +26 -0
- package/resources/local/ecc/.cursor/rules/python-coding-style.md +42 -0
- package/resources/local/ecc/.cursor/rules/python-hooks.md +19 -0
- package/resources/local/ecc/.cursor/rules/python-patterns.md +39 -0
- package/resources/local/ecc/.cursor/rules/python-security.md +30 -0
- package/resources/local/ecc/.cursor/rules/python-testing.md +38 -0
- package/resources/local/ecc/.cursor/rules/swift-coding-style.md +47 -0
- package/resources/local/ecc/.cursor/rules/swift-hooks.md +20 -0
- package/resources/local/ecc/.cursor/rules/swift-patterns.md +66 -0
- package/resources/local/ecc/.cursor/rules/swift-security.md +33 -0
- package/resources/local/ecc/.cursor/rules/swift-testing.md +45 -0
- package/resources/local/ecc/.cursor/rules/typescript-coding-style.md +63 -0
- package/resources/local/ecc/.cursor/rules/typescript-hooks.md +20 -0
- package/resources/local/ecc/.cursor/rules/typescript-patterns.md +50 -0
- package/resources/local/ecc/.cursor/rules/typescript-security.md +26 -0
- package/resources/local/ecc/.cursor/rules/typescript-testing.md +16 -0
- package/resources/local/ecc/.cursor/skills/article-writing/SKILL.md +85 -0
- package/resources/local/ecc/.cursor/skills/bun-runtime/SKILL.md +84 -0
- package/resources/local/ecc/.cursor/skills/content-engine/SKILL.md +88 -0
- package/resources/local/ecc/.cursor/skills/documentation-lookup/SKILL.md +90 -0
- package/resources/local/ecc/.cursor/skills/frontend-slides/SKILL.md +184 -0
- package/resources/local/ecc/.cursor/skills/frontend-slides/STYLE_PRESETS.md +330 -0
- package/resources/local/ecc/.cursor/skills/investor-materials/SKILL.md +96 -0
- package/resources/local/ecc/.cursor/skills/investor-outreach/SKILL.md +76 -0
- package/resources/local/ecc/.cursor/skills/market-research/SKILL.md +75 -0
- package/resources/local/ecc/.cursor/skills/mcp-server-patterns/SKILL.md +67 -0
- package/resources/local/ecc/.cursor/skills/nextjs-turbopack/SKILL.md +44 -0
- package/resources/local/ecc/.env.example +48 -0
- package/resources/local/ecc/.gemini/GEMINI.md +48 -0
- package/resources/local/ecc/.github/FUNDING.yml +2 -0
- package/resources/local/ecc/.github/ISSUE_TEMPLATE/copilot-task.md +17 -0
- package/resources/local/ecc/.github/PULL_REQUEST_TEMPLATE.md +33 -0
- package/resources/local/ecc/.github/copilot-instructions.md +115 -0
- package/resources/local/ecc/.github/dependabot.yml +21 -0
- package/resources/local/ecc/.github/prompts/build-fix.prompt.md +47 -0
- package/resources/local/ecc/.github/prompts/code-review.prompt.md +56 -0
- package/resources/local/ecc/.github/prompts/plan.prompt.md +52 -0
- package/resources/local/ecc/.github/prompts/refactor.prompt.md +50 -0
- package/resources/local/ecc/.github/prompts/security-review.prompt.md +70 -0
- package/resources/local/ecc/.github/prompts/tdd.prompt.md +47 -0
- package/resources/local/ecc/.github/release.yml +20 -0
- package/resources/local/ecc/.github/workflows/ci.yml +243 -0
- package/resources/local/ecc/.github/workflows/maintenance.yml +56 -0
- package/resources/local/ecc/.github/workflows/monthly-metrics.yml +192 -0
- package/resources/local/ecc/.github/workflows/release.yml +151 -0
- package/resources/local/ecc/.github/workflows/reusable-release.yml +169 -0
- package/resources/local/ecc/.github/workflows/reusable-test.yml +95 -0
- package/resources/local/ecc/.github/workflows/reusable-validate.yml +55 -0
- package/resources/local/ecc/.github/workflows/supply-chain-watch.yml +65 -0
- package/resources/local/ecc/.kiro/README.md +607 -0
- package/resources/local/ecc/.kiro/agents/architect.json +16 -0
- package/resources/local/ecc/.kiro/agents/architect.md +212 -0
- package/resources/local/ecc/.kiro/agents/build-error-resolver.json +17 -0
- package/resources/local/ecc/.kiro/agents/build-error-resolver.md +116 -0
- package/resources/local/ecc/.kiro/agents/chief-of-staff.json +17 -0
- package/resources/local/ecc/.kiro/agents/chief-of-staff.md +153 -0
- package/resources/local/ecc/.kiro/agents/code-reviewer.json +16 -0
- package/resources/local/ecc/.kiro/agents/code-reviewer.md +238 -0
- package/resources/local/ecc/.kiro/agents/database-reviewer.json +16 -0
- package/resources/local/ecc/.kiro/agents/database-reviewer.md +92 -0
- package/resources/local/ecc/.kiro/agents/doc-updater.json +16 -0
- package/resources/local/ecc/.kiro/agents/doc-updater.md +108 -0
- package/resources/local/ecc/.kiro/agents/e2e-runner.json +17 -0
- package/resources/local/ecc/.kiro/agents/e2e-runner.md +109 -0
- package/resources/local/ecc/.kiro/agents/go-build-resolver.json +17 -0
- package/resources/local/ecc/.kiro/agents/go-build-resolver.md +96 -0
- package/resources/local/ecc/.kiro/agents/go-reviewer.json +16 -0
- package/resources/local/ecc/.kiro/agents/go-reviewer.md +77 -0
- package/resources/local/ecc/.kiro/agents/harness-optimizer.json +15 -0
- package/resources/local/ecc/.kiro/agents/harness-optimizer.md +34 -0
- package/resources/local/ecc/.kiro/agents/loop-operator.json +16 -0
- package/resources/local/ecc/.kiro/agents/loop-operator.md +36 -0
- package/resources/local/ecc/.kiro/agents/planner.json +15 -0
- package/resources/local/ecc/.kiro/agents/planner.md +212 -0
- package/resources/local/ecc/.kiro/agents/python-reviewer.json +16 -0
- package/resources/local/ecc/.kiro/agents/python-reviewer.md +99 -0
- package/resources/local/ecc/.kiro/agents/refactor-cleaner.json +17 -0
- package/resources/local/ecc/.kiro/agents/refactor-cleaner.md +87 -0
- package/resources/local/ecc/.kiro/agents/security-reviewer.json +16 -0
- package/resources/local/ecc/.kiro/agents/security-reviewer.md +109 -0
- package/resources/local/ecc/.kiro/agents/tdd-guide.json +17 -0
- package/resources/local/ecc/.kiro/agents/tdd-guide.md +93 -0
- package/resources/local/ecc/.kiro/docs/longform-guide.md +301 -0
- package/resources/local/ecc/.kiro/docs/security-guide.md +496 -0
- package/resources/local/ecc/.kiro/docs/shortform-guide.md +360 -0
- package/resources/local/ecc/.kiro/hooks/README.md +93 -0
- package/resources/local/ecc/.kiro/hooks/auto-format.kiro.hook +14 -0
- package/resources/local/ecc/.kiro/hooks/code-review-on-write.kiro.hook +14 -0
- package/resources/local/ecc/.kiro/hooks/console-log-check.kiro.hook +14 -0
- package/resources/local/ecc/.kiro/hooks/doc-file-warning.kiro.hook +14 -0
- package/resources/local/ecc/.kiro/hooks/extract-patterns.kiro.hook +13 -0
- package/resources/local/ecc/.kiro/hooks/git-push-review.kiro.hook +14 -0
- package/resources/local/ecc/.kiro/hooks/quality-gate.kiro.hook +13 -0
- package/resources/local/ecc/.kiro/hooks/session-summary.kiro.hook +13 -0
- package/resources/local/ecc/.kiro/hooks/tdd-reminder.kiro.hook +14 -0
- package/resources/local/ecc/.kiro/hooks/typecheck-on-edit.kiro.hook +14 -0
- package/resources/local/ecc/.kiro/install.sh +143 -0
- package/resources/local/ecc/.kiro/scripts/format.sh +70 -0
- package/resources/local/ecc/.kiro/scripts/quality-gate.sh +120 -0
- package/resources/local/ecc/.kiro/settings/mcp.json.example +50 -0
- package/resources/local/ecc/.kiro/skills/agentic-engineering/SKILL.md +135 -0
- package/resources/local/ecc/.kiro/skills/api-design/SKILL.md +525 -0
- package/resources/local/ecc/.kiro/skills/backend-patterns/SKILL.md +600 -0
- package/resources/local/ecc/.kiro/skills/coding-standards/SKILL.md +532 -0
- package/resources/local/ecc/.kiro/skills/database-migrations/SKILL.md +348 -0
- package/resources/local/ecc/.kiro/skills/deployment-patterns/SKILL.md +440 -0
- package/resources/local/ecc/.kiro/skills/docker-patterns/SKILL.md +376 -0
- package/resources/local/ecc/.kiro/skills/e2e-testing/SKILL.md +328 -0
- package/resources/local/ecc/.kiro/skills/frontend-patterns/SKILL.md +644 -0
- package/resources/local/ecc/.kiro/skills/golang-patterns/SKILL.md +227 -0
- package/resources/local/ecc/.kiro/skills/golang-testing/SKILL.md +332 -0
- package/resources/local/ecc/.kiro/skills/postgres-patterns/SKILL.md +161 -0
- package/resources/local/ecc/.kiro/skills/python-patterns/SKILL.md +428 -0
- package/resources/local/ecc/.kiro/skills/python-testing/SKILL.md +497 -0
- package/resources/local/ecc/.kiro/skills/search-first/SKILL.md +179 -0
- package/resources/local/ecc/.kiro/skills/security-review/SKILL.md +497 -0
- package/resources/local/ecc/.kiro/skills/tdd-workflow/SKILL.md +414 -0
- package/resources/local/ecc/.kiro/skills/verification-loop/SKILL.md +128 -0
- package/resources/local/ecc/.kiro/steering/coding-style.md +53 -0
- package/resources/local/ecc/.kiro/steering/dev-mode.md +44 -0
- package/resources/local/ecc/.kiro/steering/development-workflow.md +34 -0
- package/resources/local/ecc/.kiro/steering/git-workflow.md +29 -0
- package/resources/local/ecc/.kiro/steering/golang-patterns.md +45 -0
- package/resources/local/ecc/.kiro/steering/lessons-learned.md +84 -0
- package/resources/local/ecc/.kiro/steering/patterns.md +36 -0
- package/resources/local/ecc/.kiro/steering/performance.md +54 -0
- package/resources/local/ecc/.kiro/steering/python-patterns.md +40 -0
- package/resources/local/ecc/.kiro/steering/research-mode.md +62 -0
- package/resources/local/ecc/.kiro/steering/review-mode.md +56 -0
- package/resources/local/ecc/.kiro/steering/security.md +34 -0
- package/resources/local/ecc/.kiro/steering/swift-patterns.md +67 -0
- package/resources/local/ecc/.kiro/steering/testing.md +34 -0
- package/resources/local/ecc/.kiro/steering/typescript-patterns.md +51 -0
- package/resources/local/ecc/.kiro/steering/typescript-security.md +98 -0
- package/resources/local/ecc/.markdownlint.json +19 -0
- package/resources/local/ecc/.mcp.json +28 -0
- package/resources/local/ecc/.opencode/MIGRATION.md +368 -0
- package/resources/local/ecc/.opencode/README.md +204 -0
- package/resources/local/ecc/.opencode/commands/build-fix.md +56 -0
- package/resources/local/ecc/.opencode/commands/checkpoint.md +67 -0
- package/resources/local/ecc/.opencode/commands/code-review.md +68 -0
- package/resources/local/ecc/.opencode/commands/e2e.md +105 -0
- package/resources/local/ecc/.opencode/commands/eval.md +88 -0
- package/resources/local/ecc/.opencode/commands/evolve.md +36 -0
- package/resources/local/ecc/.opencode/commands/go-build.md +87 -0
- package/resources/local/ecc/.opencode/commands/go-review.md +71 -0
- package/resources/local/ecc/.opencode/commands/go-test.md +131 -0
- package/resources/local/ecc/.opencode/commands/harness-audit.md +77 -0
- package/resources/local/ecc/.opencode/commands/instinct-export.md +93 -0
- package/resources/local/ecc/.opencode/commands/instinct-import.md +88 -0
- package/resources/local/ecc/.opencode/commands/instinct-status.md +29 -0
- package/resources/local/ecc/.opencode/commands/learn.md +61 -0
- package/resources/local/ecc/.opencode/commands/loop-start.md +32 -0
- package/resources/local/ecc/.opencode/commands/loop-status.md +24 -0
- package/resources/local/ecc/.opencode/commands/model-route.md +26 -0
- package/resources/local/ecc/.opencode/commands/orchestrate.md +88 -0
- package/resources/local/ecc/.opencode/commands/plan.md +49 -0
- package/resources/local/ecc/.opencode/commands/projects.md +23 -0
- package/resources/local/ecc/.opencode/commands/promote.md +23 -0
- package/resources/local/ecc/.opencode/commands/quality-gate.md +29 -0
- package/resources/local/ecc/.opencode/commands/refactor-clean.md +102 -0
- package/resources/local/ecc/.opencode/commands/rust-build.md +78 -0
- package/resources/local/ecc/.opencode/commands/rust-review.md +65 -0
- package/resources/local/ecc/.opencode/commands/rust-test.md +104 -0
- package/resources/local/ecc/.opencode/commands/security-scan.md +92 -0
- package/resources/local/ecc/.opencode/commands/security.md +89 -0
- package/resources/local/ecc/.opencode/commands/setup-pm.md +67 -0
- package/resources/local/ecc/.opencode/commands/skill-create.md +117 -0
- package/resources/local/ecc/.opencode/commands/tdd.md +66 -0
- package/resources/local/ecc/.opencode/commands/test-coverage.md +80 -0
- package/resources/local/ecc/.opencode/commands/update-codemaps.md +81 -0
- package/resources/local/ecc/.opencode/commands/update-docs.md +67 -0
- package/resources/local/ecc/.opencode/commands/verify.md +67 -0
- package/resources/local/ecc/.opencode/index.ts +80 -0
- package/resources/local/ecc/.opencode/instructions/INSTRUCTIONS.md +337 -0
- package/resources/local/ecc/.opencode/opencode.json +467 -0
- package/resources/local/ecc/.opencode/package-lock.json +169 -0
- package/resources/local/ecc/.opencode/package.json +70 -0
- package/resources/local/ecc/.opencode/plugins/ecc-hooks.ts +520 -0
- package/resources/local/ecc/.opencode/plugins/index.ts +12 -0
- package/resources/local/ecc/.opencode/plugins/lib/changed-files-store.ts +98 -0
- package/resources/local/ecc/.opencode/prompts/agents/architect.txt +175 -0
- package/resources/local/ecc/.opencode/prompts/agents/build-error-resolver.txt +233 -0
- package/resources/local/ecc/.opencode/prompts/agents/code-reviewer.txt +103 -0
- package/resources/local/ecc/.opencode/prompts/agents/cpp-build-resolver.txt +81 -0
- package/resources/local/ecc/.opencode/prompts/agents/cpp-reviewer.txt +65 -0
- package/resources/local/ecc/.opencode/prompts/agents/database-reviewer.txt +247 -0
- package/resources/local/ecc/.opencode/prompts/agents/doc-updater.txt +192 -0
- package/resources/local/ecc/.opencode/prompts/agents/docs-lookup.txt +57 -0
- package/resources/local/ecc/.opencode/prompts/agents/e2e-runner.txt +305 -0
- package/resources/local/ecc/.opencode/prompts/agents/go-build-resolver.txt +325 -0
- package/resources/local/ecc/.opencode/prompts/agents/go-reviewer.txt +241 -0
- package/resources/local/ecc/.opencode/prompts/agents/harness-optimizer.txt +27 -0
- package/resources/local/ecc/.opencode/prompts/agents/java-build-resolver.txt +125 -0
- package/resources/local/ecc/.opencode/prompts/agents/java-reviewer.txt +99 -0
- package/resources/local/ecc/.opencode/prompts/agents/kotlin-build-resolver.txt +120 -0
- package/resources/local/ecc/.opencode/prompts/agents/kotlin-reviewer.txt +127 -0
- package/resources/local/ecc/.opencode/prompts/agents/loop-operator.txt +39 -0
- package/resources/local/ecc/.opencode/prompts/agents/planner.txt +112 -0
- package/resources/local/ecc/.opencode/prompts/agents/python-reviewer.txt +85 -0
- package/resources/local/ecc/.opencode/prompts/agents/refactor-cleaner.txt +241 -0
- package/resources/local/ecc/.opencode/prompts/agents/rust-build-resolver.txt +93 -0
- package/resources/local/ecc/.opencode/prompts/agents/rust-reviewer.txt +61 -0
- package/resources/local/ecc/.opencode/prompts/agents/security-reviewer.txt +207 -0
- package/resources/local/ecc/.opencode/prompts/agents/tdd-guide.txt +211 -0
- package/resources/local/ecc/.opencode/tools/changed-files.ts +83 -0
- package/resources/local/ecc/.opencode/tools/check-coverage.ts +172 -0
- package/resources/local/ecc/.opencode/tools/format-code.ts +70 -0
- package/resources/local/ecc/.opencode/tools/git-summary.ts +56 -0
- package/resources/local/ecc/.opencode/tools/index.ts +14 -0
- package/resources/local/ecc/.opencode/tools/lint-check.ts +87 -0
- package/resources/local/ecc/.opencode/tools/run-tests.ts +141 -0
- package/resources/local/ecc/.opencode/tools/security-audit.ts +279 -0
- package/resources/local/ecc/.opencode/tsconfig.json +30 -0
- package/resources/local/ecc/.prettierrc +8 -0
- package/resources/local/ecc/.qwen/QWEN.md +25 -0
- package/resources/local/ecc/.tool-versions +6 -0
- package/resources/local/ecc/.trae/README.md +184 -0
- package/resources/local/ecc/.trae/install.sh +234 -0
- package/resources/local/ecc/.trae/uninstall.sh +194 -0
- package/resources/local/ecc/.vscode/settings.json +17 -0
- package/resources/local/ecc/.yarnrc.yml +1 -0
- package/resources/local/ecc/.zed/settings.json +41 -0
- package/resources/local/ecc/AGENTS.md +170 -0
- package/resources/local/ecc/CHANGELOG.md +203 -0
- package/resources/local/ecc/CLAUDE.md +81 -0
- package/resources/local/ecc/CODE_OF_CONDUCT.md +128 -0
- package/resources/local/ecc/COMMANDS-QUICK-REF.md +159 -0
- package/resources/local/ecc/CONTRIBUTING.md +507 -0
- package/resources/local/ecc/EVALUATION.md +122 -0
- package/resources/local/ecc/LICENSE +21 -0
- package/resources/local/ecc/README.md +1760 -0
- package/resources/local/ecc/REPO-ASSESSMENT.md +196 -0
- package/resources/local/ecc/RULES.md +38 -0
- package/resources/local/ecc/SECURITY.md +101 -0
- package/resources/local/ecc/SOUL.md +17 -0
- package/resources/local/ecc/SPONSORING.md +43 -0
- package/resources/local/ecc/SPONSORS.md +76 -0
- package/resources/local/ecc/TROUBLESHOOTING.md +432 -0
- package/resources/local/ecc/VERSION +1 -0
- package/resources/local/ecc/WORKING-CONTEXT.md +179 -0
- package/resources/local/ecc/agent.yaml +238 -0
- package/resources/local/ecc/agents/a11y-architect.md +149 -0
- package/resources/local/ecc/agents/architect.md +220 -0
- package/resources/local/ecc/agents/build-error-resolver.md +123 -0
- package/resources/local/ecc/agents/chief-of-staff.md +160 -0
- package/resources/local/ecc/agents/code-architect.md +80 -0
- package/resources/local/ecc/agents/code-explorer.md +78 -0
- package/resources/local/ecc/agents/code-reviewer.md +323 -0
- package/resources/local/ecc/agents/code-simplifier.md +56 -0
- package/resources/local/ecc/agents/comment-analyzer.md +54 -0
- package/resources/local/ecc/agents/conversation-analyzer.md +61 -0
- package/resources/local/ecc/agents/cpp-build-resolver.md +99 -0
- package/resources/local/ecc/agents/cpp-reviewer.md +81 -0
- package/resources/local/ecc/agents/csharp-reviewer.md +110 -0
- package/resources/local/ecc/agents/dart-build-resolver.md +210 -0
- package/resources/local/ecc/agents/database-reviewer.md +100 -0
- package/resources/local/ecc/agents/django-build-resolver.md +252 -0
- package/resources/local/ecc/agents/django-reviewer.md +169 -0
- package/resources/local/ecc/agents/doc-updater.md +116 -0
- package/resources/local/ecc/agents/docs-lookup.md +77 -0
- package/resources/local/ecc/agents/e2e-runner.md +116 -0
- package/resources/local/ecc/agents/fastapi-reviewer.md +79 -0
- package/resources/local/ecc/agents/flutter-reviewer.md +252 -0
- package/resources/local/ecc/agents/fsharp-reviewer.md +109 -0
- package/resources/local/ecc/agents/gan-evaluator.md +218 -0
- package/resources/local/ecc/agents/gan-generator.md +140 -0
- package/resources/local/ecc/agents/gan-planner.md +108 -0
- package/resources/local/ecc/agents/go-build-resolver.md +103 -0
- package/resources/local/ecc/agents/go-reviewer.md +85 -0
- package/resources/local/ecc/agents/harmonyos-app-resolver.md +182 -0
- package/resources/local/ecc/agents/harness-optimizer.md +44 -0
- package/resources/local/ecc/agents/healthcare-reviewer.md +92 -0
- package/resources/local/ecc/agents/homelab-architect.md +107 -0
- package/resources/local/ecc/agents/java-build-resolver.md +275 -0
- package/resources/local/ecc/agents/java-reviewer.md +190 -0
- package/resources/local/ecc/agents/kotlin-build-resolver.md +127 -0
- package/resources/local/ecc/agents/kotlin-reviewer.md +168 -0
- package/resources/local/ecc/agents/loop-operator.md +45 -0
- package/resources/local/ecc/agents/mle-reviewer.md +162 -0
- package/resources/local/ecc/agents/network-architect.md +106 -0
- package/resources/local/ecc/agents/network-config-reviewer.md +106 -0
- package/resources/local/ecc/agents/network-troubleshooter.md +128 -0
- package/resources/local/ecc/agents/opensource-forker.md +207 -0
- package/resources/local/ecc/agents/opensource-packager.md +258 -0
- package/resources/local/ecc/agents/opensource-sanitizer.md +197 -0
- package/resources/local/ecc/agents/performance-optimizer.md +455 -0
- package/resources/local/ecc/agents/planner.md +221 -0
- package/resources/local/ecc/agents/pr-test-analyzer.md +54 -0
- package/resources/local/ecc/agents/python-reviewer.md +107 -0
- package/resources/local/ecc/agents/pytorch-build-resolver.md +129 -0
- package/resources/local/ecc/agents/refactor-cleaner.md +94 -0
- package/resources/local/ecc/agents/rust-build-resolver.md +157 -0
- package/resources/local/ecc/agents/rust-reviewer.md +103 -0
- package/resources/local/ecc/agents/security-reviewer.md +117 -0
- package/resources/local/ecc/agents/seo-specialist.md +71 -0
- package/resources/local/ecc/agents/silent-failure-hunter.md +59 -0
- package/resources/local/ecc/agents/swift-build-resolver.md +170 -0
- package/resources/local/ecc/agents/swift-reviewer.md +116 -0
- package/resources/local/ecc/agents/tdd-guide.md +100 -0
- package/resources/local/ecc/agents/type-design-analyzer.md +50 -0
- package/resources/local/ecc/agents/typescript-reviewer.md +121 -0
- package/resources/local/ecc/assets/hero.png +0 -0
- package/resources/local/ecc/assets/images/ecc-logo.png +0 -0
- package/resources/local/ecc/assets/images/guides/longform-guide.png +0 -0
- package/resources/local/ecc/assets/images/guides/shorthand-guide.png +0 -0
- package/resources/local/ecc/assets/images/longform/01-header.png +0 -0
- package/resources/local/ecc/assets/images/longform/02-shortform-reference.png +0 -0
- package/resources/local/ecc/assets/images/longform/03-session-storage.png +0 -0
- package/resources/local/ecc/assets/images/longform/03b-session-storage-alt.png +0 -0
- package/resources/local/ecc/assets/images/longform/04-model-selection.png +0 -0
- package/resources/local/ecc/assets/images/longform/05-pricing-table.png +0 -0
- package/resources/local/ecc/assets/images/longform/06-mgrep-benchmark.png +0 -0
- package/resources/local/ecc/assets/images/longform/07-boris-parallel.png +0 -0
- package/resources/local/ecc/assets/images/longform/08-two-terminals.png +0 -0
- package/resources/local/ecc/assets/images/longform/09-25k-stars.png +0 -0
- package/resources/local/ecc/assets/images/security/attack-chain.png +0 -0
- package/resources/local/ecc/assets/images/security/attack-vectors.png +0 -0
- package/resources/local/ecc/assets/images/security/ghostyy-overflow.jpeg +0 -0
- package/resources/local/ecc/assets/images/security/observability.png +0 -0
- package/resources/local/ecc/assets/images/security/sandboxing-brain.png +0 -0
- package/resources/local/ecc/assets/images/security/sandboxing-comparison.png +0 -0
- package/resources/local/ecc/assets/images/security/sandboxing.png +0 -0
- package/resources/local/ecc/assets/images/security/sanitization-utility.png +0 -0
- package/resources/local/ecc/assets/images/security/sanitization.png +0 -0
- package/resources/local/ecc/assets/images/security/security-guide-header.png +0 -0
- package/resources/local/ecc/assets/images/shortform/00-header.png +0 -0
- package/resources/local/ecc/assets/images/shortform/01-hackathon-tweet.png +0 -0
- package/resources/local/ecc/assets/images/shortform/02-chaining-commands.jpeg +0 -0
- package/resources/local/ecc/assets/images/shortform/03-posttooluse-hook.png +0 -0
- package/resources/local/ecc/assets/images/shortform/04-supabase-mcp.jpeg +0 -0
- package/resources/local/ecc/assets/images/shortform/05-plugins-interface.jpeg +0 -0
- package/resources/local/ecc/assets/images/shortform/06-marketplaces-mgrep.jpeg +0 -0
- package/resources/local/ecc/assets/images/shortform/07-tmux-video.mp4 +0 -0
- package/resources/local/ecc/assets/images/shortform/08-github-pr-review.jpeg +0 -0
- package/resources/local/ecc/assets/images/shortform/09-zed-editor.jpeg +0 -0
- package/resources/local/ecc/assets/images/shortform/10-vscode-extension.jpeg +0 -0
- package/resources/local/ecc/assets/images/shortform/11-statusline.jpeg +0 -0
- package/resources/local/ecc/commands/aside.md +164 -0
- package/resources/local/ecc/commands/auto-update.md +28 -0
- package/resources/local/ecc/commands/build-fix.md +66 -0
- package/resources/local/ecc/commands/checkpoint.md +78 -0
- package/resources/local/ecc/commands/code-review.md +289 -0
- package/resources/local/ecc/commands/cost-report.md +107 -0
- package/resources/local/ecc/commands/cpp-build.md +173 -0
- package/resources/local/ecc/commands/cpp-review.md +132 -0
- package/resources/local/ecc/commands/cpp-test.md +251 -0
- package/resources/local/ecc/commands/ecc-guide.md +93 -0
- package/resources/local/ecc/commands/evolve.md +178 -0
- package/resources/local/ecc/commands/fastapi-review.md +39 -0
- package/resources/local/ecc/commands/feature-dev.md +49 -0
- package/resources/local/ecc/commands/flutter-build.md +164 -0
- package/resources/local/ecc/commands/flutter-review.md +116 -0
- package/resources/local/ecc/commands/flutter-test.md +144 -0
- package/resources/local/ecc/commands/gan-build.md +103 -0
- package/resources/local/ecc/commands/gan-design.md +39 -0
- package/resources/local/ecc/commands/go-build.md +183 -0
- package/resources/local/ecc/commands/go-review.md +148 -0
- package/resources/local/ecc/commands/go-test.md +268 -0
- package/resources/local/ecc/commands/gradle-build.md +70 -0
- package/resources/local/ecc/commands/harness-audit.md +77 -0
- package/resources/local/ecc/commands/hookify-configure.md +14 -0
- package/resources/local/ecc/commands/hookify-help.md +46 -0
- package/resources/local/ecc/commands/hookify-list.md +21 -0
- package/resources/local/ecc/commands/hookify.md +50 -0
- package/resources/local/ecc/commands/instinct-export.md +66 -0
- package/resources/local/ecc/commands/instinct-import.md +114 -0
- package/resources/local/ecc/commands/instinct-status.md +59 -0
- package/resources/local/ecc/commands/jira.md +106 -0
- package/resources/local/ecc/commands/kotlin-build.md +174 -0
- package/resources/local/ecc/commands/kotlin-review.md +140 -0
- package/resources/local/ecc/commands/kotlin-test.md +312 -0
- package/resources/local/ecc/commands/learn-eval.md +116 -0
- package/resources/local/ecc/commands/learn.md +74 -0
- package/resources/local/ecc/commands/loop-start.md +36 -0
- package/resources/local/ecc/commands/loop-status.md +77 -0
- package/resources/local/ecc/commands/model-route.md +30 -0
- package/resources/local/ecc/commands/multi-backend.md +162 -0
- package/resources/local/ecc/commands/multi-execute.md +319 -0
- package/resources/local/ecc/commands/multi-frontend.md +162 -0
- package/resources/local/ecc/commands/multi-plan.md +272 -0
- package/resources/local/ecc/commands/multi-workflow.md +195 -0
- package/resources/local/ecc/commands/plan-prd.md +160 -0
- package/resources/local/ecc/commands/plan.md +200 -0
- package/resources/local/ecc/commands/pm2.md +276 -0
- package/resources/local/ecc/commands/pr.md +184 -0
- package/resources/local/ecc/commands/project-init.md +86 -0
- package/resources/local/ecc/commands/projects.md +39 -0
- package/resources/local/ecc/commands/promote.md +41 -0
- package/resources/local/ecc/commands/prp-commit.md +112 -0
- package/resources/local/ecc/commands/prp-implement.md +385 -0
- package/resources/local/ecc/commands/prp-plan.md +502 -0
- package/resources/local/ecc/commands/prp-pr.md +184 -0
- package/resources/local/ecc/commands/prp-prd.md +447 -0
- package/resources/local/ecc/commands/prune.md +31 -0
- package/resources/local/ecc/commands/python-review.md +297 -0
- package/resources/local/ecc/commands/quality-gate.md +33 -0
- package/resources/local/ecc/commands/refactor-clean.md +84 -0
- package/resources/local/ecc/commands/resume-session.md +156 -0
- package/resources/local/ecc/commands/review-pr.md +37 -0
- package/resources/local/ecc/commands/rust-build.md +187 -0
- package/resources/local/ecc/commands/rust-review.md +142 -0
- package/resources/local/ecc/commands/rust-test.md +308 -0
- package/resources/local/ecc/commands/santa-loop.md +175 -0
- package/resources/local/ecc/commands/save-session.md +275 -0
- package/resources/local/ecc/commands/security-scan.md +92 -0
- package/resources/local/ecc/commands/sessions.md +339 -0
- package/resources/local/ecc/commands/setup-pm.md +80 -0
- package/resources/local/ecc/commands/skill-create.md +174 -0
- package/resources/local/ecc/commands/skill-health.md +54 -0
- package/resources/local/ecc/commands/test-coverage.md +73 -0
- package/resources/local/ecc/commands/update-codemaps.md +76 -0
- package/resources/local/ecc/commands/update-docs.md +88 -0
- package/resources/local/ecc/commitlint.config.js +11 -0
- package/resources/local/ecc/config/project-stack-mappings.json +539 -0
- package/resources/local/ecc/contexts/dev.md +20 -0
- package/resources/local/ecc/contexts/research.md +26 -0
- package/resources/local/ecc/contexts/review.md +22 -0
- package/resources/local/ecc/docs/ANTIGRAVITY-GUIDE.md +156 -0
- package/resources/local/ecc/docs/ARCHITECTURE-IMPROVEMENTS.md +146 -0
- package/resources/local/ecc/docs/COMMAND-AGENT-MAP.md +67 -0
- package/resources/local/ecc/docs/COMMAND-REGISTRY.json +898 -0
- package/resources/local/ecc/docs/ECC-2.0-GA-ROADMAP.md +1026 -0
- package/resources/local/ecc/docs/ECC-2.0-REFERENCE-ARCHITECTURE.md +246 -0
- package/resources/local/ecc/docs/ECC-2.0-SESSION-ADAPTER-DISCOVERY.md +322 -0
- package/resources/local/ecc/docs/HERMES-OPENCLAW-MIGRATION.md +239 -0
- package/resources/local/ecc/docs/HERMES-SETUP.md +125 -0
- package/resources/local/ecc/docs/JOYCODE-GUIDE.md +55 -0
- package/resources/local/ecc/docs/MANUAL-ADAPTATION-GUIDE.md +214 -0
- package/resources/local/ecc/docs/MEGA-PLAN-REPO-PROMPTS-2026-03-12.md +286 -0
- package/resources/local/ecc/docs/PHASE1-ISSUE-BUNDLE-2026-03-12.md +272 -0
- package/resources/local/ecc/docs/PLAN-PRD-PATTERN.md +154 -0
- package/resources/local/ecc/docs/PR-399-REVIEW-2026-03-12.md +59 -0
- package/resources/local/ecc/docs/PR-QUEUE-TRIAGE-2026-03-13.md +355 -0
- package/resources/local/ecc/docs/QWEN-GUIDE.md +54 -0
- package/resources/local/ecc/docs/SELECTIVE-INSTALL-ARCHITECTURE.md +933 -0
- package/resources/local/ecc/docs/SELECTIVE-INSTALL-DESIGN.md +489 -0
- package/resources/local/ecc/docs/SESSION-ADAPTER-CONTRACT.md +293 -0
- package/resources/local/ecc/docs/SKILL-DEVELOPMENT-GUIDE.md +919 -0
- package/resources/local/ecc/docs/SKILL-PLACEMENT-POLICY.md +104 -0
- package/resources/local/ecc/docs/TROUBLESHOOTING.md +75 -0
- package/resources/local/ecc/docs/architecture/agentshield-enterprise-research-roadmap.md +373 -0
- package/resources/local/ecc/docs/architecture/cross-harness.md +133 -0
- package/resources/local/ecc/docs/architecture/discussion-response-playbook.md +90 -0
- package/resources/local/ecc/docs/architecture/evaluator-rag-prototype.md +158 -0
- package/resources/local/ecc/docs/architecture/harness-adapter-compliance.md +105 -0
- package/resources/local/ecc/docs/architecture/hud-status-session-control.md +80 -0
- package/resources/local/ecc/docs/architecture/observability-readiness.md +85 -0
- package/resources/local/ecc/docs/architecture/progress-sync-contract.md +67 -0
- package/resources/local/ecc/docs/business/metrics-and-sponsorship.md +74 -0
- package/resources/local/ecc/docs/business/social-launch-copy.md +72 -0
- package/resources/local/ecc/docs/capability-surface-selection.md +140 -0
- package/resources/local/ecc/docs/continuous-learning-v2-spec.md +14 -0
- package/resources/local/ecc/docs/drafts/release-1.10.1-announcement.md +63 -0
- package/resources/local/ecc/docs/examples/product-capability-template.md +84 -0
- package/resources/local/ecc/docs/examples/project-guidelines-template.md +347 -0
- package/resources/local/ecc/docs/fixes/HOOK-FIX-20260421-ADDENDUM.md +109 -0
- package/resources/local/ecc/docs/fixes/HOOK-FIX-20260421.md +144 -0
- package/resources/local/ecc/docs/fixes/INSTALL-HOOK-WRAPPER-FIX-20260422.md +66 -0
- package/resources/local/ecc/docs/fixes/PATCH-SETTINGS-SIMPLE-FIX-20260422.md +78 -0
- package/resources/local/ecc/docs/fixes/apply-hook-fix.sh +60 -0
- package/resources/local/ecc/docs/fixes/install_hook_wrapper.ps1 +167 -0
- package/resources/local/ecc/docs/fixes/patch_settings_cl_v2_simple.ps1 +187 -0
- package/resources/local/ecc/docs/hook-bug-workarounds.md +74 -0
- package/resources/local/ecc/docs/ja-JP/AGENTS.md +170 -0
- package/resources/local/ecc/docs/ja-JP/CHANGELOG.md +203 -0
- package/resources/local/ecc/docs/ja-JP/CLAUDE.md +81 -0
- package/resources/local/ecc/docs/ja-JP/CODE_OF_CONDUCT.md +82 -0
- package/resources/local/ecc/docs/ja-JP/COMMANDS-QUICK-REF.md +159 -0
- package/resources/local/ecc/docs/ja-JP/CONTRIBUTING.md +430 -0
- package/resources/local/ecc/docs/ja-JP/EVALUATION.md +122 -0
- package/resources/local/ecc/docs/ja-JP/GLOSSARY.md +53 -0
- package/resources/local/ecc/docs/ja-JP/README.md +799 -0
- package/resources/local/ecc/docs/ja-JP/RULES.md +38 -0
- package/resources/local/ecc/docs/ja-JP/SECURITY.md +101 -0
- package/resources/local/ecc/docs/ja-JP/SOUL.md +17 -0
- package/resources/local/ecc/docs/ja-JP/SPONSORING.md +43 -0
- package/resources/local/ecc/docs/ja-JP/SPONSORS.md +59 -0
- package/resources/local/ecc/docs/ja-JP/TROUBLESHOOTING.md +433 -0
- package/resources/local/ecc/docs/ja-JP/agents/a11y-architect.md +149 -0
- package/resources/local/ecc/docs/ja-JP/agents/architect.md +211 -0
- package/resources/local/ecc/docs/ja-JP/agents/build-error-resolver.md +534 -0
- package/resources/local/ecc/docs/ja-JP/agents/chief-of-staff.md +160 -0
- package/resources/local/ecc/docs/ja-JP/agents/code-architect.md +80 -0
- package/resources/local/ecc/docs/ja-JP/agents/code-explorer.md +78 -0
- package/resources/local/ecc/docs/ja-JP/agents/code-reviewer.md +104 -0
- package/resources/local/ecc/docs/ja-JP/agents/code-simplifier.md +56 -0
- package/resources/local/ecc/docs/ja-JP/agents/comment-analyzer.md +54 -0
- package/resources/local/ecc/docs/ja-JP/agents/conversation-analyzer.md +61 -0
- package/resources/local/ecc/docs/ja-JP/agents/cpp-build-resolver.md +99 -0
- package/resources/local/ecc/docs/ja-JP/agents/cpp-reviewer.md +81 -0
- package/resources/local/ecc/docs/ja-JP/agents/csharp-reviewer.md +110 -0
- package/resources/local/ecc/docs/ja-JP/agents/dart-build-resolver.md +210 -0
- package/resources/local/ecc/docs/ja-JP/agents/database-reviewer.md +654 -0
- package/resources/local/ecc/docs/ja-JP/agents/django-build-resolver.md +252 -0
- package/resources/local/ecc/docs/ja-JP/agents/django-reviewer.md +169 -0
- package/resources/local/ecc/docs/ja-JP/agents/doc-updater.md +452 -0
- package/resources/local/ecc/docs/ja-JP/agents/docs-lookup.md +77 -0
- package/resources/local/ecc/docs/ja-JP/agents/e2e-runner.md +636 -0
- package/resources/local/ecc/docs/ja-JP/agents/fastapi-reviewer.md +79 -0
- package/resources/local/ecc/docs/ja-JP/agents/flutter-reviewer.md +143 -0
- package/resources/local/ecc/docs/ja-JP/agents/fsharp-reviewer.md +100 -0
- package/resources/local/ecc/docs/ja-JP/agents/gan-evaluator.md +149 -0
- package/resources/local/ecc/docs/ja-JP/agents/gan-generator.md +93 -0
- package/resources/local/ecc/docs/ja-JP/agents/gan-planner.md +108 -0
- package/resources/local/ecc/docs/ja-JP/agents/go-build-resolver.md +368 -0
- package/resources/local/ecc/docs/ja-JP/agents/go-reviewer.md +269 -0
- package/resources/local/ecc/docs/ja-JP/agents/harmonyos-app-resolver.md +85 -0
- package/resources/local/ecc/docs/ja-JP/agents/harness-optimizer.md +44 -0
- package/resources/local/ecc/docs/ja-JP/agents/healthcare-reviewer.md +92 -0
- package/resources/local/ecc/docs/ja-JP/agents/homelab-architect.md +73 -0
- package/resources/local/ecc/docs/ja-JP/agents/java-build-resolver.md +87 -0
- package/resources/local/ecc/docs/ja-JP/agents/java-reviewer.md +73 -0
- package/resources/local/ecc/docs/ja-JP/agents/kotlin-build-resolver.md +70 -0
- package/resources/local/ecc/docs/ja-JP/agents/kotlin-reviewer.md +85 -0
- package/resources/local/ecc/docs/ja-JP/agents/loop-operator.md +45 -0
- package/resources/local/ecc/docs/ja-JP/agents/mle-reviewer.md +162 -0
- package/resources/local/ecc/docs/ja-JP/agents/network-architect.md +90 -0
- package/resources/local/ecc/docs/ja-JP/agents/network-config-reviewer.md +95 -0
- package/resources/local/ecc/docs/ja-JP/agents/network-troubleshooter.md +120 -0
- package/resources/local/ecc/docs/ja-JP/agents/opensource-forker.md +207 -0
- package/resources/local/ecc/docs/ja-JP/agents/opensource-packager.md +258 -0
- package/resources/local/ecc/docs/ja-JP/agents/opensource-sanitizer.md +197 -0
- package/resources/local/ecc/docs/ja-JP/agents/performance-optimizer.md +455 -0
- package/resources/local/ecc/docs/ja-JP/agents/planner.md +119 -0
- package/resources/local/ecc/docs/ja-JP/agents/pr-test-analyzer.md +54 -0
- package/resources/local/ecc/docs/ja-JP/agents/python-reviewer.md +469 -0
- package/resources/local/ecc/docs/ja-JP/agents/pytorch-build-resolver.md +125 -0
- package/resources/local/ecc/docs/ja-JP/agents/refactor-cleaner.md +306 -0
- package/resources/local/ecc/docs/ja-JP/agents/rust-build-resolver.md +157 -0
- package/resources/local/ecc/docs/ja-JP/agents/rust-reviewer.md +103 -0
- package/resources/local/ecc/docs/ja-JP/agents/security-reviewer.md +545 -0
- package/resources/local/ecc/docs/ja-JP/agents/seo-specialist.md +71 -0
- package/resources/local/ecc/docs/ja-JP/agents/silent-failure-hunter.md +59 -0
- package/resources/local/ecc/docs/ja-JP/agents/swift-build-resolver.md +170 -0
- package/resources/local/ecc/docs/ja-JP/agents/swift-reviewer.md +116 -0
- package/resources/local/ecc/docs/ja-JP/agents/tdd-guide.md +280 -0
- package/resources/local/ecc/docs/ja-JP/agents/type-design-analyzer.md +50 -0
- package/resources/local/ecc/docs/ja-JP/agents/typescript-reviewer.md +121 -0
- package/resources/local/ecc/docs/ja-JP/commands/README.md +113 -0
- package/resources/local/ecc/docs/ja-JP/commands/aside.md +166 -0
- package/resources/local/ecc/docs/ja-JP/commands/auto-update.md +28 -0
- package/resources/local/ecc/docs/ja-JP/commands/build-fix.md +29 -0
- package/resources/local/ecc/docs/ja-JP/commands/checkpoint.md +78 -0
- package/resources/local/ecc/docs/ja-JP/commands/claw.md +51 -0
- package/resources/local/ecc/docs/ja-JP/commands/code-review.md +43 -0
- package/resources/local/ecc/docs/ja-JP/commands/context-budget.md +29 -0
- package/resources/local/ecc/docs/ja-JP/commands/cost-report.md +99 -0
- package/resources/local/ecc/docs/ja-JP/commands/cpp-build.md +78 -0
- package/resources/local/ecc/docs/ja-JP/commands/cpp-review.md +82 -0
- package/resources/local/ecc/docs/ja-JP/commands/cpp-test.md +128 -0
- package/resources/local/ecc/docs/ja-JP/commands/devfleet.md +93 -0
- package/resources/local/ecc/docs/ja-JP/commands/docs.md +32 -0
- package/resources/local/ecc/docs/ja-JP/commands/e2e.md +370 -0
- package/resources/local/ecc/docs/ja-JP/commands/ecc-guide.md +93 -0
- package/resources/local/ecc/docs/ja-JP/commands/eval.md +120 -0
- package/resources/local/ecc/docs/ja-JP/commands/evolve.md +193 -0
- package/resources/local/ecc/docs/ja-JP/commands/fastapi-review.md +39 -0
- package/resources/local/ecc/docs/ja-JP/commands/feature-dev.md +49 -0
- package/resources/local/ecc/docs/ja-JP/commands/flutter-build.md +79 -0
- package/resources/local/ecc/docs/ja-JP/commands/flutter-review.md +116 -0
- package/resources/local/ecc/docs/ja-JP/commands/flutter-test.md +144 -0
- package/resources/local/ecc/docs/ja-JP/commands/gan-build.md +103 -0
- package/resources/local/ecc/docs/ja-JP/commands/gan-design.md +39 -0
- package/resources/local/ecc/docs/ja-JP/commands/go-build.md +183 -0
- package/resources/local/ecc/docs/ja-JP/commands/go-review.md +148 -0
- package/resources/local/ecc/docs/ja-JP/commands/go-test.md +268 -0
- package/resources/local/ecc/docs/ja-JP/commands/gradle-build.md +70 -0
- package/resources/local/ecc/docs/ja-JP/commands/harness-audit.md +77 -0
- package/resources/local/ecc/docs/ja-JP/commands/hookify-configure.md +14 -0
- package/resources/local/ecc/docs/ja-JP/commands/hookify-help.md +46 -0
- package/resources/local/ecc/docs/ja-JP/commands/hookify-list.md +21 -0
- package/resources/local/ecc/docs/ja-JP/commands/hookify.md +50 -0
- package/resources/local/ecc/docs/ja-JP/commands/instinct-export.md +91 -0
- package/resources/local/ecc/docs/ja-JP/commands/instinct-import.md +142 -0
- package/resources/local/ecc/docs/ja-JP/commands/instinct-status.md +86 -0
- package/resources/local/ecc/docs/ja-JP/commands/jira.md +106 -0
- package/resources/local/ecc/docs/ja-JP/commands/kotlin-build.md +174 -0
- package/resources/local/ecc/docs/ja-JP/commands/kotlin-review.md +140 -0
- package/resources/local/ecc/docs/ja-JP/commands/kotlin-test.md +312 -0
- package/resources/local/ecc/docs/ja-JP/commands/learn-eval.md +116 -0
- package/resources/local/ecc/docs/ja-JP/commands/learn.md +70 -0
- package/resources/local/ecc/docs/ja-JP/commands/loop-start.md +36 -0
- package/resources/local/ecc/docs/ja-JP/commands/loop-status.md +58 -0
- package/resources/local/ecc/docs/ja-JP/commands/model-route.md +30 -0
- package/resources/local/ecc/docs/ja-JP/commands/multi-backend.md +158 -0
- package/resources/local/ecc/docs/ja-JP/commands/multi-execute.md +315 -0
- package/resources/local/ecc/docs/ja-JP/commands/multi-frontend.md +158 -0
- package/resources/local/ecc/docs/ja-JP/commands/multi-plan.md +268 -0
- package/resources/local/ecc/docs/ja-JP/commands/multi-workflow.md +183 -0
- package/resources/local/ecc/docs/ja-JP/commands/orchestrate.md +172 -0
- package/resources/local/ecc/docs/ja-JP/commands/plan-prd.md +160 -0
- package/resources/local/ecc/docs/ja-JP/commands/plan.md +200 -0
- package/resources/local/ecc/docs/ja-JP/commands/pm2.md +272 -0
- package/resources/local/ecc/docs/ja-JP/commands/pr.md +184 -0
- package/resources/local/ecc/docs/ja-JP/commands/project-init.md +86 -0
- package/resources/local/ecc/docs/ja-JP/commands/projects.md +39 -0
- package/resources/local/ecc/docs/ja-JP/commands/promote.md +41 -0
- package/resources/local/ecc/docs/ja-JP/commands/prompt-optimize.md +37 -0
- package/resources/local/ecc/docs/ja-JP/commands/prp-commit.md +112 -0
- package/resources/local/ecc/docs/ja-JP/commands/prp-implement.md +385 -0
- package/resources/local/ecc/docs/ja-JP/commands/prp-plan.md +502 -0
- package/resources/local/ecc/docs/ja-JP/commands/prp-pr.md +184 -0
- package/resources/local/ecc/docs/ja-JP/commands/prp-prd.md +447 -0
- package/resources/local/ecc/docs/ja-JP/commands/prune.md +31 -0
- package/resources/local/ecc/docs/ja-JP/commands/python-review.md +297 -0
- package/resources/local/ecc/docs/ja-JP/commands/quality-gate.md +33 -0
- package/resources/local/ecc/docs/ja-JP/commands/refactor-clean.md +28 -0
- package/resources/local/ecc/docs/ja-JP/commands/resume-session.md +156 -0
- package/resources/local/ecc/docs/ja-JP/commands/review-pr.md +37 -0
- package/resources/local/ecc/docs/ja-JP/commands/rules-distill.md +11 -0
- package/resources/local/ecc/docs/ja-JP/commands/rust-build.md +187 -0
- package/resources/local/ecc/docs/ja-JP/commands/rust-review.md +142 -0
- package/resources/local/ecc/docs/ja-JP/commands/rust-test.md +308 -0
- package/resources/local/ecc/docs/ja-JP/commands/santa-loop.md +175 -0
- package/resources/local/ecc/docs/ja-JP/commands/save-session.md +276 -0
- package/resources/local/ecc/docs/ja-JP/commands/security-scan.md +92 -0
- package/resources/local/ecc/docs/ja-JP/commands/sessions.md +305 -0
- package/resources/local/ecc/docs/ja-JP/commands/setup-pm.md +80 -0
- package/resources/local/ecc/docs/ja-JP/commands/skill-create.md +174 -0
- package/resources/local/ecc/docs/ja-JP/commands/skill-health.md +54 -0
- package/resources/local/ecc/docs/ja-JP/commands/tdd.md +326 -0
- package/resources/local/ecc/docs/ja-JP/commands/test-coverage.md +27 -0
- package/resources/local/ecc/docs/ja-JP/commands/update-codemaps.md +17 -0
- package/resources/local/ecc/docs/ja-JP/commands/update-docs.md +31 -0
- package/resources/local/ecc/docs/ja-JP/commands/verify.md +59 -0
- package/resources/local/ecc/docs/ja-JP/contexts/dev.md +20 -0
- package/resources/local/ecc/docs/ja-JP/contexts/research.md +26 -0
- package/resources/local/ecc/docs/ja-JP/contexts/review.md +22 -0
- package/resources/local/ecc/docs/ja-JP/examples/CLAUDE.md +109 -0
- package/resources/local/ecc/docs/ja-JP/examples/django-api-CLAUDE.md +308 -0
- package/resources/local/ecc/docs/ja-JP/examples/go-microservice-CLAUDE.md +267 -0
- package/resources/local/ecc/docs/ja-JP/examples/harmonyos-app-CLAUDE.md +88 -0
- package/resources/local/ecc/docs/ja-JP/examples/laravel-api-CLAUDE.md +311 -0
- package/resources/local/ecc/docs/ja-JP/examples/rust-api-CLAUDE.md +285 -0
- package/resources/local/ecc/docs/ja-JP/examples/saas-nextjs-CLAUDE.md +166 -0
- package/resources/local/ecc/docs/ja-JP/examples/user-CLAUDE.md +109 -0
- package/resources/local/ecc/docs/ja-JP/hooks/README.md +249 -0
- package/resources/local/ecc/docs/ja-JP/plugins/README.md +87 -0
- package/resources/local/ecc/docs/ja-JP/rules/README.md +81 -0
- package/resources/local/ecc/docs/ja-JP/rules/angular/coding-style.md +182 -0
- package/resources/local/ecc/docs/ja-JP/rules/angular/hooks.md +25 -0
- package/resources/local/ecc/docs/ja-JP/rules/angular/patterns.md +249 -0
- package/resources/local/ecc/docs/ja-JP/rules/angular/security.md +87 -0
- package/resources/local/ecc/docs/ja-JP/rules/angular/testing.md +164 -0
- package/resources/local/ecc/docs/ja-JP/rules/arkts/coding-style.md +153 -0
- package/resources/local/ecc/docs/ja-JP/rules/arkts/hooks.md +135 -0
- package/resources/local/ecc/docs/ja-JP/rules/arkts/patterns.md +236 -0
- package/resources/local/ecc/docs/ja-JP/rules/arkts/security.md +141 -0
- package/resources/local/ecc/docs/ja-JP/rules/arkts/testing.md +126 -0
- package/resources/local/ecc/docs/ja-JP/rules/common/agents.md +49 -0
- package/resources/local/ecc/docs/ja-JP/rules/common/code-review.md +124 -0
- package/resources/local/ecc/docs/ja-JP/rules/common/coding-style.md +48 -0
- package/resources/local/ecc/docs/ja-JP/rules/common/development-workflow.md +44 -0
- package/resources/local/ecc/docs/ja-JP/rules/common/git-workflow.md +45 -0
- package/resources/local/ecc/docs/ja-JP/rules/common/hooks.md +30 -0
- package/resources/local/ecc/docs/ja-JP/rules/common/patterns.md +31 -0
- package/resources/local/ecc/docs/ja-JP/rules/common/performance.md +55 -0
- package/resources/local/ecc/docs/ja-JP/rules/common/security.md +29 -0
- package/resources/local/ecc/docs/ja-JP/rules/common/testing.md +29 -0
- package/resources/local/ecc/docs/ja-JP/rules/cpp/coding-style.md +44 -0
- package/resources/local/ecc/docs/ja-JP/rules/cpp/hooks.md +39 -0
- package/resources/local/ecc/docs/ja-JP/rules/cpp/patterns.md +51 -0
- package/resources/local/ecc/docs/ja-JP/rules/cpp/security.md +51 -0
- package/resources/local/ecc/docs/ja-JP/rules/cpp/testing.md +44 -0
- package/resources/local/ecc/docs/ja-JP/rules/csharp/coding-style.md +72 -0
- package/resources/local/ecc/docs/ja-JP/rules/csharp/hooks.md +25 -0
- package/resources/local/ecc/docs/ja-JP/rules/csharp/patterns.md +50 -0
- package/resources/local/ecc/docs/ja-JP/rules/csharp/security.md +58 -0
- package/resources/local/ecc/docs/ja-JP/rules/csharp/testing.md +46 -0
- package/resources/local/ecc/docs/ja-JP/rules/dart/coding-style.md +159 -0
- package/resources/local/ecc/docs/ja-JP/rules/dart/hooks.md +66 -0
- package/resources/local/ecc/docs/ja-JP/rules/dart/patterns.md +261 -0
- package/resources/local/ecc/docs/ja-JP/rules/dart/security.md +135 -0
- package/resources/local/ecc/docs/ja-JP/rules/dart/testing.md +215 -0
- package/resources/local/ecc/docs/ja-JP/rules/fsharp/coding-style.md +112 -0
- package/resources/local/ecc/docs/ja-JP/rules/fsharp/hooks.md +26 -0
- package/resources/local/ecc/docs/ja-JP/rules/fsharp/patterns.md +111 -0
- package/resources/local/ecc/docs/ja-JP/rules/fsharp/security.md +76 -0
- package/resources/local/ecc/docs/ja-JP/rules/fsharp/testing.md +62 -0
- package/resources/local/ecc/docs/ja-JP/rules/golang/coding-style.md +32 -0
- package/resources/local/ecc/docs/ja-JP/rules/golang/hooks.md +17 -0
- package/resources/local/ecc/docs/ja-JP/rules/golang/patterns.md +45 -0
- package/resources/local/ecc/docs/ja-JP/rules/golang/security.md +34 -0
- package/resources/local/ecc/docs/ja-JP/rules/golang/testing.md +31 -0
- package/resources/local/ecc/docs/ja-JP/rules/java/coding-style.md +114 -0
- package/resources/local/ecc/docs/ja-JP/rules/java/hooks.md +18 -0
- package/resources/local/ecc/docs/ja-JP/rules/java/patterns.md +147 -0
- package/resources/local/ecc/docs/ja-JP/rules/java/security.md +101 -0
- package/resources/local/ecc/docs/ja-JP/rules/java/testing.md +133 -0
- package/resources/local/ecc/docs/ja-JP/rules/kotlin/coding-style.md +86 -0
- package/resources/local/ecc/docs/ja-JP/rules/kotlin/hooks.md +17 -0
- package/resources/local/ecc/docs/ja-JP/rules/kotlin/patterns.md +146 -0
- package/resources/local/ecc/docs/ja-JP/rules/kotlin/security.md +82 -0
- package/resources/local/ecc/docs/ja-JP/rules/kotlin/testing.md +128 -0
- package/resources/local/ecc/docs/ja-JP/rules/perl/coding-style.md +46 -0
- package/resources/local/ecc/docs/ja-JP/rules/perl/hooks.md +22 -0
- package/resources/local/ecc/docs/ja-JP/rules/perl/patterns.md +76 -0
- package/resources/local/ecc/docs/ja-JP/rules/perl/security.md +69 -0
- package/resources/local/ecc/docs/ja-JP/rules/perl/testing.md +54 -0
- package/resources/local/ecc/docs/ja-JP/rules/php/coding-style.md +40 -0
- package/resources/local/ecc/docs/ja-JP/rules/php/hooks.md +24 -0
- package/resources/local/ecc/docs/ja-JP/rules/php/patterns.md +33 -0
- package/resources/local/ecc/docs/ja-JP/rules/php/security.md +37 -0
- package/resources/local/ecc/docs/ja-JP/rules/php/testing.md +39 -0
- package/resources/local/ecc/docs/ja-JP/rules/python/coding-style.md +42 -0
- package/resources/local/ecc/docs/ja-JP/rules/python/fastapi.md +58 -0
- package/resources/local/ecc/docs/ja-JP/rules/python/hooks.md +19 -0
- package/resources/local/ecc/docs/ja-JP/rules/python/patterns.md +39 -0
- package/resources/local/ecc/docs/ja-JP/rules/python/security.md +30 -0
- package/resources/local/ecc/docs/ja-JP/rules/python/testing.md +38 -0
- package/resources/local/ecc/docs/ja-JP/rules/ruby/coding-style.md +46 -0
- package/resources/local/ecc/docs/ja-JP/rules/ruby/hooks.md +37 -0
- package/resources/local/ecc/docs/ja-JP/rules/ruby/patterns.md +44 -0
- package/resources/local/ecc/docs/ja-JP/rules/ruby/security.md +51 -0
- package/resources/local/ecc/docs/ja-JP/rules/ruby/testing.md +51 -0
- package/resources/local/ecc/docs/ja-JP/rules/rust/coding-style.md +151 -0
- package/resources/local/ecc/docs/ja-JP/rules/rust/hooks.md +16 -0
- package/resources/local/ecc/docs/ja-JP/rules/rust/patterns.md +168 -0
- package/resources/local/ecc/docs/ja-JP/rules/rust/security.md +141 -0
- package/resources/local/ecc/docs/ja-JP/rules/rust/testing.md +154 -0
- package/resources/local/ecc/docs/ja-JP/rules/swift/coding-style.md +47 -0
- package/resources/local/ecc/docs/ja-JP/rules/swift/hooks.md +20 -0
- package/resources/local/ecc/docs/ja-JP/rules/swift/patterns.md +66 -0
- package/resources/local/ecc/docs/ja-JP/rules/swift/security.md +33 -0
- package/resources/local/ecc/docs/ja-JP/rules/swift/testing.md +45 -0
- package/resources/local/ecc/docs/ja-JP/rules/typescript/coding-style.md +199 -0
- package/resources/local/ecc/docs/ja-JP/rules/typescript/hooks.md +22 -0
- package/resources/local/ecc/docs/ja-JP/rules/typescript/patterns.md +52 -0
- package/resources/local/ecc/docs/ja-JP/rules/typescript/security.md +28 -0
- package/resources/local/ecc/docs/ja-JP/rules/typescript/testing.md +18 -0
- package/resources/local/ecc/docs/ja-JP/rules/web/coding-style.md +96 -0
- package/resources/local/ecc/docs/ja-JP/rules/web/design-quality.md +63 -0
- package/resources/local/ecc/docs/ja-JP/rules/web/hooks.md +129 -0
- package/resources/local/ecc/docs/ja-JP/rules/web/patterns.md +79 -0
- package/resources/local/ecc/docs/ja-JP/rules/web/performance.md +64 -0
- package/resources/local/ecc/docs/ja-JP/rules/web/security.md +57 -0
- package/resources/local/ecc/docs/ja-JP/rules/web/testing.md +55 -0
- package/resources/local/ecc/docs/ja-JP/skills/README.md +109 -0
- package/resources/local/ecc/docs/ja-JP/skills/accessibility/SKILL.md +145 -0
- package/resources/local/ecc/docs/ja-JP/skills/agent-architecture-audit/SKILL.md +256 -0
- package/resources/local/ecc/docs/ja-JP/skills/agent-eval/SKILL.md +145 -0
- package/resources/local/ecc/docs/ja-JP/skills/agent-harness-construction/SKILL.md +73 -0
- package/resources/local/ecc/docs/ja-JP/skills/agent-introspection-debugging/SKILL.md +153 -0
- package/resources/local/ecc/docs/ja-JP/skills/agent-payment-x402/SKILL.md +224 -0
- package/resources/local/ecc/docs/ja-JP/skills/agent-sort/SKILL.md +215 -0
- package/resources/local/ecc/docs/ja-JP/skills/agentic-engineering/SKILL.md +63 -0
- package/resources/local/ecc/docs/ja-JP/skills/agentic-os/SKILL.md +387 -0
- package/resources/local/ecc/docs/ja-JP/skills/ai-first-engineering/SKILL.md +51 -0
- package/resources/local/ecc/docs/ja-JP/skills/ai-regression-testing/SKILL.md +385 -0
- package/resources/local/ecc/docs/ja-JP/skills/android-clean-architecture/SKILL.md +339 -0
- package/resources/local/ecc/docs/ja-JP/skills/angular-developer/SKILL.md +154 -0
- package/resources/local/ecc/docs/ja-JP/skills/api-connector-builder/SKILL.md +120 -0
- package/resources/local/ecc/docs/ja-JP/skills/api-design/SKILL.md +457 -0
- package/resources/local/ecc/docs/ja-JP/skills/architecture-decision-records/SKILL.md +179 -0
- package/resources/local/ecc/docs/ja-JP/skills/article-writing/SKILL.md +79 -0
- package/resources/local/ecc/docs/ja-JP/skills/automation-audit-ops/SKILL.md +142 -0
- package/resources/local/ecc/docs/ja-JP/skills/autonomous-agent-harness/SKILL.md +103 -0
- package/resources/local/ecc/docs/ja-JP/skills/autonomous-loops/SKILL.md +77 -0
- package/resources/local/ecc/docs/ja-JP/skills/backend-patterns/SKILL.md +587 -0
- package/resources/local/ecc/docs/ja-JP/skills/benchmark/SKILL.md +93 -0
- package/resources/local/ecc/docs/ja-JP/skills/blueprint/SKILL.md +61 -0
- package/resources/local/ecc/docs/ja-JP/skills/brand-voice/SKILL.md +79 -0
- package/resources/local/ecc/docs/ja-JP/skills/browser-qa/SKILL.md +84 -0
- package/resources/local/ecc/docs/ja-JP/skills/bun-runtime/SKILL.md +70 -0
- package/resources/local/ecc/docs/ja-JP/skills/canary-watch/SKILL.md +96 -0
- package/resources/local/ecc/docs/ja-JP/skills/carrier-relationship-management/SKILL.md +60 -0
- package/resources/local/ecc/docs/ja-JP/skills/cisco-ios-patterns/SKILL.md +92 -0
- package/resources/local/ecc/docs/ja-JP/skills/ck/SKILL.md +99 -0
- package/resources/local/ecc/docs/ja-JP/skills/claude-devfleet/SKILL.md +69 -0
- package/resources/local/ecc/docs/ja-JP/skills/click-path-audit/SKILL.md +85 -0
- package/resources/local/ecc/docs/ja-JP/skills/clickhouse-io/SKILL.md +429 -0
- package/resources/local/ecc/docs/ja-JP/skills/code-tour/SKILL.md +57 -0
- package/resources/local/ecc/docs/ja-JP/skills/codebase-onboarding/SKILL.md +58 -0
- package/resources/local/ecc/docs/ja-JP/skills/coding-standards/SKILL.md +527 -0
- package/resources/local/ecc/docs/ja-JP/skills/compose-multiplatform-patterns/SKILL.md +299 -0
- package/resources/local/ecc/docs/ja-JP/skills/configure-ecc/SKILL.md +313 -0
- package/resources/local/ecc/docs/ja-JP/skills/connections-optimizer/SKILL.md +189 -0
- package/resources/local/ecc/docs/ja-JP/skills/content-engine/SKILL.md +131 -0
- package/resources/local/ecc/docs/ja-JP/skills/content-hash-cache-pattern/SKILL.md +161 -0
- package/resources/local/ecc/docs/ja-JP/skills/context-budget/SKILL.md +135 -0
- package/resources/local/ecc/docs/ja-JP/skills/continuous-agent-loop/SKILL.md +45 -0
- package/resources/local/ecc/docs/ja-JP/skills/continuous-learning/SKILL.md +110 -0
- package/resources/local/ecc/docs/ja-JP/skills/continuous-learning-v2/SKILL.md +268 -0
- package/resources/local/ecc/docs/ja-JP/skills/continuous-learning-v2/agents/observer.md +137 -0
- package/resources/local/ecc/docs/ja-JP/skills/cost-aware-llm-pipeline/SKILL.md +183 -0
- package/resources/local/ecc/docs/ja-JP/skills/cost-tracking/SKILL.md +137 -0
- package/resources/local/ecc/docs/ja-JP/skills/council/SKILL.md +203 -0
- package/resources/local/ecc/docs/ja-JP/skills/cpp-coding-standards/SKILL.md +49 -0
- package/resources/local/ecc/docs/ja-JP/skills/cpp-testing/SKILL.md +322 -0
- package/resources/local/ecc/docs/ja-JP/skills/crosspost/SKILL.md +111 -0
- package/resources/local/ecc/docs/ja-JP/skills/csharp-testing/SKILL.md +321 -0
- package/resources/local/ecc/docs/ja-JP/skills/customer-billing-ops/SKILL.md +140 -0
- package/resources/local/ecc/docs/ja-JP/skills/customs-trade-compliance/SKILL.md +46 -0
- package/resources/local/ecc/docs/ja-JP/skills/dart-flutter-patterns/SKILL.md +53 -0
- package/resources/local/ecc/docs/ja-JP/skills/dashboard-builder/SKILL.md +58 -0
- package/resources/local/ecc/docs/ja-JP/skills/data-scraper-agent/SKILL.md +57 -0
- package/resources/local/ecc/docs/ja-JP/skills/database-migrations/SKILL.md +54 -0
- package/resources/local/ecc/docs/ja-JP/skills/deep-research/SKILL.md +33 -0
- package/resources/local/ecc/docs/ja-JP/skills/defi-amm-security/SKILL.md +46 -0
- package/resources/local/ecc/docs/ja-JP/skills/deployment-patterns/SKILL.md +50 -0
- package/resources/local/ecc/docs/ja-JP/skills/design-system/SKILL.md +53 -0
- package/resources/local/ecc/docs/ja-JP/skills/django-celery/SKILL.md +72 -0
- package/resources/local/ecc/docs/ja-JP/skills/django-patterns/SKILL.md +733 -0
- package/resources/local/ecc/docs/ja-JP/skills/django-security/SKILL.md +592 -0
- package/resources/local/ecc/docs/ja-JP/skills/django-tdd/SKILL.md +728 -0
- package/resources/local/ecc/docs/ja-JP/skills/django-verification/SKILL.md +460 -0
- package/resources/local/ecc/docs/ja-JP/skills/dmux-workflows/SKILL.md +68 -0
- package/resources/local/ecc/docs/ja-JP/skills/docker-patterns/SKILL.md +93 -0
- package/resources/local/ecc/docs/ja-JP/skills/documentation-lookup/SKILL.md +77 -0
- package/resources/local/ecc/docs/ja-JP/skills/dotnet-patterns/SKILL.md +321 -0
- package/resources/local/ecc/docs/ja-JP/skills/e2e-testing/SKILL.md +326 -0
- package/resources/local/ecc/docs/ja-JP/skills/ecc-guide/SKILL.md +189 -0
- package/resources/local/ecc/docs/ja-JP/skills/ecc-tools-cost-audit/SKILL.md +160 -0
- package/resources/local/ecc/docs/ja-JP/skills/email-ops/SKILL.md +121 -0
- package/resources/local/ecc/docs/ja-JP/skills/energy-procurement/SKILL.md +228 -0
- package/resources/local/ecc/docs/ja-JP/skills/enterprise-agent-ops/SKILL.md +50 -0
- package/resources/local/ecc/docs/ja-JP/skills/error-handling/SKILL.md +376 -0
- package/resources/local/ecc/docs/ja-JP/skills/eval-harness/SKILL.md +227 -0
- package/resources/local/ecc/docs/ja-JP/skills/evm-token-decimals/SKILL.md +130 -0
- package/resources/local/ecc/docs/ja-JP/skills/exa-search/SKILL.md +105 -0
- package/resources/local/ecc/docs/ja-JP/skills/fal-ai-media/SKILL.md +286 -0
- package/resources/local/ecc/docs/ja-JP/skills/fastapi-patterns/SKILL.md +327 -0
- package/resources/local/ecc/docs/ja-JP/skills/finance-billing-ops/SKILL.md +127 -0
- package/resources/local/ecc/docs/ja-JP/skills/flox-environments/SKILL.md +496 -0
- package/resources/local/ecc/docs/ja-JP/skills/flutter-dart-code-review/SKILL.md +435 -0
- package/resources/local/ecc/docs/ja-JP/skills/foundation-models-on-device/SKILL.md +243 -0
- package/resources/local/ecc/docs/ja-JP/skills/frontend-design-direction/SKILL.md +92 -0
- package/resources/local/ecc/docs/ja-JP/skills/frontend-patterns/SKILL.md +631 -0
- package/resources/local/ecc/docs/ja-JP/skills/frontend-slides/SKILL.md +184 -0
- package/resources/local/ecc/docs/ja-JP/skills/frontend-slides/STYLE_PRESETS.md +333 -0
- package/resources/local/ecc/docs/ja-JP/skills/fsharp-testing/SKILL.md +280 -0
- package/resources/local/ecc/docs/ja-JP/skills/gan-style-harness/SKILL.md +278 -0
- package/resources/local/ecc/docs/ja-JP/skills/gateguard/SKILL.md +125 -0
- package/resources/local/ecc/docs/ja-JP/skills/git-workflow/SKILL.md +715 -0
- package/resources/local/ecc/docs/ja-JP/skills/github-ops/SKILL.md +144 -0
- package/resources/local/ecc/docs/ja-JP/skills/golang-patterns/SKILL.md +673 -0
- package/resources/local/ecc/docs/ja-JP/skills/golang-testing/SKILL.md +959 -0
- package/resources/local/ecc/docs/ja-JP/skills/google-workspace-ops/SKILL.md +95 -0
- package/resources/local/ecc/docs/ja-JP/skills/healthcare-cdss-patterns/SKILL.md +245 -0
- package/resources/local/ecc/docs/ja-JP/skills/healthcare-emr-patterns/SKILL.md +159 -0
- package/resources/local/ecc/docs/ja-JP/skills/healthcare-eval-harness/SKILL.md +207 -0
- package/resources/local/ecc/docs/ja-JP/skills/healthcare-phi-compliance/SKILL.md +145 -0
- package/resources/local/ecc/docs/ja-JP/skills/hermes-imports/SKILL.md +88 -0
- package/resources/local/ecc/docs/ja-JP/skills/hexagonal-architecture/SKILL.md +276 -0
- package/resources/local/ecc/docs/ja-JP/skills/hipaa-compliance/SKILL.md +78 -0
- package/resources/local/ecc/docs/ja-JP/skills/homelab-network-readiness/SKILL.md +169 -0
- package/resources/local/ecc/docs/ja-JP/skills/homelab-network-setup/SKILL.md +129 -0
- package/resources/local/ecc/docs/ja-JP/skills/homelab-pihole-dns/SKILL.md +274 -0
- package/resources/local/ecc/docs/ja-JP/skills/homelab-vlan-segmentation/SKILL.md +311 -0
- package/resources/local/ecc/docs/ja-JP/skills/homelab-wireguard-vpn/SKILL.md +305 -0
- package/resources/local/ecc/docs/ja-JP/skills/hookify-rules/SKILL.md +128 -0
- package/resources/local/ecc/docs/ja-JP/skills/inventory-demand-planning/SKILL.md +247 -0
- package/resources/local/ecc/docs/ja-JP/skills/investor-materials/SKILL.md +96 -0
- package/resources/local/ecc/docs/ja-JP/skills/investor-outreach/SKILL.md +91 -0
- package/resources/local/ecc/docs/ja-JP/skills/ios-icon-gen/SKILL.md +157 -0
- package/resources/local/ecc/docs/ja-JP/skills/iterative-retrieval/SKILL.md +202 -0
- package/resources/local/ecc/docs/ja-JP/skills/java-coding-standards/SKILL.md +138 -0
- package/resources/local/ecc/docs/ja-JP/skills/jira-integration/SKILL.md +293 -0
- package/resources/local/ecc/docs/ja-JP/skills/jpa-patterns/SKILL.md +141 -0
- package/resources/local/ecc/docs/ja-JP/skills/knowledge-ops/SKILL.md +154 -0
- package/resources/local/ecc/docs/ja-JP/skills/kotlin-coroutines-flows/SKILL.md +284 -0
- package/resources/local/ecc/docs/ja-JP/skills/kotlin-exposed-patterns/SKILL.md +719 -0
- package/resources/local/ecc/docs/ja-JP/skills/kotlin-ktor-patterns/SKILL.md +689 -0
- package/resources/local/ecc/docs/ja-JP/skills/kotlin-patterns/SKILL.md +711 -0
- package/resources/local/ecc/docs/ja-JP/skills/kotlin-testing/SKILL.md +824 -0
- package/resources/local/ecc/docs/ja-JP/skills/laravel-patterns/SKILL.md +415 -0
- package/resources/local/ecc/docs/ja-JP/skills/laravel-plugin-discovery/SKILL.md +229 -0
- package/resources/local/ecc/docs/ja-JP/skills/laravel-security/SKILL.md +285 -0
- package/resources/local/ecc/docs/ja-JP/skills/laravel-tdd/SKILL.md +283 -0
- package/resources/local/ecc/docs/ja-JP/skills/laravel-verification/SKILL.md +11 -0
- package/resources/local/ecc/docs/ja-JP/skills/lead-intelligence/SKILL.md +11 -0
- package/resources/local/ecc/docs/ja-JP/skills/liquid-glass-design/SKILL.md +11 -0
- package/resources/local/ecc/docs/ja-JP/skills/llm-trading-agent-security/SKILL.md +11 -0
- package/resources/local/ecc/docs/ja-JP/skills/logistics-exception-management/SKILL.md +11 -0
- package/resources/local/ecc/docs/ja-JP/skills/make-interfaces-feel-better/SKILL.md +11 -0
- package/resources/local/ecc/docs/ja-JP/skills/manim-video/SKILL.md +11 -0
- package/resources/local/ecc/docs/ja-JP/skills/market-research/SKILL.md +11 -0
- package/resources/local/ecc/docs/ja-JP/skills/mcp-server-patterns/SKILL.md +11 -0
- package/resources/local/ecc/docs/ja-JP/skills/messages-ops/SKILL.md +11 -0
- package/resources/local/ecc/docs/ja-JP/skills/mle-workflow/SKILL.md +11 -0
- package/resources/local/ecc/docs/ja-JP/skills/motion-advanced/SKILL.md +11 -0
- package/resources/local/ecc/docs/ja-JP/skills/motion-foundations/SKILL.md +11 -0
- package/resources/local/ecc/docs/ja-JP/skills/motion-patterns/SKILL.md +11 -0
- package/resources/local/ecc/docs/ja-JP/skills/motion-ui/SKILL.md +11 -0
- package/resources/local/ecc/docs/ja-JP/skills/mysql-patterns/SKILL.md +11 -0
- package/resources/local/ecc/docs/ja-JP/skills/nanoclaw-repl/SKILL.md +11 -0
- package/resources/local/ecc/docs/ja-JP/skills/nestjs-patterns/SKILL.md +11 -0
- package/resources/local/ecc/docs/ja-JP/skills/netmiko-ssh-automation/SKILL.md +11 -0
- package/resources/local/ecc/docs/ja-JP/skills/network-bgp-diagnostics/SKILL.md +11 -0
- package/resources/local/ecc/docs/ja-JP/skills/network-config-validation/SKILL.md +11 -0
- package/resources/local/ecc/docs/ja-JP/skills/network-interface-health/SKILL.md +143 -0
- package/resources/local/ecc/docs/ja-JP/skills/nextjs-turbopack/SKILL.md +44 -0
- package/resources/local/ecc/docs/ja-JP/skills/nodejs-keccak256/SKILL.md +102 -0
- package/resources/local/ecc/docs/ja-JP/skills/nutrient-document-processing/SKILL.md +164 -0
- package/resources/local/ecc/docs/ja-JP/skills/nuxt4-patterns/SKILL.md +100 -0
- package/resources/local/ecc/docs/ja-JP/skills/openclaw-persona-forge/SKILL.md +288 -0
- package/resources/local/ecc/docs/ja-JP/skills/opensource-pipeline/SKILL.md +255 -0
- package/resources/local/ecc/docs/ja-JP/skills/perl-patterns/SKILL.md +504 -0
- package/resources/local/ecc/docs/ja-JP/skills/perl-security/SKILL.md +503 -0
- package/resources/local/ecc/docs/ja-JP/skills/perl-testing/SKILL.md +11 -0
- package/resources/local/ecc/docs/ja-JP/skills/plan-orchestrate/SKILL.md +11 -0
- package/resources/local/ecc/docs/ja-JP/skills/plankton-code-quality/SKILL.md +11 -0
- package/resources/local/ecc/docs/ja-JP/skills/postgres-patterns/SKILL.md +146 -0
- package/resources/local/ecc/docs/ja-JP/skills/product-capability/SKILL.md +11 -0
- package/resources/local/ecc/docs/ja-JP/skills/product-lens/SKILL.md +11 -0
- package/resources/local/ecc/docs/ja-JP/skills/production-audit/SKILL.md +11 -0
- package/resources/local/ecc/docs/ja-JP/skills/production-scheduling/SKILL.md +11 -0
- package/resources/local/ecc/docs/ja-JP/skills/project-flow-ops/SKILL.md +11 -0
- package/resources/local/ecc/docs/ja-JP/skills/project-guidelines-example/SKILL.md +345 -0
- package/resources/local/ecc/docs/ja-JP/skills/prompt-optimizer/SKILL.md +11 -0
- package/resources/local/ecc/docs/ja-JP/skills/python-patterns/SKILL.md +749 -0
- package/resources/local/ecc/docs/ja-JP/skills/python-testing/SKILL.md +815 -0
- package/resources/local/ecc/docs/ja-JP/skills/pytorch-patterns/SKILL.md +11 -0
- package/resources/local/ecc/docs/ja-JP/skills/quality-nonconformance/SKILL.md +11 -0
- package/resources/local/ecc/docs/ja-JP/skills/quarkus-patterns/SKILL.md +11 -0
- package/resources/local/ecc/docs/ja-JP/skills/quarkus-security/SKILL.md +466 -0
- package/resources/local/ecc/docs/ja-JP/skills/quarkus-tdd/SKILL.md +811 -0
- package/resources/local/ecc/docs/ja-JP/skills/quarkus-verification/SKILL.md +479 -0
- package/resources/local/ecc/docs/ja-JP/skills/ralphinho-rfc-pipeline/SKILL.md +67 -0
- package/resources/local/ecc/docs/ja-JP/skills/redis-patterns/SKILL.md +403 -0
- package/resources/local/ecc/docs/ja-JP/skills/regex-vs-llm-structured-text/SKILL.md +217 -0
- package/resources/local/ecc/docs/ja-JP/skills/remotion-video-creation/SKILL.md +43 -0
- package/resources/local/ecc/docs/ja-JP/skills/repo-scan/SKILL.md +79 -0
- package/resources/local/ecc/docs/ja-JP/skills/research-ops/SKILL.md +112 -0
- package/resources/local/ecc/docs/ja-JP/skills/returns-reverse-logistics/SKILL.md +225 -0
- package/resources/local/ecc/docs/ja-JP/skills/rules-distill/SKILL.md +264 -0
- package/resources/local/ecc/docs/ja-JP/skills/rust-patterns/SKILL.md +499 -0
- package/resources/local/ecc/docs/ja-JP/skills/rust-testing/SKILL.md +502 -0
- package/resources/local/ecc/docs/ja-JP/skills/safety-guard/SKILL.md +75 -0
- package/resources/local/ecc/docs/ja-JP/skills/santa-method/SKILL.md +306 -0
- package/resources/local/ecc/docs/ja-JP/skills/scientific-db-pubmed-database/SKILL.md +168 -0
- package/resources/local/ecc/docs/ja-JP/skills/scientific-db-uspto-database/SKILL.md +158 -0
- package/resources/local/ecc/docs/ja-JP/skills/scientific-pkg-gget/SKILL.md +154 -0
- package/resources/local/ecc/docs/ja-JP/skills/scientific-thinking-literature-review/SKILL.md +184 -0
- package/resources/local/ecc/docs/ja-JP/skills/scientific-thinking-scholar-evaluation/SKILL.md +159 -0
- package/resources/local/ecc/docs/ja-JP/skills/search-first/SKILL.md +181 -0
- package/resources/local/ecc/docs/ja-JP/skills/security-bounty-hunter/SKILL.md +99 -0
- package/resources/local/ecc/docs/ja-JP/skills/security-review/SKILL.md +494 -0
- package/resources/local/ecc/docs/ja-JP/skills/security-review/cloud-infrastructure-security.md +361 -0
- package/resources/local/ecc/docs/ja-JP/skills/security-scan/SKILL.md +164 -0
- package/resources/local/ecc/docs/ja-JP/skills/seo/SKILL.md +154 -0
- package/resources/local/ecc/docs/ja-JP/skills/skill-comply/SKILL.md +60 -0
- package/resources/local/ecc/docs/ja-JP/skills/skill-scout/SKILL.md +131 -0
- package/resources/local/ecc/docs/ja-JP/skills/skill-stocktake/SKILL.md +194 -0
- package/resources/local/ecc/docs/ja-JP/skills/social-graph-ranker/SKILL.md +154 -0
- package/resources/local/ecc/docs/ja-JP/skills/springboot-patterns/SKILL.md +304 -0
- package/resources/local/ecc/docs/ja-JP/skills/springboot-security/SKILL.md +119 -0
- package/resources/local/ecc/docs/ja-JP/skills/springboot-tdd/SKILL.md +157 -0
- package/resources/local/ecc/docs/ja-JP/skills/springboot-verification/SKILL.md +100 -0
- package/resources/local/ecc/docs/ja-JP/skills/strategic-compact/SKILL.md +66 -0
- package/resources/local/ecc/docs/ja-JP/skills/swift-actor-persistence/SKILL.md +157 -0
- package/resources/local/ecc/docs/ja-JP/skills/swift-concurrency-6-2/SKILL.md +217 -0
- package/resources/local/ecc/docs/ja-JP/skills/swift-protocol-di-testing/SKILL.md +190 -0
- package/resources/local/ecc/docs/ja-JP/skills/swiftui-patterns/SKILL.md +259 -0
- package/resources/local/ecc/docs/ja-JP/skills/tdd-workflow/SKILL.md +409 -0
- package/resources/local/ecc/docs/ja-JP/skills/team-builder/SKILL.md +165 -0
- package/resources/local/ecc/docs/ja-JP/skills/terminal-ops/SKILL.md +109 -0
- package/resources/local/ecc/docs/ja-JP/skills/tinystruct-patterns/SKILL.md +104 -0
- package/resources/local/ecc/docs/ja-JP/skills/token-budget-advisor/SKILL.md +121 -0
- package/resources/local/ecc/docs/ja-JP/skills/ui-demo/SKILL.md +465 -0
- package/resources/local/ecc/docs/ja-JP/skills/ui-to-vue/SKILL.md +86 -0
- package/resources/local/ecc/docs/ja-JP/skills/unified-notifications-ops/SKILL.md +197 -0
- package/resources/local/ecc/docs/ja-JP/skills/verification-loop/SKILL.md +120 -0
- package/resources/local/ecc/docs/ja-JP/skills/video-editing/SKILL.md +317 -0
- package/resources/local/ecc/docs/ja-JP/skills/videodb/SKILL.md +386 -0
- package/resources/local/ecc/docs/ja-JP/skills/videodb/reference/api-reference.md +550 -0
- package/resources/local/ecc/docs/ja-JP/skills/videodb/reference/capture-reference.md +416 -0
- package/resources/local/ecc/docs/ja-JP/skills/videodb/reference/capture.md +104 -0
- package/resources/local/ecc/docs/ja-JP/skills/videodb/reference/editor.md +443 -0
- package/resources/local/ecc/docs/ja-JP/skills/videodb/reference/generative.md +331 -0
- package/resources/local/ecc/docs/ja-JP/skills/videodb/reference/rtstream-reference.md +567 -0
- package/resources/local/ecc/docs/ja-JP/skills/videodb/reference/rtstream.md +59 -0
- package/resources/local/ecc/docs/ja-JP/skills/videodb/reference/search.md +230 -0
- package/resources/local/ecc/docs/ja-JP/skills/videodb/reference/streaming.md +406 -0
- package/resources/local/ecc/docs/ja-JP/skills/videodb/reference/use-cases.md +142 -0
- package/resources/local/ecc/docs/ja-JP/skills/visa-doc-translate/README.md +91 -0
- package/resources/local/ecc/docs/ja-JP/skills/visa-doc-translate/SKILL.md +119 -0
- package/resources/local/ecc/docs/ja-JP/skills/vite-patterns/SKILL.md +449 -0
- package/resources/local/ecc/docs/ja-JP/skills/windows-desktop-e2e/SKILL.md +784 -0
- package/resources/local/ecc/docs/ja-JP/skills/workspace-surface-audit/SKILL.md +125 -0
- package/resources/local/ecc/docs/ja-JP/skills/x-api/SKILL.md +210 -0
- package/resources/local/ecc/docs/ja-JP/the-longform-guide.md +354 -0
- package/resources/local/ecc/docs/ja-JP/the-openclaw-guide.md +471 -0
- package/resources/local/ecc/docs/ja-JP/the-security-guide.md +257 -0
- package/resources/local/ecc/docs/ja-JP/the-shortform-guide.md +429 -0
- package/resources/local/ecc/docs/ko-KR/CONTRIBUTING.md +453 -0
- package/resources/local/ecc/docs/ko-KR/README.md +731 -0
- package/resources/local/ecc/docs/ko-KR/TERMINOLOGY.md +104 -0
- package/resources/local/ecc/docs/ko-KR/agents/architect.md +211 -0
- package/resources/local/ecc/docs/ko-KR/agents/build-error-resolver.md +114 -0
- package/resources/local/ecc/docs/ko-KR/agents/code-reviewer.md +237 -0
- package/resources/local/ecc/docs/ko-KR/agents/database-reviewer.md +87 -0
- package/resources/local/ecc/docs/ko-KR/agents/doc-updater.md +107 -0
- package/resources/local/ecc/docs/ko-KR/agents/e2e-runner.md +103 -0
- package/resources/local/ecc/docs/ko-KR/agents/go-build-resolver.md +92 -0
- package/resources/local/ecc/docs/ko-KR/agents/go-reviewer.md +74 -0
- package/resources/local/ecc/docs/ko-KR/agents/planner.md +209 -0
- package/resources/local/ecc/docs/ko-KR/agents/refactor-cleaner.md +85 -0
- package/resources/local/ecc/docs/ko-KR/agents/security-reviewer.md +104 -0
- package/resources/local/ecc/docs/ko-KR/agents/tdd-guide.md +101 -0
- package/resources/local/ecc/docs/ko-KR/commands/build-fix.md +68 -0
- package/resources/local/ecc/docs/ko-KR/commands/checkpoint.md +79 -0
- package/resources/local/ecc/docs/ko-KR/commands/code-review.md +40 -0
- package/resources/local/ecc/docs/ko-KR/commands/e2e.md +334 -0
- package/resources/local/ecc/docs/ko-KR/commands/eval.md +120 -0
- package/resources/local/ecc/docs/ko-KR/commands/go-build.md +183 -0
- package/resources/local/ecc/docs/ko-KR/commands/go-review.md +148 -0
- package/resources/local/ecc/docs/ko-KR/commands/go-test.md +268 -0
- package/resources/local/ecc/docs/ko-KR/commands/learn.md +70 -0
- package/resources/local/ecc/docs/ko-KR/commands/orchestrate.md +172 -0
- package/resources/local/ecc/docs/ko-KR/commands/plan.md +113 -0
- package/resources/local/ecc/docs/ko-KR/commands/refactor-clean.md +80 -0
- package/resources/local/ecc/docs/ko-KR/commands/setup-pm.md +80 -0
- package/resources/local/ecc/docs/ko-KR/commands/tdd.md +326 -0
- package/resources/local/ecc/docs/ko-KR/commands/test-coverage.md +74 -0
- package/resources/local/ecc/docs/ko-KR/commands/update-codemaps.md +79 -0
- package/resources/local/ecc/docs/ko-KR/commands/update-docs.md +89 -0
- package/resources/local/ecc/docs/ko-KR/commands/verify.md +63 -0
- package/resources/local/ecc/docs/ko-KR/examples/CLAUDE.md +109 -0
- package/resources/local/ecc/docs/ko-KR/examples/django-api-CLAUDE.md +308 -0
- package/resources/local/ecc/docs/ko-KR/examples/go-microservice-CLAUDE.md +267 -0
- package/resources/local/ecc/docs/ko-KR/examples/rust-api-CLAUDE.md +291 -0
- package/resources/local/ecc/docs/ko-KR/examples/saas-nextjs-CLAUDE.md +166 -0
- package/resources/local/ecc/docs/ko-KR/examples/statusline.json +19 -0
- package/resources/local/ecc/docs/ko-KR/examples/user-CLAUDE.md +109 -0
- package/resources/local/ecc/docs/ko-KR/rules/agents.md +52 -0
- package/resources/local/ecc/docs/ko-KR/rules/coding-style.md +48 -0
- package/resources/local/ecc/docs/ko-KR/rules/git-workflow.md +24 -0
- package/resources/local/ecc/docs/ko-KR/rules/hooks.md +30 -0
- package/resources/local/ecc/docs/ko-KR/rules/patterns.md +31 -0
- package/resources/local/ecc/docs/ko-KR/rules/performance.md +55 -0
- package/resources/local/ecc/docs/ko-KR/rules/security.md +29 -0
- package/resources/local/ecc/docs/ko-KR/rules/testing.md +29 -0
- package/resources/local/ecc/docs/ko-KR/skills/backend-patterns/SKILL.md +599 -0
- package/resources/local/ecc/docs/ko-KR/skills/clickhouse-io/SKILL.md +447 -0
- package/resources/local/ecc/docs/ko-KR/skills/coding-standards/SKILL.md +530 -0
- package/resources/local/ecc/docs/ko-KR/skills/continuous-learning/SKILL.md +148 -0
- package/resources/local/ecc/docs/ko-KR/skills/continuous-learning-v2/SKILL.md +346 -0
- package/resources/local/ecc/docs/ko-KR/skills/eval-harness/SKILL.md +270 -0
- package/resources/local/ecc/docs/ko-KR/skills/frontend-patterns/SKILL.md +652 -0
- package/resources/local/ecc/docs/ko-KR/skills/golang-patterns/SKILL.md +675 -0
- package/resources/local/ecc/docs/ko-KR/skills/golang-testing/SKILL.md +720 -0
- package/resources/local/ecc/docs/ko-KR/skills/iterative-retrieval/SKILL.md +211 -0
- package/resources/local/ecc/docs/ko-KR/skills/postgres-patterns/SKILL.md +147 -0
- package/resources/local/ecc/docs/ko-KR/skills/security-review/SKILL.md +504 -0
- package/resources/local/ecc/docs/ko-KR/skills/security-review/cloud-infrastructure-security.md +361 -0
- package/resources/local/ecc/docs/ko-KR/skills/strategic-compact/SKILL.md +105 -0
- package/resources/local/ecc/docs/ko-KR/skills/tdd-workflow/SKILL.md +408 -0
- package/resources/local/ecc/docs/ko-KR/skills/verification-loop/SKILL.md +127 -0
- package/resources/local/ecc/docs/legacy-artifact-inventory.md +112 -0
- package/resources/local/ecc/docs/pt-BR/CONTRIBUTING.md +426 -0
- package/resources/local/ecc/docs/pt-BR/README.md +518 -0
- package/resources/local/ecc/docs/pt-BR/TERMINOLOGY.md +102 -0
- package/resources/local/ecc/docs/pt-BR/agents/architect.md +80 -0
- package/resources/local/ecc/docs/pt-BR/agents/build-error-resolver.md +80 -0
- package/resources/local/ecc/docs/pt-BR/agents/code-reviewer.md +86 -0
- package/resources/local/ecc/docs/pt-BR/agents/database-reviewer.md +91 -0
- package/resources/local/ecc/docs/pt-BR/agents/doc-updater.md +99 -0
- package/resources/local/ecc/docs/pt-BR/agents/e2e-runner.md +99 -0
- package/resources/local/ecc/docs/pt-BR/agents/go-build-resolver.md +80 -0
- package/resources/local/ecc/docs/pt-BR/agents/go-reviewer.md +76 -0
- package/resources/local/ecc/docs/pt-BR/agents/planner.md +81 -0
- package/resources/local/ecc/docs/pt-BR/agents/refactor-cleaner.md +85 -0
- package/resources/local/ecc/docs/pt-BR/agents/security-reviewer.md +108 -0
- package/resources/local/ecc/docs/pt-BR/agents/tdd-guide.md +80 -0
- package/resources/local/ecc/docs/pt-BR/commands/build-fix.md +62 -0
- package/resources/local/ecc/docs/pt-BR/commands/checkpoint.md +74 -0
- package/resources/local/ecc/docs/pt-BR/commands/code-review.md +40 -0
- package/resources/local/ecc/docs/pt-BR/commands/e2e.md +365 -0
- package/resources/local/ecc/docs/pt-BR/commands/eval.md +120 -0
- package/resources/local/ecc/docs/pt-BR/commands/go-build.md +183 -0
- package/resources/local/ecc/docs/pt-BR/commands/go-review.md +147 -0
- package/resources/local/ecc/docs/pt-BR/commands/go-test.md +268 -0
- package/resources/local/ecc/docs/pt-BR/commands/learn.md +70 -0
- package/resources/local/ecc/docs/pt-BR/commands/orchestrate.md +230 -0
- package/resources/local/ecc/docs/pt-BR/commands/plan.md +113 -0
- package/resources/local/ecc/docs/pt-BR/commands/refactor-clean.md +80 -0
- package/resources/local/ecc/docs/pt-BR/commands/setup-pm.md +80 -0
- package/resources/local/ecc/docs/pt-BR/commands/tdd.md +328 -0
- package/resources/local/ecc/docs/pt-BR/commands/test-coverage.md +69 -0
- package/resources/local/ecc/docs/pt-BR/commands/update-codemaps.md +72 -0
- package/resources/local/ecc/docs/pt-BR/commands/update-docs.md +84 -0
- package/resources/local/ecc/docs/pt-BR/commands/verify.md +59 -0
- package/resources/local/ecc/docs/pt-BR/examples/CLAUDE.md +109 -0
- package/resources/local/ecc/docs/pt-BR/examples/django-api-CLAUDE.md +308 -0
- package/resources/local/ecc/docs/pt-BR/examples/go-microservice-CLAUDE.md +267 -0
- package/resources/local/ecc/docs/pt-BR/examples/rust-api-CLAUDE.md +285 -0
- package/resources/local/ecc/docs/pt-BR/examples/saas-nextjs-CLAUDE.md +166 -0
- package/resources/local/ecc/docs/pt-BR/examples/user-CLAUDE.md +109 -0
- package/resources/local/ecc/docs/pt-BR/rules/agents.md +50 -0
- package/resources/local/ecc/docs/pt-BR/rules/coding-style.md +48 -0
- package/resources/local/ecc/docs/pt-BR/rules/git-workflow.md +24 -0
- package/resources/local/ecc/docs/pt-BR/rules/hooks.md +30 -0
- package/resources/local/ecc/docs/pt-BR/rules/patterns.md +31 -0
- package/resources/local/ecc/docs/pt-BR/rules/performance.md +55 -0
- package/resources/local/ecc/docs/pt-BR/rules/security.md +29 -0
- package/resources/local/ecc/docs/pt-BR/rules/testing.md +29 -0
- package/resources/local/ecc/docs/releases/1.10.0/discussion-announcement.md +55 -0
- package/resources/local/ecc/docs/releases/1.10.0/release-notes.md +70 -0
- package/resources/local/ecc/docs/releases/1.10.0/x-thread.md +45 -0
- package/resources/local/ecc/docs/releases/1.8.0/linkedin-post.md +13 -0
- package/resources/local/ecc/docs/releases/1.8.0/reference-attribution.md +16 -0
- package/resources/local/ecc/docs/releases/1.8.0/release-notes.md +20 -0
- package/resources/local/ecc/docs/releases/1.8.0/x-quote-eval-skills.md +5 -0
- package/resources/local/ecc/docs/releases/1.8.0/x-quote-plankton-deslop.md +5 -0
- package/resources/local/ecc/docs/releases/1.8.0/x-thread.md +11 -0
- package/resources/local/ecc/docs/releases/2.0.0-rc.1/article-outline.md +78 -0
- package/resources/local/ecc/docs/releases/2.0.0-rc.1/demo-prompts.md +42 -0
- package/resources/local/ecc/docs/releases/2.0.0-rc.1/launch-checklist.md +56 -0
- package/resources/local/ecc/docs/releases/2.0.0-rc.1/linkedin-post.md +42 -0
- package/resources/local/ecc/docs/releases/2.0.0-rc.1/naming-and-publication-matrix.md +159 -0
- package/resources/local/ecc/docs/releases/2.0.0-rc.1/operator-readiness-dashboard-2026-05-15.md +55 -0
- package/resources/local/ecc/docs/releases/2.0.0-rc.1/operator-readiness-dashboard-2026-05-17.md +51 -0
- package/resources/local/ecc/docs/releases/2.0.0-rc.1/operator-readiness-dashboard-2026-05-18.md +51 -0
- package/resources/local/ecc/docs/releases/2.0.0-rc.1/owner-queue-cleanup-2026-05-18.md +65 -0
- package/resources/local/ecc/docs/releases/2.0.0-rc.1/preview-pack-manifest.md +110 -0
- package/resources/local/ecc/docs/releases/2.0.0-rc.1/publication-evidence-2026-05-12.md +103 -0
- package/resources/local/ecc/docs/releases/2.0.0-rc.1/publication-evidence-2026-05-13-post-hardening.md +98 -0
- package/resources/local/ecc/docs/releases/2.0.0-rc.1/publication-evidence-2026-05-13.md +60 -0
- package/resources/local/ecc/docs/releases/2.0.0-rc.1/publication-evidence-2026-05-15.md +187 -0
- package/resources/local/ecc/docs/releases/2.0.0-rc.1/publication-evidence-2026-05-16.md +86 -0
- package/resources/local/ecc/docs/releases/2.0.0-rc.1/publication-evidence-2026-05-17.md +113 -0
- package/resources/local/ecc/docs/releases/2.0.0-rc.1/publication-evidence-2026-05-18.md +150 -0
- package/resources/local/ecc/docs/releases/2.0.0-rc.1/publication-readiness.md +138 -0
- package/resources/local/ecc/docs/releases/2.0.0-rc.1/quickstart.md +70 -0
- package/resources/local/ecc/docs/releases/2.0.0-rc.1/release-name-plugin-publication-checklist-2026-05-18.md +116 -0
- package/resources/local/ecc/docs/releases/2.0.0-rc.1/release-notes.md +106 -0
- package/resources/local/ecc/docs/releases/2.0.0-rc.1/release-url-ledger-2026-05-18.md +55 -0
- package/resources/local/ecc/docs/releases/2.0.0-rc.1/telegram-handoff.md +30 -0
- package/resources/local/ecc/docs/releases/2.0.0-rc.1/x-thread.md +83 -0
- package/resources/local/ecc/docs/ru/README.md +1613 -0
- package/resources/local/ecc/docs/security/supply-chain-incident-response.md +188 -0
- package/resources/local/ecc/docs/skill-adaptation-policy.md +73 -0
- package/resources/local/ecc/docs/stale-pr-salvage-ledger.md +173 -0
- package/resources/local/ecc/docs/th/README.md +263 -0
- package/resources/local/ecc/docs/token-optimization.md +156 -0
- package/resources/local/ecc/docs/tr/AGENTS.md +160 -0
- package/resources/local/ecc/docs/tr/CHANGELOG.md +189 -0
- package/resources/local/ecc/docs/tr/CLAUDE.md +69 -0
- package/resources/local/ecc/docs/tr/CODE_OF_CONDUCT.md +104 -0
- package/resources/local/ecc/docs/tr/CONTRIBUTING.md +461 -0
- package/resources/local/ecc/docs/tr/README.md +466 -0
- package/resources/local/ecc/docs/tr/SECURITY.md +53 -0
- package/resources/local/ecc/docs/tr/SPONSORING.md +43 -0
- package/resources/local/ecc/docs/tr/SPONSORS.md +59 -0
- package/resources/local/ecc/docs/tr/TERMINOLOGY.md +184 -0
- package/resources/local/ecc/docs/tr/TROUBLESHOOTING.md +422 -0
- package/resources/local/ecc/docs/tr/agents/architect.md +211 -0
- package/resources/local/ecc/docs/tr/agents/build-error-resolver.md +114 -0
- package/resources/local/ecc/docs/tr/agents/chief-of-staff.md +151 -0
- package/resources/local/ecc/docs/tr/agents/code-reviewer.md +237 -0
- package/resources/local/ecc/docs/tr/agents/cpp-build-resolver.md +90 -0
- package/resources/local/ecc/docs/tr/agents/cpp-reviewer.md +72 -0
- package/resources/local/ecc/docs/tr/agents/database-reviewer.md +91 -0
- package/resources/local/ecc/docs/tr/agents/doc-updater.md +107 -0
- package/resources/local/ecc/docs/tr/agents/docs-lookup.md +68 -0
- package/resources/local/ecc/docs/tr/agents/e2e-runner.md +107 -0
- package/resources/local/ecc/docs/tr/agents/flutter-reviewer.md +243 -0
- package/resources/local/ecc/docs/tr/agents/go-build-resolver.md +94 -0
- package/resources/local/ecc/docs/tr/agents/go-reviewer.md +76 -0
- package/resources/local/ecc/docs/tr/agents/harness-optimizer.md +35 -0
- package/resources/local/ecc/docs/tr/agents/java-build-resolver.md +155 -0
- package/resources/local/ecc/docs/tr/agents/java-reviewer.md +94 -0
- package/resources/local/ecc/docs/tr/agents/kotlin-build-resolver.md +118 -0
- package/resources/local/ecc/docs/tr/agents/kotlin-reviewer.md +159 -0
- package/resources/local/ecc/docs/tr/agents/loop-operator.md +36 -0
- package/resources/local/ecc/docs/tr/agents/planner.md +212 -0
- package/resources/local/ecc/docs/tr/agents/python-reviewer.md +98 -0
- package/resources/local/ecc/docs/tr/agents/pytorch-build-resolver.md +120 -0
- package/resources/local/ecc/docs/tr/agents/refactor-cleaner.md +85 -0
- package/resources/local/ecc/docs/tr/agents/rust-build-resolver.md +148 -0
- package/resources/local/ecc/docs/tr/agents/rust-reviewer.md +94 -0
- package/resources/local/ecc/docs/tr/agents/security-reviewer.md +108 -0
- package/resources/local/ecc/docs/tr/agents/tdd-guide.md +91 -0
- package/resources/local/ecc/docs/tr/agents/typescript-reviewer.md +112 -0
- package/resources/local/ecc/docs/tr/commands/build-fix.md +62 -0
- package/resources/local/ecc/docs/tr/commands/checkpoint.md +74 -0
- package/resources/local/ecc/docs/tr/commands/code-review.md +40 -0
- package/resources/local/ecc/docs/tr/commands/e2e.md +365 -0
- package/resources/local/ecc/docs/tr/commands/eval.md +120 -0
- package/resources/local/ecc/docs/tr/commands/evolve.md +178 -0
- package/resources/local/ecc/docs/tr/commands/go-build.md +183 -0
- package/resources/local/ecc/docs/tr/commands/go-review.md +148 -0
- package/resources/local/ecc/docs/tr/commands/go-test.md +268 -0
- package/resources/local/ecc/docs/tr/commands/instinct-export.md +66 -0
- package/resources/local/ecc/docs/tr/commands/instinct-import.md +114 -0
- package/resources/local/ecc/docs/tr/commands/instinct-status.md +59 -0
- package/resources/local/ecc/docs/tr/commands/learn-eval.md +116 -0
- package/resources/local/ecc/docs/tr/commands/learn.md +70 -0
- package/resources/local/ecc/docs/tr/commands/multi-backend.md +158 -0
- package/resources/local/ecc/docs/tr/commands/multi-execute.md +315 -0
- package/resources/local/ecc/docs/tr/commands/multi-frontend.md +158 -0
- package/resources/local/ecc/docs/tr/commands/multi-plan.md +268 -0
- package/resources/local/ecc/docs/tr/commands/multi-workflow.md +191 -0
- package/resources/local/ecc/docs/tr/commands/orchestrate.md +231 -0
- package/resources/local/ecc/docs/tr/commands/plan.md +115 -0
- package/resources/local/ecc/docs/tr/commands/pm2.md +272 -0
- package/resources/local/ecc/docs/tr/commands/refactor-clean.md +80 -0
- package/resources/local/ecc/docs/tr/commands/sessions.md +293 -0
- package/resources/local/ecc/docs/tr/commands/setup-pm.md +80 -0
- package/resources/local/ecc/docs/tr/commands/skill-create.md +174 -0
- package/resources/local/ecc/docs/tr/commands/tdd.md +328 -0
- package/resources/local/ecc/docs/tr/commands/test-coverage.md +69 -0
- package/resources/local/ecc/docs/tr/commands/update-docs.md +84 -0
- package/resources/local/ecc/docs/tr/commands/verify.md +59 -0
- package/resources/local/ecc/docs/tr/contexts/dev.md +20 -0
- package/resources/local/ecc/docs/tr/contexts/research.md +26 -0
- package/resources/local/ecc/docs/tr/contexts/review.md +22 -0
- package/resources/local/ecc/docs/tr/examples/CLAUDE.md +109 -0
- package/resources/local/ecc/docs/tr/examples/README.md +80 -0
- package/resources/local/ecc/docs/tr/examples/statusline.json +19 -0
- package/resources/local/ecc/docs/tr/examples/user-CLAUDE.md +109 -0
- package/resources/local/ecc/docs/tr/rules/README.md +61 -0
- package/resources/local/ecc/docs/tr/rules/common/agents.md +50 -0
- package/resources/local/ecc/docs/tr/rules/common/coding-style.md +48 -0
- package/resources/local/ecc/docs/tr/rules/common/development-workflow.md +38 -0
- package/resources/local/ecc/docs/tr/rules/common/git-workflow.md +24 -0
- package/resources/local/ecc/docs/tr/rules/common/hooks.md +30 -0
- package/resources/local/ecc/docs/tr/rules/common/patterns.md +31 -0
- package/resources/local/ecc/docs/tr/rules/common/performance.md +55 -0
- package/resources/local/ecc/docs/tr/rules/common/security.md +29 -0
- package/resources/local/ecc/docs/tr/rules/common/testing.md +29 -0
- package/resources/local/ecc/docs/tr/rules/golang/coding-style.md +32 -0
- package/resources/local/ecc/docs/tr/rules/golang/hooks.md +17 -0
- package/resources/local/ecc/docs/tr/rules/golang/patterns.md +45 -0
- package/resources/local/ecc/docs/tr/rules/golang/security.md +34 -0
- package/resources/local/ecc/docs/tr/rules/golang/testing.md +31 -0
- package/resources/local/ecc/docs/tr/rules/python/coding-style.md +42 -0
- package/resources/local/ecc/docs/tr/rules/python/hooks.md +19 -0
- package/resources/local/ecc/docs/tr/rules/python/patterns.md +39 -0
- package/resources/local/ecc/docs/tr/rules/python/security.md +30 -0
- package/resources/local/ecc/docs/tr/rules/python/testing.md +38 -0
- package/resources/local/ecc/docs/tr/rules/typescript/coding-style.md +199 -0
- package/resources/local/ecc/docs/tr/rules/typescript/hooks.md +22 -0
- package/resources/local/ecc/docs/tr/rules/typescript/patterns.md +52 -0
- package/resources/local/ecc/docs/tr/rules/typescript/security.md +28 -0
- package/resources/local/ecc/docs/tr/rules/typescript/testing.md +18 -0
- package/resources/local/ecc/docs/tr/skills/api-design/SKILL.md +523 -0
- package/resources/local/ecc/docs/tr/skills/backend-patterns/SKILL.md +598 -0
- package/resources/local/ecc/docs/tr/skills/coding-standards/SKILL.md +530 -0
- package/resources/local/ecc/docs/tr/skills/continuous-learning/SKILL.md +119 -0
- package/resources/local/ecc/docs/tr/skills/continuous-learning-v2/SKILL.md +347 -0
- package/resources/local/ecc/docs/tr/skills/database-migrations/SKILL.md +319 -0
- package/resources/local/ecc/docs/tr/skills/deployment-patterns/SKILL.md +427 -0
- package/resources/local/ecc/docs/tr/skills/django-patterns/SKILL.md +734 -0
- package/resources/local/ecc/docs/tr/skills/docker-patterns/SKILL.md +364 -0
- package/resources/local/ecc/docs/tr/skills/e2e-testing/SKILL.md +326 -0
- package/resources/local/ecc/docs/tr/skills/eval-harness/SKILL.md +270 -0
- package/resources/local/ecc/docs/tr/skills/frontend-patterns/SKILL.md +642 -0
- package/resources/local/ecc/docs/tr/skills/golang-patterns/SKILL.md +674 -0
- package/resources/local/ecc/docs/tr/skills/golang-testing/SKILL.md +720 -0
- package/resources/local/ecc/docs/tr/skills/jpa-patterns/SKILL.md +151 -0
- package/resources/local/ecc/docs/tr/skills/kotlin-patterns/SKILL.md +535 -0
- package/resources/local/ecc/docs/tr/skills/kotlin-testing/SKILL.md +578 -0
- package/resources/local/ecc/docs/tr/skills/laravel-patterns/SKILL.md +415 -0
- package/resources/local/ecc/docs/tr/skills/laravel-security/SKILL.md +285 -0
- package/resources/local/ecc/docs/tr/skills/laravel-tdd/SKILL.md +283 -0
- package/resources/local/ecc/docs/tr/skills/laravel-verification/SKILL.md +179 -0
- package/resources/local/ecc/docs/tr/skills/nextjs-turbopack/SKILL.md +44 -0
- package/resources/local/ecc/docs/tr/skills/postgres-patterns/SKILL.md +147 -0
- package/resources/local/ecc/docs/tr/skills/python-patterns/SKILL.md +750 -0
- package/resources/local/ecc/docs/tr/skills/python-testing/SKILL.md +816 -0
- package/resources/local/ecc/docs/tr/skills/quarkus-patterns/SKILL.md +778 -0
- package/resources/local/ecc/docs/tr/skills/quarkus-security/SKILL.md +474 -0
- package/resources/local/ecc/docs/tr/skills/quarkus-tdd/SKILL.md +916 -0
- package/resources/local/ecc/docs/tr/skills/quarkus-verification/SKILL.md +479 -0
- package/resources/local/ecc/docs/tr/skills/rust-patterns/SKILL.md +499 -0
- package/resources/local/ecc/docs/tr/skills/rust-testing/SKILL.md +500 -0
- package/resources/local/ecc/docs/tr/skills/security-review/SKILL.md +495 -0
- package/resources/local/ecc/docs/tr/skills/springboot-patterns/SKILL.md +312 -0
- package/resources/local/ecc/docs/tr/skills/springboot-security/SKILL.md +272 -0
- package/resources/local/ecc/docs/tr/skills/springboot-tdd/SKILL.md +158 -0
- package/resources/local/ecc/docs/tr/skills/springboot-verification/SKILL.md +231 -0
- package/resources/local/ecc/docs/tr/skills/tdd-workflow/SKILL.md +410 -0
- package/resources/local/ecc/docs/tr/skills/verification-loop/SKILL.md +126 -0
- package/resources/local/ecc/docs/tr/the-longform-guide.md +354 -0
- package/resources/local/ecc/docs/tr/the-security-guide.md +455 -0
- package/resources/local/ecc/docs/tr/the-shortform-guide.md +431 -0
- package/resources/local/ecc/docs/vi-VN/README.md +179 -0
- package/resources/local/ecc/docs/zh-CN/AGENTS.md +165 -0
- package/resources/local/ecc/docs/zh-CN/CHANGELOG.md +189 -0
- package/resources/local/ecc/docs/zh-CN/CLAUDE.md +70 -0
- package/resources/local/ecc/docs/zh-CN/CODE_OF_CONDUCT.md +83 -0
- package/resources/local/ecc/docs/zh-CN/CONTRIBUTING.md +465 -0
- package/resources/local/ecc/docs/zh-CN/README.md +1415 -0
- package/resources/local/ecc/docs/zh-CN/SECURITY.md +53 -0
- package/resources/local/ecc/docs/zh-CN/SPONSORING.md +43 -0
- package/resources/local/ecc/docs/zh-CN/SPONSORS.md +59 -0
- package/resources/local/ecc/docs/zh-CN/TROUBLESHOOTING.md +446 -0
- package/resources/local/ecc/docs/zh-CN/agents/architect.md +232 -0
- package/resources/local/ecc/docs/zh-CN/agents/build-error-resolver.md +119 -0
- package/resources/local/ecc/docs/zh-CN/agents/chief-of-staff.md +155 -0
- package/resources/local/ecc/docs/zh-CN/agents/code-architect.md +71 -0
- package/resources/local/ecc/docs/zh-CN/agents/code-explorer.md +69 -0
- package/resources/local/ecc/docs/zh-CN/agents/code-reviewer.md +238 -0
- package/resources/local/ecc/docs/zh-CN/agents/code-simplifier.md +47 -0
- package/resources/local/ecc/docs/zh-CN/agents/comment-analyzer.md +45 -0
- package/resources/local/ecc/docs/zh-CN/agents/conversation-analyzer.md +56 -0
- package/resources/local/ecc/docs/zh-CN/agents/cpp-build-resolver.md +91 -0
- package/resources/local/ecc/docs/zh-CN/agents/cpp-reviewer.md +79 -0
- package/resources/local/ecc/docs/zh-CN/agents/csharp-reviewer.md +109 -0
- package/resources/local/ecc/docs/zh-CN/agents/dart-build-resolver.md +202 -0
- package/resources/local/ecc/docs/zh-CN/agents/database-reviewer.md +94 -0
- package/resources/local/ecc/docs/zh-CN/agents/doc-updater.md +110 -0
- package/resources/local/ecc/docs/zh-CN/agents/docs-lookup.md +68 -0
- package/resources/local/ecc/docs/zh-CN/agents/e2e-runner.md +110 -0
- package/resources/local/ecc/docs/zh-CN/agents/flutter-reviewer.md +250 -0
- package/resources/local/ecc/docs/zh-CN/agents/gan-evaluator.md +223 -0
- package/resources/local/ecc/docs/zh-CN/agents/gan-generator.md +139 -0
- package/resources/local/ecc/docs/zh-CN/agents/gan-planner.md +99 -0
- package/resources/local/ecc/docs/zh-CN/agents/go-build-resolver.md +95 -0
- package/resources/local/ecc/docs/zh-CN/agents/go-reviewer.md +83 -0
- package/resources/local/ecc/docs/zh-CN/agents/harness-optimizer.md +35 -0
- package/resources/local/ecc/docs/zh-CN/agents/healthcare-reviewer.md +83 -0
- package/resources/local/ecc/docs/zh-CN/agents/java-build-resolver.md +156 -0
- package/resources/local/ecc/docs/zh-CN/agents/java-reviewer.md +107 -0
- package/resources/local/ecc/docs/zh-CN/agents/kotlin-build-resolver.md +119 -0
- package/resources/local/ecc/docs/zh-CN/agents/kotlin-reviewer.md +161 -0
- package/resources/local/ecc/docs/zh-CN/agents/loop-operator.md +37 -0
- package/resources/local/ecc/docs/zh-CN/agents/opensource-forker.md +203 -0
- package/resources/local/ecc/docs/zh-CN/agents/opensource-packager.md +255 -0
- package/resources/local/ecc/docs/zh-CN/agents/opensource-sanitizer.md +191 -0
- package/resources/local/ecc/docs/zh-CN/agents/performance-optimizer.md +446 -0
- package/resources/local/ecc/docs/zh-CN/agents/planner.md +215 -0
- package/resources/local/ecc/docs/zh-CN/agents/pr-test-analyzer.md +45 -0
- package/resources/local/ecc/docs/zh-CN/agents/python-reviewer.md +106 -0
- package/resources/local/ecc/docs/zh-CN/agents/pytorch-build-resolver.md +122 -0
- package/resources/local/ecc/docs/zh-CN/agents/refactor-cleaner.md +92 -0
- package/resources/local/ecc/docs/zh-CN/agents/rust-build-resolver.md +149 -0
- package/resources/local/ecc/docs/zh-CN/agents/rust-reviewer.md +95 -0
- package/resources/local/ecc/docs/zh-CN/agents/security-reviewer.md +112 -0
- package/resources/local/ecc/docs/zh-CN/agents/seo-specialist.md +63 -0
- package/resources/local/ecc/docs/zh-CN/agents/silent-failure-hunter.md +50 -0
- package/resources/local/ecc/docs/zh-CN/agents/tdd-guide.md +96 -0
- package/resources/local/ecc/docs/zh-CN/agents/type-design-analyzer.md +41 -0
- package/resources/local/ecc/docs/zh-CN/agents/typescript-reviewer.md +122 -0
- package/resources/local/ecc/docs/zh-CN/commands/aside.md +173 -0
- package/resources/local/ecc/docs/zh-CN/commands/auto-update.md +28 -0
- package/resources/local/ecc/docs/zh-CN/commands/build-fix.md +64 -0
- package/resources/local/ecc/docs/zh-CN/commands/checkpoint.md +78 -0
- package/resources/local/ecc/docs/zh-CN/commands/claw.md +51 -0
- package/resources/local/ecc/docs/zh-CN/commands/code-review.md +43 -0
- package/resources/local/ecc/docs/zh-CN/commands/context-budget.md +29 -0
- package/resources/local/ecc/docs/zh-CN/commands/cpp-build.md +173 -0
- package/resources/local/ecc/docs/zh-CN/commands/cpp-review.md +140 -0
- package/resources/local/ecc/docs/zh-CN/commands/cpp-test.md +257 -0
- package/resources/local/ecc/docs/zh-CN/commands/devfleet.md +93 -0
- package/resources/local/ecc/docs/zh-CN/commands/docs.md +32 -0
- package/resources/local/ecc/docs/zh-CN/commands/e2e.md +374 -0
- package/resources/local/ecc/docs/zh-CN/commands/eval.md +122 -0
- package/resources/local/ecc/docs/zh-CN/commands/evolve.md +194 -0
- package/resources/local/ecc/docs/zh-CN/commands/feature-dev.md +49 -0
- package/resources/local/ecc/docs/zh-CN/commands/flutter-build.md +166 -0
- package/resources/local/ecc/docs/zh-CN/commands/flutter-review.md +118 -0
- package/resources/local/ecc/docs/zh-CN/commands/flutter-test.md +145 -0
- package/resources/local/ecc/docs/zh-CN/commands/gan-build.md +109 -0
- package/resources/local/ecc/docs/zh-CN/commands/gan-design.md +45 -0
- package/resources/local/ecc/docs/zh-CN/commands/go-build.md +183 -0
- package/resources/local/ecc/docs/zh-CN/commands/go-review.md +156 -0
- package/resources/local/ecc/docs/zh-CN/commands/go-test.md +274 -0
- package/resources/local/ecc/docs/zh-CN/commands/gradle-build.md +72 -0
- package/resources/local/ecc/docs/zh-CN/commands/harness-audit.md +72 -0
- package/resources/local/ecc/docs/zh-CN/commands/hookify-configure.md +14 -0
- package/resources/local/ecc/docs/zh-CN/commands/hookify-help.md +46 -0
- package/resources/local/ecc/docs/zh-CN/commands/hookify-list.md +21 -0
- package/resources/local/ecc/docs/zh-CN/commands/hookify.md +50 -0
- package/resources/local/ecc/docs/zh-CN/commands/instinct-export.md +67 -0
- package/resources/local/ecc/docs/zh-CN/commands/instinct-import.md +117 -0
- package/resources/local/ecc/docs/zh-CN/commands/instinct-status.md +59 -0
- package/resources/local/ecc/docs/zh-CN/commands/jira.md +108 -0
- package/resources/local/ecc/docs/zh-CN/commands/kotlin-build.md +176 -0
- package/resources/local/ecc/docs/zh-CN/commands/kotlin-review.md +144 -0
- package/resources/local/ecc/docs/zh-CN/commands/kotlin-test.md +315 -0
- package/resources/local/ecc/docs/zh-CN/commands/learn-eval.md +117 -0
- package/resources/local/ecc/docs/zh-CN/commands/learn.md +70 -0
- package/resources/local/ecc/docs/zh-CN/commands/loop-start.md +33 -0
- package/resources/local/ecc/docs/zh-CN/commands/loop-status.md +25 -0
- package/resources/local/ecc/docs/zh-CN/commands/model-route.md +27 -0
- package/resources/local/ecc/docs/zh-CN/commands/multi-backend.md +162 -0
- package/resources/local/ecc/docs/zh-CN/commands/multi-execute.md +321 -0
- package/resources/local/ecc/docs/zh-CN/commands/multi-frontend.md +162 -0
- package/resources/local/ecc/docs/zh-CN/commands/multi-plan.md +278 -0
- package/resources/local/ecc/docs/zh-CN/commands/multi-workflow.md +197 -0
- package/resources/local/ecc/docs/zh-CN/commands/orchestrate.md +242 -0
- package/resources/local/ecc/docs/zh-CN/commands/plan.md +118 -0
- package/resources/local/ecc/docs/zh-CN/commands/pm2.md +283 -0
- package/resources/local/ecc/docs/zh-CN/commands/projects.md +39 -0
- package/resources/local/ecc/docs/zh-CN/commands/promote.md +41 -0
- package/resources/local/ecc/docs/zh-CN/commands/prompt-optimize.md +37 -0
- package/resources/local/ecc/docs/zh-CN/commands/prp-commit.md +115 -0
- package/resources/local/ecc/docs/zh-CN/commands/prp-implement.md +394 -0
- package/resources/local/ecc/docs/zh-CN/commands/prp-plan.md +506 -0
- package/resources/local/ecc/docs/zh-CN/commands/prp-pr.md +188 -0
- package/resources/local/ecc/docs/zh-CN/commands/prp-prd.md +453 -0
- package/resources/local/ecc/docs/zh-CN/commands/prune.md +31 -0
- package/resources/local/ecc/docs/zh-CN/commands/python-review.md +319 -0
- package/resources/local/ecc/docs/zh-CN/commands/quality-gate.md +30 -0
- package/resources/local/ecc/docs/zh-CN/commands/refactor-clean.md +83 -0
- package/resources/local/ecc/docs/zh-CN/commands/resume-session.md +154 -0
- package/resources/local/ecc/docs/zh-CN/commands/review-pr.md +37 -0
- package/resources/local/ecc/docs/zh-CN/commands/rules-distill.md +11 -0
- package/resources/local/ecc/docs/zh-CN/commands/rust-build.md +189 -0
- package/resources/local/ecc/docs/zh-CN/commands/rust-review.md +146 -0
- package/resources/local/ecc/docs/zh-CN/commands/rust-test.md +311 -0
- package/resources/local/ecc/docs/zh-CN/commands/santa-loop.md +180 -0
- package/resources/local/ecc/docs/zh-CN/commands/save-session.md +252 -0
- package/resources/local/ecc/docs/zh-CN/commands/sessions.md +340 -0
- package/resources/local/ecc/docs/zh-CN/commands/setup-pm.md +83 -0
- package/resources/local/ecc/docs/zh-CN/commands/skill-create.md +176 -0
- package/resources/local/ecc/docs/zh-CN/commands/skill-health.md +54 -0
- package/resources/local/ecc/docs/zh-CN/commands/tdd.md +330 -0
- package/resources/local/ecc/docs/zh-CN/commands/test-coverage.md +69 -0
- package/resources/local/ecc/docs/zh-CN/commands/update-codemaps.md +73 -0
- package/resources/local/ecc/docs/zh-CN/commands/update-docs.md +86 -0
- package/resources/local/ecc/docs/zh-CN/commands/verify.md +60 -0
- package/resources/local/ecc/docs/zh-CN/contexts/dev.md +23 -0
- package/resources/local/ecc/docs/zh-CN/contexts/research.md +30 -0
- package/resources/local/ecc/docs/zh-CN/contexts/review.md +25 -0
- package/resources/local/ecc/docs/zh-CN/examples/CLAUDE.md +109 -0
- package/resources/local/ecc/docs/zh-CN/examples/django-api-CLAUDE.md +308 -0
- package/resources/local/ecc/docs/zh-CN/examples/go-microservice-CLAUDE.md +267 -0
- package/resources/local/ecc/docs/zh-CN/examples/laravel-api-CLAUDE.md +311 -0
- package/resources/local/ecc/docs/zh-CN/examples/rust-api-CLAUDE.md +285 -0
- package/resources/local/ecc/docs/zh-CN/examples/saas-nextjs-CLAUDE.md +166 -0
- package/resources/local/ecc/docs/zh-CN/examples/user-CLAUDE.md +118 -0
- package/resources/local/ecc/docs/zh-CN/hooks/README.md +220 -0
- package/resources/local/ecc/docs/zh-CN/plugins/README.md +89 -0
- package/resources/local/ecc/docs/zh-CN/rules/README.md +105 -0
- package/resources/local/ecc/docs/zh-CN/rules/common/agents.md +53 -0
- package/resources/local/ecc/docs/zh-CN/rules/common/coding-style.md +52 -0
- package/resources/local/ecc/docs/zh-CN/rules/common/development-workflow.md +38 -0
- package/resources/local/ecc/docs/zh-CN/rules/common/git-workflow.md +26 -0
- package/resources/local/ecc/docs/zh-CN/rules/common/hooks.md +33 -0
- package/resources/local/ecc/docs/zh-CN/rules/common/patterns.md +34 -0
- package/resources/local/ecc/docs/zh-CN/rules/common/performance.md +63 -0
- package/resources/local/ecc/docs/zh-CN/rules/common/security.md +31 -0
- package/resources/local/ecc/docs/zh-CN/rules/common/testing.md +31 -0
- package/resources/local/ecc/docs/zh-CN/rules/cpp/coding-style.md +45 -0
- package/resources/local/ecc/docs/zh-CN/rules/cpp/hooks.md +40 -0
- package/resources/local/ecc/docs/zh-CN/rules/cpp/patterns.md +52 -0
- package/resources/local/ecc/docs/zh-CN/rules/cpp/security.md +52 -0
- package/resources/local/ecc/docs/zh-CN/rules/cpp/testing.md +45 -0
- package/resources/local/ecc/docs/zh-CN/rules/csharp/coding-style.md +73 -0
- package/resources/local/ecc/docs/zh-CN/rules/csharp/hooks.md +26 -0
- package/resources/local/ecc/docs/zh-CN/rules/csharp/patterns.md +51 -0
- package/resources/local/ecc/docs/zh-CN/rules/csharp/security.md +59 -0
- package/resources/local/ecc/docs/zh-CN/rules/csharp/testing.md +47 -0
- package/resources/local/ecc/docs/zh-CN/rules/golang/coding-style.md +33 -0
- package/resources/local/ecc/docs/zh-CN/rules/golang/hooks.md +18 -0
- package/resources/local/ecc/docs/zh-CN/rules/golang/patterns.md +46 -0
- package/resources/local/ecc/docs/zh-CN/rules/golang/security.md +35 -0
- package/resources/local/ecc/docs/zh-CN/rules/golang/testing.md +32 -0
- package/resources/local/ecc/docs/zh-CN/rules/java/coding-style.md +117 -0
- package/resources/local/ecc/docs/zh-CN/rules/java/hooks.md +19 -0
- package/resources/local/ecc/docs/zh-CN/rules/java/patterns.md +148 -0
- package/resources/local/ecc/docs/zh-CN/rules/java/security.md +102 -0
- package/resources/local/ecc/docs/zh-CN/rules/java/testing.md +135 -0
- package/resources/local/ecc/docs/zh-CN/rules/kotlin/coding-style.md +90 -0
- package/resources/local/ecc/docs/zh-CN/rules/kotlin/hooks.md +18 -0
- package/resources/local/ecc/docs/zh-CN/rules/kotlin/patterns.md +147 -0
- package/resources/local/ecc/docs/zh-CN/rules/kotlin/security.md +83 -0
- package/resources/local/ecc/docs/zh-CN/rules/kotlin/testing.md +129 -0
- package/resources/local/ecc/docs/zh-CN/rules/perl/coding-style.md +47 -0
- package/resources/local/ecc/docs/zh-CN/rules/perl/hooks.md +23 -0
- package/resources/local/ecc/docs/zh-CN/rules/perl/patterns.md +77 -0
- package/resources/local/ecc/docs/zh-CN/rules/perl/security.md +70 -0
- package/resources/local/ecc/docs/zh-CN/rules/perl/testing.md +55 -0
- package/resources/local/ecc/docs/zh-CN/rules/php/coding-style.md +41 -0
- package/resources/local/ecc/docs/zh-CN/rules/php/hooks.md +25 -0
- package/resources/local/ecc/docs/zh-CN/rules/php/patterns.md +34 -0
- package/resources/local/ecc/docs/zh-CN/rules/php/security.md +38 -0
- package/resources/local/ecc/docs/zh-CN/rules/php/testing.md +40 -0
- package/resources/local/ecc/docs/zh-CN/rules/python/coding-style.md +43 -0
- package/resources/local/ecc/docs/zh-CN/rules/python/hooks.md +20 -0
- package/resources/local/ecc/docs/zh-CN/rules/python/patterns.md +40 -0
- package/resources/local/ecc/docs/zh-CN/rules/python/security.md +31 -0
- package/resources/local/ecc/docs/zh-CN/rules/python/testing.md +39 -0
- package/resources/local/ecc/docs/zh-CN/rules/rust/coding-style.md +153 -0
- package/resources/local/ecc/docs/zh-CN/rules/rust/hooks.md +17 -0
- package/resources/local/ecc/docs/zh-CN/rules/rust/patterns.md +169 -0
- package/resources/local/ecc/docs/zh-CN/rules/rust/security.md +142 -0
- package/resources/local/ecc/docs/zh-CN/rules/rust/testing.md +156 -0
- package/resources/local/ecc/docs/zh-CN/rules/swift/coding-style.md +48 -0
- package/resources/local/ecc/docs/zh-CN/rules/swift/hooks.md +21 -0
- package/resources/local/ecc/docs/zh-CN/rules/swift/patterns.md +67 -0
- package/resources/local/ecc/docs/zh-CN/rules/swift/security.md +34 -0
- package/resources/local/ecc/docs/zh-CN/rules/swift/testing.md +46 -0
- package/resources/local/ecc/docs/zh-CN/rules/typescript/coding-style.md +200 -0
- package/resources/local/ecc/docs/zh-CN/rules/typescript/hooks.md +23 -0
- package/resources/local/ecc/docs/zh-CN/rules/typescript/patterns.md +53 -0
- package/resources/local/ecc/docs/zh-CN/rules/typescript/security.md +29 -0
- package/resources/local/ecc/docs/zh-CN/rules/typescript/testing.md +19 -0
- package/resources/local/ecc/docs/zh-CN/skills/accessibility/SKILL.md +145 -0
- package/resources/local/ecc/docs/zh-CN/skills/agent-eval/SKILL.md +149 -0
- package/resources/local/ecc/docs/zh-CN/skills/agent-harness-construction/SKILL.md +77 -0
- package/resources/local/ecc/docs/zh-CN/skills/agent-introspection-debugging/SKILL.md +161 -0
- package/resources/local/ecc/docs/zh-CN/skills/agent-payment-x402/SKILL.md +182 -0
- package/resources/local/ecc/docs/zh-CN/skills/agent-sort/SKILL.md +215 -0
- package/resources/local/ecc/docs/zh-CN/skills/agentic-engineering/SKILL.md +66 -0
- package/resources/local/ecc/docs/zh-CN/skills/ai-first-engineering/SKILL.md +55 -0
- package/resources/local/ecc/docs/zh-CN/skills/ai-regression-testing/SKILL.md +387 -0
- package/resources/local/ecc/docs/zh-CN/skills/android-clean-architecture/SKILL.md +339 -0
- package/resources/local/ecc/docs/zh-CN/skills/api-connector-builder/SKILL.md +120 -0
- package/resources/local/ecc/docs/zh-CN/skills/api-design/SKILL.md +523 -0
- package/resources/local/ecc/docs/zh-CN/skills/architecture-decision-records/SKILL.md +183 -0
- package/resources/local/ecc/docs/zh-CN/skills/article-writing/SKILL.md +92 -0
- package/resources/local/ecc/docs/zh-CN/skills/automation-audit-ops/SKILL.md +142 -0
- package/resources/local/ecc/docs/zh-CN/skills/autonomous-agent-harness/SKILL.md +279 -0
- package/resources/local/ecc/docs/zh-CN/skills/autonomous-loops/SKILL.md +619 -0
- package/resources/local/ecc/docs/zh-CN/skills/backend-patterns/SKILL.md +598 -0
- package/resources/local/ecc/docs/zh-CN/skills/benchmark/SKILL.md +94 -0
- package/resources/local/ecc/docs/zh-CN/skills/blueprint/SKILL.md +96 -0
- package/resources/local/ecc/docs/zh-CN/skills/brand-voice/SKILL.md +97 -0
- package/resources/local/ecc/docs/zh-CN/skills/browser-qa/SKILL.md +81 -0
- package/resources/local/ecc/docs/zh-CN/skills/bun-runtime/SKILL.md +84 -0
- package/resources/local/ecc/docs/zh-CN/skills/canary-watch/SKILL.md +104 -0
- package/resources/local/ecc/docs/zh-CN/skills/carrier-relationship-management/SKILL.md +199 -0
- package/resources/local/ecc/docs/zh-CN/skills/ck/SKILL.md +171 -0
- package/resources/local/ecc/docs/zh-CN/skills/claude-devfleet/SKILL.md +104 -0
- package/resources/local/ecc/docs/zh-CN/skills/click-path-audit/SKILL.md +257 -0
- package/resources/local/ecc/docs/zh-CN/skills/clickhouse-io/SKILL.md +445 -0
- package/resources/local/ecc/docs/zh-CN/skills/code-tour/SKILL.md +244 -0
- package/resources/local/ecc/docs/zh-CN/skills/codebase-onboarding/SKILL.md +243 -0
- package/resources/local/ecc/docs/zh-CN/skills/coding-standards/SKILL.md +537 -0
- package/resources/local/ecc/docs/zh-CN/skills/compose-multiplatform-patterns/SKILL.md +299 -0
- package/resources/local/ecc/docs/zh-CN/skills/configure-ecc/SKILL.md +400 -0
- package/resources/local/ecc/docs/zh-CN/skills/connections-optimizer/SKILL.md +189 -0
- package/resources/local/ecc/docs/zh-CN/skills/content-engine/SKILL.md +97 -0
- package/resources/local/ecc/docs/zh-CN/skills/content-hash-cache-pattern/SKILL.md +161 -0
- package/resources/local/ecc/docs/zh-CN/skills/context-budget/SKILL.md +143 -0
- package/resources/local/ecc/docs/zh-CN/skills/continuous-agent-loop/SKILL.md +46 -0
- package/resources/local/ecc/docs/zh-CN/skills/continuous-learning/SKILL.md +120 -0
- package/resources/local/ecc/docs/zh-CN/skills/continuous-learning-v2/SKILL.md +355 -0
- package/resources/local/ecc/docs/zh-CN/skills/continuous-learning-v2/agents/observer.md +214 -0
- package/resources/local/ecc/docs/zh-CN/skills/cost-aware-llm-pipeline/SKILL.md +183 -0
- package/resources/local/ecc/docs/zh-CN/skills/council/SKILL.md +216 -0
- package/resources/local/ecc/docs/zh-CN/skills/cpp-coding-standards/SKILL.md +723 -0
- package/resources/local/ecc/docs/zh-CN/skills/cpp-testing/SKILL.md +324 -0
- package/resources/local/ecc/docs/zh-CN/skills/crosspost/SKILL.md +207 -0
- package/resources/local/ecc/docs/zh-CN/skills/csharp-testing/SKILL.md +321 -0
- package/resources/local/ecc/docs/zh-CN/skills/customer-billing-ops/SKILL.md +140 -0
- package/resources/local/ecc/docs/zh-CN/skills/customs-trade-compliance/SKILL.md +256 -0
- package/resources/local/ecc/docs/zh-CN/skills/dart-flutter-patterns/SKILL.md +565 -0
- package/resources/local/ecc/docs/zh-CN/skills/dashboard-builder/SKILL.md +108 -0
- package/resources/local/ecc/docs/zh-CN/skills/data-scraper-agent/SKILL.md +772 -0
- package/resources/local/ecc/docs/zh-CN/skills/database-migrations/SKILL.md +335 -0
- package/resources/local/ecc/docs/zh-CN/skills/deep-research/SKILL.md +163 -0
- package/resources/local/ecc/docs/zh-CN/skills/defi-amm-security/SKILL.md +166 -0
- package/resources/local/ecc/docs/zh-CN/skills/deployment-patterns/SKILL.md +432 -0
- package/resources/local/ecc/docs/zh-CN/skills/design-system/SKILL.md +85 -0
- package/resources/local/ecc/docs/zh-CN/skills/django-patterns/SKILL.md +734 -0
- package/resources/local/ecc/docs/zh-CN/skills/django-security/SKILL.md +593 -0
- package/resources/local/ecc/docs/zh-CN/skills/django-tdd/SKILL.md +729 -0
- package/resources/local/ecc/docs/zh-CN/skills/django-verification/SKILL.md +475 -0
- package/resources/local/ecc/docs/zh-CN/skills/dmux-workflows/SKILL.md +193 -0
- package/resources/local/ecc/docs/zh-CN/skills/docker-patterns/SKILL.md +365 -0
- package/resources/local/ecc/docs/zh-CN/skills/documentation-lookup/SKILL.md +90 -0
- package/resources/local/ecc/docs/zh-CN/skills/dotnet-patterns/SKILL.md +321 -0
- package/resources/local/ecc/docs/zh-CN/skills/e2e-testing/SKILL.md +329 -0
- package/resources/local/ecc/docs/zh-CN/skills/ecc-tools-cost-audit/SKILL.md +160 -0
- package/resources/local/ecc/docs/zh-CN/skills/email-ops/SKILL.md +121 -0
- package/resources/local/ecc/docs/zh-CN/skills/energy-procurement/SKILL.md +220 -0
- package/resources/local/ecc/docs/zh-CN/skills/enterprise-agent-ops/SKILL.md +52 -0
- package/resources/local/ecc/docs/zh-CN/skills/eval-harness/SKILL.md +304 -0
- package/resources/local/ecc/docs/zh-CN/skills/evm-token-decimals/SKILL.md +130 -0
- package/resources/local/ecc/docs/zh-CN/skills/exa-search/SKILL.md +109 -0
- package/resources/local/ecc/docs/zh-CN/skills/fal-ai-media/SKILL.md +296 -0
- package/resources/local/ecc/docs/zh-CN/skills/finance-billing-ops/SKILL.md +127 -0
- package/resources/local/ecc/docs/zh-CN/skills/flutter-dart-code-review/SKILL.md +480 -0
- package/resources/local/ecc/docs/zh-CN/skills/foundation-models-on-device/SKILL.md +244 -0
- package/resources/local/ecc/docs/zh-CN/skills/frontend-patterns/SKILL.md +642 -0
- package/resources/local/ecc/docs/zh-CN/skills/frontend-slides/SKILL.md +195 -0
- package/resources/local/ecc/docs/zh-CN/skills/frontend-slides/STYLE_PRESETS.md +333 -0
- package/resources/local/ecc/docs/zh-CN/skills/gan-style-harness/SKILL.md +284 -0
- package/resources/local/ecc/docs/zh-CN/skills/gateguard/SKILL.md +123 -0
- package/resources/local/ecc/docs/zh-CN/skills/git-workflow/SKILL.md +720 -0
- package/resources/local/ecc/docs/zh-CN/skills/github-ops/SKILL.md +145 -0
- package/resources/local/ecc/docs/zh-CN/skills/golang-patterns/SKILL.md +674 -0
- package/resources/local/ecc/docs/zh-CN/skills/golang-testing/SKILL.md +722 -0
- package/resources/local/ecc/docs/zh-CN/skills/google-workspace-ops/SKILL.md +95 -0
- package/resources/local/ecc/docs/zh-CN/skills/healthcare-cdss-patterns/SKILL.md +245 -0
- package/resources/local/ecc/docs/zh-CN/skills/healthcare-emr-patterns/SKILL.md +161 -0
- package/resources/local/ecc/docs/zh-CN/skills/healthcare-eval-harness/SKILL.md +207 -0
- package/resources/local/ecc/docs/zh-CN/skills/healthcare-phi-compliance/SKILL.md +146 -0
- package/resources/local/ecc/docs/zh-CN/skills/hermes-imports/SKILL.md +88 -0
- package/resources/local/ecc/docs/zh-CN/skills/hexagonal-architecture/SKILL.md +276 -0
- package/resources/local/ecc/docs/zh-CN/skills/hipaa-compliance/SKILL.md +78 -0
- package/resources/local/ecc/docs/zh-CN/skills/hookify-rules/SKILL.md +139 -0
- package/resources/local/ecc/docs/zh-CN/skills/inventory-demand-planning/SKILL.md +233 -0
- package/resources/local/ecc/docs/zh-CN/skills/investor-materials/SKILL.md +104 -0
- package/resources/local/ecc/docs/zh-CN/skills/investor-outreach/SKILL.md +81 -0
- package/resources/local/ecc/docs/zh-CN/skills/iterative-retrieval/SKILL.md +215 -0
- package/resources/local/ecc/docs/zh-CN/skills/java-coding-standards/SKILL.md +147 -0
- package/resources/local/ecc/docs/zh-CN/skills/jira-integration/SKILL.md +302 -0
- package/resources/local/ecc/docs/zh-CN/skills/jpa-patterns/SKILL.md +155 -0
- package/resources/local/ecc/docs/zh-CN/skills/knowledge-ops/SKILL.md +177 -0
- package/resources/local/ecc/docs/zh-CN/skills/kotlin-coroutines-flows/SKILL.md +284 -0
- package/resources/local/ecc/docs/zh-CN/skills/kotlin-exposed-patterns/SKILL.md +719 -0
- package/resources/local/ecc/docs/zh-CN/skills/kotlin-ktor-patterns/SKILL.md +689 -0
- package/resources/local/ecc/docs/zh-CN/skills/kotlin-patterns/SKILL.md +714 -0
- package/resources/local/ecc/docs/zh-CN/skills/kotlin-testing/SKILL.md +826 -0
- package/resources/local/ecc/docs/zh-CN/skills/laravel-patterns/SKILL.md +415 -0
- package/resources/local/ecc/docs/zh-CN/skills/laravel-plugin-discovery/SKILL.md +235 -0
- package/resources/local/ecc/docs/zh-CN/skills/laravel-security/SKILL.md +285 -0
- package/resources/local/ecc/docs/zh-CN/skills/laravel-tdd/SKILL.md +283 -0
- package/resources/local/ecc/docs/zh-CN/skills/laravel-verification/SKILL.md +179 -0
- package/resources/local/ecc/docs/zh-CN/skills/lead-intelligence/SKILL.md +323 -0
- package/resources/local/ecc/docs/zh-CN/skills/liquid-glass-design/SKILL.md +280 -0
- package/resources/local/ecc/docs/zh-CN/skills/llm-trading-agent-security/SKILL.md +146 -0
- package/resources/local/ecc/docs/zh-CN/skills/logistics-exception-management/SKILL.md +218 -0
- package/resources/local/ecc/docs/zh-CN/skills/manim-video/SKILL.md +89 -0
- package/resources/local/ecc/docs/zh-CN/skills/market-research/SKILL.md +85 -0
- package/resources/local/ecc/docs/zh-CN/skills/mcp-server-patterns/SKILL.md +67 -0
- package/resources/local/ecc/docs/zh-CN/skills/messages-ops/SKILL.md +104 -0
- package/resources/local/ecc/docs/zh-CN/skills/nanoclaw-repl/SKILL.md +33 -0
- package/resources/local/ecc/docs/zh-CN/skills/nestjs-patterns/SKILL.md +230 -0
- package/resources/local/ecc/docs/zh-CN/skills/nextjs-turbopack/SKILL.md +44 -0
- package/resources/local/ecc/docs/zh-CN/skills/nodejs-keccak256/SKILL.md +102 -0
- package/resources/local/ecc/docs/zh-CN/skills/nutrient-document-processing/SKILL.md +165 -0
- package/resources/local/ecc/docs/zh-CN/skills/nuxt4-patterns/SKILL.md +100 -0
- package/resources/local/ecc/docs/zh-CN/skills/opensource-pipeline/SKILL.md +258 -0
- package/resources/local/ecc/docs/zh-CN/skills/perl-patterns/SKILL.md +504 -0
- package/resources/local/ecc/docs/zh-CN/skills/perl-security/SKILL.md +503 -0
- package/resources/local/ecc/docs/zh-CN/skills/perl-testing/SKILL.md +475 -0
- package/resources/local/ecc/docs/zh-CN/skills/plankton-code-quality/SKILL.md +243 -0
- package/resources/local/ecc/docs/zh-CN/skills/postgres-patterns/SKILL.md +154 -0
- package/resources/local/ecc/docs/zh-CN/skills/product-capability/SKILL.md +141 -0
- package/resources/local/ecc/docs/zh-CN/skills/product-lens/SKILL.md +93 -0
- package/resources/local/ecc/docs/zh-CN/skills/production-scheduling/SKILL.md +230 -0
- package/resources/local/ecc/docs/zh-CN/skills/project-flow-ops/SKILL.md +111 -0
- package/resources/local/ecc/docs/zh-CN/skills/prompt-optimizer/SKILL.md +380 -0
- package/resources/local/ecc/docs/zh-CN/skills/python-patterns/SKILL.md +750 -0
- package/resources/local/ecc/docs/zh-CN/skills/python-testing/SKILL.md +816 -0
- package/resources/local/ecc/docs/zh-CN/skills/pytorch-patterns/SKILL.md +396 -0
- package/resources/local/ecc/docs/zh-CN/skills/quality-nonconformance/SKILL.md +252 -0
- package/resources/local/ecc/docs/zh-CN/skills/ralphinho-rfc-pipeline/SKILL.md +69 -0
- package/resources/local/ecc/docs/zh-CN/skills/regex-vs-llm-structured-text/SKILL.md +217 -0
- package/resources/local/ecc/docs/zh-CN/skills/remotion-video-creation/SKILL.md +43 -0
- package/resources/local/ecc/docs/zh-CN/skills/repo-scan/SKILL.md +79 -0
- package/resources/local/ecc/docs/zh-CN/skills/research-ops/SKILL.md +112 -0
- package/resources/local/ecc/docs/zh-CN/skills/returns-reverse-logistics/SKILL.md +225 -0
- package/resources/local/ecc/docs/zh-CN/skills/rules-distill/SKILL.md +264 -0
- package/resources/local/ecc/docs/zh-CN/skills/rust-patterns/SKILL.md +499 -0
- package/resources/local/ecc/docs/zh-CN/skills/rust-testing/SKILL.md +502 -0
- package/resources/local/ecc/docs/zh-CN/skills/safety-guard/SKILL.md +75 -0
- package/resources/local/ecc/docs/zh-CN/skills/santa-method/SKILL.md +310 -0
- package/resources/local/ecc/docs/zh-CN/skills/search-first/SKILL.md +175 -0
- package/resources/local/ecc/docs/zh-CN/skills/security-bounty-hunter/SKILL.md +99 -0
- package/resources/local/ecc/docs/zh-CN/skills/security-review/SKILL.md +527 -0
- package/resources/local/ecc/docs/zh-CN/skills/security-review/cloud-infrastructure-security.md +361 -0
- package/resources/local/ecc/docs/zh-CN/skills/security-scan/SKILL.md +172 -0
- package/resources/local/ecc/docs/zh-CN/skills/seo/SKILL.md +155 -0
- package/resources/local/ecc/docs/zh-CN/skills/skill-comply/SKILL.md +60 -0
- package/resources/local/ecc/docs/zh-CN/skills/skill-stocktake/SKILL.md +194 -0
- package/resources/local/ecc/docs/zh-CN/skills/social-graph-ranker/SKILL.md +154 -0
- package/resources/local/ecc/docs/zh-CN/skills/springboot-patterns/SKILL.md +313 -0
- package/resources/local/ecc/docs/zh-CN/skills/springboot-security/SKILL.md +272 -0
- package/resources/local/ecc/docs/zh-CN/skills/springboot-tdd/SKILL.md +160 -0
- package/resources/local/ecc/docs/zh-CN/skills/springboot-verification/SKILL.md +235 -0
- package/resources/local/ecc/docs/zh-CN/skills/strategic-compact/SKILL.md +140 -0
- package/resources/local/ecc/docs/zh-CN/skills/swift-actor-persistence/SKILL.md +143 -0
- package/resources/local/ecc/docs/zh-CN/skills/swift-concurrency-6-2/SKILL.md +217 -0
- package/resources/local/ecc/docs/zh-CN/skills/swift-protocol-di-testing/SKILL.md +190 -0
- package/resources/local/ecc/docs/zh-CN/skills/swiftui-patterns/SKILL.md +259 -0
- package/resources/local/ecc/docs/zh-CN/skills/tdd-workflow/SKILL.md +440 -0
- package/resources/local/ecc/docs/zh-CN/skills/team-builder/SKILL.md +165 -0
- package/resources/local/ecc/docs/zh-CN/skills/terminal-ops/SKILL.md +109 -0
- package/resources/local/ecc/docs/zh-CN/skills/token-budget-advisor/SKILL.md +121 -0
- package/resources/local/ecc/docs/zh-CN/skills/ui-demo/SKILL.md +465 -0
- package/resources/local/ecc/docs/zh-CN/skills/unified-notifications-ops/SKILL.md +197 -0
- package/resources/local/ecc/docs/zh-CN/skills/verification-loop/SKILL.md +136 -0
- package/resources/local/ecc/docs/zh-CN/skills/video-editing/SKILL.md +316 -0
- package/resources/local/ecc/docs/zh-CN/skills/videodb/SKILL.md +386 -0
- package/resources/local/ecc/docs/zh-CN/skills/videodb/reference/api-reference.md +550 -0
- package/resources/local/ecc/docs/zh-CN/skills/videodb/reference/capture-reference.md +416 -0
- package/resources/local/ecc/docs/zh-CN/skills/videodb/reference/capture.md +104 -0
- package/resources/local/ecc/docs/zh-CN/skills/videodb/reference/editor.md +443 -0
- package/resources/local/ecc/docs/zh-CN/skills/videodb/reference/generative.md +331 -0
- package/resources/local/ecc/docs/zh-CN/skills/videodb/reference/rtstream-reference.md +567 -0
- package/resources/local/ecc/docs/zh-CN/skills/videodb/reference/rtstream.md +59 -0
- package/resources/local/ecc/docs/zh-CN/skills/videodb/reference/search.md +230 -0
- package/resources/local/ecc/docs/zh-CN/skills/videodb/reference/streaming.md +406 -0
- package/resources/local/ecc/docs/zh-CN/skills/videodb/reference/use-cases.md +142 -0
- package/resources/local/ecc/docs/zh-CN/skills/visa-doc-translate/README.md +91 -0
- package/resources/local/ecc/docs/zh-CN/skills/visa-doc-translate/SKILL.md +119 -0
- package/resources/local/ecc/docs/zh-CN/skills/workspace-surface-audit/SKILL.md +125 -0
- package/resources/local/ecc/docs/zh-CN/skills/x-api/SKILL.md +210 -0
- package/resources/local/ecc/docs/zh-CN/the-longform-guide.md +358 -0
- package/resources/local/ecc/docs/zh-CN/the-openclaw-guide.md +471 -0
- package/resources/local/ecc/docs/zh-CN/the-security-guide.md +206 -0
- package/resources/local/ecc/docs/zh-CN/the-shortform-guide.md +432 -0
- package/resources/local/ecc/docs/zh-TW/CONTRIBUTING.md +191 -0
- package/resources/local/ecc/docs/zh-TW/README.md +482 -0
- package/resources/local/ecc/docs/zh-TW/TERMINOLOGY.md +104 -0
- package/resources/local/ecc/docs/zh-TW/agents/architect.md +211 -0
- package/resources/local/ecc/docs/zh-TW/agents/build-error-resolver.md +300 -0
- package/resources/local/ecc/docs/zh-TW/agents/code-reviewer.md +104 -0
- package/resources/local/ecc/docs/zh-TW/agents/database-reviewer.md +378 -0
- package/resources/local/ecc/docs/zh-TW/agents/doc-updater.md +310 -0
- package/resources/local/ecc/docs/zh-TW/agents/e2e-runner.md +303 -0
- package/resources/local/ecc/docs/zh-TW/agents/go-build-resolver.md +368 -0
- package/resources/local/ecc/docs/zh-TW/agents/go-reviewer.md +267 -0
- package/resources/local/ecc/docs/zh-TW/agents/planner.md +119 -0
- package/resources/local/ecc/docs/zh-TW/agents/refactor-cleaner.md +273 -0
- package/resources/local/ecc/docs/zh-TW/agents/security-reviewer.md +378 -0
- package/resources/local/ecc/docs/zh-TW/agents/tdd-guide.md +280 -0
- package/resources/local/ecc/docs/zh-TW/commands/build-fix.md +29 -0
- package/resources/local/ecc/docs/zh-TW/commands/checkpoint.md +74 -0
- package/resources/local/ecc/docs/zh-TW/commands/code-review.md +40 -0
- package/resources/local/ecc/docs/zh-TW/commands/e2e.md +115 -0
- package/resources/local/ecc/docs/zh-TW/commands/eval.md +120 -0
- package/resources/local/ecc/docs/zh-TW/commands/go-build.md +81 -0
- package/resources/local/ecc/docs/zh-TW/commands/go-review.md +87 -0
- package/resources/local/ecc/docs/zh-TW/commands/go-test.md +132 -0
- package/resources/local/ecc/docs/zh-TW/commands/learn.md +70 -0
- package/resources/local/ecc/docs/zh-TW/commands/orchestrate.md +140 -0
- package/resources/local/ecc/docs/zh-TW/commands/plan.md +113 -0
- package/resources/local/ecc/docs/zh-TW/commands/refactor-clean.md +28 -0
- package/resources/local/ecc/docs/zh-TW/commands/setup-pm.md +80 -0
- package/resources/local/ecc/docs/zh-TW/commands/tdd.md +100 -0
- package/resources/local/ecc/docs/zh-TW/commands/test-coverage.md +27 -0
- package/resources/local/ecc/docs/zh-TW/commands/update-codemaps.md +17 -0
- package/resources/local/ecc/docs/zh-TW/commands/update-docs.md +31 -0
- package/resources/local/ecc/docs/zh-TW/commands/verify.md +59 -0
- package/resources/local/ecc/docs/zh-TW/rules/agents.md +49 -0
- package/resources/local/ecc/docs/zh-TW/rules/coding-style.md +70 -0
- package/resources/local/ecc/docs/zh-TW/rules/git-workflow.md +45 -0
- package/resources/local/ecc/docs/zh-TW/rules/hooks.md +46 -0
- package/resources/local/ecc/docs/zh-TW/rules/patterns.md +55 -0
- package/resources/local/ecc/docs/zh-TW/rules/performance.md +47 -0
- package/resources/local/ecc/docs/zh-TW/rules/security.md +36 -0
- package/resources/local/ecc/docs/zh-TW/rules/testing.md +30 -0
- package/resources/local/ecc/docs/zh-TW/skills/backend-patterns/SKILL.md +587 -0
- package/resources/local/ecc/docs/zh-TW/skills/clickhouse-io/SKILL.md +429 -0
- package/resources/local/ecc/docs/zh-TW/skills/coding-standards/SKILL.md +520 -0
- package/resources/local/ecc/docs/zh-TW/skills/continuous-learning/SKILL.md +110 -0
- package/resources/local/ecc/docs/zh-TW/skills/continuous-learning-v2/SKILL.md +263 -0
- package/resources/local/ecc/docs/zh-TW/skills/eval-harness/SKILL.md +227 -0
- package/resources/local/ecc/docs/zh-TW/skills/frontend-patterns/SKILL.md +631 -0
- package/resources/local/ecc/docs/zh-TW/skills/golang-patterns/SKILL.md +673 -0
- package/resources/local/ecc/docs/zh-TW/skills/golang-testing/SKILL.md +710 -0
- package/resources/local/ecc/docs/zh-TW/skills/iterative-retrieval/SKILL.md +202 -0
- package/resources/local/ecc/docs/zh-TW/skills/postgres-patterns/SKILL.md +146 -0
- package/resources/local/ecc/docs/zh-TW/skills/project-guidelines-example/SKILL.md +345 -0
- package/resources/local/ecc/docs/zh-TW/skills/security-review/SKILL.md +494 -0
- package/resources/local/ecc/docs/zh-TW/skills/security-review/cloud-infrastructure-security.md +361 -0
- package/resources/local/ecc/docs/zh-TW/skills/strategic-compact/SKILL.md +66 -0
- package/resources/local/ecc/docs/zh-TW/skills/tdd-workflow/SKILL.md +409 -0
- package/resources/local/ecc/docs/zh-TW/skills/verification-loop/SKILL.md +120 -0
- package/resources/local/ecc/ecc2/Cargo.lock +2992 -0
- package/resources/local/ecc/ecc2/Cargo.toml +61 -0
- package/resources/local/ecc/ecc2/README.md +99 -0
- package/resources/local/ecc/ecc2/src/comms/mod.rs +156 -0
- package/resources/local/ecc/ecc2/src/config/mod.rs +1806 -0
- package/resources/local/ecc/ecc2/src/main.rs +12595 -0
- package/resources/local/ecc/ecc2/src/notifications.rs +635 -0
- package/resources/local/ecc/ecc2/src/observability/mod.rs +423 -0
- package/resources/local/ecc/ecc2/src/session/daemon.rs +1322 -0
- package/resources/local/ecc/ecc2/src/session/manager.rs +8190 -0
- package/resources/local/ecc/ecc2/src/session/mod.rs +984 -0
- package/resources/local/ecc/ecc2/src/session/output.rs +172 -0
- package/resources/local/ecc/ecc2/src/session/runtime.rs +379 -0
- package/resources/local/ecc/ecc2/src/session/store.rs +7109 -0
- package/resources/local/ecc/ecc2/src/tui/app.rs +151 -0
- package/resources/local/ecc/ecc2/src/tui/dashboard.rs +15162 -0
- package/resources/local/ecc/ecc2/src/tui/mod.rs +3 -0
- package/resources/local/ecc/ecc2/src/tui/widgets.rs +382 -0
- package/resources/local/ecc/ecc2/src/worktree/mod.rs +2672 -0
- package/resources/local/ecc/ecc_dashboard.py +932 -0
- package/resources/local/ecc/eslint.config.js +34 -0
- package/resources/local/ecc/examples/CLAUDE.md +109 -0
- package/resources/local/ecc/examples/django-api-CLAUDE.md +308 -0
- package/resources/local/ecc/examples/evaluator-rag-prototype/agentshield-policy-exception/candidate-playbook.md +49 -0
- package/resources/local/ecc/examples/evaluator-rag-prototype/agentshield-policy-exception/report.json +35 -0
- package/resources/local/ecc/examples/evaluator-rag-prototype/agentshield-policy-exception/scenario.json +62 -0
- package/resources/local/ecc/examples/evaluator-rag-prototype/agentshield-policy-exception/trace.json +45 -0
- package/resources/local/ecc/examples/evaluator-rag-prototype/agentshield-policy-exception/verifier-result.json +35 -0
- package/resources/local/ecc/examples/evaluator-rag-prototype/billing-marketplace-readiness/candidate-playbook.md +41 -0
- package/resources/local/ecc/examples/evaluator-rag-prototype/billing-marketplace-readiness/report.json +35 -0
- package/resources/local/ecc/examples/evaluator-rag-prototype/billing-marketplace-readiness/scenario.json +55 -0
- package/resources/local/ecc/examples/evaluator-rag-prototype/billing-marketplace-readiness/trace.json +45 -0
- package/resources/local/ecc/examples/evaluator-rag-prototype/billing-marketplace-readiness/verifier-result.json +35 -0
- package/resources/local/ecc/examples/evaluator-rag-prototype/candidate-playbook.md +41 -0
- package/resources/local/ecc/examples/evaluator-rag-prototype/ci-failure-diagnosis/candidate-playbook.md +46 -0
- package/resources/local/ecc/examples/evaluator-rag-prototype/ci-failure-diagnosis/report.json +35 -0
- package/resources/local/ecc/examples/evaluator-rag-prototype/ci-failure-diagnosis/scenario.json +57 -0
- package/resources/local/ecc/examples/evaluator-rag-prototype/ci-failure-diagnosis/trace.json +45 -0
- package/resources/local/ecc/examples/evaluator-rag-prototype/ci-failure-diagnosis/verifier-result.json +35 -0
- package/resources/local/ecc/examples/evaluator-rag-prototype/deep-analyzer-evidence/candidate-playbook.md +60 -0
- package/resources/local/ecc/examples/evaluator-rag-prototype/deep-analyzer-evidence/report.json +35 -0
- package/resources/local/ecc/examples/evaluator-rag-prototype/deep-analyzer-evidence/scenario.json +57 -0
- package/resources/local/ecc/examples/evaluator-rag-prototype/deep-analyzer-evidence/trace.json +45 -0
- package/resources/local/ecc/examples/evaluator-rag-prototype/deep-analyzer-evidence/verifier-result.json +35 -0
- package/resources/local/ecc/examples/evaluator-rag-prototype/harness-config-quality/candidate-playbook.md +49 -0
- package/resources/local/ecc/examples/evaluator-rag-prototype/harness-config-quality/report.json +35 -0
- package/resources/local/ecc/examples/evaluator-rag-prototype/harness-config-quality/scenario.json +57 -0
- package/resources/local/ecc/examples/evaluator-rag-prototype/harness-config-quality/trace.json +45 -0
- package/resources/local/ecc/examples/evaluator-rag-prototype/harness-config-quality/verifier-result.json +35 -0
- package/resources/local/ecc/examples/evaluator-rag-prototype/report.json +35 -0
- package/resources/local/ecc/examples/evaluator-rag-prototype/scenario.json +56 -0
- package/resources/local/ecc/examples/evaluator-rag-prototype/skill-quality-evidence/candidate-playbook.md +57 -0
- package/resources/local/ecc/examples/evaluator-rag-prototype/skill-quality-evidence/report.json +35 -0
- package/resources/local/ecc/examples/evaluator-rag-prototype/skill-quality-evidence/scenario.json +57 -0
- package/resources/local/ecc/examples/evaluator-rag-prototype/skill-quality-evidence/trace.json +46 -0
- package/resources/local/ecc/examples/evaluator-rag-prototype/skill-quality-evidence/verifier-result.json +35 -0
- package/resources/local/ecc/examples/evaluator-rag-prototype/trace.json +46 -0
- package/resources/local/ecc/examples/evaluator-rag-prototype/verifier-result.json +35 -0
- package/resources/local/ecc/examples/gan-harness/README.md +126 -0
- package/resources/local/ecc/examples/go-microservice-CLAUDE.md +267 -0
- package/resources/local/ecc/examples/harmonyos-app-CLAUDE.md +88 -0
- package/resources/local/ecc/examples/hud-status-contract.json +117 -0
- package/resources/local/ecc/examples/laravel-api-CLAUDE.md +311 -0
- package/resources/local/ecc/examples/rust-api-CLAUDE.md +285 -0
- package/resources/local/ecc/examples/saas-nextjs-CLAUDE.md +166 -0
- package/resources/local/ecc/examples/statusline.json +20 -0
- package/resources/local/ecc/examples/user-CLAUDE.md +109 -0
- package/resources/local/ecc/hooks/README.md +258 -0
- package/resources/local/ecc/hooks/hooks.json +354 -0
- package/resources/local/ecc/hooks/memory-persistence/README.md +44 -0
- package/resources/local/ecc/hooks/memory-persistence/hooks.json +47 -0
- package/resources/local/ecc/install.ps1 +53 -0
- package/resources/local/ecc/install.sh +32 -0
- package/resources/local/ecc/legacy-command-shims/README.md +7 -0
- package/resources/local/ecc/legacy-command-shims/commands/agent-sort.md +23 -0
- package/resources/local/ecc/legacy-command-shims/commands/claw.md +23 -0
- package/resources/local/ecc/legacy-command-shims/commands/context-budget.md +23 -0
- package/resources/local/ecc/legacy-command-shims/commands/devfleet.md +23 -0
- package/resources/local/ecc/legacy-command-shims/commands/docs.md +23 -0
- package/resources/local/ecc/legacy-command-shims/commands/e2e.md +268 -0
- package/resources/local/ecc/legacy-command-shims/commands/eval.md +23 -0
- package/resources/local/ecc/legacy-command-shims/commands/orchestrate.md +135 -0
- package/resources/local/ecc/legacy-command-shims/commands/prompt-optimize.md +23 -0
- package/resources/local/ecc/legacy-command-shims/commands/rules-distill.md +20 -0
- package/resources/local/ecc/legacy-command-shims/commands/tdd.md +231 -0
- package/resources/local/ecc/legacy-command-shims/commands/verify.md +23 -0
- package/resources/local/ecc/manifests/install-components.json +594 -0
- package/resources/local/ecc/manifests/install-modules.json +819 -0
- package/resources/local/ecc/manifests/install-profiles.json +92 -0
- package/resources/local/ecc/mcp-configs/mcp-servers.json +181 -0
- package/resources/local/ecc/nul +2 -0
- package/resources/local/ecc/package-lock.json +2906 -0
- package/resources/local/ecc/package.json +347 -0
- package/resources/local/ecc/plugins/README.md +85 -0
- package/resources/local/ecc/pyproject.toml +78 -0
- package/resources/local/ecc/research/ecc2-codebase-analysis.md +172 -0
- package/resources/local/ecc/rules/README.md +135 -0
- package/resources/local/ecc/rules/angular/coding-style.md +182 -0
- package/resources/local/ecc/rules/angular/hooks.md +25 -0
- package/resources/local/ecc/rules/angular/patterns.md +249 -0
- package/resources/local/ecc/rules/angular/security.md +87 -0
- package/resources/local/ecc/rules/angular/testing.md +164 -0
- package/resources/local/ecc/rules/arkts/coding-style.md +153 -0
- package/resources/local/ecc/rules/arkts/hooks.md +135 -0
- package/resources/local/ecc/rules/arkts/patterns.md +236 -0
- package/resources/local/ecc/rules/arkts/security.md +141 -0
- package/resources/local/ecc/rules/arkts/testing.md +126 -0
- package/resources/local/ecc/rules/common/agents.md +51 -0
- package/resources/local/ecc/rules/common/code-review.md +124 -0
- package/resources/local/ecc/rules/common/coding-style.md +90 -0
- package/resources/local/ecc/rules/common/development-workflow.md +44 -0
- package/resources/local/ecc/rules/common/git-workflow.md +24 -0
- package/resources/local/ecc/rules/common/hooks.md +30 -0
- package/resources/local/ecc/rules/common/patterns.md +31 -0
- package/resources/local/ecc/rules/common/performance.md +55 -0
- package/resources/local/ecc/rules/common/security.md +29 -0
- package/resources/local/ecc/rules/common/testing.md +57 -0
- package/resources/local/ecc/rules/cpp/coding-style.md +44 -0
- package/resources/local/ecc/rules/cpp/hooks.md +39 -0
- package/resources/local/ecc/rules/cpp/patterns.md +51 -0
- package/resources/local/ecc/rules/cpp/security.md +51 -0
- package/resources/local/ecc/rules/cpp/testing.md +44 -0
- package/resources/local/ecc/rules/csharp/coding-style.md +72 -0
- package/resources/local/ecc/rules/csharp/hooks.md +25 -0
- package/resources/local/ecc/rules/csharp/patterns.md +50 -0
- package/resources/local/ecc/rules/csharp/security.md +58 -0
- package/resources/local/ecc/rules/csharp/testing.md +46 -0
- package/resources/local/ecc/rules/dart/coding-style.md +159 -0
- package/resources/local/ecc/rules/dart/hooks.md +66 -0
- package/resources/local/ecc/rules/dart/patterns.md +261 -0
- package/resources/local/ecc/rules/dart/security.md +135 -0
- package/resources/local/ecc/rules/dart/testing.md +215 -0
- package/resources/local/ecc/rules/fsharp/coding-style.md +112 -0
- package/resources/local/ecc/rules/fsharp/hooks.md +26 -0
- package/resources/local/ecc/rules/fsharp/patterns.md +111 -0
- package/resources/local/ecc/rules/fsharp/security.md +76 -0
- package/resources/local/ecc/rules/fsharp/testing.md +62 -0
- package/resources/local/ecc/rules/golang/coding-style.md +32 -0
- package/resources/local/ecc/rules/golang/hooks.md +17 -0
- package/resources/local/ecc/rules/golang/patterns.md +45 -0
- package/resources/local/ecc/rules/golang/security.md +34 -0
- package/resources/local/ecc/rules/golang/testing.md +31 -0
- package/resources/local/ecc/rules/java/coding-style.md +114 -0
- package/resources/local/ecc/rules/java/hooks.md +18 -0
- package/resources/local/ecc/rules/java/patterns.md +147 -0
- package/resources/local/ecc/rules/java/security.md +101 -0
- package/resources/local/ecc/rules/java/testing.md +133 -0
- package/resources/local/ecc/rules/kotlin/coding-style.md +86 -0
- package/resources/local/ecc/rules/kotlin/hooks.md +17 -0
- package/resources/local/ecc/rules/kotlin/patterns.md +146 -0
- package/resources/local/ecc/rules/kotlin/security.md +82 -0
- package/resources/local/ecc/rules/kotlin/testing.md +128 -0
- package/resources/local/ecc/rules/perl/coding-style.md +46 -0
- package/resources/local/ecc/rules/perl/hooks.md +22 -0
- package/resources/local/ecc/rules/perl/patterns.md +76 -0
- package/resources/local/ecc/rules/perl/security.md +69 -0
- package/resources/local/ecc/rules/perl/testing.md +54 -0
- package/resources/local/ecc/rules/php/coding-style.md +40 -0
- package/resources/local/ecc/rules/php/hooks.md +24 -0
- package/resources/local/ecc/rules/php/patterns.md +33 -0
- package/resources/local/ecc/rules/php/security.md +37 -0
- package/resources/local/ecc/rules/php/testing.md +39 -0
- package/resources/local/ecc/rules/python/coding-style.md +42 -0
- package/resources/local/ecc/rules/python/fastapi.md +58 -0
- package/resources/local/ecc/rules/python/hooks.md +19 -0
- package/resources/local/ecc/rules/python/patterns.md +39 -0
- package/resources/local/ecc/rules/python/security.md +30 -0
- package/resources/local/ecc/rules/python/testing.md +38 -0
- package/resources/local/ecc/rules/ruby/coding-style.md +46 -0
- package/resources/local/ecc/rules/ruby/hooks.md +37 -0
- package/resources/local/ecc/rules/ruby/patterns.md +44 -0
- package/resources/local/ecc/rules/ruby/security.md +51 -0
- package/resources/local/ecc/rules/ruby/testing.md +51 -0
- package/resources/local/ecc/rules/rust/coding-style.md +151 -0
- package/resources/local/ecc/rules/rust/hooks.md +16 -0
- package/resources/local/ecc/rules/rust/patterns.md +168 -0
- package/resources/local/ecc/rules/rust/security.md +141 -0
- package/resources/local/ecc/rules/rust/testing.md +154 -0
- package/resources/local/ecc/rules/swift/coding-style.md +47 -0
- package/resources/local/ecc/rules/swift/hooks.md +20 -0
- package/resources/local/ecc/rules/swift/patterns.md +66 -0
- package/resources/local/ecc/rules/swift/security.md +33 -0
- package/resources/local/ecc/rules/swift/testing.md +45 -0
- package/resources/local/ecc/rules/typescript/coding-style.md +199 -0
- package/resources/local/ecc/rules/typescript/hooks.md +22 -0
- package/resources/local/ecc/rules/typescript/patterns.md +52 -0
- package/resources/local/ecc/rules/typescript/security.md +28 -0
- package/resources/local/ecc/rules/typescript/testing.md +18 -0
- package/resources/local/ecc/rules/web/coding-style.md +96 -0
- package/resources/local/ecc/rules/web/design-quality.md +63 -0
- package/resources/local/ecc/rules/web/hooks.md +129 -0
- package/resources/local/ecc/rules/web/patterns.md +79 -0
- package/resources/local/ecc/rules/web/performance.md +64 -0
- package/resources/local/ecc/rules/web/security.md +57 -0
- package/resources/local/ecc/rules/web/testing.md +55 -0
- package/resources/local/ecc/rules/zh/README.md +108 -0
- package/resources/local/ecc/rules/zh/agents.md +50 -0
- package/resources/local/ecc/rules/zh/code-review.md +124 -0
- package/resources/local/ecc/rules/zh/coding-style.md +48 -0
- package/resources/local/ecc/rules/zh/development-workflow.md +44 -0
- package/resources/local/ecc/rules/zh/git-workflow.md +24 -0
- package/resources/local/ecc/rules/zh/hooks.md +30 -0
- package/resources/local/ecc/rules/zh/patterns.md +31 -0
- package/resources/local/ecc/rules/zh/performance.md +55 -0
- package/resources/local/ecc/rules/zh/security.md +29 -0
- package/resources/local/ecc/rules/zh/testing.md +29 -0
- package/resources/local/ecc/schemas/ecc-install-config.schema.json +63 -0
- package/resources/local/ecc/schemas/hooks.schema.json +197 -0
- package/resources/local/ecc/schemas/install-components.schema.json +59 -0
- package/resources/local/ecc/schemas/install-modules.schema.json +111 -0
- package/resources/local/ecc/schemas/install-profiles.schema.json +45 -0
- package/resources/local/ecc/schemas/install-state.schema.json +210 -0
- package/resources/local/ecc/schemas/package-manager.schema.json +23 -0
- package/resources/local/ecc/schemas/plugin.schema.json +70 -0
- package/resources/local/ecc/schemas/provenance.schema.json +31 -0
- package/resources/local/ecc/schemas/state-store.schema.json +382 -0
- package/resources/local/ecc/scripts/auto-update.js +361 -0
- package/resources/local/ecc/scripts/build-opencode.js +26 -0
- package/resources/local/ecc/scripts/catalog.js +186 -0
- package/resources/local/ecc/scripts/ci/catalog.js +828 -0
- package/resources/local/ecc/scripts/ci/check-unicode-safety.js +272 -0
- package/resources/local/ecc/scripts/ci/generate-command-registry.js +318 -0
- package/resources/local/ecc/scripts/ci/scan-supply-chain-iocs.js +847 -0
- package/resources/local/ecc/scripts/ci/supply-chain-advisory-sources.js +469 -0
- package/resources/local/ecc/scripts/ci/validate-agents.js +96 -0
- package/resources/local/ecc/scripts/ci/validate-commands.js +188 -0
- package/resources/local/ecc/scripts/ci/validate-hooks.js +239 -0
- package/resources/local/ecc/scripts/ci/validate-install-manifests.js +218 -0
- package/resources/local/ecc/scripts/ci/validate-no-personal-paths.js +107 -0
- package/resources/local/ecc/scripts/ci/validate-rules.js +81 -0
- package/resources/local/ecc/scripts/ci/validate-skills.js +210 -0
- package/resources/local/ecc/scripts/ci/validate-workflow-security.js +278 -0
- package/resources/local/ecc/scripts/claw.js +473 -0
- package/resources/local/ecc/scripts/codemaps/generate.ts +330 -0
- package/resources/local/ecc/scripts/codex/check-codex-global-state.sh +250 -0
- package/resources/local/ecc/scripts/codex/install-global-git-hooks.sh +65 -0
- package/resources/local/ecc/scripts/codex/merge-codex-config.js +317 -0
- package/resources/local/ecc/scripts/codex/merge-mcp-config.js +335 -0
- package/resources/local/ecc/scripts/codex-git-hooks/pre-commit +77 -0
- package/resources/local/ecc/scripts/codex-git-hooks/pre-push +124 -0
- package/resources/local/ecc/scripts/consult.js +497 -0
- package/resources/local/ecc/scripts/discussion-audit.js +350 -0
- package/resources/local/ecc/scripts/doctor.js +111 -0
- package/resources/local/ecc/scripts/ecc.js +255 -0
- package/resources/local/ecc/scripts/gan-harness.sh +299 -0
- package/resources/local/ecc/scripts/gemini-adapt-agents.js +189 -0
- package/resources/local/ecc/scripts/harness-adapter-compliance.js +149 -0
- package/resources/local/ecc/scripts/harness-audit.js +869 -0
- package/resources/local/ecc/scripts/hooks/auto-tmux-dev.js +107 -0
- package/resources/local/ecc/scripts/hooks/bash-hook-dispatcher.js +177 -0
- package/resources/local/ecc/scripts/hooks/block-no-verify.js +546 -0
- package/resources/local/ecc/scripts/hooks/check-console-log.js +71 -0
- package/resources/local/ecc/scripts/hooks/check-hook-enabled.js +12 -0
- package/resources/local/ecc/scripts/hooks/config-protection.js +169 -0
- package/resources/local/ecc/scripts/hooks/cost-tracker.js +157 -0
- package/resources/local/ecc/scripts/hooks/design-quality-check.js +131 -0
- package/resources/local/ecc/scripts/hooks/desktop-notify.js +245 -0
- package/resources/local/ecc/scripts/hooks/doc-file-warning.js +90 -0
- package/resources/local/ecc/scripts/hooks/ecc-context-monitor.js +258 -0
- package/resources/local/ecc/scripts/hooks/ecc-metrics-bridge.js +263 -0
- package/resources/local/ecc/scripts/hooks/ecc-statusline.js +168 -0
- package/resources/local/ecc/scripts/hooks/evaluate-session.js +100 -0
- package/resources/local/ecc/scripts/hooks/gateguard-fact-force.js +832 -0
- package/resources/local/ecc/scripts/hooks/governance-capture.js +334 -0
- package/resources/local/ecc/scripts/hooks/insaits-security-monitor.py +269 -0
- package/resources/local/ecc/scripts/hooks/insaits-security-wrapper.js +119 -0
- package/resources/local/ecc/scripts/hooks/mcp-health-check.js +720 -0
- package/resources/local/ecc/scripts/hooks/observe-runner.js +196 -0
- package/resources/local/ecc/scripts/hooks/plugin-hook-bootstrap.js +153 -0
- package/resources/local/ecc/scripts/hooks/post-bash-build-complete.js +49 -0
- package/resources/local/ecc/scripts/hooks/post-bash-command-log.js +80 -0
- package/resources/local/ecc/scripts/hooks/post-bash-dispatcher.js +24 -0
- package/resources/local/ecc/scripts/hooks/post-bash-pr-created.js +60 -0
- package/resources/local/ecc/scripts/hooks/post-edit-accumulator.js +78 -0
- package/resources/local/ecc/scripts/hooks/post-edit-console-warn.js +54 -0
- package/resources/local/ecc/scripts/hooks/post-edit-format.js +109 -0
- package/resources/local/ecc/scripts/hooks/post-edit-typecheck.js +96 -0
- package/resources/local/ecc/scripts/hooks/pre-bash-commit-quality.js +447 -0
- package/resources/local/ecc/scripts/hooks/pre-bash-dev-server-block.js +225 -0
- package/resources/local/ecc/scripts/hooks/pre-bash-dispatcher.js +24 -0
- package/resources/local/ecc/scripts/hooks/pre-bash-git-push-reminder.js +52 -0
- package/resources/local/ecc/scripts/hooks/pre-bash-tmux-reminder.js +57 -0
- package/resources/local/ecc/scripts/hooks/pre-compact.js +48 -0
- package/resources/local/ecc/scripts/hooks/pre-write-doc-warn.js +9 -0
- package/resources/local/ecc/scripts/hooks/quality-gate.js +168 -0
- package/resources/local/ecc/scripts/hooks/run-with-flags-shell.sh +36 -0
- package/resources/local/ecc/scripts/hooks/run-with-flags.js +190 -0
- package/resources/local/ecc/scripts/hooks/session-activity-tracker.js +639 -0
- package/resources/local/ecc/scripts/hooks/session-end-marker.js +67 -0
- package/resources/local/ecc/scripts/hooks/session-end.js +328 -0
- package/resources/local/ecc/scripts/hooks/session-start-bootstrap.js +161 -0
- package/resources/local/ecc/scripts/hooks/session-start.js +706 -0
- package/resources/local/ecc/scripts/hooks/stop-format-typecheck.js +209 -0
- package/resources/local/ecc/scripts/hooks/suggest-compact.js +108 -0
- package/resources/local/ecc/scripts/install-apply.js +167 -0
- package/resources/local/ecc/scripts/install-plan.js +276 -0
- package/resources/local/ecc/scripts/lib/agent-compress.js +244 -0
- package/resources/local/ecc/scripts/lib/cost-estimate.js +32 -0
- package/resources/local/ecc/scripts/lib/cursor-agent-names.js +26 -0
- package/resources/local/ecc/scripts/lib/ecc_dashboard_runtime.py +70 -0
- package/resources/local/ecc/scripts/lib/github-discussions.js +159 -0
- package/resources/local/ecc/scripts/lib/harness-adapter-compliance.js +453 -0
- package/resources/local/ecc/scripts/lib/hook-flags.js +74 -0
- package/resources/local/ecc/scripts/lib/inspection.js +212 -0
- package/resources/local/ecc/scripts/lib/install/apply.js +174 -0
- package/resources/local/ecc/scripts/lib/install/config.js +89 -0
- package/resources/local/ecc/scripts/lib/install/request.js +157 -0
- package/resources/local/ecc/scripts/lib/install/runtime.js +56 -0
- package/resources/local/ecc/scripts/lib/install-executor.js +738 -0
- package/resources/local/ecc/scripts/lib/install-lifecycle.js +1226 -0
- package/resources/local/ecc/scripts/lib/install-manifests.js +644 -0
- package/resources/local/ecc/scripts/lib/install-state.js +313 -0
- package/resources/local/ecc/scripts/lib/install-targets/antigravity-project.js +85 -0
- package/resources/local/ecc/scripts/lib/install-targets/claude-home.js +91 -0
- package/resources/local/ecc/scripts/lib/install-targets/codebuddy-project.js +50 -0
- package/resources/local/ecc/scripts/lib/install-targets/codex-home.js +10 -0
- package/resources/local/ecc/scripts/lib/install-targets/cursor-project.js +210 -0
- package/resources/local/ecc/scripts/lib/install-targets/gemini-project.js +10 -0
- package/resources/local/ecc/scripts/lib/install-targets/helpers.js +368 -0
- package/resources/local/ecc/scripts/lib/install-targets/joycode-project.js +50 -0
- package/resources/local/ecc/scripts/lib/install-targets/opencode-home.js +10 -0
- package/resources/local/ecc/scripts/lib/install-targets/qwen-home.js +10 -0
- package/resources/local/ecc/scripts/lib/install-targets/registry.js +76 -0
- package/resources/local/ecc/scripts/lib/install-targets/zed-project.js +50 -0
- package/resources/local/ecc/scripts/lib/mcp-config.js +56 -0
- package/resources/local/ecc/scripts/lib/observer-sessions.js +212 -0
- package/resources/local/ecc/scripts/lib/orchestration-session.js +299 -0
- package/resources/local/ecc/scripts/lib/package-manager.d.ts +119 -0
- package/resources/local/ecc/scripts/lib/package-manager.js +431 -0
- package/resources/local/ecc/scripts/lib/project-detect.js +438 -0
- package/resources/local/ecc/scripts/lib/resolve-ecc-root.js +118 -0
- package/resources/local/ecc/scripts/lib/resolve-formatter.js +185 -0
- package/resources/local/ecc/scripts/lib/session-adapters/canonical-session.js +531 -0
- package/resources/local/ecc/scripts/lib/session-adapters/claude-history.js +160 -0
- package/resources/local/ecc/scripts/lib/session-adapters/dmux-tmux.js +90 -0
- package/resources/local/ecc/scripts/lib/session-adapters/registry.js +127 -0
- package/resources/local/ecc/scripts/lib/session-aliases.d.ts +136 -0
- package/resources/local/ecc/scripts/lib/session-aliases.js +481 -0
- package/resources/local/ecc/scripts/lib/session-bridge.js +81 -0
- package/resources/local/ecc/scripts/lib/session-manager.d.ts +132 -0
- package/resources/local/ecc/scripts/lib/session-manager.js +533 -0
- package/resources/local/ecc/scripts/lib/shell-split.js +86 -0
- package/resources/local/ecc/scripts/lib/shell-substitution.js +494 -0
- package/resources/local/ecc/scripts/lib/skill-evolution/dashboard.js +401 -0
- package/resources/local/ecc/scripts/lib/skill-evolution/health.js +263 -0
- package/resources/local/ecc/scripts/lib/skill-evolution/index.js +20 -0
- package/resources/local/ecc/scripts/lib/skill-evolution/provenance.js +187 -0
- package/resources/local/ecc/scripts/lib/skill-evolution/tracker.js +146 -0
- package/resources/local/ecc/scripts/lib/skill-evolution/versioning.js +237 -0
- package/resources/local/ecc/scripts/lib/skill-improvement/amendify.js +89 -0
- package/resources/local/ecc/scripts/lib/skill-improvement/evaluate.js +59 -0
- package/resources/local/ecc/scripts/lib/skill-improvement/health.js +118 -0
- package/resources/local/ecc/scripts/lib/skill-improvement/observations.js +108 -0
- package/resources/local/ecc/scripts/lib/state-store/index.js +191 -0
- package/resources/local/ecc/scripts/lib/state-store/migrations.js +209 -0
- package/resources/local/ecc/scripts/lib/state-store/queries.js +906 -0
- package/resources/local/ecc/scripts/lib/state-store/schema.js +93 -0
- package/resources/local/ecc/scripts/lib/tmux-worktree-orchestrator.js +598 -0
- package/resources/local/ecc/scripts/lib/utils.d.ts +196 -0
- package/resources/local/ecc/scripts/lib/utils.js +629 -0
- package/resources/local/ecc/scripts/list-installed.js +91 -0
- package/resources/local/ecc/scripts/loop-status.js +820 -0
- package/resources/local/ecc/scripts/observability-readiness.js +462 -0
- package/resources/local/ecc/scripts/operator-readiness-dashboard.js +979 -0
- package/resources/local/ecc/scripts/orchestrate-codex-worker.sh +107 -0
- package/resources/local/ecc/scripts/orchestrate-worktrees.js +108 -0
- package/resources/local/ecc/scripts/orchestration-status.js +62 -0
- package/resources/local/ecc/scripts/platform-audit.js +749 -0
- package/resources/local/ecc/scripts/preview-pack-smoke.js +353 -0
- package/resources/local/ecc/scripts/repair.js +98 -0
- package/resources/local/ecc/scripts/session-inspect.js +150 -0
- package/resources/local/ecc/scripts/sessions-cli.js +178 -0
- package/resources/local/ecc/scripts/setup-package-manager.js +204 -0
- package/resources/local/ecc/scripts/skill-create-output.js +244 -0
- package/resources/local/ecc/scripts/skills-health.js +132 -0
- package/resources/local/ecc/scripts/status.js +394 -0
- package/resources/local/ecc/scripts/sync-ecc-to-codex.sh +534 -0
- package/resources/local/ecc/scripts/uninstall.js +97 -0
- package/resources/local/ecc/scripts/work-items.js +510 -0
- package/resources/local/ecc/skills/accessibility/SKILL.md +146 -0
- package/resources/local/ecc/skills/agent-architecture-audit/SKILL.md +256 -0
- package/resources/local/ecc/skills/agent-eval/SKILL.md +145 -0
- package/resources/local/ecc/skills/agent-harness-construction/SKILL.md +73 -0
- package/resources/local/ecc/skills/agent-introspection-debugging/SKILL.md +153 -0
- package/resources/local/ecc/skills/agent-payment-x402/SKILL.md +224 -0
- package/resources/local/ecc/skills/agent-sort/SKILL.md +215 -0
- package/resources/local/ecc/skills/agentic-engineering/SKILL.md +63 -0
- package/resources/local/ecc/skills/agentic-os/SKILL.md +387 -0
- package/resources/local/ecc/skills/ai-first-engineering/SKILL.md +51 -0
- package/resources/local/ecc/skills/ai-regression-testing/SKILL.md +385 -0
- package/resources/local/ecc/skills/android-clean-architecture/SKILL.md +339 -0
- package/resources/local/ecc/skills/angular-developer/SKILL.md +154 -0
- package/resources/local/ecc/skills/angular-developer/references/angular-animations.md +160 -0
- package/resources/local/ecc/skills/angular-developer/references/angular-aria.md +410 -0
- package/resources/local/ecc/skills/angular-developer/references/cli.md +86 -0
- package/resources/local/ecc/skills/angular-developer/references/component-harnesses.md +59 -0
- package/resources/local/ecc/skills/angular-developer/references/component-styling.md +91 -0
- package/resources/local/ecc/skills/angular-developer/references/components.md +117 -0
- package/resources/local/ecc/skills/angular-developer/references/creating-services.md +97 -0
- package/resources/local/ecc/skills/angular-developer/references/data-resolvers.md +69 -0
- package/resources/local/ecc/skills/angular-developer/references/define-routes.md +67 -0
- package/resources/local/ecc/skills/angular-developer/references/defining-providers.md +72 -0
- package/resources/local/ecc/skills/angular-developer/references/di-fundamentals.md +120 -0
- package/resources/local/ecc/skills/angular-developer/references/e2e-testing.md +56 -0
- package/resources/local/ecc/skills/angular-developer/references/effects.md +83 -0
- package/resources/local/ecc/skills/angular-developer/references/hierarchical-injectors.md +43 -0
- package/resources/local/ecc/skills/angular-developer/references/host-elements.md +80 -0
- package/resources/local/ecc/skills/angular-developer/references/injection-context.md +63 -0
- package/resources/local/ecc/skills/angular-developer/references/inputs.md +101 -0
- package/resources/local/ecc/skills/angular-developer/references/linked-signal.md +59 -0
- package/resources/local/ecc/skills/angular-developer/references/loading-strategies.md +61 -0
- package/resources/local/ecc/skills/angular-developer/references/mcp.md +108 -0
- package/resources/local/ecc/skills/angular-developer/references/navigate-to-routes.md +69 -0
- package/resources/local/ecc/skills/angular-developer/references/outputs.md +86 -0
- package/resources/local/ecc/skills/angular-developer/references/reactive-forms.md +122 -0
- package/resources/local/ecc/skills/angular-developer/references/rendering-strategies.md +44 -0
- package/resources/local/ecc/skills/angular-developer/references/resource.md +77 -0
- package/resources/local/ecc/skills/angular-developer/references/route-animations.md +56 -0
- package/resources/local/ecc/skills/angular-developer/references/route-guards.md +52 -0
- package/resources/local/ecc/skills/angular-developer/references/router-lifecycle.md +45 -0
- package/resources/local/ecc/skills/angular-developer/references/router-testing.md +87 -0
- package/resources/local/ecc/skills/angular-developer/references/show-routes-with-outlets.md +68 -0
- package/resources/local/ecc/skills/angular-developer/references/signal-forms.md +795 -0
- package/resources/local/ecc/skills/angular-developer/references/signals-overview.md +94 -0
- package/resources/local/ecc/skills/angular-developer/references/tailwind-css.md +69 -0
- package/resources/local/ecc/skills/angular-developer/references/template-driven-forms.md +114 -0
- package/resources/local/ecc/skills/angular-developer/references/testing-fundamentals.md +65 -0
- package/resources/local/ecc/skills/api-connector-builder/SKILL.md +120 -0
- package/resources/local/ecc/skills/api-design/SKILL.md +523 -0
- package/resources/local/ecc/skills/architecture-decision-records/SKILL.md +179 -0
- package/resources/local/ecc/skills/article-writing/SKILL.md +79 -0
- package/resources/local/ecc/skills/automation-audit-ops/SKILL.md +142 -0
- package/resources/local/ecc/skills/autonomous-agent-harness/SKILL.md +273 -0
- package/resources/local/ecc/skills/autonomous-loops/SKILL.md +610 -0
- package/resources/local/ecc/skills/backend-patterns/SKILL.md +561 -0
- package/resources/local/ecc/skills/benchmark/SKILL.md +93 -0
- package/resources/local/ecc/skills/blender-motion-state-inspection/SKILL.md +164 -0
- package/resources/local/ecc/skills/blueprint/SKILL.md +105 -0
- package/resources/local/ecc/skills/brand-voice/SKILL.md +97 -0
- package/resources/local/ecc/skills/brand-voice/references/voice-profile-schema.md +55 -0
- package/resources/local/ecc/skills/browser-qa/SKILL.md +87 -0
- package/resources/local/ecc/skills/bun-runtime/SKILL.md +84 -0
- package/resources/local/ecc/skills/canary-watch/SKILL.md +107 -0
- package/resources/local/ecc/skills/carrier-relationship-management/SKILL.md +212 -0
- package/resources/local/ecc/skills/cisco-ios-patterns/SKILL.md +163 -0
- package/resources/local/ecc/skills/ck/SKILL.md +147 -0
- package/resources/local/ecc/skills/ck/commands/forget.mjs +44 -0
- package/resources/local/ecc/skills/ck/commands/info.mjs +24 -0
- package/resources/local/ecc/skills/ck/commands/init.mjs +143 -0
- package/resources/local/ecc/skills/ck/commands/list.mjs +40 -0
- package/resources/local/ecc/skills/ck/commands/migrate.mjs +202 -0
- package/resources/local/ecc/skills/ck/commands/resume.mjs +36 -0
- package/resources/local/ecc/skills/ck/commands/save.mjs +210 -0
- package/resources/local/ecc/skills/ck/commands/shared.mjs +387 -0
- package/resources/local/ecc/skills/ck/hooks/session-start.mjs +224 -0
- package/resources/local/ecc/skills/claude-devfleet/SKILL.md +103 -0
- package/resources/local/ecc/skills/click-path-audit/SKILL.md +244 -0
- package/resources/local/ecc/skills/clickhouse-io/SKILL.md +439 -0
- package/resources/local/ecc/skills/code-tour/SKILL.md +236 -0
- package/resources/local/ecc/skills/codebase-onboarding/SKILL.md +233 -0
- package/resources/local/ecc/skills/coding-standards/SKILL.md +549 -0
- package/resources/local/ecc/skills/compose-multiplatform-patterns/SKILL.md +299 -0
- package/resources/local/ecc/skills/configure-ecc/SKILL.md +384 -0
- package/resources/local/ecc/skills/connections-optimizer/SKILL.md +189 -0
- package/resources/local/ecc/skills/content-engine/SKILL.md +131 -0
- package/resources/local/ecc/skills/content-hash-cache-pattern/SKILL.md +161 -0
- package/resources/local/ecc/skills/context-budget/SKILL.md +135 -0
- package/resources/local/ecc/skills/continuous-agent-loop/SKILL.md +45 -0
- package/resources/local/ecc/skills/continuous-learning/SKILL.md +131 -0
- package/resources/local/ecc/skills/continuous-learning/config.json +18 -0
- package/resources/local/ecc/skills/continuous-learning/evaluate-session.sh +69 -0
- package/resources/local/ecc/skills/continuous-learning-v2/SKILL.md +360 -0
- package/resources/local/ecc/skills/continuous-learning-v2/agents/observer-loop.sh +322 -0
- package/resources/local/ecc/skills/continuous-learning-v2/agents/observer.md +198 -0
- package/resources/local/ecc/skills/continuous-learning-v2/agents/session-guardian.sh +150 -0
- package/resources/local/ecc/skills/continuous-learning-v2/agents/start-observer.sh +248 -0
- package/resources/local/ecc/skills/continuous-learning-v2/config.json +8 -0
- package/resources/local/ecc/skills/continuous-learning-v2/hooks/observe.sh +492 -0
- package/resources/local/ecc/skills/continuous-learning-v2/scripts/detect-project.sh +288 -0
- package/resources/local/ecc/skills/continuous-learning-v2/scripts/instinct-cli.py +1519 -0
- package/resources/local/ecc/skills/continuous-learning-v2/scripts/lib/homunculus-dir.sh +31 -0
- package/resources/local/ecc/skills/continuous-learning-v2/scripts/migrate-homunculus.sh +62 -0
- package/resources/local/ecc/skills/continuous-learning-v2/scripts/test_parse_instinct.py +1018 -0
- package/resources/local/ecc/skills/cost-aware-llm-pipeline/SKILL.md +183 -0
- package/resources/local/ecc/skills/cost-tracking/SKILL.md +147 -0
- package/resources/local/ecc/skills/council/SKILL.md +203 -0
- package/resources/local/ecc/skills/cpp-coding-standards/SKILL.md +723 -0
- package/resources/local/ecc/skills/cpp-testing/SKILL.md +324 -0
- package/resources/local/ecc/skills/crosspost/SKILL.md +111 -0
- package/resources/local/ecc/skills/csharp-testing/SKILL.md +321 -0
- package/resources/local/ecc/skills/customer-billing-ops/SKILL.md +140 -0
- package/resources/local/ecc/skills/customs-trade-compliance/SKILL.md +263 -0
- package/resources/local/ecc/skills/dart-flutter-patterns/SKILL.md +563 -0
- package/resources/local/ecc/skills/dashboard-builder/SKILL.md +108 -0
- package/resources/local/ecc/skills/data-scraper-agent/SKILL.md +764 -0
- package/resources/local/ecc/skills/database-migrations/SKILL.md +429 -0
- package/resources/local/ecc/skills/deep-research/SKILL.md +159 -0
- package/resources/local/ecc/skills/defi-amm-security/SKILL.md +166 -0
- package/resources/local/ecc/skills/deployment-patterns/SKILL.md +427 -0
- package/resources/local/ecc/skills/design-system/SKILL.md +82 -0
- package/resources/local/ecc/skills/django-celery/SKILL.md +457 -0
- package/resources/local/ecc/skills/django-patterns/SKILL.md +734 -0
- package/resources/local/ecc/skills/django-security/SKILL.md +593 -0
- package/resources/local/ecc/skills/django-tdd/SKILL.md +729 -0
- package/resources/local/ecc/skills/django-verification/SKILL.md +469 -0
- package/resources/local/ecc/skills/dmux-workflows/SKILL.md +191 -0
- package/resources/local/ecc/skills/docker-patterns/SKILL.md +364 -0
- package/resources/local/ecc/skills/documentation-lookup/SKILL.md +90 -0
- package/resources/local/ecc/skills/dotnet-patterns/SKILL.md +321 -0
- package/resources/local/ecc/skills/e2e-testing/SKILL.md +326 -0
- package/resources/local/ecc/skills/ecc-guide/SKILL.md +189 -0
- package/resources/local/ecc/skills/ecc-tools-cost-audit/SKILL.md +160 -0
- package/resources/local/ecc/skills/email-ops/SKILL.md +121 -0
- package/resources/local/ecc/skills/energy-procurement/SKILL.md +228 -0
- package/resources/local/ecc/skills/enterprise-agent-ops/SKILL.md +50 -0
- package/resources/local/ecc/skills/error-handling/SKILL.md +376 -0
- package/resources/local/ecc/skills/eval-harness/SKILL.md +270 -0
- package/resources/local/ecc/skills/evm-token-decimals/SKILL.md +130 -0
- package/resources/local/ecc/skills/exa-search/SKILL.md +107 -0
- package/resources/local/ecc/skills/fal-ai-media/SKILL.md +288 -0
- package/resources/local/ecc/skills/fastapi-patterns/SKILL.md +327 -0
- package/resources/local/ecc/skills/finance-billing-ops/SKILL.md +127 -0
- package/resources/local/ecc/skills/flox-environments/SKILL.md +496 -0
- package/resources/local/ecc/skills/flutter-dart-code-review/SKILL.md +435 -0
- package/resources/local/ecc/skills/foundation-models-on-device/SKILL.md +243 -0
- package/resources/local/ecc/skills/frontend-design-direction/SKILL.md +92 -0
- package/resources/local/ecc/skills/frontend-patterns/SKILL.md +642 -0
- package/resources/local/ecc/skills/frontend-slides/SKILL.md +184 -0
- package/resources/local/ecc/skills/frontend-slides/STYLE_PRESETS.md +330 -0
- package/resources/local/ecc/skills/frontend-slides/animation-patterns.md +122 -0
- package/resources/local/ecc/skills/frontend-slides/html-template.md +419 -0
- package/resources/local/ecc/skills/frontend-slides/scripts/export-pdf.sh +418 -0
- package/resources/local/ecc/skills/frontend-slides/scripts/extract-pptx.py +96 -0
- package/resources/local/ecc/skills/frontend-slides/viewport-base.css +153 -0
- package/resources/local/ecc/skills/fsharp-testing/SKILL.md +280 -0
- package/resources/local/ecc/skills/gan-style-harness/SKILL.md +278 -0
- package/resources/local/ecc/skills/gateguard/SKILL.md +125 -0
- package/resources/local/ecc/skills/git-workflow/SKILL.md +715 -0
- package/resources/local/ecc/skills/github-ops/SKILL.md +144 -0
- package/resources/local/ecc/skills/golang-patterns/SKILL.md +674 -0
- package/resources/local/ecc/skills/golang-testing/SKILL.md +720 -0
- package/resources/local/ecc/skills/google-workspace-ops/SKILL.md +95 -0
- package/resources/local/ecc/skills/healthcare-cdss-patterns/SKILL.md +245 -0
- package/resources/local/ecc/skills/healthcare-emr-patterns/SKILL.md +159 -0
- package/resources/local/ecc/skills/healthcare-eval-harness/SKILL.md +207 -0
- package/resources/local/ecc/skills/healthcare-phi-compliance/SKILL.md +145 -0
- package/resources/local/ecc/skills/hermes-imports/SKILL.md +88 -0
- package/resources/local/ecc/skills/hexagonal-architecture/SKILL.md +276 -0
- package/resources/local/ecc/skills/hipaa-compliance/SKILL.md +78 -0
- package/resources/local/ecc/skills/homelab-network-readiness/SKILL.md +169 -0
- package/resources/local/ecc/skills/homelab-network-setup/SKILL.md +129 -0
- package/resources/local/ecc/skills/homelab-pihole-dns/SKILL.md +274 -0
- package/resources/local/ecc/skills/homelab-vlan-segmentation/SKILL.md +311 -0
- package/resources/local/ecc/skills/homelab-wireguard-vpn/SKILL.md +305 -0
- package/resources/local/ecc/skills/hookify-rules/SKILL.md +128 -0
- package/resources/local/ecc/skills/inventory-demand-planning/SKILL.md +247 -0
- package/resources/local/ecc/skills/investor-materials/SKILL.md +96 -0
- package/resources/local/ecc/skills/investor-outreach/SKILL.md +91 -0
- package/resources/local/ecc/skills/ios-icon-gen/SKILL.md +157 -0
- package/resources/local/ecc/skills/ios-icon-gen/scripts/generate_icons.swift +258 -0
- package/resources/local/ecc/skills/ios-icon-gen/scripts/iconify_gen.sh +235 -0
- package/resources/local/ecc/skills/iterative-retrieval/SKILL.md +211 -0
- package/resources/local/ecc/skills/java-coding-standards/SKILL.md +383 -0
- package/resources/local/ecc/skills/jira-integration/SKILL.md +293 -0
- package/resources/local/ecc/skills/jpa-patterns/SKILL.md +151 -0
- package/resources/local/ecc/skills/knowledge-ops/SKILL.md +154 -0
- package/resources/local/ecc/skills/kotlin-coroutines-flows/SKILL.md +284 -0
- package/resources/local/ecc/skills/kotlin-exposed-patterns/SKILL.md +719 -0
- package/resources/local/ecc/skills/kotlin-ktor-patterns/SKILL.md +689 -0
- package/resources/local/ecc/skills/kotlin-patterns/SKILL.md +711 -0
- package/resources/local/ecc/skills/kotlin-testing/SKILL.md +824 -0
- package/resources/local/ecc/skills/laravel-patterns/SKILL.md +415 -0
- package/resources/local/ecc/skills/laravel-plugin-discovery/SKILL.md +229 -0
- package/resources/local/ecc/skills/laravel-security/SKILL.md +285 -0
- package/resources/local/ecc/skills/laravel-tdd/SKILL.md +283 -0
- package/resources/local/ecc/skills/laravel-verification/SKILL.md +179 -0
- package/resources/local/ecc/skills/lead-intelligence/SKILL.md +321 -0
- package/resources/local/ecc/skills/lead-intelligence/agents/enrichment-agent.md +85 -0
- package/resources/local/ecc/skills/lead-intelligence/agents/mutual-mapper.md +75 -0
- package/resources/local/ecc/skills/lead-intelligence/agents/outreach-drafter.md +98 -0
- package/resources/local/ecc/skills/lead-intelligence/agents/signal-scorer.md +60 -0
- package/resources/local/ecc/skills/liquid-glass-design/SKILL.md +279 -0
- package/resources/local/ecc/skills/llm-trading-agent-security/SKILL.md +146 -0
- package/resources/local/ecc/skills/logistics-exception-management/SKILL.md +222 -0
- package/resources/local/ecc/skills/make-interfaces-feel-better/SKILL.md +151 -0
- package/resources/local/ecc/skills/manim-video/SKILL.md +89 -0
- package/resources/local/ecc/skills/manim-video/assets/network_graph_scene.py +52 -0
- package/resources/local/ecc/skills/market-research/SKILL.md +75 -0
- package/resources/local/ecc/skills/mcp-server-patterns/SKILL.md +69 -0
- package/resources/local/ecc/skills/messages-ops/SKILL.md +104 -0
- package/resources/local/ecc/skills/mle-workflow/SKILL.md +346 -0
- package/resources/local/ecc/skills/motion-advanced/SKILL.md +596 -0
- package/resources/local/ecc/skills/motion-foundations/SKILL.md +299 -0
- package/resources/local/ecc/skills/motion-patterns/SKILL.md +435 -0
- package/resources/local/ecc/skills/motion-ui/SKILL.md +575 -0
- package/resources/local/ecc/skills/mysql-patterns/SKILL.md +412 -0
- package/resources/local/ecc/skills/nanoclaw-repl/SKILL.md +33 -0
- package/resources/local/ecc/skills/nestjs-patterns/SKILL.md +230 -0
- package/resources/local/ecc/skills/netmiko-ssh-automation/SKILL.md +173 -0
- package/resources/local/ecc/skills/network-bgp-diagnostics/SKILL.md +167 -0
- package/resources/local/ecc/skills/network-config-validation/SKILL.md +210 -0
- package/resources/local/ecc/skills/network-interface-health/SKILL.md +152 -0
- package/resources/local/ecc/skills/nextjs-turbopack/SKILL.md +44 -0
- package/resources/local/ecc/skills/nodejs-keccak256/SKILL.md +102 -0
- package/resources/local/ecc/skills/nutrient-document-processing/SKILL.md +167 -0
- package/resources/local/ecc/skills/nuxt4-patterns/SKILL.md +100 -0
- package/resources/local/ecc/skills/openclaw-persona-forge/SKILL.md +288 -0
- package/resources/local/ecc/skills/openclaw-persona-forge/gacha.py +224 -0
- package/resources/local/ecc/skills/openclaw-persona-forge/gacha.sh +5 -0
- package/resources/local/ecc/skills/openclaw-persona-forge/references/avatar-style.md +124 -0
- package/resources/local/ecc/skills/openclaw-persona-forge/references/boundary-rules.md +53 -0
- package/resources/local/ecc/skills/openclaw-persona-forge/references/error-handling.md +53 -0
- package/resources/local/ecc/skills/openclaw-persona-forge/references/identity-tension.md +48 -0
- package/resources/local/ecc/skills/openclaw-persona-forge/references/naming-system.md +39 -0
- package/resources/local/ecc/skills/openclaw-persona-forge/references/output-template.md +166 -0
- package/resources/local/ecc/skills/opensource-pipeline/SKILL.md +255 -0
- package/resources/local/ecc/skills/perl-patterns/SKILL.md +504 -0
- package/resources/local/ecc/skills/perl-security/SKILL.md +503 -0
- package/resources/local/ecc/skills/perl-testing/SKILL.md +475 -0
- package/resources/local/ecc/skills/plan-orchestrate/SKILL.md +262 -0
- package/resources/local/ecc/skills/plankton-code-quality/SKILL.md +236 -0
- package/resources/local/ecc/skills/postgres-patterns/SKILL.md +147 -0
- package/resources/local/ecc/skills/prisma-patterns/SKILL.md +371 -0
- package/resources/local/ecc/skills/product-capability/SKILL.md +141 -0
- package/resources/local/ecc/skills/product-lens/SKILL.md +92 -0
- package/resources/local/ecc/skills/production-audit/SKILL.md +206 -0
- package/resources/local/ecc/skills/production-scheduling/SKILL.md +238 -0
- package/resources/local/ecc/skills/project-flow-ops/SKILL.md +111 -0
- package/resources/local/ecc/skills/prompt-optimizer/SKILL.md +398 -0
- package/resources/local/ecc/skills/python-patterns/SKILL.md +750 -0
- package/resources/local/ecc/skills/python-testing/SKILL.md +816 -0
- package/resources/local/ecc/skills/pytorch-patterns/SKILL.md +396 -0
- package/resources/local/ecc/skills/quality-nonconformance/SKILL.md +260 -0
- package/resources/local/ecc/skills/quarkus-patterns/SKILL.md +722 -0
- package/resources/local/ecc/skills/quarkus-security/SKILL.md +467 -0
- package/resources/local/ecc/skills/quarkus-tdd/SKILL.md +811 -0
- package/resources/local/ecc/skills/quarkus-verification/SKILL.md +479 -0
- package/resources/local/ecc/skills/ralphinho-rfc-pipeline/SKILL.md +67 -0
- package/resources/local/ecc/skills/recsys-pipeline-architect/SKILL.md +114 -0
- package/resources/local/ecc/skills/redis-patterns/SKILL.md +403 -0
- package/resources/local/ecc/skills/regex-vs-llm-structured-text/SKILL.md +220 -0
- package/resources/local/ecc/skills/remotion-video-creation/SKILL.md +43 -0
- package/resources/local/ecc/skills/remotion-video-creation/rules/3d.md +86 -0
- package/resources/local/ecc/skills/remotion-video-creation/rules/animations.md +29 -0
- package/resources/local/ecc/skills/remotion-video-creation/rules/assets/charts-bar-chart.tsx +173 -0
- package/resources/local/ecc/skills/remotion-video-creation/rules/assets/text-animations-typewriter.tsx +100 -0
- package/resources/local/ecc/skills/remotion-video-creation/rules/assets/text-animations-word-highlight.tsx +108 -0
- package/resources/local/ecc/skills/remotion-video-creation/rules/assets.md +78 -0
- package/resources/local/ecc/skills/remotion-video-creation/rules/audio.md +172 -0
- package/resources/local/ecc/skills/remotion-video-creation/rules/calculate-metadata.md +104 -0
- package/resources/local/ecc/skills/remotion-video-creation/rules/can-decode.md +75 -0
- package/resources/local/ecc/skills/remotion-video-creation/rules/charts.md +58 -0
- package/resources/local/ecc/skills/remotion-video-creation/rules/compositions.md +146 -0
- package/resources/local/ecc/skills/remotion-video-creation/rules/display-captions.md +126 -0
- package/resources/local/ecc/skills/remotion-video-creation/rules/extract-frames.md +229 -0
- package/resources/local/ecc/skills/remotion-video-creation/rules/fonts.md +152 -0
- package/resources/local/ecc/skills/remotion-video-creation/rules/get-audio-duration.md +58 -0
- package/resources/local/ecc/skills/remotion-video-creation/rules/get-video-dimensions.md +68 -0
- package/resources/local/ecc/skills/remotion-video-creation/rules/get-video-duration.md +58 -0
- package/resources/local/ecc/skills/remotion-video-creation/rules/gifs.md +138 -0
- package/resources/local/ecc/skills/remotion-video-creation/rules/images.md +130 -0
- package/resources/local/ecc/skills/remotion-video-creation/rules/import-srt-captions.md +67 -0
- package/resources/local/ecc/skills/remotion-video-creation/rules/lottie.md +67 -0
- package/resources/local/ecc/skills/remotion-video-creation/rules/measuring-dom-nodes.md +34 -0
- package/resources/local/ecc/skills/remotion-video-creation/rules/measuring-text.md +143 -0
- package/resources/local/ecc/skills/remotion-video-creation/rules/sequencing.md +106 -0
- package/resources/local/ecc/skills/remotion-video-creation/rules/tailwind.md +11 -0
- package/resources/local/ecc/skills/remotion-video-creation/rules/text-animations.md +20 -0
- package/resources/local/ecc/skills/remotion-video-creation/rules/timing.md +179 -0
- package/resources/local/ecc/skills/remotion-video-creation/rules/transcribe-captions.md +19 -0
- package/resources/local/ecc/skills/remotion-video-creation/rules/transitions.md +122 -0
- package/resources/local/ecc/skills/remotion-video-creation/rules/trimming.md +52 -0
- package/resources/local/ecc/skills/remotion-video-creation/rules/videos.md +171 -0
- package/resources/local/ecc/skills/repo-scan/SKILL.md +78 -0
- package/resources/local/ecc/skills/research-ops/SKILL.md +112 -0
- package/resources/local/ecc/skills/returns-reverse-logistics/SKILL.md +240 -0
- package/resources/local/ecc/skills/rules-distill/SKILL.md +264 -0
- package/resources/local/ecc/skills/rules-distill/scripts/scan-rules.sh +58 -0
- package/resources/local/ecc/skills/rules-distill/scripts/scan-skills.sh +129 -0
- package/resources/local/ecc/skills/rust-patterns/SKILL.md +499 -0
- package/resources/local/ecc/skills/rust-testing/SKILL.md +500 -0
- package/resources/local/ecc/skills/safety-guard/SKILL.md +75 -0
- package/resources/local/ecc/skills/santa-method/SKILL.md +306 -0
- package/resources/local/ecc/skills/scientific-db-pubmed-database/SKILL.md +175 -0
- package/resources/local/ecc/skills/scientific-db-uspto-database/SKILL.md +177 -0
- package/resources/local/ecc/skills/scientific-pkg-gget/SKILL.md +166 -0
- package/resources/local/ecc/skills/scientific-thinking-literature-review/SKILL.md +192 -0
- package/resources/local/ecc/skills/scientific-thinking-scholar-evaluation/SKILL.md +160 -0
- package/resources/local/ecc/skills/search-first/SKILL.md +182 -0
- package/resources/local/ecc/skills/security-bounty-hunter/SKILL.md +99 -0
- package/resources/local/ecc/skills/security-review/SKILL.md +503 -0
- package/resources/local/ecc/skills/security-review/cloud-infrastructure-security.md +361 -0
- package/resources/local/ecc/skills/security-scan/SKILL.md +165 -0
- package/resources/local/ecc/skills/seo/SKILL.md +154 -0
- package/resources/local/ecc/skills/skill-comply/SKILL.md +58 -0
- package/resources/local/ecc/skills/skill-comply/fixtures/compliant_trace.jsonl +5 -0
- package/resources/local/ecc/skills/skill-comply/fixtures/noncompliant_trace.jsonl +3 -0
- package/resources/local/ecc/skills/skill-comply/fixtures/tdd_spec.yaml +44 -0
- package/resources/local/ecc/skills/skill-comply/prompts/classifier.md +24 -0
- package/resources/local/ecc/skills/skill-comply/prompts/scenario_generator.md +62 -0
- package/resources/local/ecc/skills/skill-comply/prompts/spec_generator.md +42 -0
- package/resources/local/ecc/skills/skill-comply/pyproject.toml +15 -0
- package/resources/local/ecc/skills/skill-comply/scripts/__init__.py +0 -0
- package/resources/local/ecc/skills/skill-comply/scripts/classifier.py +85 -0
- package/resources/local/ecc/skills/skill-comply/scripts/grader.py +124 -0
- package/resources/local/ecc/skills/skill-comply/scripts/parser.py +107 -0
- package/resources/local/ecc/skills/skill-comply/scripts/report.py +170 -0
- package/resources/local/ecc/skills/skill-comply/scripts/run.py +127 -0
- package/resources/local/ecc/skills/skill-comply/scripts/runner.py +186 -0
- package/resources/local/ecc/skills/skill-comply/scripts/scenario_generator.py +70 -0
- package/resources/local/ecc/skills/skill-comply/scripts/spec_generator.py +72 -0
- package/resources/local/ecc/skills/skill-comply/scripts/utils.py +13 -0
- package/resources/local/ecc/skills/skill-comply/tests/test_grader.py +197 -0
- package/resources/local/ecc/skills/skill-comply/tests/test_parser.py +90 -0
- package/resources/local/ecc/skills/skill-comply/tests/test_runner.py +172 -0
- package/resources/local/ecc/skills/skill-scout/SKILL.md +140 -0
- package/resources/local/ecc/skills/skill-stocktake/SKILL.md +194 -0
- package/resources/local/ecc/skills/skill-stocktake/scripts/quick-diff.sh +87 -0
- package/resources/local/ecc/skills/skill-stocktake/scripts/save-results.sh +56 -0
- package/resources/local/ecc/skills/skill-stocktake/scripts/scan.sh +170 -0
- package/resources/local/ecc/skills/social-graph-ranker/SKILL.md +154 -0
- package/resources/local/ecc/skills/springboot-patterns/SKILL.md +314 -0
- package/resources/local/ecc/skills/springboot-security/SKILL.md +272 -0
- package/resources/local/ecc/skills/springboot-tdd/SKILL.md +158 -0
- package/resources/local/ecc/skills/springboot-verification/SKILL.md +231 -0
- package/resources/local/ecc/skills/strategic-compact/SKILL.md +131 -0
- package/resources/local/ecc/skills/swift-actor-persistence/SKILL.md +143 -0
- package/resources/local/ecc/skills/swift-concurrency-6-2/SKILL.md +216 -0
- package/resources/local/ecc/skills/swift-protocol-di-testing/SKILL.md +190 -0
- package/resources/local/ecc/skills/swiftui-patterns/SKILL.md +259 -0
- package/resources/local/ecc/skills/tdd-workflow/SKILL.md +463 -0
- package/resources/local/ecc/skills/team-builder/SKILL.md +168 -0
- package/resources/local/ecc/skills/terminal-ops/SKILL.md +109 -0
- package/resources/local/ecc/skills/tinystruct-patterns/SKILL.md +203 -0
- package/resources/local/ecc/skills/tinystruct-patterns/references/architecture.md +90 -0
- package/resources/local/ecc/skills/tinystruct-patterns/references/data-handling.md +60 -0
- package/resources/local/ecc/skills/tinystruct-patterns/references/database.md +99 -0
- package/resources/local/ecc/skills/tinystruct-patterns/references/routing.md +64 -0
- package/resources/local/ecc/skills/tinystruct-patterns/references/system-usage.md +97 -0
- package/resources/local/ecc/skills/tinystruct-patterns/references/testing.md +72 -0
- package/resources/local/ecc/skills/token-budget-advisor/SKILL.md +133 -0
- package/resources/local/ecc/skills/ui-demo/SKILL.md +465 -0
- package/resources/local/ecc/skills/ui-to-vue/SKILL.md +134 -0
- package/resources/local/ecc/skills/uncloud/SKILL.md +343 -0
- package/resources/local/ecc/skills/unified-notifications-ops/SKILL.md +187 -0
- package/resources/local/ecc/skills/verification-loop/SKILL.md +126 -0
- package/resources/local/ecc/skills/video-editing/SKILL.md +310 -0
- package/resources/local/ecc/skills/videodb/SKILL.md +374 -0
- package/resources/local/ecc/skills/videodb/reference/api-reference.md +550 -0
- package/resources/local/ecc/skills/videodb/reference/capture-reference.md +407 -0
- package/resources/local/ecc/skills/videodb/reference/capture.md +101 -0
- package/resources/local/ecc/skills/videodb/reference/editor.md +443 -0
- package/resources/local/ecc/skills/videodb/reference/generative.md +331 -0
- package/resources/local/ecc/skills/videodb/reference/rtstream-reference.md +564 -0
- package/resources/local/ecc/skills/videodb/reference/rtstream.md +65 -0
- package/resources/local/ecc/skills/videodb/reference/search.md +230 -0
- package/resources/local/ecc/skills/videodb/reference/streaming.md +406 -0
- package/resources/local/ecc/skills/videodb/reference/use-cases.md +118 -0
- package/resources/local/ecc/skills/videodb/scripts/ws_listener.py +282 -0
- package/resources/local/ecc/skills/visa-doc-translate/README.md +86 -0
- package/resources/local/ecc/skills/visa-doc-translate/SKILL.md +117 -0
- package/resources/local/ecc/skills/vite-patterns/SKILL.md +449 -0
- package/resources/local/ecc/skills/windows-desktop-e2e/SKILL.md +887 -0
- package/resources/local/ecc/skills/workspace-surface-audit/SKILL.md +125 -0
- package/resources/local/ecc/skills/x-api/SKILL.md +234 -0
- package/resources/local/ecc/src/llm/__init__.py +33 -0
- package/resources/local/ecc/src/llm/__main__.py +7 -0
- package/resources/local/ecc/src/llm/cli/__init__.py +0 -0
- package/resources/local/ecc/src/llm/cli/selector.py +154 -0
- package/resources/local/ecc/src/llm/core/__init__.py +1 -0
- package/resources/local/ecc/src/llm/core/interface.py +60 -0
- package/resources/local/ecc/src/llm/core/types.py +166 -0
- package/resources/local/ecc/src/llm/prompt/__init__.py +23 -0
- package/resources/local/ecc/src/llm/prompt/builder.py +125 -0
- package/resources/local/ecc/src/llm/prompt/templates/__init__.py +41 -0
- package/resources/local/ecc/src/llm/providers/__init__.py +17 -0
- package/resources/local/ecc/src/llm/providers/astraflow.py +151 -0
- package/resources/local/ecc/src/llm/providers/claude.py +117 -0
- package/resources/local/ecc/src/llm/providers/constants.py +3 -0
- package/resources/local/ecc/src/llm/providers/ollama.py +112 -0
- package/resources/local/ecc/src/llm/providers/openai.py +125 -0
- package/resources/local/ecc/src/llm/providers/resolver.py +78 -0
- package/resources/local/ecc/src/llm/tools/__init__.py +9 -0
- package/resources/local/ecc/src/llm/tools/executor.py +116 -0
- package/resources/local/ecc/tests/__init__.py +0 -0
- package/resources/local/ecc/tests/ci/agent-instruction-safety.test.js +98 -0
- package/resources/local/ecc/tests/ci/agent-yaml-surface.test.js +131 -0
- package/resources/local/ecc/tests/ci/catalog.test.js +294 -0
- package/resources/local/ecc/tests/ci/code-reviewer-false-positive-guard.test.js +82 -0
- package/resources/local/ecc/tests/ci/codex-skill-surface.test.js +125 -0
- package/resources/local/ecc/tests/ci/command-registry.test.js +176 -0
- package/resources/local/ecc/tests/ci/mle-workflow-coverage.test.js +223 -0
- package/resources/local/ecc/tests/ci/no-personal-paths.test.js +211 -0
- package/resources/local/ecc/tests/ci/scan-supply-chain-iocs.test.js +447 -0
- package/resources/local/ecc/tests/ci/supply-chain-advisory-sources.test.js +290 -0
- package/resources/local/ecc/tests/ci/supply-chain-watch-workflow.test.js +77 -0
- package/resources/local/ecc/tests/ci/validate-workflow-security.test.js +289 -0
- package/resources/local/ecc/tests/ci/validators.test.js +3139 -0
- package/resources/local/ecc/tests/codex-config.test.js +117 -0
- package/resources/local/ecc/tests/commands/command-frontmatter.test.js +61 -0
- package/resources/local/ecc/tests/commands/plan-command.test.js +76 -0
- package/resources/local/ecc/tests/conftest.py +10 -0
- package/resources/local/ecc/tests/docs/canary-watch.test.js +45 -0
- package/resources/local/ecc/tests/docs/configure-ecc-install-paths.test.js +69 -0
- package/resources/local/ecc/tests/docs/continuous-learning-v2-docs.test.js +64 -0
- package/resources/local/ecc/tests/docs/copilot-support.test.js +110 -0
- package/resources/local/ecc/tests/docs/ecc2-release-surface.test.js +374 -0
- package/resources/local/ecc/tests/docs/evaluator-rag-prototype.test.js +417 -0
- package/resources/local/ecc/tests/docs/harness-adapter-compliance.test.js +154 -0
- package/resources/local/ecc/tests/docs/install-identifiers.test.js +104 -0
- package/resources/local/ecc/tests/docs/legacy-artifact-inventory.test.js +155 -0
- package/resources/local/ecc/tests/docs/mcp-management-docs.test.js +77 -0
- package/resources/local/ecc/tests/docs/stale-pr-salvage-ledger.test.js +158 -0
- package/resources/local/ecc/tests/hooks/auto-tmux-dev.test.js +145 -0
- package/resources/local/ecc/tests/hooks/bash-hook-dispatcher.test.js +114 -0
- package/resources/local/ecc/tests/hooks/block-no-verify.test.js +203 -0
- package/resources/local/ecc/tests/hooks/check-hook-enabled.test.js +108 -0
- package/resources/local/ecc/tests/hooks/config-protection.test.js +322 -0
- package/resources/local/ecc/tests/hooks/continuous-learning-observe-runner.test.js +194 -0
- package/resources/local/ecc/tests/hooks/cost-tracker.test.js +222 -0
- package/resources/local/ecc/tests/hooks/design-quality-check.test.js +82 -0
- package/resources/local/ecc/tests/hooks/detect-project-worktree.test.js +260 -0
- package/resources/local/ecc/tests/hooks/doc-file-warning.test.js +215 -0
- package/resources/local/ecc/tests/hooks/ecc-context-monitor.test.js +301 -0
- package/resources/local/ecc/tests/hooks/ecc-metrics-bridge.test.js +430 -0
- package/resources/local/ecc/tests/hooks/ecc-statusline.test.js +213 -0
- package/resources/local/ecc/tests/hooks/evaluate-session.test.js +419 -0
- package/resources/local/ecc/tests/hooks/gateguard-fact-force.test.js +1407 -0
- package/resources/local/ecc/tests/hooks/governance-capture.test.js +360 -0
- package/resources/local/ecc/tests/hooks/hook-flags.test.js +397 -0
- package/resources/local/ecc/tests/hooks/hooks.test.js +6041 -0
- package/resources/local/ecc/tests/hooks/insaits-security-monitor.test.js +219 -0
- package/resources/local/ecc/tests/hooks/insaits-security-wrapper.test.js +199 -0
- package/resources/local/ecc/tests/hooks/mcp-health-check.test.js +1131 -0
- package/resources/local/ecc/tests/hooks/observe-subdirectory-detection.test.js +279 -0
- package/resources/local/ecc/tests/hooks/observer-memory.test.js +475 -0
- package/resources/local/ecc/tests/hooks/plugin-hook-bootstrap.test.js +254 -0
- package/resources/local/ecc/tests/hooks/post-bash-hooks.test.js +207 -0
- package/resources/local/ecc/tests/hooks/pre-bash-commit-quality.test.js +293 -0
- package/resources/local/ecc/tests/hooks/pre-bash-dev-server-block.test.js +225 -0
- package/resources/local/ecc/tests/hooks/pre-bash-reminders.test.js +104 -0
- package/resources/local/ecc/tests/hooks/quality-gate.test.js +159 -0
- package/resources/local/ecc/tests/hooks/session-activity-tracker.test.js +668 -0
- package/resources/local/ecc/tests/hooks/stop-format-typecheck.test.js +248 -0
- package/resources/local/ecc/tests/hooks/suggest-compact.test.js +460 -0
- package/resources/local/ecc/tests/hooks/test_insaits_security_monitor.py +272 -0
- package/resources/local/ecc/tests/integration/hooks.test.js +1018 -0
- package/resources/local/ecc/tests/lib/agent-compress.test.js +271 -0
- package/resources/local/ecc/tests/lib/changed-files-store.test.js +163 -0
- package/resources/local/ecc/tests/lib/command-plugin-root.test.js +48 -0
- package/resources/local/ecc/tests/lib/cost-estimate.test.js +114 -0
- package/resources/local/ecc/tests/lib/inspection.test.js +232 -0
- package/resources/local/ecc/tests/lib/install-config.test.js +144 -0
- package/resources/local/ecc/tests/lib/install-executor.test.js +435 -0
- package/resources/local/ecc/tests/lib/install-lifecycle.test.js +1608 -0
- package/resources/local/ecc/tests/lib/install-manifests.test.js +882 -0
- package/resources/local/ecc/tests/lib/install-request.test.js +249 -0
- package/resources/local/ecc/tests/lib/install-state.test.js +234 -0
- package/resources/local/ecc/tests/lib/install-targets.test.js +872 -0
- package/resources/local/ecc/tests/lib/locale-install.test.js +172 -0
- package/resources/local/ecc/tests/lib/mcp-config.test.js +62 -0
- package/resources/local/ecc/tests/lib/observer-sessions.test.js +134 -0
- package/resources/local/ecc/tests/lib/orchestration-session.test.js +225 -0
- package/resources/local/ecc/tests/lib/package-manager.test.js +1698 -0
- package/resources/local/ecc/tests/lib/project-detect.test.js +447 -0
- package/resources/local/ecc/tests/lib/resolve-ecc-root.test.js +351 -0
- package/resources/local/ecc/tests/lib/resolve-formatter.test.js +277 -0
- package/resources/local/ecc/tests/lib/selective-install.test.js +836 -0
- package/resources/local/ecc/tests/lib/session-adapters.test.js +970 -0
- package/resources/local/ecc/tests/lib/session-aliases.test.js +1830 -0
- package/resources/local/ecc/tests/lib/session-bridge.test.js +174 -0
- package/resources/local/ecc/tests/lib/session-manager.test.js +2650 -0
- package/resources/local/ecc/tests/lib/shell-split.test.js +114 -0
- package/resources/local/ecc/tests/lib/skill-dashboard.test.js +574 -0
- package/resources/local/ecc/tests/lib/skill-evolution.test.js +656 -0
- package/resources/local/ecc/tests/lib/skill-improvement.test.js +186 -0
- package/resources/local/ecc/tests/lib/state-store.test.js +1002 -0
- package/resources/local/ecc/tests/lib/tmux-worktree-orchestrator.test.js +423 -0
- package/resources/local/ecc/tests/lib/utils.test.js +2648 -0
- package/resources/local/ecc/tests/opencode-config.test.js +103 -0
- package/resources/local/ecc/tests/opencode-plugin-hooks.test.js +183 -0
- package/resources/local/ecc/tests/plugin-manifest.test.js +545 -0
- package/resources/local/ecc/tests/run-all.js +118 -0
- package/resources/local/ecc/tests/scripts/auto-update.test.js +395 -0
- package/resources/local/ecc/tests/scripts/build-opencode.test.js +123 -0
- package/resources/local/ecc/tests/scripts/catalog.test.js +104 -0
- package/resources/local/ecc/tests/scripts/check-unicode-safety.test.js +203 -0
- package/resources/local/ecc/tests/scripts/claw.test.js +325 -0
- package/resources/local/ecc/tests/scripts/codex-hooks.test.js +508 -0
- package/resources/local/ecc/tests/scripts/consult.test.js +194 -0
- package/resources/local/ecc/tests/scripts/discussion-audit.test.js +302 -0
- package/resources/local/ecc/tests/scripts/doctor.test.js +190 -0
- package/resources/local/ecc/tests/scripts/ecc-dashboard.test.js +142 -0
- package/resources/local/ecc/tests/scripts/ecc.test.js +258 -0
- package/resources/local/ecc/tests/scripts/gemini-adapt-agents.test.js +136 -0
- package/resources/local/ecc/tests/scripts/harness-audit.test.js +477 -0
- package/resources/local/ecc/tests/scripts/install-apply.test.js +904 -0
- package/resources/local/ecc/tests/scripts/install-plan.test.js +194 -0
- package/resources/local/ecc/tests/scripts/install-ps1.test.js +128 -0
- package/resources/local/ecc/tests/scripts/install-readme-clarity.test.js +170 -0
- package/resources/local/ecc/tests/scripts/install-sh.test.js +102 -0
- package/resources/local/ecc/tests/scripts/list-installed.test.js +139 -0
- package/resources/local/ecc/tests/scripts/loop-status.test.js +749 -0
- package/resources/local/ecc/tests/scripts/manual-hook-install-docs.test.js +71 -0
- package/resources/local/ecc/tests/scripts/npm-publish-surface.test.js +188 -0
- package/resources/local/ecc/tests/scripts/observability-readiness.test.js +331 -0
- package/resources/local/ecc/tests/scripts/openclaw-persona-forge-gacha.test.js +92 -0
- package/resources/local/ecc/tests/scripts/operator-readiness-dashboard.test.js +640 -0
- package/resources/local/ecc/tests/scripts/orchestrate-codex-worker.test.js +63 -0
- package/resources/local/ecc/tests/scripts/orchestration-status.test.js +76 -0
- package/resources/local/ecc/tests/scripts/platform-audit.test.js +432 -0
- package/resources/local/ecc/tests/scripts/post-bash-command-log.test.js +105 -0
- package/resources/local/ecc/tests/scripts/preview-pack-smoke.test.js +260 -0
- package/resources/local/ecc/tests/scripts/release-publish.test.js +79 -0
- package/resources/local/ecc/tests/scripts/release.test.js +150 -0
- package/resources/local/ecc/tests/scripts/repair.test.js +326 -0
- package/resources/local/ecc/tests/scripts/session-inspect.test.js +300 -0
- package/resources/local/ecc/tests/scripts/setup-package-manager.test.js +397 -0
- package/resources/local/ecc/tests/scripts/skill-create-output.test.js +533 -0
- package/resources/local/ecc/tests/scripts/sync-ecc-to-codex.test.js +90 -0
- package/resources/local/ecc/tests/scripts/trae-install.test.js +179 -0
- package/resources/local/ecc/tests/scripts/uninstall.test.js +287 -0
- package/resources/local/ecc/tests/test_astraflow_provider.py +141 -0
- package/resources/local/ecc/tests/test_builder.py +84 -0
- package/resources/local/ecc/tests/test_claude_provider.py +111 -0
- package/resources/local/ecc/tests/test_executor.py +86 -0
- package/resources/local/ecc/tests/test_provider_tools.py +130 -0
- package/resources/local/ecc/tests/test_resolver.py +88 -0
- package/resources/local/ecc/tests/test_templates.py +71 -0
- package/resources/local/ecc/tests/test_types.py +150 -0
- package/resources/local/ecc/the-longform-guide.md +354 -0
- package/resources/local/ecc/the-security-guide.md +455 -0
- package/resources/local/ecc/the-shortform-guide.md +431 -0
- package/resources/local/ecc/yarn.lock +2259 -0
- package/resources/local/manifest.json +12 -0
- package/resources/local/page-agent/.agents/skills/git-cleanup/SKILL.md +64 -0
- package/resources/local/page-agent/.agents/skills/pre-impl-discussion/SKILL.md +104 -0
- package/resources/local/page-agent/.agents/skills/submit-pr-from-current-changes/SKILL.md +102 -0
- package/resources/local/page-agent/.agents/skills/update-changelog/SKILL.md +109 -0
- package/resources/local/page-agent/.github/ISSUE_TEMPLATE/bug_report.yml +59 -0
- package/resources/local/page-agent/.github/ISSUE_TEMPLATE/config.yml +8 -0
- package/resources/local/page-agent/.github/ISSUE_TEMPLATE/feature_request.yml +42 -0
- package/resources/local/page-agent/.github/PULL_REQUEST_TEMPLATE.md +24 -0
- package/resources/local/page-agent/.github/dependabot.yml +39 -0
- package/resources/local/page-agent/.github/workflows/ci.yml +33 -0
- package/resources/local/page-agent/.github/workflows/deploy-demo.yml +40 -0
- package/resources/local/page-agent/.github/workflows/release.yml +43 -0
- package/resources/local/page-agent/.prettierignore +8 -0
- package/resources/local/page-agent/.vscode/extensions.json +3 -0
- package/resources/local/page-agent/.vscode/settings.json +43 -0
- package/resources/local/page-agent/AGENTS.md +135 -0
- package/resources/local/page-agent/CLAUDE.md +1 -0
- package/resources/local/page-agent/CONTRIBUTING.md +47 -0
- package/resources/local/page-agent/LICENSE +22 -0
- package/resources/local/page-agent/README.md +121 -0
- package/resources/local/page-agent/WINTER.md +101 -0
- package/resources/local/page-agent/docs/CHANGELOG.md +250 -0
- package/resources/local/page-agent/docs/CODE_OF_CONDUCT.md +127 -0
- package/resources/local/page-agent/docs/README-zh.md +110 -0
- package/resources/local/page-agent/docs/SECURITY.md +50 -0
- package/resources/local/page-agent/docs/developer-guide.md +105 -0
- package/resources/local/page-agent/docs/terms-and-privacy.md +85 -0
- package/resources/local/page-agent/eslint.config.js +62 -0
- package/resources/local/page-agent/package-lock.json +11184 -0
- package/resources/local/page-agent/package.json +129 -0
- package/resources/local/page-agent/packages/core/package.json +66 -0
- package/resources/local/page-agent/packages/core/src/PageAgentCore.ts +641 -0
- package/resources/local/page-agent/packages/core/src/env.d.ts +6 -0
- package/resources/local/page-agent/packages/core/src/prompts/system_prompt.md +153 -0
- package/resources/local/page-agent/packages/core/src/tools/index.ts +190 -0
- package/resources/local/page-agent/packages/core/src/types.ts +289 -0
- package/resources/local/page-agent/packages/core/src/utils/autoFixer.ts +216 -0
- package/resources/local/page-agent/packages/core/src/utils/index.ts +111 -0
- package/resources/local/page-agent/packages/core/tsconfig.json +8 -0
- package/resources/local/page-agent/packages/core/vite.config.js +50 -0
- package/resources/local/page-agent/packages/extension/PRIVACY.md +5 -0
- package/resources/local/page-agent/packages/extension/components.json +24 -0
- package/resources/local/page-agent/packages/extension/docs/extension_api.md +224 -0
- package/resources/local/page-agent/packages/extension/package.json +51 -0
- package/resources/local/page-agent/packages/extension/public/_locales/en/messages.json +11 -0
- package/resources/local/page-agent/packages/extension/public/_locales/zh_CN/messages.json +11 -0
- package/resources/local/page-agent/packages/extension/public/assets/page-agent-256.webp +0 -0
- package/resources/local/page-agent/packages/extension/public/assets/page-agent-64.png +0 -0
- package/resources/local/page-agent/packages/extension/src/agent/MultiPageAgent.ts +102 -0
- package/resources/local/page-agent/packages/extension/src/agent/RemotePageController.background.ts +42 -0
- package/resources/local/page-agent/packages/extension/src/agent/RemotePageController.content.ts +135 -0
- package/resources/local/page-agent/packages/extension/src/agent/RemotePageController.ts +194 -0
- package/resources/local/page-agent/packages/extension/src/agent/TabsController.background.ts +169 -0
- package/resources/local/page-agent/packages/extension/src/agent/TabsController.ts +421 -0
- package/resources/local/page-agent/packages/extension/src/agent/constants.ts +30 -0
- package/resources/local/page-agent/packages/extension/src/agent/system_prompt.md +145 -0
- package/resources/local/page-agent/packages/extension/src/agent/tabTools.ts +74 -0
- package/resources/local/page-agent/packages/extension/src/agent/useAgent.ts +161 -0
- package/resources/local/page-agent/packages/extension/src/assets/index.css +158 -0
- package/resources/local/page-agent/packages/extension/src/assets/page-agent-64.png +0 -0
- package/resources/local/page-agent/packages/extension/src/components/ConfigPanel.tsx +402 -0
- package/resources/local/page-agent/packages/extension/src/components/ErrorBoundary.tsx +60 -0
- package/resources/local/page-agent/packages/extension/src/components/HistoryDetail.tsx +79 -0
- package/resources/local/page-agent/packages/extension/src/components/HistoryList.tsx +181 -0
- package/resources/local/page-agent/packages/extension/src/components/cards.tsx +387 -0
- package/resources/local/page-agent/packages/extension/src/components/misc.tsx +153 -0
- package/resources/local/page-agent/packages/extension/src/components/ui/button.tsx +60 -0
- package/resources/local/page-agent/packages/extension/src/components/ui/card.tsx +75 -0
- package/resources/local/page-agent/packages/extension/src/components/ui/field.tsx +232 -0
- package/resources/local/page-agent/packages/extension/src/components/ui/hover-card.tsx +36 -0
- package/resources/local/page-agent/packages/extension/src/components/ui/input-group.tsx +157 -0
- package/resources/local/page-agent/packages/extension/src/components/ui/input.tsx +21 -0
- package/resources/local/page-agent/packages/extension/src/components/ui/item.tsx +172 -0
- package/resources/local/page-agent/packages/extension/src/components/ui/label.tsx +19 -0
- package/resources/local/page-agent/packages/extension/src/components/ui/separator.tsx +26 -0
- package/resources/local/page-agent/packages/extension/src/components/ui/sonner.tsx +38 -0
- package/resources/local/page-agent/packages/extension/src/components/ui/spinner.tsx +16 -0
- package/resources/local/page-agent/packages/extension/src/components/ui/switch.tsx +26 -0
- package/resources/local/page-agent/packages/extension/src/components/ui/textarea.tsx +18 -0
- package/resources/local/page-agent/packages/extension/src/components/ui/typing-animation.tsx +164 -0
- package/resources/local/page-agent/packages/extension/src/entrypoints/background.ts +63 -0
- package/resources/local/page-agent/packages/extension/src/entrypoints/content.ts +164 -0
- package/resources/local/page-agent/packages/extension/src/entrypoints/hub/App.tsx +250 -0
- package/resources/local/page-agent/packages/extension/src/entrypoints/hub/hub-ws.ts +243 -0
- package/resources/local/page-agent/packages/extension/src/entrypoints/hub/index.html +13 -0
- package/resources/local/page-agent/packages/extension/src/entrypoints/hub/main.tsx +25 -0
- package/resources/local/page-agent/packages/extension/src/entrypoints/main-world.ts +131 -0
- package/resources/local/page-agent/packages/extension/src/entrypoints/sidepanel/App.tsx +235 -0
- package/resources/local/page-agent/packages/extension/src/entrypoints/sidepanel/index.html +13 -0
- package/resources/local/page-agent/packages/extension/src/entrypoints/sidepanel/main.tsx +26 -0
- package/resources/local/page-agent/packages/extension/src/lib/db.ts +70 -0
- package/resources/local/page-agent/packages/extension/src/lib/history-export.ts +60 -0
- package/resources/local/page-agent/packages/extension/src/lib/utils.ts +6 -0
- package/resources/local/page-agent/packages/extension/src/types/assets.d.ts +25 -0
- package/resources/local/page-agent/packages/extension/src/types/globals.d.ts +1 -0
- package/resources/local/page-agent/packages/extension/src/types/markdown.d.ts +4 -0
- package/resources/local/page-agent/packages/extension/tsconfig.json +13 -0
- package/resources/local/page-agent/packages/extension/wxt.config.js +69 -0
- package/resources/local/page-agent/packages/llms/package.json +58 -0
- package/resources/local/page-agent/packages/llms/src/OpenAIClient.ts +242 -0
- package/resources/local/page-agent/packages/llms/src/constants.ts +3 -0
- package/resources/local/page-agent/packages/llms/src/errors.ts +58 -0
- package/resources/local/page-agent/packages/llms/src/index.ts +114 -0
- package/resources/local/page-agent/packages/llms/src/types.ts +120 -0
- package/resources/local/page-agent/packages/llms/src/utils.ts +152 -0
- package/resources/local/page-agent/packages/llms/tsconfig.json +8 -0
- package/resources/local/page-agent/packages/llms/vite.config.js +43 -0
- package/resources/local/page-agent/packages/mcp/README.md +93 -0
- package/resources/local/page-agent/packages/mcp/package.json +35 -0
- package/resources/local/page-agent/packages/mcp/src/hub-bridge.js +139 -0
- package/resources/local/page-agent/packages/mcp/src/index.js +100 -0
- package/resources/local/page-agent/packages/mcp/src/launcher.html +245 -0
- package/resources/local/page-agent/packages/page-agent/package.json +69 -0
- package/resources/local/page-agent/packages/page-agent/src/PageAgent.ts +29 -0
- package/resources/local/page-agent/packages/page-agent/src/demo.ts +55 -0
- package/resources/local/page-agent/packages/page-agent/src/env.d.ts +9 -0
- package/resources/local/page-agent/packages/page-agent/tsconfig.json +8 -0
- package/resources/local/page-agent/packages/page-agent/vite.config.js +50 -0
- package/resources/local/page-agent/packages/page-agent/vite.iife.config.js +49 -0
- package/resources/local/page-agent/packages/page-controller/package.json +51 -0
- package/resources/local/page-agent/packages/page-controller/src/PageController.ts +433 -0
- package/resources/local/page-agent/packages/page-controller/src/actions.ts +552 -0
- package/resources/local/page-agent/packages/page-controller/src/dom/dom_tree/index.d.ts +16 -0
- package/resources/local/page-agent/packages/page-controller/src/dom/dom_tree/index.js +1753 -0
- package/resources/local/page-agent/packages/page-controller/src/dom/dom_tree/type.ts +51 -0
- package/resources/local/page-agent/packages/page-controller/src/dom/getPageInfo.ts +42 -0
- package/resources/local/page-agent/packages/page-controller/src/dom/index.ts +569 -0
- package/resources/local/page-agent/packages/page-controller/src/env.d.ts +6 -0
- package/resources/local/page-agent/packages/page-controller/src/mask/SimulatorMask.module.css +13 -0
- package/resources/local/page-agent/packages/page-controller/src/mask/SimulatorMask.ts +217 -0
- package/resources/local/page-agent/packages/page-controller/src/mask/checkDarkMode.ts +115 -0
- package/resources/local/page-agent/packages/page-controller/src/mask/cursor-border.svg +3 -0
- package/resources/local/page-agent/packages/page-controller/src/mask/cursor-fill.svg +5 -0
- package/resources/local/page-agent/packages/page-controller/src/mask/cursor.module.css +70 -0
- package/resources/local/page-agent/packages/page-controller/src/patches/antd.ts +20 -0
- package/resources/local/page-agent/packages/page-controller/src/patches/react.ts +16 -0
- package/resources/local/page-agent/packages/page-controller/src/utils/index.ts +80 -0
- package/resources/local/page-agent/packages/page-controller/tsconfig.json +8 -0
- package/resources/local/page-agent/packages/page-controller/vite.config.js +50 -0
- package/resources/local/page-agent/packages/ui/package.json +48 -0
- package/resources/local/page-agent/packages/ui/src/env.d.ts +6 -0
- package/resources/local/page-agent/packages/ui/src/i18n/index.ts +50 -0
- package/resources/local/page-agent/packages/ui/src/i18n/locales.ts +122 -0
- package/resources/local/page-agent/packages/ui/src/index.ts +2 -0
- package/resources/local/page-agent/packages/ui/src/motion-css/createMotion.ts +64 -0
- package/resources/local/page-agent/packages/ui/src/motion-css/motion.module.css +397 -0
- package/resources/local/page-agent/packages/ui/src/motion-css/readme +5 -0
- package/resources/local/page-agent/packages/ui/src/panel/Panel.module.css +601 -0
- package/resources/local/page-agent/packages/ui/src/panel/Panel.ts +669 -0
- package/resources/local/page-agent/packages/ui/src/panel/cards.ts +52 -0
- package/resources/local/page-agent/packages/ui/src/panel/types.ts +76 -0
- package/resources/local/page-agent/packages/ui/src/utils.ts +18 -0
- package/resources/local/page-agent/packages/ui/tsconfig.json +8 -0
- package/resources/local/page-agent/packages/ui/vite.config.js +46 -0
- package/resources/local/page-agent/packages/website/AGENTS.md +127 -0
- package/resources/local/page-agent/packages/website/components.json +24 -0
- package/resources/local/page-agent/packages/website/index.html +95 -0
- package/resources/local/page-agent/packages/website/package.json +34 -0
- package/resources/local/page-agent/packages/website/public/robots.txt +4 -0
- package/resources/local/page-agent/packages/website/src/components/APIReference.tsx +175 -0
- package/resources/local/page-agent/packages/website/src/components/BetaNotice.tsx +25 -0
- package/resources/local/page-agent/packages/website/src/components/CodeEditor.tsx +129 -0
- package/resources/local/page-agent/packages/website/src/components/Footer.tsx +77 -0
- package/resources/local/page-agent/packages/website/src/components/Header.tsx +188 -0
- package/resources/local/page-agent/packages/website/src/components/Heading.tsx +46 -0
- package/resources/local/page-agent/packages/website/src/components/HighlightSyntax.module.css +128 -0
- package/resources/local/page-agent/packages/website/src/components/HighlightSyntax.tsx +175 -0
- package/resources/local/page-agent/packages/website/src/components/JSConsole.module.css +164 -0
- package/resources/local/page-agent/packages/website/src/components/JSConsole.tsx +371 -0
- package/resources/local/page-agent/packages/website/src/components/LanguageSwitcher.tsx +114 -0
- package/resources/local/page-agent/packages/website/src/components/ThemeSwitcher.tsx +134 -0
- package/resources/local/page-agent/packages/website/src/components/ui/alert.tsx +60 -0
- package/resources/local/page-agent/packages/website/src/components/ui/animated-gradient-text.tsx +37 -0
- package/resources/local/page-agent/packages/website/src/components/ui/animated-shiny-text.tsx +38 -0
- package/resources/local/page-agent/packages/website/src/components/ui/aurora-text.tsx +39 -0
- package/resources/local/page-agent/packages/website/src/components/ui/badge.tsx +37 -0
- package/resources/local/page-agent/packages/website/src/components/ui/bento-grid.tsx +91 -0
- package/resources/local/page-agent/packages/website/src/components/ui/blur-fade.tsx +79 -0
- package/resources/local/page-agent/packages/website/src/components/ui/button.tsx +60 -0
- package/resources/local/page-agent/packages/website/src/components/ui/highlighter.tsx +92 -0
- package/resources/local/page-agent/packages/website/src/components/ui/hyper-text.tsx +140 -0
- package/resources/local/page-agent/packages/website/src/components/ui/kbd.tsx +28 -0
- package/resources/local/page-agent/packages/website/src/components/ui/magic-card.tsx +101 -0
- package/resources/local/page-agent/packages/website/src/components/ui/marquee.tsx +74 -0
- package/resources/local/page-agent/packages/website/src/components/ui/neon-gradient-card.tsx +136 -0
- package/resources/local/page-agent/packages/website/src/components/ui/particles.tsx +297 -0
- package/resources/local/page-agent/packages/website/src/components/ui/separator.tsx +26 -0
- package/resources/local/page-agent/packages/website/src/components/ui/sonner.tsx +38 -0
- package/resources/local/page-agent/packages/website/src/components/ui/sparkles-text.tsx +150 -0
- package/resources/local/page-agent/packages/website/src/components/ui/spinner.tsx +16 -0
- package/resources/local/page-agent/packages/website/src/components/ui/switch.tsx +26 -0
- package/resources/local/page-agent/packages/website/src/components/ui/text-animate.tsx +417 -0
- package/resources/local/page-agent/packages/website/src/components/ui/tooltip.tsx +55 -0
- package/resources/local/page-agent/packages/website/src/components/ui/typing-animation.tsx +164 -0
- package/resources/local/page-agent/packages/website/src/constants.ts +10 -0
- package/resources/local/page-agent/packages/website/src/env.d.ts +10 -0
- package/resources/local/page-agent/packages/website/src/hooks/useGitHubStars.ts +27 -0
- package/resources/local/page-agent/packages/website/src/i18n/context.tsx +34 -0
- package/resources/local/page-agent/packages/website/src/index.css +471 -0
- package/resources/local/page-agent/packages/website/src/lib/useDocumentTitle.ts +9 -0
- package/resources/local/page-agent/packages/website/src/lib/utils.ts +6 -0
- package/resources/local/page-agent/packages/website/src/main.tsx +22 -0
- package/resources/local/page-agent/packages/website/src/pages/docs/Layout.tsx +140 -0
- package/resources/local/page-agent/packages/website/src/pages/docs/advanced/custom-ui/page.tsx +271 -0
- package/resources/local/page-agent/packages/website/src/pages/docs/advanced/page-agent/page.tsx +224 -0
- package/resources/local/page-agent/packages/website/src/pages/docs/advanced/page-agent-core/page.tsx +492 -0
- package/resources/local/page-agent/packages/website/src/pages/docs/advanced/page-controller/page.tsx +294 -0
- package/resources/local/page-agent/packages/website/src/pages/docs/advanced/security-permissions/page.tsx +89 -0
- package/resources/local/page-agent/packages/website/src/pages/docs/features/chrome-extension/page.tsx +314 -0
- package/resources/local/page-agent/packages/website/src/pages/docs/features/custom-instructions/page.tsx +136 -0
- package/resources/local/page-agent/packages/website/src/pages/docs/features/custom-tools/page.tsx +112 -0
- package/resources/local/page-agent/packages/website/src/pages/docs/features/data-masking/page.tsx +74 -0
- package/resources/local/page-agent/packages/website/src/pages/docs/features/mcp-server/page.tsx +70 -0
- package/resources/local/page-agent/packages/website/src/pages/docs/features/models/page.tsx +457 -0
- package/resources/local/page-agent/packages/website/src/pages/docs/features/third-party-agent/page.tsx +99 -0
- package/resources/local/page-agent/packages/website/src/pages/docs/index.tsx +130 -0
- package/resources/local/page-agent/packages/website/src/pages/docs/introduction/limitations/page.tsx +158 -0
- package/resources/local/page-agent/packages/website/src/pages/docs/introduction/overview/page.tsx +233 -0
- package/resources/local/page-agent/packages/website/src/pages/docs/introduction/quick-start/page.tsx +134 -0
- package/resources/local/page-agent/packages/website/src/pages/docs/introduction/troubleshooting/page.tsx +430 -0
- package/resources/local/page-agent/packages/website/src/pages/home/FeaturesSection.tsx +233 -0
- package/resources/local/page-agent/packages/website/src/pages/home/HeroSection.tsx +417 -0
- package/resources/local/page-agent/packages/website/src/pages/home/OneMoreThingSection.tsx +114 -0
- package/resources/local/page-agent/packages/website/src/pages/home/ScenariosSection.tsx +165 -0
- package/resources/local/page-agent/packages/website/src/pages/home/index.tsx +31 -0
- package/resources/local/page-agent/packages/website/src/router.tsx +72 -0
- package/resources/local/page-agent/packages/website/tailwind.config.js +3 -0
- package/resources/local/page-agent/packages/website/tsconfig.json +11 -0
- package/resources/local/page-agent/packages/website/vite.config.js +106 -0
- package/resources/local/page-agent/scripts/build-libs.js +25 -0
- package/resources/local/page-agent/scripts/build.js +45 -0
- package/resources/local/page-agent/scripts/ci.js +55 -0
- package/resources/local/page-agent/scripts/parallel-task.js +115 -0
- package/resources/local/page-agent/scripts/post-publish.js +30 -0
- package/resources/local/page-agent/scripts/pre-publish.js +42 -0
- package/resources/local/page-agent/scripts/sync-version.js +144 -0
- package/resources/local/page-agent/tsconfig.base.json +30 -0
- package/resources/local/page-agent/tsconfig.typecheck.json +25 -0
- package/scripts/audit-pack.js +47 -0
- package/src/agent/agent-definitions.js +154 -0
- package/src/agent/runtime.js +240 -0
- package/src/ai/capability-scorecard.js +241 -0
- package/src/ai/orchestrator.js +478 -0
- package/src/ai/profile-blueprints.js +135 -0
- package/src/ai/prompts/system-prompt.js +14 -4
- package/src/ai/providers.js +73 -0
- package/src/ai/small-model-amplifier.js +37 -0
- package/src/ai/workflow-selector.js +154 -0
- package/src/cli/at-context.js +269 -0
- package/src/cli/commands.js +663 -0
- package/src/cli/composer.js +361 -0
- package/src/cli/config.js +12 -1
- package/src/cli/context-loader.js +20 -3
- package/src/cli/conversation-format.js +11 -210
- package/src/cli/diagnostics.js +101 -0
- package/src/cli/diff-view.js +341 -0
- package/src/cli/ecc.js +274 -0
- package/src/cli/input-controller.js +263 -0
- package/src/cli/project-docs.js +2 -0
- package/src/cli/prompt-builder.js +58 -13
- package/src/cli/repl-commands.js +358 -10
- package/src/cli/repl.js +1128 -389
- package/src/cli/slash-commands.js +22 -1
- package/src/cli/snowflake-logo.js +20 -10
- package/src/cli/terminal-ui.js +92 -40
- package/src/cli/tool-call-adapter.js +327 -0
- package/src/cli/tool-runtime.js +115 -0
- package/src/codebase-index/indexer.js +402 -0
- package/src/codebase-index/search.js +176 -0
- package/src/codebase-index/watcher.js +117 -0
- package/src/context/token-juice.js +166 -0
- package/src/context/wiki-memory.js +212 -0
- package/src/integrations/htmlfx-manager.js +111 -0
- package/src/mcp/inline-complete.js +226 -0
- package/src/tools/executor.js +188 -1
|
@@ -0,0 +1,2906 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "ecc-universal",
|
|
3
|
+
"version": "2.0.0-rc.1",
|
|
4
|
+
"lockfileVersion": 3,
|
|
5
|
+
"requires": true,
|
|
6
|
+
"packages": {
|
|
7
|
+
"": {
|
|
8
|
+
"name": "ecc-universal",
|
|
9
|
+
"version": "2.0.0-rc.1",
|
|
10
|
+
"hasInstallScript": true,
|
|
11
|
+
"license": "MIT",
|
|
12
|
+
"dependencies": {
|
|
13
|
+
"@iarna/toml": "^2.2.5",
|
|
14
|
+
"ajv": "^8.18.0",
|
|
15
|
+
"sql.js": "^1.14.1"
|
|
16
|
+
},
|
|
17
|
+
"bin": {
|
|
18
|
+
"ecc": "scripts/ecc.js",
|
|
19
|
+
"ecc-install": "scripts/install-apply.js"
|
|
20
|
+
},
|
|
21
|
+
"devDependencies": {
|
|
22
|
+
"@eslint/js": "^9.39.2",
|
|
23
|
+
"@opencode-ai/plugin": "^1.0.0",
|
|
24
|
+
"@types/node": "^25.8.0",
|
|
25
|
+
"c8": "^11.0.0",
|
|
26
|
+
"eslint": "^9.39.2",
|
|
27
|
+
"globals": "^17.4.0",
|
|
28
|
+
"markdownlint-cli": "^0.48.0",
|
|
29
|
+
"typescript": "^6.0.3"
|
|
30
|
+
},
|
|
31
|
+
"engines": {
|
|
32
|
+
"node": ">=18"
|
|
33
|
+
}
|
|
34
|
+
},
|
|
35
|
+
"node_modules/@bcoe/v8-coverage": {
|
|
36
|
+
"version": "1.0.2",
|
|
37
|
+
"resolved": "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-1.0.2.tgz",
|
|
38
|
+
"integrity": "sha512-6zABk/ECA/QYSCQ1NGiVwwbQerUCZ+TQbp64Q3AgmfNvurHH0j8TtXa1qbShXA6qqkpAj4V5W8pP6mLe1mcMqA==",
|
|
39
|
+
"dev": true,
|
|
40
|
+
"license": "MIT",
|
|
41
|
+
"engines": {
|
|
42
|
+
"node": ">=18"
|
|
43
|
+
}
|
|
44
|
+
},
|
|
45
|
+
"node_modules/@eslint-community/eslint-utils": {
|
|
46
|
+
"version": "4.9.1",
|
|
47
|
+
"resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.9.1.tgz",
|
|
48
|
+
"integrity": "sha512-phrYmNiYppR7znFEdqgfWHXR6NCkZEK7hwWDHZUjit/2/U0r6XvkDl0SYnoM51Hq7FhCGdLDT6zxCCOY1hexsQ==",
|
|
49
|
+
"dev": true,
|
|
50
|
+
"license": "MIT",
|
|
51
|
+
"dependencies": {
|
|
52
|
+
"eslint-visitor-keys": "^3.4.3"
|
|
53
|
+
},
|
|
54
|
+
"engines": {
|
|
55
|
+
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
56
|
+
},
|
|
57
|
+
"funding": {
|
|
58
|
+
"url": "https://opencollective.com/eslint"
|
|
59
|
+
},
|
|
60
|
+
"peerDependencies": {
|
|
61
|
+
"eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
|
|
62
|
+
}
|
|
63
|
+
},
|
|
64
|
+
"node_modules/@eslint-community/eslint-utils/node_modules/eslint-visitor-keys": {
|
|
65
|
+
"version": "3.4.3",
|
|
66
|
+
"resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz",
|
|
67
|
+
"integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==",
|
|
68
|
+
"dev": true,
|
|
69
|
+
"license": "Apache-2.0",
|
|
70
|
+
"engines": {
|
|
71
|
+
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
72
|
+
},
|
|
73
|
+
"funding": {
|
|
74
|
+
"url": "https://opencollective.com/eslint"
|
|
75
|
+
}
|
|
76
|
+
},
|
|
77
|
+
"node_modules/@eslint-community/regexpp": {
|
|
78
|
+
"version": "4.12.2",
|
|
79
|
+
"resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.12.2.tgz",
|
|
80
|
+
"integrity": "sha512-EriSTlt5OC9/7SXkRSCAhfSxxoSUgBm33OH+IkwbdpgoqsSsUg7y3uh+IICI/Qg4BBWr3U2i39RpmycbxMq4ew==",
|
|
81
|
+
"dev": true,
|
|
82
|
+
"license": "MIT",
|
|
83
|
+
"engines": {
|
|
84
|
+
"node": "^12.0.0 || ^14.0.0 || >=16.0.0"
|
|
85
|
+
}
|
|
86
|
+
},
|
|
87
|
+
"node_modules/@eslint/config-array": {
|
|
88
|
+
"version": "0.21.1",
|
|
89
|
+
"resolved": "https://registry.npmjs.org/@eslint/config-array/-/config-array-0.21.1.tgz",
|
|
90
|
+
"integrity": "sha512-aw1gNayWpdI/jSYVgzN5pL0cfzU02GT3NBpeT/DXbx1/1x7ZKxFPd9bwrzygx/qiwIQiJ1sw/zD8qY/kRvlGHA==",
|
|
91
|
+
"dev": true,
|
|
92
|
+
"license": "Apache-2.0",
|
|
93
|
+
"dependencies": {
|
|
94
|
+
"@eslint/object-schema": "^2.1.7",
|
|
95
|
+
"debug": "^4.3.1",
|
|
96
|
+
"minimatch": "^3.1.2"
|
|
97
|
+
},
|
|
98
|
+
"engines": {
|
|
99
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
100
|
+
}
|
|
101
|
+
},
|
|
102
|
+
"node_modules/@eslint/config-helpers": {
|
|
103
|
+
"version": "0.4.2",
|
|
104
|
+
"resolved": "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.4.2.tgz",
|
|
105
|
+
"integrity": "sha512-gBrxN88gOIf3R7ja5K9slwNayVcZgK6SOUORm2uBzTeIEfeVaIhOpCtTox3P6R7o2jLFwLFTLnC7kU/RGcYEgw==",
|
|
106
|
+
"dev": true,
|
|
107
|
+
"license": "Apache-2.0",
|
|
108
|
+
"dependencies": {
|
|
109
|
+
"@eslint/core": "^0.17.0"
|
|
110
|
+
},
|
|
111
|
+
"engines": {
|
|
112
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
113
|
+
}
|
|
114
|
+
},
|
|
115
|
+
"node_modules/@eslint/core": {
|
|
116
|
+
"version": "0.17.0",
|
|
117
|
+
"resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.17.0.tgz",
|
|
118
|
+
"integrity": "sha512-yL/sLrpmtDaFEiUj1osRP4TI2MDz1AddJL+jZ7KSqvBuliN4xqYY54IfdN8qD8Toa6g1iloph1fxQNkjOxrrpQ==",
|
|
119
|
+
"dev": true,
|
|
120
|
+
"license": "Apache-2.0",
|
|
121
|
+
"dependencies": {
|
|
122
|
+
"@types/json-schema": "^7.0.15"
|
|
123
|
+
},
|
|
124
|
+
"engines": {
|
|
125
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
126
|
+
}
|
|
127
|
+
},
|
|
128
|
+
"node_modules/@eslint/eslintrc": {
|
|
129
|
+
"version": "3.3.3",
|
|
130
|
+
"resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-3.3.3.tgz",
|
|
131
|
+
"integrity": "sha512-Kr+LPIUVKz2qkx1HAMH8q1q6azbqBAsXJUxBl/ODDuVPX45Z9DfwB8tPjTi6nNZ8BuM3nbJxC5zCAg5elnBUTQ==",
|
|
132
|
+
"dev": true,
|
|
133
|
+
"license": "MIT",
|
|
134
|
+
"dependencies": {
|
|
135
|
+
"ajv": "^6.12.4",
|
|
136
|
+
"debug": "^4.3.2",
|
|
137
|
+
"espree": "^10.0.1",
|
|
138
|
+
"globals": "^14.0.0",
|
|
139
|
+
"ignore": "^5.2.0",
|
|
140
|
+
"import-fresh": "^3.2.1",
|
|
141
|
+
"js-yaml": "^4.1.1",
|
|
142
|
+
"minimatch": "^3.1.2",
|
|
143
|
+
"strip-json-comments": "^3.1.1"
|
|
144
|
+
},
|
|
145
|
+
"engines": {
|
|
146
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
147
|
+
},
|
|
148
|
+
"funding": {
|
|
149
|
+
"url": "https://opencollective.com/eslint"
|
|
150
|
+
}
|
|
151
|
+
},
|
|
152
|
+
"node_modules/@eslint/eslintrc/node_modules/ajv": {
|
|
153
|
+
"version": "6.14.0",
|
|
154
|
+
"resolved": "https://registry.npmjs.org/ajv/-/ajv-6.14.0.tgz",
|
|
155
|
+
"integrity": "sha512-IWrosm/yrn43eiKqkfkHis7QioDleaXQHdDVPKg0FSwwd/DuvyX79TZnFOnYpB7dcsFAMmtFztZuXPDvSePkFw==",
|
|
156
|
+
"dev": true,
|
|
157
|
+
"license": "MIT",
|
|
158
|
+
"dependencies": {
|
|
159
|
+
"fast-deep-equal": "^3.1.1",
|
|
160
|
+
"fast-json-stable-stringify": "^2.0.0",
|
|
161
|
+
"json-schema-traverse": "^0.4.1",
|
|
162
|
+
"uri-js": "^4.2.2"
|
|
163
|
+
},
|
|
164
|
+
"funding": {
|
|
165
|
+
"type": "github",
|
|
166
|
+
"url": "https://github.com/sponsors/epoberezkin"
|
|
167
|
+
}
|
|
168
|
+
},
|
|
169
|
+
"node_modules/@eslint/eslintrc/node_modules/globals": {
|
|
170
|
+
"version": "14.0.0",
|
|
171
|
+
"resolved": "https://registry.npmjs.org/globals/-/globals-14.0.0.tgz",
|
|
172
|
+
"integrity": "sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==",
|
|
173
|
+
"dev": true,
|
|
174
|
+
"license": "MIT",
|
|
175
|
+
"engines": {
|
|
176
|
+
"node": ">=18"
|
|
177
|
+
},
|
|
178
|
+
"funding": {
|
|
179
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
180
|
+
}
|
|
181
|
+
},
|
|
182
|
+
"node_modules/@eslint/eslintrc/node_modules/json-schema-traverse": {
|
|
183
|
+
"version": "0.4.1",
|
|
184
|
+
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
|
|
185
|
+
"integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
|
|
186
|
+
"dev": true,
|
|
187
|
+
"license": "MIT"
|
|
188
|
+
},
|
|
189
|
+
"node_modules/@eslint/js": {
|
|
190
|
+
"version": "9.39.2",
|
|
191
|
+
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.39.2.tgz",
|
|
192
|
+
"integrity": "sha512-q1mjIoW1VX4IvSocvM/vbTiveKC4k9eLrajNEuSsmjymSDEbpGddtpfOoN7YGAqBK3NG+uqo8ia4PDTt8buCYA==",
|
|
193
|
+
"dev": true,
|
|
194
|
+
"license": "MIT",
|
|
195
|
+
"engines": {
|
|
196
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
197
|
+
},
|
|
198
|
+
"funding": {
|
|
199
|
+
"url": "https://eslint.org/donate"
|
|
200
|
+
}
|
|
201
|
+
},
|
|
202
|
+
"node_modules/@eslint/object-schema": {
|
|
203
|
+
"version": "2.1.7",
|
|
204
|
+
"resolved": "https://registry.npmjs.org/@eslint/object-schema/-/object-schema-2.1.7.tgz",
|
|
205
|
+
"integrity": "sha512-VtAOaymWVfZcmZbp6E2mympDIHvyjXs/12LqWYjVw6qjrfF+VK+fyG33kChz3nnK+SU5/NeHOqrTEHS8sXO3OA==",
|
|
206
|
+
"dev": true,
|
|
207
|
+
"license": "Apache-2.0",
|
|
208
|
+
"engines": {
|
|
209
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
210
|
+
}
|
|
211
|
+
},
|
|
212
|
+
"node_modules/@eslint/plugin-kit": {
|
|
213
|
+
"version": "0.4.1",
|
|
214
|
+
"resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.4.1.tgz",
|
|
215
|
+
"integrity": "sha512-43/qtrDUokr7LJqoF2c3+RInu/t4zfrpYdoSDfYyhg52rwLV6TnOvdG4fXm7IkSB3wErkcmJS9iEhjVtOSEjjA==",
|
|
216
|
+
"dev": true,
|
|
217
|
+
"license": "Apache-2.0",
|
|
218
|
+
"dependencies": {
|
|
219
|
+
"@eslint/core": "^0.17.0",
|
|
220
|
+
"levn": "^0.4.1"
|
|
221
|
+
},
|
|
222
|
+
"engines": {
|
|
223
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
224
|
+
}
|
|
225
|
+
},
|
|
226
|
+
"node_modules/@humanfs/core": {
|
|
227
|
+
"version": "0.19.1",
|
|
228
|
+
"resolved": "https://registry.npmjs.org/@humanfs/core/-/core-0.19.1.tgz",
|
|
229
|
+
"integrity": "sha512-5DyQ4+1JEUzejeK1JGICcideyfUbGixgS9jNgex5nqkW+cY7WZhxBigmieN5Qnw9ZosSNVC9KQKyb+GUaGyKUA==",
|
|
230
|
+
"dev": true,
|
|
231
|
+
"license": "Apache-2.0",
|
|
232
|
+
"engines": {
|
|
233
|
+
"node": ">=18.18.0"
|
|
234
|
+
}
|
|
235
|
+
},
|
|
236
|
+
"node_modules/@humanfs/node": {
|
|
237
|
+
"version": "0.16.7",
|
|
238
|
+
"resolved": "https://registry.npmjs.org/@humanfs/node/-/node-0.16.7.tgz",
|
|
239
|
+
"integrity": "sha512-/zUx+yOsIrG4Y43Eh2peDeKCxlRt/gET6aHfaKpuq267qXdYDFViVHfMaLyygZOnl0kGWxFIgsBy8QFuTLUXEQ==",
|
|
240
|
+
"dev": true,
|
|
241
|
+
"license": "Apache-2.0",
|
|
242
|
+
"dependencies": {
|
|
243
|
+
"@humanfs/core": "^0.19.1",
|
|
244
|
+
"@humanwhocodes/retry": "^0.4.0"
|
|
245
|
+
},
|
|
246
|
+
"engines": {
|
|
247
|
+
"node": ">=18.18.0"
|
|
248
|
+
}
|
|
249
|
+
},
|
|
250
|
+
"node_modules/@humanwhocodes/module-importer": {
|
|
251
|
+
"version": "1.0.1",
|
|
252
|
+
"resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz",
|
|
253
|
+
"integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==",
|
|
254
|
+
"dev": true,
|
|
255
|
+
"license": "Apache-2.0",
|
|
256
|
+
"engines": {
|
|
257
|
+
"node": ">=12.22"
|
|
258
|
+
},
|
|
259
|
+
"funding": {
|
|
260
|
+
"type": "github",
|
|
261
|
+
"url": "https://github.com/sponsors/nzakas"
|
|
262
|
+
}
|
|
263
|
+
},
|
|
264
|
+
"node_modules/@humanwhocodes/retry": {
|
|
265
|
+
"version": "0.4.3",
|
|
266
|
+
"resolved": "https://registry.npmjs.org/@humanwhocodes/retry/-/retry-0.4.3.tgz",
|
|
267
|
+
"integrity": "sha512-bV0Tgo9K4hfPCek+aMAn81RppFKv2ySDQeMoSZuvTASywNTnVJCArCZE2FWqpvIatKu7VMRLWlR1EazvVhDyhQ==",
|
|
268
|
+
"dev": true,
|
|
269
|
+
"license": "Apache-2.0",
|
|
270
|
+
"engines": {
|
|
271
|
+
"node": ">=18.18"
|
|
272
|
+
},
|
|
273
|
+
"funding": {
|
|
274
|
+
"type": "github",
|
|
275
|
+
"url": "https://github.com/sponsors/nzakas"
|
|
276
|
+
}
|
|
277
|
+
},
|
|
278
|
+
"node_modules/@iarna/toml": {
|
|
279
|
+
"version": "2.2.5",
|
|
280
|
+
"resolved": "https://registry.npmjs.org/@iarna/toml/-/toml-2.2.5.tgz",
|
|
281
|
+
"integrity": "sha512-trnsAYxU3xnS1gPHPyU961coFyLkh4gAD/0zQ5mymY4yOZ+CYvsPqUbOFSw0aDM4y0tV7tiFxL/1XfXPNC6IPg==",
|
|
282
|
+
"license": "ISC"
|
|
283
|
+
},
|
|
284
|
+
"node_modules/@istanbuljs/schema": {
|
|
285
|
+
"version": "0.1.3",
|
|
286
|
+
"resolved": "https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.3.tgz",
|
|
287
|
+
"integrity": "sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==",
|
|
288
|
+
"dev": true,
|
|
289
|
+
"license": "MIT",
|
|
290
|
+
"engines": {
|
|
291
|
+
"node": ">=8"
|
|
292
|
+
}
|
|
293
|
+
},
|
|
294
|
+
"node_modules/@jridgewell/resolve-uri": {
|
|
295
|
+
"version": "3.1.2",
|
|
296
|
+
"resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
|
|
297
|
+
"integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
|
|
298
|
+
"dev": true,
|
|
299
|
+
"license": "MIT",
|
|
300
|
+
"engines": {
|
|
301
|
+
"node": ">=6.0.0"
|
|
302
|
+
}
|
|
303
|
+
},
|
|
304
|
+
"node_modules/@jridgewell/sourcemap-codec": {
|
|
305
|
+
"version": "1.5.5",
|
|
306
|
+
"resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz",
|
|
307
|
+
"integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==",
|
|
308
|
+
"dev": true,
|
|
309
|
+
"license": "MIT"
|
|
310
|
+
},
|
|
311
|
+
"node_modules/@jridgewell/trace-mapping": {
|
|
312
|
+
"version": "0.3.31",
|
|
313
|
+
"resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz",
|
|
314
|
+
"integrity": "sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==",
|
|
315
|
+
"dev": true,
|
|
316
|
+
"license": "MIT",
|
|
317
|
+
"dependencies": {
|
|
318
|
+
"@jridgewell/resolve-uri": "^3.1.0",
|
|
319
|
+
"@jridgewell/sourcemap-codec": "^1.4.14"
|
|
320
|
+
}
|
|
321
|
+
},
|
|
322
|
+
"node_modules/@opencode-ai/plugin": {
|
|
323
|
+
"version": "1.3.15",
|
|
324
|
+
"resolved": "https://registry.npmjs.org/@opencode-ai/plugin/-/plugin-1.3.15.tgz",
|
|
325
|
+
"integrity": "sha512-jZJbuvUXc5Limz8pacQl+ffATjjKGlq+xaA4wTUeW+/spwOf7Yr5Ryyvan8eNlYM8wy6h5SLfznl1rlFpjYC8w==",
|
|
326
|
+
"dev": true,
|
|
327
|
+
"license": "MIT",
|
|
328
|
+
"dependencies": {
|
|
329
|
+
"@opencode-ai/sdk": "1.3.15",
|
|
330
|
+
"zod": "4.1.8"
|
|
331
|
+
},
|
|
332
|
+
"peerDependencies": {
|
|
333
|
+
"@opentui/core": ">=0.1.96",
|
|
334
|
+
"@opentui/solid": ">=0.1.96"
|
|
335
|
+
},
|
|
336
|
+
"peerDependenciesMeta": {
|
|
337
|
+
"@opentui/core": {
|
|
338
|
+
"optional": true
|
|
339
|
+
},
|
|
340
|
+
"@opentui/solid": {
|
|
341
|
+
"optional": true
|
|
342
|
+
}
|
|
343
|
+
}
|
|
344
|
+
},
|
|
345
|
+
"node_modules/@opencode-ai/sdk": {
|
|
346
|
+
"version": "1.3.15",
|
|
347
|
+
"resolved": "https://registry.npmjs.org/@opencode-ai/sdk/-/sdk-1.3.15.tgz",
|
|
348
|
+
"integrity": "sha512-Uk59C7wsK20wpdr277yx7Xz7TqG5jGqlZUpSW3wDH/7a2K2iBg0lXc2wskHuCXLRXMhXpPZtb4a3SOpPENkkbg==",
|
|
349
|
+
"dev": true,
|
|
350
|
+
"license": "MIT",
|
|
351
|
+
"dependencies": {
|
|
352
|
+
"cross-spawn": "7.0.6"
|
|
353
|
+
}
|
|
354
|
+
},
|
|
355
|
+
"node_modules/@types/debug": {
|
|
356
|
+
"version": "4.1.12",
|
|
357
|
+
"resolved": "https://registry.npmjs.org/@types/debug/-/debug-4.1.12.tgz",
|
|
358
|
+
"integrity": "sha512-vIChWdVG3LG1SMxEvI/AK+FWJthlrqlTu7fbrlywTkkaONwk/UAGaULXRlf8vkzFBLVm0zkMdCquhL5aOjhXPQ==",
|
|
359
|
+
"dev": true,
|
|
360
|
+
"license": "MIT",
|
|
361
|
+
"dependencies": {
|
|
362
|
+
"@types/ms": "*"
|
|
363
|
+
}
|
|
364
|
+
},
|
|
365
|
+
"node_modules/@types/estree": {
|
|
366
|
+
"version": "1.0.8",
|
|
367
|
+
"resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.8.tgz",
|
|
368
|
+
"integrity": "sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==",
|
|
369
|
+
"dev": true,
|
|
370
|
+
"license": "MIT"
|
|
371
|
+
},
|
|
372
|
+
"node_modules/@types/istanbul-lib-coverage": {
|
|
373
|
+
"version": "2.0.6",
|
|
374
|
+
"resolved": "https://registry.npmjs.org/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.6.tgz",
|
|
375
|
+
"integrity": "sha512-2QF/t/auWm0lsy8XtKVPG19v3sSOQlJe/YHZgfjb/KBBHOGSV+J2q/S671rcq9uTBrLAXmZpqJiaQbMT+zNU1w==",
|
|
376
|
+
"dev": true,
|
|
377
|
+
"license": "MIT"
|
|
378
|
+
},
|
|
379
|
+
"node_modules/@types/json-schema": {
|
|
380
|
+
"version": "7.0.15",
|
|
381
|
+
"resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz",
|
|
382
|
+
"integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==",
|
|
383
|
+
"dev": true,
|
|
384
|
+
"license": "MIT"
|
|
385
|
+
},
|
|
386
|
+
"node_modules/@types/katex": {
|
|
387
|
+
"version": "0.16.8",
|
|
388
|
+
"resolved": "https://registry.npmjs.org/@types/katex/-/katex-0.16.8.tgz",
|
|
389
|
+
"integrity": "sha512-trgaNyfU+Xh2Tc+ABIb44a5AYUpicB3uwirOioeOkNPPbmgRNtcWyDeeFRzjPZENO9Vq8gvVqfhaaXWLlevVwg==",
|
|
390
|
+
"dev": true,
|
|
391
|
+
"license": "MIT"
|
|
392
|
+
},
|
|
393
|
+
"node_modules/@types/ms": {
|
|
394
|
+
"version": "2.1.0",
|
|
395
|
+
"resolved": "https://registry.npmjs.org/@types/ms/-/ms-2.1.0.tgz",
|
|
396
|
+
"integrity": "sha512-GsCCIZDE/p3i96vtEqx+7dBUGXrc7zeSK3wwPHIaRThS+9OhWIXRqzs4d6k1SVU8g91DrNRWxWUGhp5KXQb2VA==",
|
|
397
|
+
"dev": true,
|
|
398
|
+
"license": "MIT"
|
|
399
|
+
},
|
|
400
|
+
"node_modules/@types/node": {
|
|
401
|
+
"version": "25.8.0",
|
|
402
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-25.8.0.tgz",
|
|
403
|
+
"integrity": "sha512-TCFSk8IZh+iLX1xtksoBVtdmgL+1IX0fC9BeU4QqFSuNdN/K+HUlhqOzEmSYYpZUVsLYcPqc9KX+60iDuninSQ==",
|
|
404
|
+
"dev": true,
|
|
405
|
+
"license": "MIT",
|
|
406
|
+
"dependencies": {
|
|
407
|
+
"undici-types": ">=7.24.0 <7.24.7"
|
|
408
|
+
}
|
|
409
|
+
},
|
|
410
|
+
"node_modules/@types/unist": {
|
|
411
|
+
"version": "2.0.11",
|
|
412
|
+
"resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.11.tgz",
|
|
413
|
+
"integrity": "sha512-CmBKiL6NNo/OqgmMn95Fk9Whlp2mtvIv+KNpQKN2F4SjvrEesubTRWGYSg+BnWZOnlCaSTU1sMpsBOzgbYhnsA==",
|
|
414
|
+
"dev": true,
|
|
415
|
+
"license": "MIT"
|
|
416
|
+
},
|
|
417
|
+
"node_modules/acorn": {
|
|
418
|
+
"version": "8.15.0",
|
|
419
|
+
"resolved": "https://registry.npmjs.org/acorn/-/acorn-8.15.0.tgz",
|
|
420
|
+
"integrity": "sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==",
|
|
421
|
+
"dev": true,
|
|
422
|
+
"license": "MIT",
|
|
423
|
+
"bin": {
|
|
424
|
+
"acorn": "bin/acorn"
|
|
425
|
+
},
|
|
426
|
+
"engines": {
|
|
427
|
+
"node": ">=0.4.0"
|
|
428
|
+
}
|
|
429
|
+
},
|
|
430
|
+
"node_modules/acorn-jsx": {
|
|
431
|
+
"version": "5.3.2",
|
|
432
|
+
"resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz",
|
|
433
|
+
"integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==",
|
|
434
|
+
"dev": true,
|
|
435
|
+
"license": "MIT",
|
|
436
|
+
"peerDependencies": {
|
|
437
|
+
"acorn": "^6.0.0 || ^7.0.0 || ^8.0.0"
|
|
438
|
+
}
|
|
439
|
+
},
|
|
440
|
+
"node_modules/ajv": {
|
|
441
|
+
"version": "8.18.0",
|
|
442
|
+
"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.18.0.tgz",
|
|
443
|
+
"integrity": "sha512-PlXPeEWMXMZ7sPYOHqmDyCJzcfNrUr3fGNKtezX14ykXOEIvyK81d+qydx89KY5O71FKMPaQ2vBfBFI5NHR63A==",
|
|
444
|
+
"license": "MIT",
|
|
445
|
+
"dependencies": {
|
|
446
|
+
"fast-deep-equal": "^3.1.3",
|
|
447
|
+
"fast-uri": "^3.0.1",
|
|
448
|
+
"json-schema-traverse": "^1.0.0",
|
|
449
|
+
"require-from-string": "^2.0.2"
|
|
450
|
+
},
|
|
451
|
+
"funding": {
|
|
452
|
+
"type": "github",
|
|
453
|
+
"url": "https://github.com/sponsors/epoberezkin"
|
|
454
|
+
}
|
|
455
|
+
},
|
|
456
|
+
"node_modules/ansi-regex": {
|
|
457
|
+
"version": "6.2.2",
|
|
458
|
+
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.2.2.tgz",
|
|
459
|
+
"integrity": "sha512-Bq3SmSpyFHaWjPk8If9yc6svM8c56dB5BAtW4Qbw5jHTwwXXcTLoRMkpDJp6VL0XzlWaCHTXrkFURMYmD0sLqg==",
|
|
460
|
+
"dev": true,
|
|
461
|
+
"license": "MIT",
|
|
462
|
+
"engines": {
|
|
463
|
+
"node": ">=12"
|
|
464
|
+
},
|
|
465
|
+
"funding": {
|
|
466
|
+
"url": "https://github.com/chalk/ansi-regex?sponsor=1"
|
|
467
|
+
}
|
|
468
|
+
},
|
|
469
|
+
"node_modules/ansi-styles": {
|
|
470
|
+
"version": "4.3.0",
|
|
471
|
+
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
472
|
+
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
473
|
+
"dev": true,
|
|
474
|
+
"license": "MIT",
|
|
475
|
+
"dependencies": {
|
|
476
|
+
"color-convert": "^2.0.1"
|
|
477
|
+
},
|
|
478
|
+
"engines": {
|
|
479
|
+
"node": ">=8"
|
|
480
|
+
},
|
|
481
|
+
"funding": {
|
|
482
|
+
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
483
|
+
}
|
|
484
|
+
},
|
|
485
|
+
"node_modules/argparse": {
|
|
486
|
+
"version": "2.0.1",
|
|
487
|
+
"resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
|
|
488
|
+
"integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
|
|
489
|
+
"dev": true,
|
|
490
|
+
"license": "Python-2.0"
|
|
491
|
+
},
|
|
492
|
+
"node_modules/balanced-match": {
|
|
493
|
+
"version": "1.0.2",
|
|
494
|
+
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
|
|
495
|
+
"integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
|
|
496
|
+
"dev": true,
|
|
497
|
+
"license": "MIT"
|
|
498
|
+
},
|
|
499
|
+
"node_modules/brace-expansion": {
|
|
500
|
+
"version": "1.1.13",
|
|
501
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.13.tgz",
|
|
502
|
+
"integrity": "sha512-9ZLprWS6EENmhEOpjCYW2c8VkmOvckIJZfkr7rBW6dObmfgJ/L1GpSYW5Hpo9lDz4D1+n0Ckz8rU7FwHDQiG/w==",
|
|
503
|
+
"dev": true,
|
|
504
|
+
"license": "MIT",
|
|
505
|
+
"dependencies": {
|
|
506
|
+
"balanced-match": "^1.0.0",
|
|
507
|
+
"concat-map": "0.0.1"
|
|
508
|
+
}
|
|
509
|
+
},
|
|
510
|
+
"node_modules/c8": {
|
|
511
|
+
"version": "11.0.0",
|
|
512
|
+
"resolved": "https://registry.npmjs.org/c8/-/c8-11.0.0.tgz",
|
|
513
|
+
"integrity": "sha512-e/uRViGHSVIJv7zsaDKM7VRn2390TgHXqUSvYwPHBQaU6L7E9L0n9JbdkwdYPvshDT0KymBmmlwSpms3yBaMNg==",
|
|
514
|
+
"dev": true,
|
|
515
|
+
"license": "ISC",
|
|
516
|
+
"dependencies": {
|
|
517
|
+
"@bcoe/v8-coverage": "^1.0.1",
|
|
518
|
+
"@istanbuljs/schema": "^0.1.3",
|
|
519
|
+
"find-up": "^5.0.0",
|
|
520
|
+
"foreground-child": "^3.1.1",
|
|
521
|
+
"istanbul-lib-coverage": "^3.2.0",
|
|
522
|
+
"istanbul-lib-report": "^3.0.1",
|
|
523
|
+
"istanbul-reports": "^3.1.6",
|
|
524
|
+
"test-exclude": "^8.0.0",
|
|
525
|
+
"v8-to-istanbul": "^9.0.0",
|
|
526
|
+
"yargs": "^17.7.2",
|
|
527
|
+
"yargs-parser": "^21.1.1"
|
|
528
|
+
},
|
|
529
|
+
"bin": {
|
|
530
|
+
"c8": "bin/c8.js"
|
|
531
|
+
},
|
|
532
|
+
"engines": {
|
|
533
|
+
"node": "20 || >=22"
|
|
534
|
+
},
|
|
535
|
+
"peerDependencies": {
|
|
536
|
+
"monocart-coverage-reports": "^2"
|
|
537
|
+
},
|
|
538
|
+
"peerDependenciesMeta": {
|
|
539
|
+
"monocart-coverage-reports": {
|
|
540
|
+
"optional": true
|
|
541
|
+
}
|
|
542
|
+
}
|
|
543
|
+
},
|
|
544
|
+
"node_modules/callsites": {
|
|
545
|
+
"version": "3.1.0",
|
|
546
|
+
"resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz",
|
|
547
|
+
"integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==",
|
|
548
|
+
"dev": true,
|
|
549
|
+
"license": "MIT",
|
|
550
|
+
"engines": {
|
|
551
|
+
"node": ">=6"
|
|
552
|
+
}
|
|
553
|
+
},
|
|
554
|
+
"node_modules/chalk": {
|
|
555
|
+
"version": "4.1.2",
|
|
556
|
+
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
557
|
+
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
|
|
558
|
+
"dev": true,
|
|
559
|
+
"license": "MIT",
|
|
560
|
+
"dependencies": {
|
|
561
|
+
"ansi-styles": "^4.1.0",
|
|
562
|
+
"supports-color": "^7.1.0"
|
|
563
|
+
},
|
|
564
|
+
"engines": {
|
|
565
|
+
"node": ">=10"
|
|
566
|
+
},
|
|
567
|
+
"funding": {
|
|
568
|
+
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
569
|
+
}
|
|
570
|
+
},
|
|
571
|
+
"node_modules/character-entities": {
|
|
572
|
+
"version": "2.0.2",
|
|
573
|
+
"resolved": "https://registry.npmjs.org/character-entities/-/character-entities-2.0.2.tgz",
|
|
574
|
+
"integrity": "sha512-shx7oQ0Awen/BRIdkjkvz54PnEEI/EjwXDSIZp86/KKdbafHh1Df/RYGBhn4hbe2+uKC9FnT5UCEdyPz3ai9hQ==",
|
|
575
|
+
"dev": true,
|
|
576
|
+
"license": "MIT",
|
|
577
|
+
"funding": {
|
|
578
|
+
"type": "github",
|
|
579
|
+
"url": "https://github.com/sponsors/wooorm"
|
|
580
|
+
}
|
|
581
|
+
},
|
|
582
|
+
"node_modules/character-entities-legacy": {
|
|
583
|
+
"version": "3.0.0",
|
|
584
|
+
"resolved": "https://registry.npmjs.org/character-entities-legacy/-/character-entities-legacy-3.0.0.tgz",
|
|
585
|
+
"integrity": "sha512-RpPp0asT/6ufRm//AJVwpViZbGM/MkjQFxJccQRHmISF/22NBtsHqAWmL+/pmkPWoIUJdWyeVleTl1wydHATVQ==",
|
|
586
|
+
"dev": true,
|
|
587
|
+
"license": "MIT",
|
|
588
|
+
"funding": {
|
|
589
|
+
"type": "github",
|
|
590
|
+
"url": "https://github.com/sponsors/wooorm"
|
|
591
|
+
}
|
|
592
|
+
},
|
|
593
|
+
"node_modules/character-reference-invalid": {
|
|
594
|
+
"version": "2.0.1",
|
|
595
|
+
"resolved": "https://registry.npmjs.org/character-reference-invalid/-/character-reference-invalid-2.0.1.tgz",
|
|
596
|
+
"integrity": "sha512-iBZ4F4wRbyORVsu0jPV7gXkOsGYjGHPmAyv+HiHG8gi5PtC9KI2j1+v8/tlibRvjoWX027ypmG/n0HtO5t7unw==",
|
|
597
|
+
"dev": true,
|
|
598
|
+
"license": "MIT",
|
|
599
|
+
"funding": {
|
|
600
|
+
"type": "github",
|
|
601
|
+
"url": "https://github.com/sponsors/wooorm"
|
|
602
|
+
}
|
|
603
|
+
},
|
|
604
|
+
"node_modules/cliui": {
|
|
605
|
+
"version": "8.0.1",
|
|
606
|
+
"resolved": "https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz",
|
|
607
|
+
"integrity": "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==",
|
|
608
|
+
"dev": true,
|
|
609
|
+
"license": "ISC",
|
|
610
|
+
"dependencies": {
|
|
611
|
+
"string-width": "^4.2.0",
|
|
612
|
+
"strip-ansi": "^6.0.1",
|
|
613
|
+
"wrap-ansi": "^7.0.0"
|
|
614
|
+
},
|
|
615
|
+
"engines": {
|
|
616
|
+
"node": ">=12"
|
|
617
|
+
}
|
|
618
|
+
},
|
|
619
|
+
"node_modules/cliui/node_modules/ansi-regex": {
|
|
620
|
+
"version": "5.0.1",
|
|
621
|
+
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
|
|
622
|
+
"integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
|
|
623
|
+
"dev": true,
|
|
624
|
+
"license": "MIT",
|
|
625
|
+
"engines": {
|
|
626
|
+
"node": ">=8"
|
|
627
|
+
}
|
|
628
|
+
},
|
|
629
|
+
"node_modules/cliui/node_modules/string-width": {
|
|
630
|
+
"version": "4.2.3",
|
|
631
|
+
"resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
|
|
632
|
+
"integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
|
|
633
|
+
"dev": true,
|
|
634
|
+
"license": "MIT",
|
|
635
|
+
"dependencies": {
|
|
636
|
+
"emoji-regex": "^8.0.0",
|
|
637
|
+
"is-fullwidth-code-point": "^3.0.0",
|
|
638
|
+
"strip-ansi": "^6.0.1"
|
|
639
|
+
},
|
|
640
|
+
"engines": {
|
|
641
|
+
"node": ">=8"
|
|
642
|
+
}
|
|
643
|
+
},
|
|
644
|
+
"node_modules/cliui/node_modules/strip-ansi": {
|
|
645
|
+
"version": "6.0.1",
|
|
646
|
+
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
|
|
647
|
+
"integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
|
|
648
|
+
"dev": true,
|
|
649
|
+
"license": "MIT",
|
|
650
|
+
"dependencies": {
|
|
651
|
+
"ansi-regex": "^5.0.1"
|
|
652
|
+
},
|
|
653
|
+
"engines": {
|
|
654
|
+
"node": ">=8"
|
|
655
|
+
}
|
|
656
|
+
},
|
|
657
|
+
"node_modules/cliui/node_modules/wrap-ansi": {
|
|
658
|
+
"version": "7.0.0",
|
|
659
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
|
|
660
|
+
"integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
|
|
661
|
+
"dev": true,
|
|
662
|
+
"license": "MIT",
|
|
663
|
+
"dependencies": {
|
|
664
|
+
"ansi-styles": "^4.0.0",
|
|
665
|
+
"string-width": "^4.1.0",
|
|
666
|
+
"strip-ansi": "^6.0.0"
|
|
667
|
+
},
|
|
668
|
+
"engines": {
|
|
669
|
+
"node": ">=10"
|
|
670
|
+
},
|
|
671
|
+
"funding": {
|
|
672
|
+
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
673
|
+
}
|
|
674
|
+
},
|
|
675
|
+
"node_modules/color-convert": {
|
|
676
|
+
"version": "2.0.1",
|
|
677
|
+
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
|
|
678
|
+
"integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
|
|
679
|
+
"dev": true,
|
|
680
|
+
"license": "MIT",
|
|
681
|
+
"dependencies": {
|
|
682
|
+
"color-name": "~1.1.4"
|
|
683
|
+
},
|
|
684
|
+
"engines": {
|
|
685
|
+
"node": ">=7.0.0"
|
|
686
|
+
}
|
|
687
|
+
},
|
|
688
|
+
"node_modules/color-name": {
|
|
689
|
+
"version": "1.1.4",
|
|
690
|
+
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
|
|
691
|
+
"integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
|
|
692
|
+
"dev": true,
|
|
693
|
+
"license": "MIT"
|
|
694
|
+
},
|
|
695
|
+
"node_modules/commander": {
|
|
696
|
+
"version": "14.0.3",
|
|
697
|
+
"resolved": "https://registry.npmjs.org/commander/-/commander-14.0.3.tgz",
|
|
698
|
+
"integrity": "sha512-H+y0Jo/T1RZ9qPP4Eh1pkcQcLRglraJaSLoyOtHxu6AapkjWVCy2Sit1QQ4x3Dng8qDlSsZEet7g5Pq06MvTgw==",
|
|
699
|
+
"dev": true,
|
|
700
|
+
"engines": {
|
|
701
|
+
"node": ">=20"
|
|
702
|
+
}
|
|
703
|
+
},
|
|
704
|
+
"node_modules/concat-map": {
|
|
705
|
+
"version": "0.0.1",
|
|
706
|
+
"resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
|
|
707
|
+
"integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==",
|
|
708
|
+
"dev": true,
|
|
709
|
+
"license": "MIT"
|
|
710
|
+
},
|
|
711
|
+
"node_modules/convert-source-map": {
|
|
712
|
+
"version": "2.0.0",
|
|
713
|
+
"resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz",
|
|
714
|
+
"integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==",
|
|
715
|
+
"dev": true,
|
|
716
|
+
"license": "MIT"
|
|
717
|
+
},
|
|
718
|
+
"node_modules/cross-spawn": {
|
|
719
|
+
"version": "7.0.6",
|
|
720
|
+
"resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz",
|
|
721
|
+
"integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==",
|
|
722
|
+
"dev": true,
|
|
723
|
+
"license": "MIT",
|
|
724
|
+
"dependencies": {
|
|
725
|
+
"path-key": "^3.1.0",
|
|
726
|
+
"shebang-command": "^2.0.0",
|
|
727
|
+
"which": "^2.0.1"
|
|
728
|
+
},
|
|
729
|
+
"engines": {
|
|
730
|
+
"node": ">= 8"
|
|
731
|
+
}
|
|
732
|
+
},
|
|
733
|
+
"node_modules/debug": {
|
|
734
|
+
"version": "4.4.3",
|
|
735
|
+
"resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz",
|
|
736
|
+
"integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
|
|
737
|
+
"dev": true,
|
|
738
|
+
"license": "MIT",
|
|
739
|
+
"dependencies": {
|
|
740
|
+
"ms": "^2.1.3"
|
|
741
|
+
},
|
|
742
|
+
"engines": {
|
|
743
|
+
"node": ">=6.0"
|
|
744
|
+
},
|
|
745
|
+
"peerDependenciesMeta": {
|
|
746
|
+
"supports-color": {
|
|
747
|
+
"optional": true
|
|
748
|
+
}
|
|
749
|
+
}
|
|
750
|
+
},
|
|
751
|
+
"node_modules/decode-named-character-reference": {
|
|
752
|
+
"version": "1.3.0",
|
|
753
|
+
"resolved": "https://registry.npmjs.org/decode-named-character-reference/-/decode-named-character-reference-1.3.0.tgz",
|
|
754
|
+
"integrity": "sha512-GtpQYB283KrPp6nRw50q3U9/VfOutZOe103qlN7BPP6Ad27xYnOIWv4lPzo8HCAL+mMZofJ9KEy30fq6MfaK6Q==",
|
|
755
|
+
"dev": true,
|
|
756
|
+
"license": "MIT",
|
|
757
|
+
"dependencies": {
|
|
758
|
+
"character-entities": "^2.0.0"
|
|
759
|
+
},
|
|
760
|
+
"funding": {
|
|
761
|
+
"type": "github",
|
|
762
|
+
"url": "https://github.com/sponsors/wooorm"
|
|
763
|
+
}
|
|
764
|
+
},
|
|
765
|
+
"node_modules/deep-extend": {
|
|
766
|
+
"version": "0.6.0",
|
|
767
|
+
"resolved": "https://registry.npmjs.org/deep-extend/-/deep-extend-0.6.0.tgz",
|
|
768
|
+
"integrity": "sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==",
|
|
769
|
+
"dev": true,
|
|
770
|
+
"license": "MIT",
|
|
771
|
+
"engines": {
|
|
772
|
+
"node": ">=4.0.0"
|
|
773
|
+
}
|
|
774
|
+
},
|
|
775
|
+
"node_modules/deep-is": {
|
|
776
|
+
"version": "0.1.4",
|
|
777
|
+
"resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz",
|
|
778
|
+
"integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==",
|
|
779
|
+
"dev": true,
|
|
780
|
+
"license": "MIT"
|
|
781
|
+
},
|
|
782
|
+
"node_modules/dequal": {
|
|
783
|
+
"version": "2.0.3",
|
|
784
|
+
"resolved": "https://registry.npmjs.org/dequal/-/dequal-2.0.3.tgz",
|
|
785
|
+
"integrity": "sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==",
|
|
786
|
+
"dev": true,
|
|
787
|
+
"license": "MIT",
|
|
788
|
+
"engines": {
|
|
789
|
+
"node": ">=6"
|
|
790
|
+
}
|
|
791
|
+
},
|
|
792
|
+
"node_modules/devlop": {
|
|
793
|
+
"version": "1.1.0",
|
|
794
|
+
"resolved": "https://registry.npmjs.org/devlop/-/devlop-1.1.0.tgz",
|
|
795
|
+
"integrity": "sha512-RWmIqhcFf1lRYBvNmr7qTNuyCt/7/ns2jbpp1+PalgE/rDQcBT0fioSMUpJ93irlUhC5hrg4cYqe6U+0ImW0rA==",
|
|
796
|
+
"dev": true,
|
|
797
|
+
"license": "MIT",
|
|
798
|
+
"dependencies": {
|
|
799
|
+
"dequal": "^2.0.0"
|
|
800
|
+
},
|
|
801
|
+
"funding": {
|
|
802
|
+
"type": "github",
|
|
803
|
+
"url": "https://github.com/sponsors/wooorm"
|
|
804
|
+
}
|
|
805
|
+
},
|
|
806
|
+
"node_modules/emoji-regex": {
|
|
807
|
+
"version": "8.0.0",
|
|
808
|
+
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
|
|
809
|
+
"integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
|
|
810
|
+
"dev": true,
|
|
811
|
+
"license": "MIT"
|
|
812
|
+
},
|
|
813
|
+
"node_modules/entities": {
|
|
814
|
+
"version": "4.5.0",
|
|
815
|
+
"resolved": "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz",
|
|
816
|
+
"integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==",
|
|
817
|
+
"dev": true,
|
|
818
|
+
"engines": {
|
|
819
|
+
"node": ">=0.12"
|
|
820
|
+
},
|
|
821
|
+
"funding": {
|
|
822
|
+
"url": "https://github.com/fb55/entities?sponsor=1"
|
|
823
|
+
}
|
|
824
|
+
},
|
|
825
|
+
"node_modules/escalade": {
|
|
826
|
+
"version": "3.2.0",
|
|
827
|
+
"resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz",
|
|
828
|
+
"integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==",
|
|
829
|
+
"dev": true,
|
|
830
|
+
"license": "MIT",
|
|
831
|
+
"engines": {
|
|
832
|
+
"node": ">=6"
|
|
833
|
+
}
|
|
834
|
+
},
|
|
835
|
+
"node_modules/escape-string-regexp": {
|
|
836
|
+
"version": "4.0.0",
|
|
837
|
+
"resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
|
|
838
|
+
"integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==",
|
|
839
|
+
"dev": true,
|
|
840
|
+
"license": "MIT",
|
|
841
|
+
"engines": {
|
|
842
|
+
"node": ">=10"
|
|
843
|
+
},
|
|
844
|
+
"funding": {
|
|
845
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
846
|
+
}
|
|
847
|
+
},
|
|
848
|
+
"node_modules/eslint": {
|
|
849
|
+
"version": "9.39.2",
|
|
850
|
+
"resolved": "https://registry.npmjs.org/eslint/-/eslint-9.39.2.tgz",
|
|
851
|
+
"integrity": "sha512-LEyamqS7W5HB3ujJyvi0HQK/dtVINZvd5mAAp9eT5S/ujByGjiZLCzPcHVzuXbpJDJF/cxwHlfceVUDZ2lnSTw==",
|
|
852
|
+
"dev": true,
|
|
853
|
+
"license": "MIT",
|
|
854
|
+
"dependencies": {
|
|
855
|
+
"@eslint-community/eslint-utils": "^4.8.0",
|
|
856
|
+
"@eslint-community/regexpp": "^4.12.1",
|
|
857
|
+
"@eslint/config-array": "^0.21.1",
|
|
858
|
+
"@eslint/config-helpers": "^0.4.2",
|
|
859
|
+
"@eslint/core": "^0.17.0",
|
|
860
|
+
"@eslint/eslintrc": "^3.3.1",
|
|
861
|
+
"@eslint/js": "9.39.2",
|
|
862
|
+
"@eslint/plugin-kit": "^0.4.1",
|
|
863
|
+
"@humanfs/node": "^0.16.6",
|
|
864
|
+
"@humanwhocodes/module-importer": "^1.0.1",
|
|
865
|
+
"@humanwhocodes/retry": "^0.4.2",
|
|
866
|
+
"@types/estree": "^1.0.6",
|
|
867
|
+
"ajv": "^6.12.4",
|
|
868
|
+
"chalk": "^4.0.0",
|
|
869
|
+
"cross-spawn": "^7.0.6",
|
|
870
|
+
"debug": "^4.3.2",
|
|
871
|
+
"escape-string-regexp": "^4.0.0",
|
|
872
|
+
"eslint-scope": "^8.4.0",
|
|
873
|
+
"eslint-visitor-keys": "^4.2.1",
|
|
874
|
+
"espree": "^10.4.0",
|
|
875
|
+
"esquery": "^1.5.0",
|
|
876
|
+
"esutils": "^2.0.2",
|
|
877
|
+
"fast-deep-equal": "^3.1.3",
|
|
878
|
+
"file-entry-cache": "^8.0.0",
|
|
879
|
+
"find-up": "^5.0.0",
|
|
880
|
+
"glob-parent": "^6.0.2",
|
|
881
|
+
"ignore": "^5.2.0",
|
|
882
|
+
"imurmurhash": "^0.1.4",
|
|
883
|
+
"is-glob": "^4.0.0",
|
|
884
|
+
"json-stable-stringify-without-jsonify": "^1.0.1",
|
|
885
|
+
"lodash.merge": "^4.6.2",
|
|
886
|
+
"minimatch": "^3.1.2",
|
|
887
|
+
"natural-compare": "^1.4.0",
|
|
888
|
+
"optionator": "^0.9.3"
|
|
889
|
+
},
|
|
890
|
+
"bin": {
|
|
891
|
+
"eslint": "bin/eslint.js"
|
|
892
|
+
},
|
|
893
|
+
"engines": {
|
|
894
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
895
|
+
},
|
|
896
|
+
"funding": {
|
|
897
|
+
"url": "https://eslint.org/donate"
|
|
898
|
+
},
|
|
899
|
+
"peerDependencies": {
|
|
900
|
+
"jiti": "*"
|
|
901
|
+
},
|
|
902
|
+
"peerDependenciesMeta": {
|
|
903
|
+
"jiti": {
|
|
904
|
+
"optional": true
|
|
905
|
+
}
|
|
906
|
+
}
|
|
907
|
+
},
|
|
908
|
+
"node_modules/eslint-scope": {
|
|
909
|
+
"version": "8.4.0",
|
|
910
|
+
"resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-8.4.0.tgz",
|
|
911
|
+
"integrity": "sha512-sNXOfKCn74rt8RICKMvJS7XKV/Xk9kA7DyJr8mJik3S7Cwgy3qlkkmyS2uQB3jiJg6VNdZd/pDBJu0nvG2NlTg==",
|
|
912
|
+
"dev": true,
|
|
913
|
+
"license": "BSD-2-Clause",
|
|
914
|
+
"dependencies": {
|
|
915
|
+
"esrecurse": "^4.3.0",
|
|
916
|
+
"estraverse": "^5.2.0"
|
|
917
|
+
},
|
|
918
|
+
"engines": {
|
|
919
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
920
|
+
},
|
|
921
|
+
"funding": {
|
|
922
|
+
"url": "https://opencollective.com/eslint"
|
|
923
|
+
}
|
|
924
|
+
},
|
|
925
|
+
"node_modules/eslint-visitor-keys": {
|
|
926
|
+
"version": "4.2.1",
|
|
927
|
+
"resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz",
|
|
928
|
+
"integrity": "sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==",
|
|
929
|
+
"dev": true,
|
|
930
|
+
"license": "Apache-2.0",
|
|
931
|
+
"engines": {
|
|
932
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
933
|
+
},
|
|
934
|
+
"funding": {
|
|
935
|
+
"url": "https://opencollective.com/eslint"
|
|
936
|
+
}
|
|
937
|
+
},
|
|
938
|
+
"node_modules/eslint/node_modules/ajv": {
|
|
939
|
+
"version": "6.14.0",
|
|
940
|
+
"resolved": "https://registry.npmjs.org/ajv/-/ajv-6.14.0.tgz",
|
|
941
|
+
"integrity": "sha512-IWrosm/yrn43eiKqkfkHis7QioDleaXQHdDVPKg0FSwwd/DuvyX79TZnFOnYpB7dcsFAMmtFztZuXPDvSePkFw==",
|
|
942
|
+
"dev": true,
|
|
943
|
+
"license": "MIT",
|
|
944
|
+
"dependencies": {
|
|
945
|
+
"fast-deep-equal": "^3.1.1",
|
|
946
|
+
"fast-json-stable-stringify": "^2.0.0",
|
|
947
|
+
"json-schema-traverse": "^0.4.1",
|
|
948
|
+
"uri-js": "^4.2.2"
|
|
949
|
+
},
|
|
950
|
+
"funding": {
|
|
951
|
+
"type": "github",
|
|
952
|
+
"url": "https://github.com/sponsors/epoberezkin"
|
|
953
|
+
}
|
|
954
|
+
},
|
|
955
|
+
"node_modules/eslint/node_modules/json-schema-traverse": {
|
|
956
|
+
"version": "0.4.1",
|
|
957
|
+
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
|
|
958
|
+
"integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
|
|
959
|
+
"dev": true,
|
|
960
|
+
"license": "MIT"
|
|
961
|
+
},
|
|
962
|
+
"node_modules/espree": {
|
|
963
|
+
"version": "10.4.0",
|
|
964
|
+
"resolved": "https://registry.npmjs.org/espree/-/espree-10.4.0.tgz",
|
|
965
|
+
"integrity": "sha512-j6PAQ2uUr79PZhBjP5C5fhl8e39FmRnOjsD5lGnWrFU8i2G776tBK7+nP8KuQUTTyAZUwfQqXAgrVH5MbH9CYQ==",
|
|
966
|
+
"dev": true,
|
|
967
|
+
"license": "BSD-2-Clause",
|
|
968
|
+
"dependencies": {
|
|
969
|
+
"acorn": "^8.15.0",
|
|
970
|
+
"acorn-jsx": "^5.3.2",
|
|
971
|
+
"eslint-visitor-keys": "^4.2.1"
|
|
972
|
+
},
|
|
973
|
+
"engines": {
|
|
974
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
975
|
+
},
|
|
976
|
+
"funding": {
|
|
977
|
+
"url": "https://opencollective.com/eslint"
|
|
978
|
+
}
|
|
979
|
+
},
|
|
980
|
+
"node_modules/esquery": {
|
|
981
|
+
"version": "1.7.0",
|
|
982
|
+
"resolved": "https://registry.npmjs.org/esquery/-/esquery-1.7.0.tgz",
|
|
983
|
+
"integrity": "sha512-Ap6G0WQwcU/LHsvLwON1fAQX9Zp0A2Y6Y/cJBl9r/JbW90Zyg4/zbG6zzKa2OTALELarYHmKu0GhpM5EO+7T0g==",
|
|
984
|
+
"dev": true,
|
|
985
|
+
"license": "BSD-3-Clause",
|
|
986
|
+
"dependencies": {
|
|
987
|
+
"estraverse": "^5.1.0"
|
|
988
|
+
},
|
|
989
|
+
"engines": {
|
|
990
|
+
"node": ">=0.10"
|
|
991
|
+
}
|
|
992
|
+
},
|
|
993
|
+
"node_modules/esrecurse": {
|
|
994
|
+
"version": "4.3.0",
|
|
995
|
+
"resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz",
|
|
996
|
+
"integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==",
|
|
997
|
+
"dev": true,
|
|
998
|
+
"license": "BSD-2-Clause",
|
|
999
|
+
"dependencies": {
|
|
1000
|
+
"estraverse": "^5.2.0"
|
|
1001
|
+
},
|
|
1002
|
+
"engines": {
|
|
1003
|
+
"node": ">=4.0"
|
|
1004
|
+
}
|
|
1005
|
+
},
|
|
1006
|
+
"node_modules/estraverse": {
|
|
1007
|
+
"version": "5.3.0",
|
|
1008
|
+
"resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz",
|
|
1009
|
+
"integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==",
|
|
1010
|
+
"dev": true,
|
|
1011
|
+
"license": "BSD-2-Clause",
|
|
1012
|
+
"engines": {
|
|
1013
|
+
"node": ">=4.0"
|
|
1014
|
+
}
|
|
1015
|
+
},
|
|
1016
|
+
"node_modules/esutils": {
|
|
1017
|
+
"version": "2.0.3",
|
|
1018
|
+
"resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz",
|
|
1019
|
+
"integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==",
|
|
1020
|
+
"dev": true,
|
|
1021
|
+
"license": "BSD-2-Clause",
|
|
1022
|
+
"engines": {
|
|
1023
|
+
"node": ">=0.10.0"
|
|
1024
|
+
}
|
|
1025
|
+
},
|
|
1026
|
+
"node_modules/fast-deep-equal": {
|
|
1027
|
+
"version": "3.1.3",
|
|
1028
|
+
"resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
|
|
1029
|
+
"integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==",
|
|
1030
|
+
"license": "MIT"
|
|
1031
|
+
},
|
|
1032
|
+
"node_modules/fast-json-stable-stringify": {
|
|
1033
|
+
"version": "2.1.0",
|
|
1034
|
+
"resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz",
|
|
1035
|
+
"integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==",
|
|
1036
|
+
"dev": true,
|
|
1037
|
+
"license": "MIT"
|
|
1038
|
+
},
|
|
1039
|
+
"node_modules/fast-levenshtein": {
|
|
1040
|
+
"version": "2.0.6",
|
|
1041
|
+
"resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz",
|
|
1042
|
+
"integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==",
|
|
1043
|
+
"dev": true,
|
|
1044
|
+
"license": "MIT"
|
|
1045
|
+
},
|
|
1046
|
+
"node_modules/fast-uri": {
|
|
1047
|
+
"version": "3.1.2",
|
|
1048
|
+
"resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.2.tgz",
|
|
1049
|
+
"integrity": "sha512-rVjf7ArG3LTk+FS6Yw81V1DLuZl1bRbNrev6Tmd/9RaroeeRRJhAt7jg/6YFxbvAQXUCavSoZhPPj6oOx+5KjQ==",
|
|
1050
|
+
"funding": [
|
|
1051
|
+
{
|
|
1052
|
+
"type": "github",
|
|
1053
|
+
"url": "https://github.com/sponsors/fastify"
|
|
1054
|
+
},
|
|
1055
|
+
{
|
|
1056
|
+
"type": "opencollective",
|
|
1057
|
+
"url": "https://opencollective.com/fastify"
|
|
1058
|
+
}
|
|
1059
|
+
],
|
|
1060
|
+
"license": "BSD-3-Clause"
|
|
1061
|
+
},
|
|
1062
|
+
"node_modules/fdir": {
|
|
1063
|
+
"version": "6.5.0",
|
|
1064
|
+
"resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz",
|
|
1065
|
+
"integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==",
|
|
1066
|
+
"dev": true,
|
|
1067
|
+
"license": "MIT",
|
|
1068
|
+
"engines": {
|
|
1069
|
+
"node": ">=12.0.0"
|
|
1070
|
+
},
|
|
1071
|
+
"peerDependencies": {
|
|
1072
|
+
"picomatch": "^3 || ^4"
|
|
1073
|
+
},
|
|
1074
|
+
"peerDependenciesMeta": {
|
|
1075
|
+
"picomatch": {
|
|
1076
|
+
"optional": true
|
|
1077
|
+
}
|
|
1078
|
+
}
|
|
1079
|
+
},
|
|
1080
|
+
"node_modules/file-entry-cache": {
|
|
1081
|
+
"version": "8.0.0",
|
|
1082
|
+
"resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-8.0.0.tgz",
|
|
1083
|
+
"integrity": "sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==",
|
|
1084
|
+
"dev": true,
|
|
1085
|
+
"license": "MIT",
|
|
1086
|
+
"dependencies": {
|
|
1087
|
+
"flat-cache": "^4.0.0"
|
|
1088
|
+
},
|
|
1089
|
+
"engines": {
|
|
1090
|
+
"node": ">=16.0.0"
|
|
1091
|
+
}
|
|
1092
|
+
},
|
|
1093
|
+
"node_modules/find-up": {
|
|
1094
|
+
"version": "5.0.0",
|
|
1095
|
+
"resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
|
|
1096
|
+
"integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
|
|
1097
|
+
"dev": true,
|
|
1098
|
+
"license": "MIT",
|
|
1099
|
+
"dependencies": {
|
|
1100
|
+
"locate-path": "^6.0.0",
|
|
1101
|
+
"path-exists": "^4.0.0"
|
|
1102
|
+
},
|
|
1103
|
+
"engines": {
|
|
1104
|
+
"node": ">=10"
|
|
1105
|
+
},
|
|
1106
|
+
"funding": {
|
|
1107
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
1108
|
+
}
|
|
1109
|
+
},
|
|
1110
|
+
"node_modules/flat-cache": {
|
|
1111
|
+
"version": "4.0.1",
|
|
1112
|
+
"resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-4.0.1.tgz",
|
|
1113
|
+
"integrity": "sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==",
|
|
1114
|
+
"dev": true,
|
|
1115
|
+
"license": "MIT",
|
|
1116
|
+
"dependencies": {
|
|
1117
|
+
"flatted": "^3.2.9",
|
|
1118
|
+
"keyv": "^4.5.4"
|
|
1119
|
+
},
|
|
1120
|
+
"engines": {
|
|
1121
|
+
"node": ">=16"
|
|
1122
|
+
}
|
|
1123
|
+
},
|
|
1124
|
+
"node_modules/flatted": {
|
|
1125
|
+
"version": "3.4.2",
|
|
1126
|
+
"resolved": "https://registry.npmjs.org/flatted/-/flatted-3.4.2.tgz",
|
|
1127
|
+
"integrity": "sha512-PjDse7RzhcPkIJwy5t7KPWQSZ9cAbzQXcafsetQoD7sOJRQlGikNbx7yZp2OotDnJyrDcbyRq3Ttb18iYOqkxA==",
|
|
1128
|
+
"dev": true,
|
|
1129
|
+
"license": "ISC"
|
|
1130
|
+
},
|
|
1131
|
+
"node_modules/foreground-child": {
|
|
1132
|
+
"version": "3.3.1",
|
|
1133
|
+
"resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.3.1.tgz",
|
|
1134
|
+
"integrity": "sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw==",
|
|
1135
|
+
"dev": true,
|
|
1136
|
+
"license": "ISC",
|
|
1137
|
+
"dependencies": {
|
|
1138
|
+
"cross-spawn": "^7.0.6",
|
|
1139
|
+
"signal-exit": "^4.0.1"
|
|
1140
|
+
},
|
|
1141
|
+
"engines": {
|
|
1142
|
+
"node": ">=14"
|
|
1143
|
+
},
|
|
1144
|
+
"funding": {
|
|
1145
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
1146
|
+
}
|
|
1147
|
+
},
|
|
1148
|
+
"node_modules/get-caller-file": {
|
|
1149
|
+
"version": "2.0.5",
|
|
1150
|
+
"resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz",
|
|
1151
|
+
"integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==",
|
|
1152
|
+
"dev": true,
|
|
1153
|
+
"license": "ISC",
|
|
1154
|
+
"engines": {
|
|
1155
|
+
"node": "6.* || 8.* || >= 10.*"
|
|
1156
|
+
}
|
|
1157
|
+
},
|
|
1158
|
+
"node_modules/get-east-asian-width": {
|
|
1159
|
+
"version": "1.4.0",
|
|
1160
|
+
"resolved": "https://registry.npmjs.org/get-east-asian-width/-/get-east-asian-width-1.4.0.tgz",
|
|
1161
|
+
"integrity": "sha512-QZjmEOC+IT1uk6Rx0sX22V6uHWVwbdbxf1faPqJ1QhLdGgsRGCZoyaQBm/piRdJy/D2um6hM1UP7ZEeQ4EkP+Q==",
|
|
1162
|
+
"dev": true,
|
|
1163
|
+
"license": "MIT",
|
|
1164
|
+
"engines": {
|
|
1165
|
+
"node": ">=18"
|
|
1166
|
+
},
|
|
1167
|
+
"funding": {
|
|
1168
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
1169
|
+
}
|
|
1170
|
+
},
|
|
1171
|
+
"node_modules/glob": {
|
|
1172
|
+
"version": "13.0.6",
|
|
1173
|
+
"resolved": "https://registry.npmjs.org/glob/-/glob-13.0.6.tgz",
|
|
1174
|
+
"integrity": "sha512-Wjlyrolmm8uDpm/ogGyXZXb1Z+Ca2B8NbJwqBVg0axK9GbBeoS7yGV6vjXnYdGm6X53iehEuxxbyiKp8QmN4Vw==",
|
|
1175
|
+
"dev": true,
|
|
1176
|
+
"license": "BlueOak-1.0.0",
|
|
1177
|
+
"dependencies": {
|
|
1178
|
+
"minimatch": "^10.2.2",
|
|
1179
|
+
"minipass": "^7.1.3",
|
|
1180
|
+
"path-scurry": "^2.0.2"
|
|
1181
|
+
},
|
|
1182
|
+
"engines": {
|
|
1183
|
+
"node": "18 || 20 || >=22"
|
|
1184
|
+
},
|
|
1185
|
+
"funding": {
|
|
1186
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
1187
|
+
}
|
|
1188
|
+
},
|
|
1189
|
+
"node_modules/glob-parent": {
|
|
1190
|
+
"version": "6.0.2",
|
|
1191
|
+
"resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz",
|
|
1192
|
+
"integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==",
|
|
1193
|
+
"dev": true,
|
|
1194
|
+
"license": "ISC",
|
|
1195
|
+
"dependencies": {
|
|
1196
|
+
"is-glob": "^4.0.3"
|
|
1197
|
+
},
|
|
1198
|
+
"engines": {
|
|
1199
|
+
"node": ">=10.13.0"
|
|
1200
|
+
}
|
|
1201
|
+
},
|
|
1202
|
+
"node_modules/glob/node_modules/balanced-match": {
|
|
1203
|
+
"version": "4.0.4",
|
|
1204
|
+
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.4.tgz",
|
|
1205
|
+
"integrity": "sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==",
|
|
1206
|
+
"dev": true,
|
|
1207
|
+
"license": "MIT",
|
|
1208
|
+
"engines": {
|
|
1209
|
+
"node": "18 || 20 || >=22"
|
|
1210
|
+
}
|
|
1211
|
+
},
|
|
1212
|
+
"node_modules/glob/node_modules/brace-expansion": {
|
|
1213
|
+
"version": "5.0.5",
|
|
1214
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.5.tgz",
|
|
1215
|
+
"integrity": "sha512-VZznLgtwhn+Mact9tfiwx64fA9erHH/MCXEUfB/0bX/6Fz6ny5EGTXYltMocqg4xFAQZtnO3DHWWXi8RiuN7cQ==",
|
|
1216
|
+
"dev": true,
|
|
1217
|
+
"license": "MIT",
|
|
1218
|
+
"dependencies": {
|
|
1219
|
+
"balanced-match": "^4.0.2"
|
|
1220
|
+
},
|
|
1221
|
+
"engines": {
|
|
1222
|
+
"node": "18 || 20 || >=22"
|
|
1223
|
+
}
|
|
1224
|
+
},
|
|
1225
|
+
"node_modules/glob/node_modules/minimatch": {
|
|
1226
|
+
"version": "10.2.5",
|
|
1227
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.5.tgz",
|
|
1228
|
+
"integrity": "sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==",
|
|
1229
|
+
"dev": true,
|
|
1230
|
+
"license": "BlueOak-1.0.0",
|
|
1231
|
+
"dependencies": {
|
|
1232
|
+
"brace-expansion": "^5.0.5"
|
|
1233
|
+
},
|
|
1234
|
+
"engines": {
|
|
1235
|
+
"node": "18 || 20 || >=22"
|
|
1236
|
+
},
|
|
1237
|
+
"funding": {
|
|
1238
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
1239
|
+
}
|
|
1240
|
+
},
|
|
1241
|
+
"node_modules/globals": {
|
|
1242
|
+
"version": "17.4.0",
|
|
1243
|
+
"resolved": "https://registry.npmjs.org/globals/-/globals-17.4.0.tgz",
|
|
1244
|
+
"integrity": "sha512-hjrNztw/VajQwOLsMNT1cbJiH2muO3OROCHnbehc8eY5JyD2gqz4AcMHPqgaOR59DjgUjYAYLeH699g/eWi2jw==",
|
|
1245
|
+
"dev": true,
|
|
1246
|
+
"license": "MIT",
|
|
1247
|
+
"engines": {
|
|
1248
|
+
"node": ">=18"
|
|
1249
|
+
},
|
|
1250
|
+
"funding": {
|
|
1251
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
1252
|
+
}
|
|
1253
|
+
},
|
|
1254
|
+
"node_modules/has-flag": {
|
|
1255
|
+
"version": "4.0.0",
|
|
1256
|
+
"resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
|
|
1257
|
+
"integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
|
|
1258
|
+
"dev": true,
|
|
1259
|
+
"license": "MIT",
|
|
1260
|
+
"engines": {
|
|
1261
|
+
"node": ">=8"
|
|
1262
|
+
}
|
|
1263
|
+
},
|
|
1264
|
+
"node_modules/html-escaper": {
|
|
1265
|
+
"version": "2.0.2",
|
|
1266
|
+
"resolved": "https://registry.npmjs.org/html-escaper/-/html-escaper-2.0.2.tgz",
|
|
1267
|
+
"integrity": "sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==",
|
|
1268
|
+
"dev": true,
|
|
1269
|
+
"license": "MIT"
|
|
1270
|
+
},
|
|
1271
|
+
"node_modules/ignore": {
|
|
1272
|
+
"version": "5.3.2",
|
|
1273
|
+
"resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.2.tgz",
|
|
1274
|
+
"integrity": "sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==",
|
|
1275
|
+
"dev": true,
|
|
1276
|
+
"license": "MIT",
|
|
1277
|
+
"engines": {
|
|
1278
|
+
"node": ">= 4"
|
|
1279
|
+
}
|
|
1280
|
+
},
|
|
1281
|
+
"node_modules/import-fresh": {
|
|
1282
|
+
"version": "3.3.1",
|
|
1283
|
+
"resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.1.tgz",
|
|
1284
|
+
"integrity": "sha512-TR3KfrTZTYLPB6jUjfx6MF9WcWrHL9su5TObK4ZkYgBdWKPOFoSoQIdEuTuR82pmtxH2spWG9h6etwfr1pLBqQ==",
|
|
1285
|
+
"dev": true,
|
|
1286
|
+
"license": "MIT",
|
|
1287
|
+
"dependencies": {
|
|
1288
|
+
"parent-module": "^1.0.0",
|
|
1289
|
+
"resolve-from": "^4.0.0"
|
|
1290
|
+
},
|
|
1291
|
+
"engines": {
|
|
1292
|
+
"node": ">=6"
|
|
1293
|
+
},
|
|
1294
|
+
"funding": {
|
|
1295
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
1296
|
+
}
|
|
1297
|
+
},
|
|
1298
|
+
"node_modules/imurmurhash": {
|
|
1299
|
+
"version": "0.1.4",
|
|
1300
|
+
"resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz",
|
|
1301
|
+
"integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==",
|
|
1302
|
+
"dev": true,
|
|
1303
|
+
"license": "MIT",
|
|
1304
|
+
"engines": {
|
|
1305
|
+
"node": ">=0.8.19"
|
|
1306
|
+
}
|
|
1307
|
+
},
|
|
1308
|
+
"node_modules/ini": {
|
|
1309
|
+
"version": "4.1.3",
|
|
1310
|
+
"resolved": "https://registry.npmjs.org/ini/-/ini-4.1.3.tgz",
|
|
1311
|
+
"integrity": "sha512-X7rqawQBvfdjS10YU1y1YVreA3SsLrW9dX2CewP2EbBJM4ypVNLDkO5y04gejPwKIY9lR+7r9gn3rFPt/kmWFg==",
|
|
1312
|
+
"dev": true,
|
|
1313
|
+
"license": "ISC",
|
|
1314
|
+
"engines": {
|
|
1315
|
+
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
1316
|
+
}
|
|
1317
|
+
},
|
|
1318
|
+
"node_modules/is-alphabetical": {
|
|
1319
|
+
"version": "2.0.1",
|
|
1320
|
+
"resolved": "https://registry.npmjs.org/is-alphabetical/-/is-alphabetical-2.0.1.tgz",
|
|
1321
|
+
"integrity": "sha512-FWyyY60MeTNyeSRpkM2Iry0G9hpr7/9kD40mD/cGQEuilcZYS4okz8SN2Q6rLCJ8gbCt6fN+rC+6tMGS99LaxQ==",
|
|
1322
|
+
"dev": true,
|
|
1323
|
+
"license": "MIT",
|
|
1324
|
+
"funding": {
|
|
1325
|
+
"type": "github",
|
|
1326
|
+
"url": "https://github.com/sponsors/wooorm"
|
|
1327
|
+
}
|
|
1328
|
+
},
|
|
1329
|
+
"node_modules/is-alphanumerical": {
|
|
1330
|
+
"version": "2.0.1",
|
|
1331
|
+
"resolved": "https://registry.npmjs.org/is-alphanumerical/-/is-alphanumerical-2.0.1.tgz",
|
|
1332
|
+
"integrity": "sha512-hmbYhX/9MUMF5uh7tOXyK/n0ZvWpad5caBA17GsC6vyuCqaWliRG5K1qS9inmUhEMaOBIW7/whAnSwveW/LtZw==",
|
|
1333
|
+
"dev": true,
|
|
1334
|
+
"license": "MIT",
|
|
1335
|
+
"dependencies": {
|
|
1336
|
+
"is-alphabetical": "^2.0.0",
|
|
1337
|
+
"is-decimal": "^2.0.0"
|
|
1338
|
+
},
|
|
1339
|
+
"funding": {
|
|
1340
|
+
"type": "github",
|
|
1341
|
+
"url": "https://github.com/sponsors/wooorm"
|
|
1342
|
+
}
|
|
1343
|
+
},
|
|
1344
|
+
"node_modules/is-decimal": {
|
|
1345
|
+
"version": "2.0.1",
|
|
1346
|
+
"resolved": "https://registry.npmjs.org/is-decimal/-/is-decimal-2.0.1.tgz",
|
|
1347
|
+
"integrity": "sha512-AAB9hiomQs5DXWcRB1rqsxGUstbRroFOPPVAomNk/3XHR5JyEZChOyTWe2oayKnsSsr/kcGqF+z6yuH6HHpN0A==",
|
|
1348
|
+
"dev": true,
|
|
1349
|
+
"license": "MIT",
|
|
1350
|
+
"funding": {
|
|
1351
|
+
"type": "github",
|
|
1352
|
+
"url": "https://github.com/sponsors/wooorm"
|
|
1353
|
+
}
|
|
1354
|
+
},
|
|
1355
|
+
"node_modules/is-extglob": {
|
|
1356
|
+
"version": "2.1.1",
|
|
1357
|
+
"resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
|
|
1358
|
+
"integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
|
|
1359
|
+
"dev": true,
|
|
1360
|
+
"license": "MIT",
|
|
1361
|
+
"engines": {
|
|
1362
|
+
"node": ">=0.10.0"
|
|
1363
|
+
}
|
|
1364
|
+
},
|
|
1365
|
+
"node_modules/is-fullwidth-code-point": {
|
|
1366
|
+
"version": "3.0.0",
|
|
1367
|
+
"resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
|
|
1368
|
+
"integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
|
|
1369
|
+
"dev": true,
|
|
1370
|
+
"license": "MIT",
|
|
1371
|
+
"engines": {
|
|
1372
|
+
"node": ">=8"
|
|
1373
|
+
}
|
|
1374
|
+
},
|
|
1375
|
+
"node_modules/is-glob": {
|
|
1376
|
+
"version": "4.0.3",
|
|
1377
|
+
"resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
|
|
1378
|
+
"integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
|
|
1379
|
+
"dev": true,
|
|
1380
|
+
"license": "MIT",
|
|
1381
|
+
"dependencies": {
|
|
1382
|
+
"is-extglob": "^2.1.1"
|
|
1383
|
+
},
|
|
1384
|
+
"engines": {
|
|
1385
|
+
"node": ">=0.10.0"
|
|
1386
|
+
}
|
|
1387
|
+
},
|
|
1388
|
+
"node_modules/is-hexadecimal": {
|
|
1389
|
+
"version": "2.0.1",
|
|
1390
|
+
"resolved": "https://registry.npmjs.org/is-hexadecimal/-/is-hexadecimal-2.0.1.tgz",
|
|
1391
|
+
"integrity": "sha512-DgZQp241c8oO6cA1SbTEWiXeoxV42vlcJxgH+B3hi1AiqqKruZR3ZGF8In3fj4+/y/7rHvlOZLZtgJ/4ttYGZg==",
|
|
1392
|
+
"dev": true,
|
|
1393
|
+
"license": "MIT",
|
|
1394
|
+
"funding": {
|
|
1395
|
+
"type": "github",
|
|
1396
|
+
"url": "https://github.com/sponsors/wooorm"
|
|
1397
|
+
}
|
|
1398
|
+
},
|
|
1399
|
+
"node_modules/isexe": {
|
|
1400
|
+
"version": "2.0.0",
|
|
1401
|
+
"resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
|
|
1402
|
+
"integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
|
|
1403
|
+
"dev": true,
|
|
1404
|
+
"license": "ISC"
|
|
1405
|
+
},
|
|
1406
|
+
"node_modules/istanbul-lib-coverage": {
|
|
1407
|
+
"version": "3.2.2",
|
|
1408
|
+
"resolved": "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-3.2.2.tgz",
|
|
1409
|
+
"integrity": "sha512-O8dpsF+r0WV/8MNRKfnmrtCWhuKjxrq2w+jpzBL5UZKTi2LeVWnWOmWRxFlesJONmc+wLAGvKQZEOanko0LFTg==",
|
|
1410
|
+
"dev": true,
|
|
1411
|
+
"license": "BSD-3-Clause",
|
|
1412
|
+
"engines": {
|
|
1413
|
+
"node": ">=8"
|
|
1414
|
+
}
|
|
1415
|
+
},
|
|
1416
|
+
"node_modules/istanbul-lib-report": {
|
|
1417
|
+
"version": "3.0.1",
|
|
1418
|
+
"resolved": "https://registry.npmjs.org/istanbul-lib-report/-/istanbul-lib-report-3.0.1.tgz",
|
|
1419
|
+
"integrity": "sha512-GCfE1mtsHGOELCU8e/Z7YWzpmybrx/+dSTfLrvY8qRmaY6zXTKWn6WQIjaAFw069icm6GVMNkgu0NzI4iPZUNw==",
|
|
1420
|
+
"dev": true,
|
|
1421
|
+
"license": "BSD-3-Clause",
|
|
1422
|
+
"dependencies": {
|
|
1423
|
+
"istanbul-lib-coverage": "^3.0.0",
|
|
1424
|
+
"make-dir": "^4.0.0",
|
|
1425
|
+
"supports-color": "^7.1.0"
|
|
1426
|
+
},
|
|
1427
|
+
"engines": {
|
|
1428
|
+
"node": ">=10"
|
|
1429
|
+
}
|
|
1430
|
+
},
|
|
1431
|
+
"node_modules/istanbul-reports": {
|
|
1432
|
+
"version": "3.2.0",
|
|
1433
|
+
"resolved": "https://registry.npmjs.org/istanbul-reports/-/istanbul-reports-3.2.0.tgz",
|
|
1434
|
+
"integrity": "sha512-HGYWWS/ehqTV3xN10i23tkPkpH46MLCIMFNCaaKNavAXTF1RkqxawEPtnjnGZ6XKSInBKkiOA5BKS+aZiY3AvA==",
|
|
1435
|
+
"dev": true,
|
|
1436
|
+
"license": "BSD-3-Clause",
|
|
1437
|
+
"dependencies": {
|
|
1438
|
+
"html-escaper": "^2.0.0",
|
|
1439
|
+
"istanbul-lib-report": "^3.0.0"
|
|
1440
|
+
},
|
|
1441
|
+
"engines": {
|
|
1442
|
+
"node": ">=8"
|
|
1443
|
+
}
|
|
1444
|
+
},
|
|
1445
|
+
"node_modules/js-yaml": {
|
|
1446
|
+
"version": "4.1.1",
|
|
1447
|
+
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.1.tgz",
|
|
1448
|
+
"integrity": "sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==",
|
|
1449
|
+
"dev": true,
|
|
1450
|
+
"license": "MIT",
|
|
1451
|
+
"dependencies": {
|
|
1452
|
+
"argparse": "^2.0.1"
|
|
1453
|
+
},
|
|
1454
|
+
"bin": {
|
|
1455
|
+
"js-yaml": "bin/js-yaml.js"
|
|
1456
|
+
}
|
|
1457
|
+
},
|
|
1458
|
+
"node_modules/json-buffer": {
|
|
1459
|
+
"version": "3.0.1",
|
|
1460
|
+
"resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz",
|
|
1461
|
+
"integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==",
|
|
1462
|
+
"dev": true,
|
|
1463
|
+
"license": "MIT"
|
|
1464
|
+
},
|
|
1465
|
+
"node_modules/json-schema-traverse": {
|
|
1466
|
+
"version": "1.0.0",
|
|
1467
|
+
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
|
|
1468
|
+
"integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
|
|
1469
|
+
"license": "MIT"
|
|
1470
|
+
},
|
|
1471
|
+
"node_modules/json-stable-stringify-without-jsonify": {
|
|
1472
|
+
"version": "1.0.1",
|
|
1473
|
+
"resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz",
|
|
1474
|
+
"integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==",
|
|
1475
|
+
"dev": true,
|
|
1476
|
+
"license": "MIT"
|
|
1477
|
+
},
|
|
1478
|
+
"node_modules/jsonc-parser": {
|
|
1479
|
+
"version": "3.3.1",
|
|
1480
|
+
"resolved": "https://registry.npmjs.org/jsonc-parser/-/jsonc-parser-3.3.1.tgz",
|
|
1481
|
+
"integrity": "sha512-HUgH65KyejrUFPvHFPbqOY0rsFip3Bo5wb4ngvdi1EpCYWUQDC5V+Y7mZws+DLkr4M//zQJoanu1SP+87Dv1oQ==",
|
|
1482
|
+
"dev": true,
|
|
1483
|
+
"license": "MIT"
|
|
1484
|
+
},
|
|
1485
|
+
"node_modules/jsonpointer": {
|
|
1486
|
+
"version": "5.0.1",
|
|
1487
|
+
"resolved": "https://registry.npmjs.org/jsonpointer/-/jsonpointer-5.0.1.tgz",
|
|
1488
|
+
"integrity": "sha512-p/nXbhSEcu3pZRdkW1OfJhpsVtW1gd4Wa1fnQc9YLiTfAjn0312eMKimbdIQzuZl9aa9xUGaRlP9T/CJE/ditQ==",
|
|
1489
|
+
"dev": true,
|
|
1490
|
+
"license": "MIT",
|
|
1491
|
+
"engines": {
|
|
1492
|
+
"node": ">=0.10.0"
|
|
1493
|
+
}
|
|
1494
|
+
},
|
|
1495
|
+
"node_modules/katex": {
|
|
1496
|
+
"version": "0.16.28",
|
|
1497
|
+
"resolved": "https://registry.npmjs.org/katex/-/katex-0.16.28.tgz",
|
|
1498
|
+
"integrity": "sha512-YHzO7721WbmAL6Ov1uzN/l5mY5WWWhJBSW+jq4tkfZfsxmo1hu6frS0EOswvjBUnWE6NtjEs48SFn5CQESRLZg==",
|
|
1499
|
+
"dev": true,
|
|
1500
|
+
"funding": [
|
|
1501
|
+
"https://opencollective.com/katex",
|
|
1502
|
+
"https://github.com/sponsors/katex"
|
|
1503
|
+
],
|
|
1504
|
+
"license": "MIT",
|
|
1505
|
+
"dependencies": {
|
|
1506
|
+
"commander": "^8.3.0"
|
|
1507
|
+
},
|
|
1508
|
+
"bin": {
|
|
1509
|
+
"katex": "cli.js"
|
|
1510
|
+
}
|
|
1511
|
+
},
|
|
1512
|
+
"node_modules/katex/node_modules/commander": {
|
|
1513
|
+
"version": "8.3.0",
|
|
1514
|
+
"resolved": "https://registry.npmjs.org/commander/-/commander-8.3.0.tgz",
|
|
1515
|
+
"integrity": "sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww==",
|
|
1516
|
+
"dev": true,
|
|
1517
|
+
"license": "MIT",
|
|
1518
|
+
"engines": {
|
|
1519
|
+
"node": ">= 12"
|
|
1520
|
+
}
|
|
1521
|
+
},
|
|
1522
|
+
"node_modules/keyv": {
|
|
1523
|
+
"version": "4.5.4",
|
|
1524
|
+
"resolved": "https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz",
|
|
1525
|
+
"integrity": "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==",
|
|
1526
|
+
"dev": true,
|
|
1527
|
+
"license": "MIT",
|
|
1528
|
+
"dependencies": {
|
|
1529
|
+
"json-buffer": "3.0.1"
|
|
1530
|
+
}
|
|
1531
|
+
},
|
|
1532
|
+
"node_modules/levn": {
|
|
1533
|
+
"version": "0.4.1",
|
|
1534
|
+
"resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz",
|
|
1535
|
+
"integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==",
|
|
1536
|
+
"dev": true,
|
|
1537
|
+
"license": "MIT",
|
|
1538
|
+
"dependencies": {
|
|
1539
|
+
"prelude-ls": "^1.2.1",
|
|
1540
|
+
"type-check": "~0.4.0"
|
|
1541
|
+
},
|
|
1542
|
+
"engines": {
|
|
1543
|
+
"node": ">= 0.8.0"
|
|
1544
|
+
}
|
|
1545
|
+
},
|
|
1546
|
+
"node_modules/linkify-it": {
|
|
1547
|
+
"version": "5.0.0",
|
|
1548
|
+
"resolved": "https://registry.npmjs.org/linkify-it/-/linkify-it-5.0.0.tgz",
|
|
1549
|
+
"integrity": "sha512-5aHCbzQRADcdP+ATqnDuhhJ/MRIqDkZX5pyjFHRRysS8vZ5AbqGEoFIb6pYHPZ+L/OC2Lc+xT8uHVVR5CAK/wQ==",
|
|
1550
|
+
"dev": true,
|
|
1551
|
+
"dependencies": {
|
|
1552
|
+
"uc.micro": "^2.0.0"
|
|
1553
|
+
}
|
|
1554
|
+
},
|
|
1555
|
+
"node_modules/locate-path": {
|
|
1556
|
+
"version": "6.0.0",
|
|
1557
|
+
"resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
|
|
1558
|
+
"integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
|
|
1559
|
+
"dev": true,
|
|
1560
|
+
"license": "MIT",
|
|
1561
|
+
"dependencies": {
|
|
1562
|
+
"p-locate": "^5.0.0"
|
|
1563
|
+
},
|
|
1564
|
+
"engines": {
|
|
1565
|
+
"node": ">=10"
|
|
1566
|
+
},
|
|
1567
|
+
"funding": {
|
|
1568
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
1569
|
+
}
|
|
1570
|
+
},
|
|
1571
|
+
"node_modules/lodash.merge": {
|
|
1572
|
+
"version": "4.6.2",
|
|
1573
|
+
"resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz",
|
|
1574
|
+
"integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==",
|
|
1575
|
+
"dev": true,
|
|
1576
|
+
"license": "MIT"
|
|
1577
|
+
},
|
|
1578
|
+
"node_modules/lru-cache": {
|
|
1579
|
+
"version": "11.2.7",
|
|
1580
|
+
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.2.7.tgz",
|
|
1581
|
+
"integrity": "sha512-aY/R+aEsRelme17KGQa/1ZSIpLpNYYrhcrepKTZgE+W3WM16YMCaPwOHLHsmopZHELU0Ojin1lPVxKR0MihncA==",
|
|
1582
|
+
"dev": true,
|
|
1583
|
+
"license": "BlueOak-1.0.0",
|
|
1584
|
+
"engines": {
|
|
1585
|
+
"node": "20 || >=22"
|
|
1586
|
+
}
|
|
1587
|
+
},
|
|
1588
|
+
"node_modules/make-dir": {
|
|
1589
|
+
"version": "4.0.0",
|
|
1590
|
+
"resolved": "https://registry.npmjs.org/make-dir/-/make-dir-4.0.0.tgz",
|
|
1591
|
+
"integrity": "sha512-hXdUTZYIVOt1Ex//jAQi+wTZZpUpwBj/0QsOzqegb3rGMMeJiSEu5xLHnYfBrRV4RH2+OCSOO95Is/7x1WJ4bw==",
|
|
1592
|
+
"dev": true,
|
|
1593
|
+
"license": "MIT",
|
|
1594
|
+
"dependencies": {
|
|
1595
|
+
"semver": "^7.5.3"
|
|
1596
|
+
},
|
|
1597
|
+
"engines": {
|
|
1598
|
+
"node": ">=10"
|
|
1599
|
+
},
|
|
1600
|
+
"funding": {
|
|
1601
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
1602
|
+
}
|
|
1603
|
+
},
|
|
1604
|
+
"node_modules/markdown-it": {
|
|
1605
|
+
"version": "14.1.1",
|
|
1606
|
+
"resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-14.1.1.tgz",
|
|
1607
|
+
"integrity": "sha512-BuU2qnTti9YKgK5N+IeMubp14ZUKUUw7yeJbkjtosvHiP0AZ5c8IAgEMk79D0eC8F23r4Ac/q8cAIFdm2FtyoA==",
|
|
1608
|
+
"dev": true,
|
|
1609
|
+
"dependencies": {
|
|
1610
|
+
"argparse": "^2.0.1",
|
|
1611
|
+
"entities": "^4.4.0",
|
|
1612
|
+
"linkify-it": "^5.0.0",
|
|
1613
|
+
"mdurl": "^2.0.0",
|
|
1614
|
+
"punycode.js": "^2.3.1",
|
|
1615
|
+
"uc.micro": "^2.1.0"
|
|
1616
|
+
},
|
|
1617
|
+
"bin": {
|
|
1618
|
+
"markdown-it": "bin/markdown-it.mjs"
|
|
1619
|
+
}
|
|
1620
|
+
},
|
|
1621
|
+
"node_modules/markdownlint": {
|
|
1622
|
+
"version": "0.40.0",
|
|
1623
|
+
"resolved": "https://registry.npmjs.org/markdownlint/-/markdownlint-0.40.0.tgz",
|
|
1624
|
+
"integrity": "sha512-UKybllYNheWac61Ia7T6fzuQNDZimFIpCg2w6hHjgV1Qu0w1TV0LlSgryUGzM0bkKQCBhy2FDhEELB73Kb0kAg==",
|
|
1625
|
+
"dev": true,
|
|
1626
|
+
"license": "MIT",
|
|
1627
|
+
"dependencies": {
|
|
1628
|
+
"micromark": "4.0.2",
|
|
1629
|
+
"micromark-core-commonmark": "2.0.3",
|
|
1630
|
+
"micromark-extension-directive": "4.0.0",
|
|
1631
|
+
"micromark-extension-gfm-autolink-literal": "2.1.0",
|
|
1632
|
+
"micromark-extension-gfm-footnote": "2.1.0",
|
|
1633
|
+
"micromark-extension-gfm-table": "2.1.1",
|
|
1634
|
+
"micromark-extension-math": "3.1.0",
|
|
1635
|
+
"micromark-util-types": "2.0.2",
|
|
1636
|
+
"string-width": "8.1.0"
|
|
1637
|
+
},
|
|
1638
|
+
"engines": {
|
|
1639
|
+
"node": ">=20"
|
|
1640
|
+
},
|
|
1641
|
+
"funding": {
|
|
1642
|
+
"url": "https://github.com/sponsors/DavidAnson"
|
|
1643
|
+
}
|
|
1644
|
+
},
|
|
1645
|
+
"node_modules/markdownlint-cli": {
|
|
1646
|
+
"version": "0.48.0",
|
|
1647
|
+
"resolved": "https://registry.npmjs.org/markdownlint-cli/-/markdownlint-cli-0.48.0.tgz",
|
|
1648
|
+
"integrity": "sha512-NkZQNu2E0Q5qLEEHwWj674eYISTLD4jMHkBzDobujXd1kv+yCxi8jOaD/rZoQNW1FBBMMGQpuW5So8B51N/e0A==",
|
|
1649
|
+
"dev": true,
|
|
1650
|
+
"license": "MIT",
|
|
1651
|
+
"dependencies": {
|
|
1652
|
+
"commander": "~14.0.3",
|
|
1653
|
+
"deep-extend": "~0.6.0",
|
|
1654
|
+
"ignore": "~7.0.5",
|
|
1655
|
+
"js-yaml": "~4.1.1",
|
|
1656
|
+
"jsonc-parser": "~3.3.1",
|
|
1657
|
+
"jsonpointer": "~5.0.1",
|
|
1658
|
+
"markdown-it": "~14.1.1",
|
|
1659
|
+
"markdownlint": "~0.40.0",
|
|
1660
|
+
"minimatch": "~10.2.4",
|
|
1661
|
+
"run-con": "~1.3.2",
|
|
1662
|
+
"smol-toml": "~1.6.0",
|
|
1663
|
+
"tinyglobby": "~0.2.15"
|
|
1664
|
+
},
|
|
1665
|
+
"bin": {
|
|
1666
|
+
"markdownlint": "markdownlint.js"
|
|
1667
|
+
},
|
|
1668
|
+
"engines": {
|
|
1669
|
+
"node": ">=20"
|
|
1670
|
+
}
|
|
1671
|
+
},
|
|
1672
|
+
"node_modules/markdownlint-cli/node_modules/balanced-match": {
|
|
1673
|
+
"version": "4.0.4",
|
|
1674
|
+
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.4.tgz",
|
|
1675
|
+
"integrity": "sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==",
|
|
1676
|
+
"dev": true,
|
|
1677
|
+
"license": "MIT",
|
|
1678
|
+
"engines": {
|
|
1679
|
+
"node": "18 || 20 || >=22"
|
|
1680
|
+
}
|
|
1681
|
+
},
|
|
1682
|
+
"node_modules/markdownlint-cli/node_modules/brace-expansion": {
|
|
1683
|
+
"version": "5.0.5",
|
|
1684
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.5.tgz",
|
|
1685
|
+
"integrity": "sha512-VZznLgtwhn+Mact9tfiwx64fA9erHH/MCXEUfB/0bX/6Fz6ny5EGTXYltMocqg4xFAQZtnO3DHWWXi8RiuN7cQ==",
|
|
1686
|
+
"dev": true,
|
|
1687
|
+
"license": "MIT",
|
|
1688
|
+
"dependencies": {
|
|
1689
|
+
"balanced-match": "^4.0.2"
|
|
1690
|
+
},
|
|
1691
|
+
"engines": {
|
|
1692
|
+
"node": "18 || 20 || >=22"
|
|
1693
|
+
}
|
|
1694
|
+
},
|
|
1695
|
+
"node_modules/markdownlint-cli/node_modules/ignore": {
|
|
1696
|
+
"version": "7.0.5",
|
|
1697
|
+
"resolved": "https://registry.npmjs.org/ignore/-/ignore-7.0.5.tgz",
|
|
1698
|
+
"integrity": "sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==",
|
|
1699
|
+
"dev": true,
|
|
1700
|
+
"license": "MIT",
|
|
1701
|
+
"engines": {
|
|
1702
|
+
"node": ">= 4"
|
|
1703
|
+
}
|
|
1704
|
+
},
|
|
1705
|
+
"node_modules/markdownlint-cli/node_modules/minimatch": {
|
|
1706
|
+
"version": "10.2.5",
|
|
1707
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.5.tgz",
|
|
1708
|
+
"integrity": "sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==",
|
|
1709
|
+
"dev": true,
|
|
1710
|
+
"license": "BlueOak-1.0.0",
|
|
1711
|
+
"dependencies": {
|
|
1712
|
+
"brace-expansion": "^5.0.5"
|
|
1713
|
+
},
|
|
1714
|
+
"engines": {
|
|
1715
|
+
"node": "18 || 20 || >=22"
|
|
1716
|
+
},
|
|
1717
|
+
"funding": {
|
|
1718
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
1719
|
+
}
|
|
1720
|
+
},
|
|
1721
|
+
"node_modules/mdurl": {
|
|
1722
|
+
"version": "2.0.0",
|
|
1723
|
+
"resolved": "https://registry.npmjs.org/mdurl/-/mdurl-2.0.0.tgz",
|
|
1724
|
+
"integrity": "sha512-Lf+9+2r+Tdp5wXDXC4PcIBjTDtq4UKjCPMQhKIuzpJNW0b96kVqSwW0bT7FhRSfmAiFYgP+SCRvdrDozfh0U5w==",
|
|
1725
|
+
"dev": true
|
|
1726
|
+
},
|
|
1727
|
+
"node_modules/micromark": {
|
|
1728
|
+
"version": "4.0.2",
|
|
1729
|
+
"resolved": "https://registry.npmjs.org/micromark/-/micromark-4.0.2.tgz",
|
|
1730
|
+
"integrity": "sha512-zpe98Q6kvavpCr1NPVSCMebCKfD7CA2NqZ+rykeNhONIJBpc1tFKt9hucLGwha3jNTNI8lHpctWJWoimVF4PfA==",
|
|
1731
|
+
"dev": true,
|
|
1732
|
+
"funding": [
|
|
1733
|
+
{
|
|
1734
|
+
"type": "GitHub Sponsors",
|
|
1735
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
|
1736
|
+
},
|
|
1737
|
+
{
|
|
1738
|
+
"type": "OpenCollective",
|
|
1739
|
+
"url": "https://opencollective.com/unified"
|
|
1740
|
+
}
|
|
1741
|
+
],
|
|
1742
|
+
"license": "MIT",
|
|
1743
|
+
"dependencies": {
|
|
1744
|
+
"@types/debug": "^4.0.0",
|
|
1745
|
+
"debug": "^4.0.0",
|
|
1746
|
+
"decode-named-character-reference": "^1.0.0",
|
|
1747
|
+
"devlop": "^1.0.0",
|
|
1748
|
+
"micromark-core-commonmark": "^2.0.0",
|
|
1749
|
+
"micromark-factory-space": "^2.0.0",
|
|
1750
|
+
"micromark-util-character": "^2.0.0",
|
|
1751
|
+
"micromark-util-chunked": "^2.0.0",
|
|
1752
|
+
"micromark-util-combine-extensions": "^2.0.0",
|
|
1753
|
+
"micromark-util-decode-numeric-character-reference": "^2.0.0",
|
|
1754
|
+
"micromark-util-encode": "^2.0.0",
|
|
1755
|
+
"micromark-util-normalize-identifier": "^2.0.0",
|
|
1756
|
+
"micromark-util-resolve-all": "^2.0.0",
|
|
1757
|
+
"micromark-util-sanitize-uri": "^2.0.0",
|
|
1758
|
+
"micromark-util-subtokenize": "^2.0.0",
|
|
1759
|
+
"micromark-util-symbol": "^2.0.0",
|
|
1760
|
+
"micromark-util-types": "^2.0.0"
|
|
1761
|
+
}
|
|
1762
|
+
},
|
|
1763
|
+
"node_modules/micromark-core-commonmark": {
|
|
1764
|
+
"version": "2.0.3",
|
|
1765
|
+
"resolved": "https://registry.npmjs.org/micromark-core-commonmark/-/micromark-core-commonmark-2.0.3.tgz",
|
|
1766
|
+
"integrity": "sha512-RDBrHEMSxVFLg6xvnXmb1Ayr2WzLAWjeSATAoxwKYJV94TeNavgoIdA0a9ytzDSVzBy2YKFK+emCPOEibLeCrg==",
|
|
1767
|
+
"dev": true,
|
|
1768
|
+
"funding": [
|
|
1769
|
+
{
|
|
1770
|
+
"type": "GitHub Sponsors",
|
|
1771
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
|
1772
|
+
},
|
|
1773
|
+
{
|
|
1774
|
+
"type": "OpenCollective",
|
|
1775
|
+
"url": "https://opencollective.com/unified"
|
|
1776
|
+
}
|
|
1777
|
+
],
|
|
1778
|
+
"license": "MIT",
|
|
1779
|
+
"dependencies": {
|
|
1780
|
+
"decode-named-character-reference": "^1.0.0",
|
|
1781
|
+
"devlop": "^1.0.0",
|
|
1782
|
+
"micromark-factory-destination": "^2.0.0",
|
|
1783
|
+
"micromark-factory-label": "^2.0.0",
|
|
1784
|
+
"micromark-factory-space": "^2.0.0",
|
|
1785
|
+
"micromark-factory-title": "^2.0.0",
|
|
1786
|
+
"micromark-factory-whitespace": "^2.0.0",
|
|
1787
|
+
"micromark-util-character": "^2.0.0",
|
|
1788
|
+
"micromark-util-chunked": "^2.0.0",
|
|
1789
|
+
"micromark-util-classify-character": "^2.0.0",
|
|
1790
|
+
"micromark-util-html-tag-name": "^2.0.0",
|
|
1791
|
+
"micromark-util-normalize-identifier": "^2.0.0",
|
|
1792
|
+
"micromark-util-resolve-all": "^2.0.0",
|
|
1793
|
+
"micromark-util-subtokenize": "^2.0.0",
|
|
1794
|
+
"micromark-util-symbol": "^2.0.0",
|
|
1795
|
+
"micromark-util-types": "^2.0.0"
|
|
1796
|
+
}
|
|
1797
|
+
},
|
|
1798
|
+
"node_modules/micromark-extension-directive": {
|
|
1799
|
+
"version": "4.0.0",
|
|
1800
|
+
"resolved": "https://registry.npmjs.org/micromark-extension-directive/-/micromark-extension-directive-4.0.0.tgz",
|
|
1801
|
+
"integrity": "sha512-/C2nqVmXXmiseSSuCdItCMho7ybwwop6RrrRPk0KbOHW21JKoCldC+8rFOaundDoRBUWBnJJcxeA/Kvi34WQXg==",
|
|
1802
|
+
"dev": true,
|
|
1803
|
+
"license": "MIT",
|
|
1804
|
+
"dependencies": {
|
|
1805
|
+
"devlop": "^1.0.0",
|
|
1806
|
+
"micromark-factory-space": "^2.0.0",
|
|
1807
|
+
"micromark-factory-whitespace": "^2.0.0",
|
|
1808
|
+
"micromark-util-character": "^2.0.0",
|
|
1809
|
+
"micromark-util-symbol": "^2.0.0",
|
|
1810
|
+
"micromark-util-types": "^2.0.0",
|
|
1811
|
+
"parse-entities": "^4.0.0"
|
|
1812
|
+
},
|
|
1813
|
+
"funding": {
|
|
1814
|
+
"type": "opencollective",
|
|
1815
|
+
"url": "https://opencollective.com/unified"
|
|
1816
|
+
}
|
|
1817
|
+
},
|
|
1818
|
+
"node_modules/micromark-extension-gfm-autolink-literal": {
|
|
1819
|
+
"version": "2.1.0",
|
|
1820
|
+
"resolved": "https://registry.npmjs.org/micromark-extension-gfm-autolink-literal/-/micromark-extension-gfm-autolink-literal-2.1.0.tgz",
|
|
1821
|
+
"integrity": "sha512-oOg7knzhicgQ3t4QCjCWgTmfNhvQbDDnJeVu9v81r7NltNCVmhPy1fJRX27pISafdjL+SVc4d3l48Gb6pbRypw==",
|
|
1822
|
+
"dev": true,
|
|
1823
|
+
"license": "MIT",
|
|
1824
|
+
"dependencies": {
|
|
1825
|
+
"micromark-util-character": "^2.0.0",
|
|
1826
|
+
"micromark-util-sanitize-uri": "^2.0.0",
|
|
1827
|
+
"micromark-util-symbol": "^2.0.0",
|
|
1828
|
+
"micromark-util-types": "^2.0.0"
|
|
1829
|
+
},
|
|
1830
|
+
"funding": {
|
|
1831
|
+
"type": "opencollective",
|
|
1832
|
+
"url": "https://opencollective.com/unified"
|
|
1833
|
+
}
|
|
1834
|
+
},
|
|
1835
|
+
"node_modules/micromark-extension-gfm-footnote": {
|
|
1836
|
+
"version": "2.1.0",
|
|
1837
|
+
"resolved": "https://registry.npmjs.org/micromark-extension-gfm-footnote/-/micromark-extension-gfm-footnote-2.1.0.tgz",
|
|
1838
|
+
"integrity": "sha512-/yPhxI1ntnDNsiHtzLKYnE3vf9JZ6cAisqVDauhp4CEHxlb4uoOTxOCJ+9s51bIB8U1N1FJ1RXOKTIlD5B/gqw==",
|
|
1839
|
+
"dev": true,
|
|
1840
|
+
"license": "MIT",
|
|
1841
|
+
"dependencies": {
|
|
1842
|
+
"devlop": "^1.0.0",
|
|
1843
|
+
"micromark-core-commonmark": "^2.0.0",
|
|
1844
|
+
"micromark-factory-space": "^2.0.0",
|
|
1845
|
+
"micromark-util-character": "^2.0.0",
|
|
1846
|
+
"micromark-util-normalize-identifier": "^2.0.0",
|
|
1847
|
+
"micromark-util-sanitize-uri": "^2.0.0",
|
|
1848
|
+
"micromark-util-symbol": "^2.0.0",
|
|
1849
|
+
"micromark-util-types": "^2.0.0"
|
|
1850
|
+
},
|
|
1851
|
+
"funding": {
|
|
1852
|
+
"type": "opencollective",
|
|
1853
|
+
"url": "https://opencollective.com/unified"
|
|
1854
|
+
}
|
|
1855
|
+
},
|
|
1856
|
+
"node_modules/micromark-extension-gfm-table": {
|
|
1857
|
+
"version": "2.1.1",
|
|
1858
|
+
"resolved": "https://registry.npmjs.org/micromark-extension-gfm-table/-/micromark-extension-gfm-table-2.1.1.tgz",
|
|
1859
|
+
"integrity": "sha512-t2OU/dXXioARrC6yWfJ4hqB7rct14e8f7m0cbI5hUmDyyIlwv5vEtooptH8INkbLzOatzKuVbQmAYcbWoyz6Dg==",
|
|
1860
|
+
"dev": true,
|
|
1861
|
+
"license": "MIT",
|
|
1862
|
+
"dependencies": {
|
|
1863
|
+
"devlop": "^1.0.0",
|
|
1864
|
+
"micromark-factory-space": "^2.0.0",
|
|
1865
|
+
"micromark-util-character": "^2.0.0",
|
|
1866
|
+
"micromark-util-symbol": "^2.0.0",
|
|
1867
|
+
"micromark-util-types": "^2.0.0"
|
|
1868
|
+
},
|
|
1869
|
+
"funding": {
|
|
1870
|
+
"type": "opencollective",
|
|
1871
|
+
"url": "https://opencollective.com/unified"
|
|
1872
|
+
}
|
|
1873
|
+
},
|
|
1874
|
+
"node_modules/micromark-extension-math": {
|
|
1875
|
+
"version": "3.1.0",
|
|
1876
|
+
"resolved": "https://registry.npmjs.org/micromark-extension-math/-/micromark-extension-math-3.1.0.tgz",
|
|
1877
|
+
"integrity": "sha512-lvEqd+fHjATVs+2v/8kg9i5Q0AP2k85H0WUOwpIVvUML8BapsMvh1XAogmQjOCsLpoKRCVQqEkQBB3NhVBcsOg==",
|
|
1878
|
+
"dev": true,
|
|
1879
|
+
"license": "MIT",
|
|
1880
|
+
"dependencies": {
|
|
1881
|
+
"@types/katex": "^0.16.0",
|
|
1882
|
+
"devlop": "^1.0.0",
|
|
1883
|
+
"katex": "^0.16.0",
|
|
1884
|
+
"micromark-factory-space": "^2.0.0",
|
|
1885
|
+
"micromark-util-character": "^2.0.0",
|
|
1886
|
+
"micromark-util-symbol": "^2.0.0",
|
|
1887
|
+
"micromark-util-types": "^2.0.0"
|
|
1888
|
+
},
|
|
1889
|
+
"funding": {
|
|
1890
|
+
"type": "opencollective",
|
|
1891
|
+
"url": "https://opencollective.com/unified"
|
|
1892
|
+
}
|
|
1893
|
+
},
|
|
1894
|
+
"node_modules/micromark-factory-destination": {
|
|
1895
|
+
"version": "2.0.1",
|
|
1896
|
+
"resolved": "https://registry.npmjs.org/micromark-factory-destination/-/micromark-factory-destination-2.0.1.tgz",
|
|
1897
|
+
"integrity": "sha512-Xe6rDdJlkmbFRExpTOmRj9N3MaWmbAgdpSrBQvCFqhezUn4AHqJHbaEnfbVYYiexVSs//tqOdY/DxhjdCiJnIA==",
|
|
1898
|
+
"dev": true,
|
|
1899
|
+
"funding": [
|
|
1900
|
+
{
|
|
1901
|
+
"type": "GitHub Sponsors",
|
|
1902
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
|
1903
|
+
},
|
|
1904
|
+
{
|
|
1905
|
+
"type": "OpenCollective",
|
|
1906
|
+
"url": "https://opencollective.com/unified"
|
|
1907
|
+
}
|
|
1908
|
+
],
|
|
1909
|
+
"license": "MIT",
|
|
1910
|
+
"dependencies": {
|
|
1911
|
+
"micromark-util-character": "^2.0.0",
|
|
1912
|
+
"micromark-util-symbol": "^2.0.0",
|
|
1913
|
+
"micromark-util-types": "^2.0.0"
|
|
1914
|
+
}
|
|
1915
|
+
},
|
|
1916
|
+
"node_modules/micromark-factory-label": {
|
|
1917
|
+
"version": "2.0.1",
|
|
1918
|
+
"resolved": "https://registry.npmjs.org/micromark-factory-label/-/micromark-factory-label-2.0.1.tgz",
|
|
1919
|
+
"integrity": "sha512-VFMekyQExqIW7xIChcXn4ok29YE3rnuyveW3wZQWWqF4Nv9Wk5rgJ99KzPvHjkmPXF93FXIbBp6YdW3t71/7Vg==",
|
|
1920
|
+
"dev": true,
|
|
1921
|
+
"funding": [
|
|
1922
|
+
{
|
|
1923
|
+
"type": "GitHub Sponsors",
|
|
1924
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
|
1925
|
+
},
|
|
1926
|
+
{
|
|
1927
|
+
"type": "OpenCollective",
|
|
1928
|
+
"url": "https://opencollective.com/unified"
|
|
1929
|
+
}
|
|
1930
|
+
],
|
|
1931
|
+
"license": "MIT",
|
|
1932
|
+
"dependencies": {
|
|
1933
|
+
"devlop": "^1.0.0",
|
|
1934
|
+
"micromark-util-character": "^2.0.0",
|
|
1935
|
+
"micromark-util-symbol": "^2.0.0",
|
|
1936
|
+
"micromark-util-types": "^2.0.0"
|
|
1937
|
+
}
|
|
1938
|
+
},
|
|
1939
|
+
"node_modules/micromark-factory-space": {
|
|
1940
|
+
"version": "2.0.1",
|
|
1941
|
+
"resolved": "https://registry.npmjs.org/micromark-factory-space/-/micromark-factory-space-2.0.1.tgz",
|
|
1942
|
+
"integrity": "sha512-zRkxjtBxxLd2Sc0d+fbnEunsTj46SWXgXciZmHq0kDYGnck/ZSGj9/wULTV95uoeYiK5hRXP2mJ98Uo4cq/LQg==",
|
|
1943
|
+
"dev": true,
|
|
1944
|
+
"funding": [
|
|
1945
|
+
{
|
|
1946
|
+
"type": "GitHub Sponsors",
|
|
1947
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
|
1948
|
+
},
|
|
1949
|
+
{
|
|
1950
|
+
"type": "OpenCollective",
|
|
1951
|
+
"url": "https://opencollective.com/unified"
|
|
1952
|
+
}
|
|
1953
|
+
],
|
|
1954
|
+
"license": "MIT",
|
|
1955
|
+
"dependencies": {
|
|
1956
|
+
"micromark-util-character": "^2.0.0",
|
|
1957
|
+
"micromark-util-types": "^2.0.0"
|
|
1958
|
+
}
|
|
1959
|
+
},
|
|
1960
|
+
"node_modules/micromark-factory-title": {
|
|
1961
|
+
"version": "2.0.1",
|
|
1962
|
+
"resolved": "https://registry.npmjs.org/micromark-factory-title/-/micromark-factory-title-2.0.1.tgz",
|
|
1963
|
+
"integrity": "sha512-5bZ+3CjhAd9eChYTHsjy6TGxpOFSKgKKJPJxr293jTbfry2KDoWkhBb6TcPVB4NmzaPhMs1Frm9AZH7OD4Cjzw==",
|
|
1964
|
+
"dev": true,
|
|
1965
|
+
"funding": [
|
|
1966
|
+
{
|
|
1967
|
+
"type": "GitHub Sponsors",
|
|
1968
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
|
1969
|
+
},
|
|
1970
|
+
{
|
|
1971
|
+
"type": "OpenCollective",
|
|
1972
|
+
"url": "https://opencollective.com/unified"
|
|
1973
|
+
}
|
|
1974
|
+
],
|
|
1975
|
+
"license": "MIT",
|
|
1976
|
+
"dependencies": {
|
|
1977
|
+
"micromark-factory-space": "^2.0.0",
|
|
1978
|
+
"micromark-util-character": "^2.0.0",
|
|
1979
|
+
"micromark-util-symbol": "^2.0.0",
|
|
1980
|
+
"micromark-util-types": "^2.0.0"
|
|
1981
|
+
}
|
|
1982
|
+
},
|
|
1983
|
+
"node_modules/micromark-factory-whitespace": {
|
|
1984
|
+
"version": "2.0.1",
|
|
1985
|
+
"resolved": "https://registry.npmjs.org/micromark-factory-whitespace/-/micromark-factory-whitespace-2.0.1.tgz",
|
|
1986
|
+
"integrity": "sha512-Ob0nuZ3PKt/n0hORHyvoD9uZhr+Za8sFoP+OnMcnWK5lngSzALgQYKMr9RJVOWLqQYuyn6ulqGWSXdwf6F80lQ==",
|
|
1987
|
+
"dev": true,
|
|
1988
|
+
"funding": [
|
|
1989
|
+
{
|
|
1990
|
+
"type": "GitHub Sponsors",
|
|
1991
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
|
1992
|
+
},
|
|
1993
|
+
{
|
|
1994
|
+
"type": "OpenCollective",
|
|
1995
|
+
"url": "https://opencollective.com/unified"
|
|
1996
|
+
}
|
|
1997
|
+
],
|
|
1998
|
+
"license": "MIT",
|
|
1999
|
+
"dependencies": {
|
|
2000
|
+
"micromark-factory-space": "^2.0.0",
|
|
2001
|
+
"micromark-util-character": "^2.0.0",
|
|
2002
|
+
"micromark-util-symbol": "^2.0.0",
|
|
2003
|
+
"micromark-util-types": "^2.0.0"
|
|
2004
|
+
}
|
|
2005
|
+
},
|
|
2006
|
+
"node_modules/micromark-util-character": {
|
|
2007
|
+
"version": "2.1.1",
|
|
2008
|
+
"resolved": "https://registry.npmjs.org/micromark-util-character/-/micromark-util-character-2.1.1.tgz",
|
|
2009
|
+
"integrity": "sha512-wv8tdUTJ3thSFFFJKtpYKOYiGP2+v96Hvk4Tu8KpCAsTMs6yi+nVmGh1syvSCsaxz45J6Jbw+9DD6g97+NV67Q==",
|
|
2010
|
+
"dev": true,
|
|
2011
|
+
"funding": [
|
|
2012
|
+
{
|
|
2013
|
+
"type": "GitHub Sponsors",
|
|
2014
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
|
2015
|
+
},
|
|
2016
|
+
{
|
|
2017
|
+
"type": "OpenCollective",
|
|
2018
|
+
"url": "https://opencollective.com/unified"
|
|
2019
|
+
}
|
|
2020
|
+
],
|
|
2021
|
+
"license": "MIT",
|
|
2022
|
+
"dependencies": {
|
|
2023
|
+
"micromark-util-symbol": "^2.0.0",
|
|
2024
|
+
"micromark-util-types": "^2.0.0"
|
|
2025
|
+
}
|
|
2026
|
+
},
|
|
2027
|
+
"node_modules/micromark-util-chunked": {
|
|
2028
|
+
"version": "2.0.1",
|
|
2029
|
+
"resolved": "https://registry.npmjs.org/micromark-util-chunked/-/micromark-util-chunked-2.0.1.tgz",
|
|
2030
|
+
"integrity": "sha512-QUNFEOPELfmvv+4xiNg2sRYeS/P84pTW0TCgP5zc9FpXetHY0ab7SxKyAQCNCc1eK0459uoLI1y5oO5Vc1dbhA==",
|
|
2031
|
+
"dev": true,
|
|
2032
|
+
"funding": [
|
|
2033
|
+
{
|
|
2034
|
+
"type": "GitHub Sponsors",
|
|
2035
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
|
2036
|
+
},
|
|
2037
|
+
{
|
|
2038
|
+
"type": "OpenCollective",
|
|
2039
|
+
"url": "https://opencollective.com/unified"
|
|
2040
|
+
}
|
|
2041
|
+
],
|
|
2042
|
+
"license": "MIT",
|
|
2043
|
+
"dependencies": {
|
|
2044
|
+
"micromark-util-symbol": "^2.0.0"
|
|
2045
|
+
}
|
|
2046
|
+
},
|
|
2047
|
+
"node_modules/micromark-util-classify-character": {
|
|
2048
|
+
"version": "2.0.1",
|
|
2049
|
+
"resolved": "https://registry.npmjs.org/micromark-util-classify-character/-/micromark-util-classify-character-2.0.1.tgz",
|
|
2050
|
+
"integrity": "sha512-K0kHzM6afW/MbeWYWLjoHQv1sgg2Q9EccHEDzSkxiP/EaagNzCm7T/WMKZ3rjMbvIpvBiZgwR3dKMygtA4mG1Q==",
|
|
2051
|
+
"dev": true,
|
|
2052
|
+
"funding": [
|
|
2053
|
+
{
|
|
2054
|
+
"type": "GitHub Sponsors",
|
|
2055
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
|
2056
|
+
},
|
|
2057
|
+
{
|
|
2058
|
+
"type": "OpenCollective",
|
|
2059
|
+
"url": "https://opencollective.com/unified"
|
|
2060
|
+
}
|
|
2061
|
+
],
|
|
2062
|
+
"license": "MIT",
|
|
2063
|
+
"dependencies": {
|
|
2064
|
+
"micromark-util-character": "^2.0.0",
|
|
2065
|
+
"micromark-util-symbol": "^2.0.0",
|
|
2066
|
+
"micromark-util-types": "^2.0.0"
|
|
2067
|
+
}
|
|
2068
|
+
},
|
|
2069
|
+
"node_modules/micromark-util-combine-extensions": {
|
|
2070
|
+
"version": "2.0.1",
|
|
2071
|
+
"resolved": "https://registry.npmjs.org/micromark-util-combine-extensions/-/micromark-util-combine-extensions-2.0.1.tgz",
|
|
2072
|
+
"integrity": "sha512-OnAnH8Ujmy59JcyZw8JSbK9cGpdVY44NKgSM7E9Eh7DiLS2E9RNQf0dONaGDzEG9yjEl5hcqeIsj4hfRkLH/Bg==",
|
|
2073
|
+
"dev": true,
|
|
2074
|
+
"funding": [
|
|
2075
|
+
{
|
|
2076
|
+
"type": "GitHub Sponsors",
|
|
2077
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
|
2078
|
+
},
|
|
2079
|
+
{
|
|
2080
|
+
"type": "OpenCollective",
|
|
2081
|
+
"url": "https://opencollective.com/unified"
|
|
2082
|
+
}
|
|
2083
|
+
],
|
|
2084
|
+
"license": "MIT",
|
|
2085
|
+
"dependencies": {
|
|
2086
|
+
"micromark-util-chunked": "^2.0.0",
|
|
2087
|
+
"micromark-util-types": "^2.0.0"
|
|
2088
|
+
}
|
|
2089
|
+
},
|
|
2090
|
+
"node_modules/micromark-util-decode-numeric-character-reference": {
|
|
2091
|
+
"version": "2.0.2",
|
|
2092
|
+
"resolved": "https://registry.npmjs.org/micromark-util-decode-numeric-character-reference/-/micromark-util-decode-numeric-character-reference-2.0.2.tgz",
|
|
2093
|
+
"integrity": "sha512-ccUbYk6CwVdkmCQMyr64dXz42EfHGkPQlBj5p7YVGzq8I7CtjXZJrubAYezf7Rp+bjPseiROqe7G6foFd+lEuw==",
|
|
2094
|
+
"dev": true,
|
|
2095
|
+
"funding": [
|
|
2096
|
+
{
|
|
2097
|
+
"type": "GitHub Sponsors",
|
|
2098
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
|
2099
|
+
},
|
|
2100
|
+
{
|
|
2101
|
+
"type": "OpenCollective",
|
|
2102
|
+
"url": "https://opencollective.com/unified"
|
|
2103
|
+
}
|
|
2104
|
+
],
|
|
2105
|
+
"license": "MIT",
|
|
2106
|
+
"dependencies": {
|
|
2107
|
+
"micromark-util-symbol": "^2.0.0"
|
|
2108
|
+
}
|
|
2109
|
+
},
|
|
2110
|
+
"node_modules/micromark-util-encode": {
|
|
2111
|
+
"version": "2.0.1",
|
|
2112
|
+
"resolved": "https://registry.npmjs.org/micromark-util-encode/-/micromark-util-encode-2.0.1.tgz",
|
|
2113
|
+
"integrity": "sha512-c3cVx2y4KqUnwopcO9b/SCdo2O67LwJJ/UyqGfbigahfegL9myoEFoDYZgkT7f36T0bLrM9hZTAaAyH+PCAXjw==",
|
|
2114
|
+
"dev": true,
|
|
2115
|
+
"funding": [
|
|
2116
|
+
{
|
|
2117
|
+
"type": "GitHub Sponsors",
|
|
2118
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
|
2119
|
+
},
|
|
2120
|
+
{
|
|
2121
|
+
"type": "OpenCollective",
|
|
2122
|
+
"url": "https://opencollective.com/unified"
|
|
2123
|
+
}
|
|
2124
|
+
],
|
|
2125
|
+
"license": "MIT"
|
|
2126
|
+
},
|
|
2127
|
+
"node_modules/micromark-util-html-tag-name": {
|
|
2128
|
+
"version": "2.0.1",
|
|
2129
|
+
"resolved": "https://registry.npmjs.org/micromark-util-html-tag-name/-/micromark-util-html-tag-name-2.0.1.tgz",
|
|
2130
|
+
"integrity": "sha512-2cNEiYDhCWKI+Gs9T0Tiysk136SnR13hhO8yW6BGNyhOC4qYFnwF1nKfD3HFAIXA5c45RrIG1ub11GiXeYd1xA==",
|
|
2131
|
+
"dev": true,
|
|
2132
|
+
"funding": [
|
|
2133
|
+
{
|
|
2134
|
+
"type": "GitHub Sponsors",
|
|
2135
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
|
2136
|
+
},
|
|
2137
|
+
{
|
|
2138
|
+
"type": "OpenCollective",
|
|
2139
|
+
"url": "https://opencollective.com/unified"
|
|
2140
|
+
}
|
|
2141
|
+
],
|
|
2142
|
+
"license": "MIT"
|
|
2143
|
+
},
|
|
2144
|
+
"node_modules/micromark-util-normalize-identifier": {
|
|
2145
|
+
"version": "2.0.1",
|
|
2146
|
+
"resolved": "https://registry.npmjs.org/micromark-util-normalize-identifier/-/micromark-util-normalize-identifier-2.0.1.tgz",
|
|
2147
|
+
"integrity": "sha512-sxPqmo70LyARJs0w2UclACPUUEqltCkJ6PhKdMIDuJ3gSf/Q+/GIe3WKl0Ijb/GyH9lOpUkRAO2wp0GVkLvS9Q==",
|
|
2148
|
+
"dev": true,
|
|
2149
|
+
"funding": [
|
|
2150
|
+
{
|
|
2151
|
+
"type": "GitHub Sponsors",
|
|
2152
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
|
2153
|
+
},
|
|
2154
|
+
{
|
|
2155
|
+
"type": "OpenCollective",
|
|
2156
|
+
"url": "https://opencollective.com/unified"
|
|
2157
|
+
}
|
|
2158
|
+
],
|
|
2159
|
+
"license": "MIT",
|
|
2160
|
+
"dependencies": {
|
|
2161
|
+
"micromark-util-symbol": "^2.0.0"
|
|
2162
|
+
}
|
|
2163
|
+
},
|
|
2164
|
+
"node_modules/micromark-util-resolve-all": {
|
|
2165
|
+
"version": "2.0.1",
|
|
2166
|
+
"resolved": "https://registry.npmjs.org/micromark-util-resolve-all/-/micromark-util-resolve-all-2.0.1.tgz",
|
|
2167
|
+
"integrity": "sha512-VdQyxFWFT2/FGJgwQnJYbe1jjQoNTS4RjglmSjTUlpUMa95Htx9NHeYW4rGDJzbjvCsl9eLjMQwGeElsqmzcHg==",
|
|
2168
|
+
"dev": true,
|
|
2169
|
+
"funding": [
|
|
2170
|
+
{
|
|
2171
|
+
"type": "GitHub Sponsors",
|
|
2172
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
|
2173
|
+
},
|
|
2174
|
+
{
|
|
2175
|
+
"type": "OpenCollective",
|
|
2176
|
+
"url": "https://opencollective.com/unified"
|
|
2177
|
+
}
|
|
2178
|
+
],
|
|
2179
|
+
"license": "MIT",
|
|
2180
|
+
"dependencies": {
|
|
2181
|
+
"micromark-util-types": "^2.0.0"
|
|
2182
|
+
}
|
|
2183
|
+
},
|
|
2184
|
+
"node_modules/micromark-util-sanitize-uri": {
|
|
2185
|
+
"version": "2.0.1",
|
|
2186
|
+
"resolved": "https://registry.npmjs.org/micromark-util-sanitize-uri/-/micromark-util-sanitize-uri-2.0.1.tgz",
|
|
2187
|
+
"integrity": "sha512-9N9IomZ/YuGGZZmQec1MbgxtlgougxTodVwDzzEouPKo3qFWvymFHWcnDi2vzV1ff6kas9ucW+o3yzJK9YB1AQ==",
|
|
2188
|
+
"dev": true,
|
|
2189
|
+
"funding": [
|
|
2190
|
+
{
|
|
2191
|
+
"type": "GitHub Sponsors",
|
|
2192
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
|
2193
|
+
},
|
|
2194
|
+
{
|
|
2195
|
+
"type": "OpenCollective",
|
|
2196
|
+
"url": "https://opencollective.com/unified"
|
|
2197
|
+
}
|
|
2198
|
+
],
|
|
2199
|
+
"license": "MIT",
|
|
2200
|
+
"dependencies": {
|
|
2201
|
+
"micromark-util-character": "^2.0.0",
|
|
2202
|
+
"micromark-util-encode": "^2.0.0",
|
|
2203
|
+
"micromark-util-symbol": "^2.0.0"
|
|
2204
|
+
}
|
|
2205
|
+
},
|
|
2206
|
+
"node_modules/micromark-util-subtokenize": {
|
|
2207
|
+
"version": "2.1.0",
|
|
2208
|
+
"resolved": "https://registry.npmjs.org/micromark-util-subtokenize/-/micromark-util-subtokenize-2.1.0.tgz",
|
|
2209
|
+
"integrity": "sha512-XQLu552iSctvnEcgXw6+Sx75GflAPNED1qx7eBJ+wydBb2KCbRZe+NwvIEEMM83uml1+2WSXpBAcp9IUCgCYWA==",
|
|
2210
|
+
"dev": true,
|
|
2211
|
+
"funding": [
|
|
2212
|
+
{
|
|
2213
|
+
"type": "GitHub Sponsors",
|
|
2214
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
|
2215
|
+
},
|
|
2216
|
+
{
|
|
2217
|
+
"type": "OpenCollective",
|
|
2218
|
+
"url": "https://opencollective.com/unified"
|
|
2219
|
+
}
|
|
2220
|
+
],
|
|
2221
|
+
"license": "MIT",
|
|
2222
|
+
"dependencies": {
|
|
2223
|
+
"devlop": "^1.0.0",
|
|
2224
|
+
"micromark-util-chunked": "^2.0.0",
|
|
2225
|
+
"micromark-util-symbol": "^2.0.0",
|
|
2226
|
+
"micromark-util-types": "^2.0.0"
|
|
2227
|
+
}
|
|
2228
|
+
},
|
|
2229
|
+
"node_modules/micromark-util-symbol": {
|
|
2230
|
+
"version": "2.0.1",
|
|
2231
|
+
"resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-2.0.1.tgz",
|
|
2232
|
+
"integrity": "sha512-vs5t8Apaud9N28kgCrRUdEed4UJ+wWNvicHLPxCa9ENlYuAY31M0ETy5y1vA33YoNPDFTghEbnh6efaE8h4x0Q==",
|
|
2233
|
+
"dev": true,
|
|
2234
|
+
"funding": [
|
|
2235
|
+
{
|
|
2236
|
+
"type": "GitHub Sponsors",
|
|
2237
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
|
2238
|
+
},
|
|
2239
|
+
{
|
|
2240
|
+
"type": "OpenCollective",
|
|
2241
|
+
"url": "https://opencollective.com/unified"
|
|
2242
|
+
}
|
|
2243
|
+
],
|
|
2244
|
+
"license": "MIT"
|
|
2245
|
+
},
|
|
2246
|
+
"node_modules/micromark-util-types": {
|
|
2247
|
+
"version": "2.0.2",
|
|
2248
|
+
"resolved": "https://registry.npmjs.org/micromark-util-types/-/micromark-util-types-2.0.2.tgz",
|
|
2249
|
+
"integrity": "sha512-Yw0ECSpJoViF1qTU4DC6NwtC4aWGt1EkzaQB8KPPyCRR8z9TWeV0HbEFGTO+ZY1wB22zmxnJqhPyTpOVCpeHTA==",
|
|
2250
|
+
"dev": true,
|
|
2251
|
+
"funding": [
|
|
2252
|
+
{
|
|
2253
|
+
"type": "GitHub Sponsors",
|
|
2254
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
|
2255
|
+
},
|
|
2256
|
+
{
|
|
2257
|
+
"type": "OpenCollective",
|
|
2258
|
+
"url": "https://opencollective.com/unified"
|
|
2259
|
+
}
|
|
2260
|
+
],
|
|
2261
|
+
"license": "MIT"
|
|
2262
|
+
},
|
|
2263
|
+
"node_modules/minimatch": {
|
|
2264
|
+
"version": "3.1.5",
|
|
2265
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.5.tgz",
|
|
2266
|
+
"integrity": "sha512-VgjWUsnnT6n+NUk6eZq77zeFdpW2LWDzP6zFGrCbHXiYNul5Dzqk2HHQ5uFH2DNW5Xbp8+jVzaeNt94ssEEl4w==",
|
|
2267
|
+
"dev": true,
|
|
2268
|
+
"dependencies": {
|
|
2269
|
+
"brace-expansion": "^1.1.7"
|
|
2270
|
+
},
|
|
2271
|
+
"engines": {
|
|
2272
|
+
"node": "*"
|
|
2273
|
+
}
|
|
2274
|
+
},
|
|
2275
|
+
"node_modules/minimist": {
|
|
2276
|
+
"version": "1.2.8",
|
|
2277
|
+
"resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz",
|
|
2278
|
+
"integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==",
|
|
2279
|
+
"dev": true,
|
|
2280
|
+
"license": "MIT",
|
|
2281
|
+
"funding": {
|
|
2282
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
2283
|
+
}
|
|
2284
|
+
},
|
|
2285
|
+
"node_modules/minipass": {
|
|
2286
|
+
"version": "7.1.3",
|
|
2287
|
+
"resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.3.tgz",
|
|
2288
|
+
"integrity": "sha512-tEBHqDnIoM/1rXME1zgka9g6Q2lcoCkxHLuc7ODJ5BxbP5d4c2Z5cGgtXAku59200Cx7diuHTOYfSBD8n6mm8A==",
|
|
2289
|
+
"dev": true,
|
|
2290
|
+
"license": "BlueOak-1.0.0",
|
|
2291
|
+
"engines": {
|
|
2292
|
+
"node": ">=16 || 14 >=14.17"
|
|
2293
|
+
}
|
|
2294
|
+
},
|
|
2295
|
+
"node_modules/ms": {
|
|
2296
|
+
"version": "2.1.3",
|
|
2297
|
+
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
|
|
2298
|
+
"integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
|
|
2299
|
+
"dev": true,
|
|
2300
|
+
"license": "MIT"
|
|
2301
|
+
},
|
|
2302
|
+
"node_modules/natural-compare": {
|
|
2303
|
+
"version": "1.4.0",
|
|
2304
|
+
"resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz",
|
|
2305
|
+
"integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==",
|
|
2306
|
+
"dev": true,
|
|
2307
|
+
"license": "MIT"
|
|
2308
|
+
},
|
|
2309
|
+
"node_modules/optionator": {
|
|
2310
|
+
"version": "0.9.4",
|
|
2311
|
+
"resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.4.tgz",
|
|
2312
|
+
"integrity": "sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==",
|
|
2313
|
+
"dev": true,
|
|
2314
|
+
"license": "MIT",
|
|
2315
|
+
"dependencies": {
|
|
2316
|
+
"deep-is": "^0.1.3",
|
|
2317
|
+
"fast-levenshtein": "^2.0.6",
|
|
2318
|
+
"levn": "^0.4.1",
|
|
2319
|
+
"prelude-ls": "^1.2.1",
|
|
2320
|
+
"type-check": "^0.4.0",
|
|
2321
|
+
"word-wrap": "^1.2.5"
|
|
2322
|
+
},
|
|
2323
|
+
"engines": {
|
|
2324
|
+
"node": ">= 0.8.0"
|
|
2325
|
+
}
|
|
2326
|
+
},
|
|
2327
|
+
"node_modules/p-limit": {
|
|
2328
|
+
"version": "3.1.0",
|
|
2329
|
+
"resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
|
|
2330
|
+
"integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
|
|
2331
|
+
"dev": true,
|
|
2332
|
+
"license": "MIT",
|
|
2333
|
+
"dependencies": {
|
|
2334
|
+
"yocto-queue": "^0.1.0"
|
|
2335
|
+
},
|
|
2336
|
+
"engines": {
|
|
2337
|
+
"node": ">=10"
|
|
2338
|
+
},
|
|
2339
|
+
"funding": {
|
|
2340
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
2341
|
+
}
|
|
2342
|
+
},
|
|
2343
|
+
"node_modules/p-locate": {
|
|
2344
|
+
"version": "5.0.0",
|
|
2345
|
+
"resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz",
|
|
2346
|
+
"integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
|
|
2347
|
+
"dev": true,
|
|
2348
|
+
"license": "MIT",
|
|
2349
|
+
"dependencies": {
|
|
2350
|
+
"p-limit": "^3.0.2"
|
|
2351
|
+
},
|
|
2352
|
+
"engines": {
|
|
2353
|
+
"node": ">=10"
|
|
2354
|
+
},
|
|
2355
|
+
"funding": {
|
|
2356
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
2357
|
+
}
|
|
2358
|
+
},
|
|
2359
|
+
"node_modules/parent-module": {
|
|
2360
|
+
"version": "1.0.1",
|
|
2361
|
+
"resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz",
|
|
2362
|
+
"integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==",
|
|
2363
|
+
"dev": true,
|
|
2364
|
+
"license": "MIT",
|
|
2365
|
+
"dependencies": {
|
|
2366
|
+
"callsites": "^3.0.0"
|
|
2367
|
+
},
|
|
2368
|
+
"engines": {
|
|
2369
|
+
"node": ">=6"
|
|
2370
|
+
}
|
|
2371
|
+
},
|
|
2372
|
+
"node_modules/parse-entities": {
|
|
2373
|
+
"version": "4.0.2",
|
|
2374
|
+
"resolved": "https://registry.npmjs.org/parse-entities/-/parse-entities-4.0.2.tgz",
|
|
2375
|
+
"integrity": "sha512-GG2AQYWoLgL877gQIKeRPGO1xF9+eG1ujIb5soS5gPvLQ1y2o8FL90w2QWNdf9I361Mpp7726c+lj3U0qK1uGw==",
|
|
2376
|
+
"dev": true,
|
|
2377
|
+
"license": "MIT",
|
|
2378
|
+
"dependencies": {
|
|
2379
|
+
"@types/unist": "^2.0.0",
|
|
2380
|
+
"character-entities-legacy": "^3.0.0",
|
|
2381
|
+
"character-reference-invalid": "^2.0.0",
|
|
2382
|
+
"decode-named-character-reference": "^1.0.0",
|
|
2383
|
+
"is-alphanumerical": "^2.0.0",
|
|
2384
|
+
"is-decimal": "^2.0.0",
|
|
2385
|
+
"is-hexadecimal": "^2.0.0"
|
|
2386
|
+
},
|
|
2387
|
+
"funding": {
|
|
2388
|
+
"type": "github",
|
|
2389
|
+
"url": "https://github.com/sponsors/wooorm"
|
|
2390
|
+
}
|
|
2391
|
+
},
|
|
2392
|
+
"node_modules/path-exists": {
|
|
2393
|
+
"version": "4.0.0",
|
|
2394
|
+
"resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz",
|
|
2395
|
+
"integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
|
|
2396
|
+
"dev": true,
|
|
2397
|
+
"license": "MIT",
|
|
2398
|
+
"engines": {
|
|
2399
|
+
"node": ">=8"
|
|
2400
|
+
}
|
|
2401
|
+
},
|
|
2402
|
+
"node_modules/path-key": {
|
|
2403
|
+
"version": "3.1.1",
|
|
2404
|
+
"resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
|
|
2405
|
+
"integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
|
|
2406
|
+
"dev": true,
|
|
2407
|
+
"license": "MIT",
|
|
2408
|
+
"engines": {
|
|
2409
|
+
"node": ">=8"
|
|
2410
|
+
}
|
|
2411
|
+
},
|
|
2412
|
+
"node_modules/path-scurry": {
|
|
2413
|
+
"version": "2.0.2",
|
|
2414
|
+
"resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-2.0.2.tgz",
|
|
2415
|
+
"integrity": "sha512-3O/iVVsJAPsOnpwWIeD+d6z/7PmqApyQePUtCndjatj/9I5LylHvt5qluFaBT3I5h3r1ejfR056c+FCv+NnNXg==",
|
|
2416
|
+
"dev": true,
|
|
2417
|
+
"license": "BlueOak-1.0.0",
|
|
2418
|
+
"dependencies": {
|
|
2419
|
+
"lru-cache": "^11.0.0",
|
|
2420
|
+
"minipass": "^7.1.2"
|
|
2421
|
+
},
|
|
2422
|
+
"engines": {
|
|
2423
|
+
"node": "18 || 20 || >=22"
|
|
2424
|
+
},
|
|
2425
|
+
"funding": {
|
|
2426
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
2427
|
+
}
|
|
2428
|
+
},
|
|
2429
|
+
"node_modules/picomatch": {
|
|
2430
|
+
"version": "4.0.4",
|
|
2431
|
+
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.4.tgz",
|
|
2432
|
+
"integrity": "sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==",
|
|
2433
|
+
"dev": true,
|
|
2434
|
+
"license": "MIT",
|
|
2435
|
+
"engines": {
|
|
2436
|
+
"node": ">=12"
|
|
2437
|
+
},
|
|
2438
|
+
"funding": {
|
|
2439
|
+
"url": "https://github.com/sponsors/jonschlinkert"
|
|
2440
|
+
}
|
|
2441
|
+
},
|
|
2442
|
+
"node_modules/prelude-ls": {
|
|
2443
|
+
"version": "1.2.1",
|
|
2444
|
+
"resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz",
|
|
2445
|
+
"integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==",
|
|
2446
|
+
"dev": true,
|
|
2447
|
+
"license": "MIT",
|
|
2448
|
+
"engines": {
|
|
2449
|
+
"node": ">= 0.8.0"
|
|
2450
|
+
}
|
|
2451
|
+
},
|
|
2452
|
+
"node_modules/punycode": {
|
|
2453
|
+
"version": "2.3.1",
|
|
2454
|
+
"resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz",
|
|
2455
|
+
"integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==",
|
|
2456
|
+
"dev": true,
|
|
2457
|
+
"license": "MIT",
|
|
2458
|
+
"engines": {
|
|
2459
|
+
"node": ">=6"
|
|
2460
|
+
}
|
|
2461
|
+
},
|
|
2462
|
+
"node_modules/punycode.js": {
|
|
2463
|
+
"version": "2.3.1",
|
|
2464
|
+
"resolved": "https://registry.npmjs.org/punycode.js/-/punycode.js-2.3.1.tgz",
|
|
2465
|
+
"integrity": "sha512-uxFIHU0YlHYhDQtV4R9J6a52SLx28BCjT+4ieh7IGbgwVJWO+km431c4yRlREUAsAmt/uMjQUyQHNEPf0M39CA==",
|
|
2466
|
+
"dev": true,
|
|
2467
|
+
"engines": {
|
|
2468
|
+
"node": ">=6"
|
|
2469
|
+
}
|
|
2470
|
+
},
|
|
2471
|
+
"node_modules/require-directory": {
|
|
2472
|
+
"version": "2.1.1",
|
|
2473
|
+
"resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz",
|
|
2474
|
+
"integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==",
|
|
2475
|
+
"dev": true,
|
|
2476
|
+
"license": "MIT",
|
|
2477
|
+
"engines": {
|
|
2478
|
+
"node": ">=0.10.0"
|
|
2479
|
+
}
|
|
2480
|
+
},
|
|
2481
|
+
"node_modules/require-from-string": {
|
|
2482
|
+
"version": "2.0.2",
|
|
2483
|
+
"resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz",
|
|
2484
|
+
"integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==",
|
|
2485
|
+
"license": "MIT",
|
|
2486
|
+
"engines": {
|
|
2487
|
+
"node": ">=0.10.0"
|
|
2488
|
+
}
|
|
2489
|
+
},
|
|
2490
|
+
"node_modules/resolve-from": {
|
|
2491
|
+
"version": "4.0.0",
|
|
2492
|
+
"resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz",
|
|
2493
|
+
"integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==",
|
|
2494
|
+
"dev": true,
|
|
2495
|
+
"license": "MIT",
|
|
2496
|
+
"engines": {
|
|
2497
|
+
"node": ">=4"
|
|
2498
|
+
}
|
|
2499
|
+
},
|
|
2500
|
+
"node_modules/run-con": {
|
|
2501
|
+
"version": "1.3.2",
|
|
2502
|
+
"resolved": "https://registry.npmjs.org/run-con/-/run-con-1.3.2.tgz",
|
|
2503
|
+
"integrity": "sha512-CcfE+mYiTcKEzg0IqS08+efdnH0oJ3zV0wSUFBNrMHMuxCtXvBCLzCJHatwuXDcu/RlhjTziTo/a1ruQik6/Yg==",
|
|
2504
|
+
"dev": true,
|
|
2505
|
+
"license": "(BSD-2-Clause OR MIT OR Apache-2.0)",
|
|
2506
|
+
"dependencies": {
|
|
2507
|
+
"deep-extend": "^0.6.0",
|
|
2508
|
+
"ini": "~4.1.0",
|
|
2509
|
+
"minimist": "^1.2.8",
|
|
2510
|
+
"strip-json-comments": "~3.1.1"
|
|
2511
|
+
},
|
|
2512
|
+
"bin": {
|
|
2513
|
+
"run-con": "cli.js"
|
|
2514
|
+
}
|
|
2515
|
+
},
|
|
2516
|
+
"node_modules/semver": {
|
|
2517
|
+
"version": "7.7.4",
|
|
2518
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-7.7.4.tgz",
|
|
2519
|
+
"integrity": "sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==",
|
|
2520
|
+
"dev": true,
|
|
2521
|
+
"license": "ISC",
|
|
2522
|
+
"bin": {
|
|
2523
|
+
"semver": "bin/semver.js"
|
|
2524
|
+
},
|
|
2525
|
+
"engines": {
|
|
2526
|
+
"node": ">=10"
|
|
2527
|
+
}
|
|
2528
|
+
},
|
|
2529
|
+
"node_modules/shebang-command": {
|
|
2530
|
+
"version": "2.0.0",
|
|
2531
|
+
"resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
|
|
2532
|
+
"integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
|
|
2533
|
+
"dev": true,
|
|
2534
|
+
"license": "MIT",
|
|
2535
|
+
"dependencies": {
|
|
2536
|
+
"shebang-regex": "^3.0.0"
|
|
2537
|
+
},
|
|
2538
|
+
"engines": {
|
|
2539
|
+
"node": ">=8"
|
|
2540
|
+
}
|
|
2541
|
+
},
|
|
2542
|
+
"node_modules/shebang-regex": {
|
|
2543
|
+
"version": "3.0.0",
|
|
2544
|
+
"resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
|
|
2545
|
+
"integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
|
|
2546
|
+
"dev": true,
|
|
2547
|
+
"license": "MIT",
|
|
2548
|
+
"engines": {
|
|
2549
|
+
"node": ">=8"
|
|
2550
|
+
}
|
|
2551
|
+
},
|
|
2552
|
+
"node_modules/signal-exit": {
|
|
2553
|
+
"version": "4.1.0",
|
|
2554
|
+
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
|
|
2555
|
+
"integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
|
|
2556
|
+
"dev": true,
|
|
2557
|
+
"license": "ISC",
|
|
2558
|
+
"engines": {
|
|
2559
|
+
"node": ">=14"
|
|
2560
|
+
},
|
|
2561
|
+
"funding": {
|
|
2562
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
2563
|
+
}
|
|
2564
|
+
},
|
|
2565
|
+
"node_modules/smol-toml": {
|
|
2566
|
+
"version": "1.6.1",
|
|
2567
|
+
"resolved": "https://registry.npmjs.org/smol-toml/-/smol-toml-1.6.1.tgz",
|
|
2568
|
+
"integrity": "sha512-dWUG8F5sIIARXih1DTaQAX4SsiTXhInKf1buxdY9DIg4ZYPZK5nGM1VRIYmEbDbsHt7USo99xSLFu5Q1IqTmsg==",
|
|
2569
|
+
"dev": true,
|
|
2570
|
+
"license": "BSD-3-Clause",
|
|
2571
|
+
"engines": {
|
|
2572
|
+
"node": ">= 18"
|
|
2573
|
+
},
|
|
2574
|
+
"funding": {
|
|
2575
|
+
"url": "https://github.com/sponsors/cyyynthia"
|
|
2576
|
+
}
|
|
2577
|
+
},
|
|
2578
|
+
"node_modules/sql.js": {
|
|
2579
|
+
"version": "1.14.1",
|
|
2580
|
+
"resolved": "https://registry.npmjs.org/sql.js/-/sql.js-1.14.1.tgz",
|
|
2581
|
+
"integrity": "sha512-gcj8zBWU5cFsi9WUP+4bFNXAyF1iRpA3LLyS/DP5xlrNzGmPIizUeBggKa8DbDwdqaKwUcTEnChtd2grWo/x/A==",
|
|
2582
|
+
"license": "MIT"
|
|
2583
|
+
},
|
|
2584
|
+
"node_modules/string-width": {
|
|
2585
|
+
"version": "8.1.0",
|
|
2586
|
+
"resolved": "https://registry.npmjs.org/string-width/-/string-width-8.1.0.tgz",
|
|
2587
|
+
"integrity": "sha512-Kxl3KJGb/gxkaUMOjRsQ8IrXiGW75O4E3RPjFIINOVH8AMl2SQ/yWdTzWwF3FevIX9LcMAjJW+GRwAlAbTSXdg==",
|
|
2588
|
+
"dev": true,
|
|
2589
|
+
"license": "MIT",
|
|
2590
|
+
"dependencies": {
|
|
2591
|
+
"get-east-asian-width": "^1.3.0",
|
|
2592
|
+
"strip-ansi": "^7.1.0"
|
|
2593
|
+
},
|
|
2594
|
+
"engines": {
|
|
2595
|
+
"node": ">=20"
|
|
2596
|
+
},
|
|
2597
|
+
"funding": {
|
|
2598
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
2599
|
+
}
|
|
2600
|
+
},
|
|
2601
|
+
"node_modules/strip-ansi": {
|
|
2602
|
+
"version": "7.1.2",
|
|
2603
|
+
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.2.tgz",
|
|
2604
|
+
"integrity": "sha512-gmBGslpoQJtgnMAvOVqGZpEz9dyoKTCzy2nfz/n8aIFhN/jCE/rCmcxabB6jOOHV+0WNnylOxaxBQPSvcWklhA==",
|
|
2605
|
+
"dev": true,
|
|
2606
|
+
"license": "MIT",
|
|
2607
|
+
"dependencies": {
|
|
2608
|
+
"ansi-regex": "^6.0.1"
|
|
2609
|
+
},
|
|
2610
|
+
"engines": {
|
|
2611
|
+
"node": ">=12"
|
|
2612
|
+
},
|
|
2613
|
+
"funding": {
|
|
2614
|
+
"url": "https://github.com/chalk/strip-ansi?sponsor=1"
|
|
2615
|
+
}
|
|
2616
|
+
},
|
|
2617
|
+
"node_modules/strip-json-comments": {
|
|
2618
|
+
"version": "3.1.1",
|
|
2619
|
+
"resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz",
|
|
2620
|
+
"integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==",
|
|
2621
|
+
"dev": true,
|
|
2622
|
+
"license": "MIT",
|
|
2623
|
+
"engines": {
|
|
2624
|
+
"node": ">=8"
|
|
2625
|
+
},
|
|
2626
|
+
"funding": {
|
|
2627
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
2628
|
+
}
|
|
2629
|
+
},
|
|
2630
|
+
"node_modules/supports-color": {
|
|
2631
|
+
"version": "7.2.0",
|
|
2632
|
+
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
|
|
2633
|
+
"integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
|
|
2634
|
+
"dev": true,
|
|
2635
|
+
"license": "MIT",
|
|
2636
|
+
"dependencies": {
|
|
2637
|
+
"has-flag": "^4.0.0"
|
|
2638
|
+
},
|
|
2639
|
+
"engines": {
|
|
2640
|
+
"node": ">=8"
|
|
2641
|
+
}
|
|
2642
|
+
},
|
|
2643
|
+
"node_modules/test-exclude": {
|
|
2644
|
+
"version": "8.0.0",
|
|
2645
|
+
"resolved": "https://registry.npmjs.org/test-exclude/-/test-exclude-8.0.0.tgz",
|
|
2646
|
+
"integrity": "sha512-ZOffsNrXYggvU1mDGHk54I96r26P8SyMjO5slMKSc7+IWmtB/MQKnEC2fP51imB3/pT6YK5cT5E8f+Dd9KdyOQ==",
|
|
2647
|
+
"dev": true,
|
|
2648
|
+
"license": "ISC",
|
|
2649
|
+
"dependencies": {
|
|
2650
|
+
"@istanbuljs/schema": "^0.1.2",
|
|
2651
|
+
"glob": "^13.0.6",
|
|
2652
|
+
"minimatch": "^10.2.2"
|
|
2653
|
+
},
|
|
2654
|
+
"engines": {
|
|
2655
|
+
"node": "20 || >=22"
|
|
2656
|
+
}
|
|
2657
|
+
},
|
|
2658
|
+
"node_modules/test-exclude/node_modules/balanced-match": {
|
|
2659
|
+
"version": "4.0.4",
|
|
2660
|
+
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.4.tgz",
|
|
2661
|
+
"integrity": "sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==",
|
|
2662
|
+
"dev": true,
|
|
2663
|
+
"license": "MIT",
|
|
2664
|
+
"engines": {
|
|
2665
|
+
"node": "18 || 20 || >=22"
|
|
2666
|
+
}
|
|
2667
|
+
},
|
|
2668
|
+
"node_modules/test-exclude/node_modules/brace-expansion": {
|
|
2669
|
+
"version": "5.0.5",
|
|
2670
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.5.tgz",
|
|
2671
|
+
"integrity": "sha512-VZznLgtwhn+Mact9tfiwx64fA9erHH/MCXEUfB/0bX/6Fz6ny5EGTXYltMocqg4xFAQZtnO3DHWWXi8RiuN7cQ==",
|
|
2672
|
+
"dev": true,
|
|
2673
|
+
"license": "MIT",
|
|
2674
|
+
"dependencies": {
|
|
2675
|
+
"balanced-match": "^4.0.2"
|
|
2676
|
+
},
|
|
2677
|
+
"engines": {
|
|
2678
|
+
"node": "18 || 20 || >=22"
|
|
2679
|
+
}
|
|
2680
|
+
},
|
|
2681
|
+
"node_modules/test-exclude/node_modules/minimatch": {
|
|
2682
|
+
"version": "10.2.5",
|
|
2683
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.5.tgz",
|
|
2684
|
+
"integrity": "sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==",
|
|
2685
|
+
"dev": true,
|
|
2686
|
+
"license": "BlueOak-1.0.0",
|
|
2687
|
+
"dependencies": {
|
|
2688
|
+
"brace-expansion": "^5.0.5"
|
|
2689
|
+
},
|
|
2690
|
+
"engines": {
|
|
2691
|
+
"node": "18 || 20 || >=22"
|
|
2692
|
+
},
|
|
2693
|
+
"funding": {
|
|
2694
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
2695
|
+
}
|
|
2696
|
+
},
|
|
2697
|
+
"node_modules/tinyglobby": {
|
|
2698
|
+
"version": "0.2.15",
|
|
2699
|
+
"resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.15.tgz",
|
|
2700
|
+
"integrity": "sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==",
|
|
2701
|
+
"dev": true,
|
|
2702
|
+
"license": "MIT",
|
|
2703
|
+
"dependencies": {
|
|
2704
|
+
"fdir": "^6.5.0",
|
|
2705
|
+
"picomatch": "^4.0.3"
|
|
2706
|
+
},
|
|
2707
|
+
"engines": {
|
|
2708
|
+
"node": ">=12.0.0"
|
|
2709
|
+
},
|
|
2710
|
+
"funding": {
|
|
2711
|
+
"url": "https://github.com/sponsors/SuperchupuDev"
|
|
2712
|
+
}
|
|
2713
|
+
},
|
|
2714
|
+
"node_modules/type-check": {
|
|
2715
|
+
"version": "0.4.0",
|
|
2716
|
+
"resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz",
|
|
2717
|
+
"integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==",
|
|
2718
|
+
"dev": true,
|
|
2719
|
+
"license": "MIT",
|
|
2720
|
+
"dependencies": {
|
|
2721
|
+
"prelude-ls": "^1.2.1"
|
|
2722
|
+
},
|
|
2723
|
+
"engines": {
|
|
2724
|
+
"node": ">= 0.8.0"
|
|
2725
|
+
}
|
|
2726
|
+
},
|
|
2727
|
+
"node_modules/typescript": {
|
|
2728
|
+
"version": "6.0.3",
|
|
2729
|
+
"resolved": "https://registry.npmjs.org/typescript/-/typescript-6.0.3.tgz",
|
|
2730
|
+
"integrity": "sha512-y2TvuxSZPDyQakkFRPZHKFm+KKVqIisdg9/CZwm9ftvKXLP8NRWj38/ODjNbr43SsoXqNuAisEf1GdCxqWcdBw==",
|
|
2731
|
+
"dev": true,
|
|
2732
|
+
"license": "Apache-2.0",
|
|
2733
|
+
"bin": {
|
|
2734
|
+
"tsc": "bin/tsc",
|
|
2735
|
+
"tsserver": "bin/tsserver"
|
|
2736
|
+
},
|
|
2737
|
+
"engines": {
|
|
2738
|
+
"node": ">=14.17"
|
|
2739
|
+
}
|
|
2740
|
+
},
|
|
2741
|
+
"node_modules/uc.micro": {
|
|
2742
|
+
"version": "2.1.0",
|
|
2743
|
+
"resolved": "https://registry.npmjs.org/uc.micro/-/uc.micro-2.1.0.tgz",
|
|
2744
|
+
"integrity": "sha512-ARDJmphmdvUk6Glw7y9DQ2bFkKBHwQHLi2lsaH6PPmz/Ka9sFOBsBluozhDltWmnv9u/cF6Rt87znRTPV+yp/A==",
|
|
2745
|
+
"dev": true
|
|
2746
|
+
},
|
|
2747
|
+
"node_modules/undici-types": {
|
|
2748
|
+
"version": "7.24.6",
|
|
2749
|
+
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.24.6.tgz",
|
|
2750
|
+
"integrity": "sha512-WRNW+sJgj5OBN4/0JpHFqtqzhpbnV0GuB+OozA9gCL7a993SmU+1JBZCzLNxYsbMfIeDL+lTsphD5jN5N+n0zg==",
|
|
2751
|
+
"dev": true,
|
|
2752
|
+
"license": "MIT"
|
|
2753
|
+
},
|
|
2754
|
+
"node_modules/uri-js": {
|
|
2755
|
+
"version": "4.4.1",
|
|
2756
|
+
"resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz",
|
|
2757
|
+
"integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==",
|
|
2758
|
+
"dev": true,
|
|
2759
|
+
"license": "BSD-2-Clause",
|
|
2760
|
+
"dependencies": {
|
|
2761
|
+
"punycode": "^2.1.0"
|
|
2762
|
+
}
|
|
2763
|
+
},
|
|
2764
|
+
"node_modules/v8-to-istanbul": {
|
|
2765
|
+
"version": "9.3.0",
|
|
2766
|
+
"resolved": "https://registry.npmjs.org/v8-to-istanbul/-/v8-to-istanbul-9.3.0.tgz",
|
|
2767
|
+
"integrity": "sha512-kiGUalWN+rgBJ/1OHZsBtU4rXZOfj/7rKQxULKlIzwzQSvMJUUNgPwJEEh7gU6xEVxC0ahoOBvN2YI8GH6FNgA==",
|
|
2768
|
+
"dev": true,
|
|
2769
|
+
"license": "ISC",
|
|
2770
|
+
"dependencies": {
|
|
2771
|
+
"@jridgewell/trace-mapping": "^0.3.12",
|
|
2772
|
+
"@types/istanbul-lib-coverage": "^2.0.1",
|
|
2773
|
+
"convert-source-map": "^2.0.0"
|
|
2774
|
+
},
|
|
2775
|
+
"engines": {
|
|
2776
|
+
"node": ">=10.12.0"
|
|
2777
|
+
}
|
|
2778
|
+
},
|
|
2779
|
+
"node_modules/which": {
|
|
2780
|
+
"version": "2.0.2",
|
|
2781
|
+
"resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
|
|
2782
|
+
"integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
|
|
2783
|
+
"dev": true,
|
|
2784
|
+
"license": "ISC",
|
|
2785
|
+
"dependencies": {
|
|
2786
|
+
"isexe": "^2.0.0"
|
|
2787
|
+
},
|
|
2788
|
+
"bin": {
|
|
2789
|
+
"node-which": "bin/node-which"
|
|
2790
|
+
},
|
|
2791
|
+
"engines": {
|
|
2792
|
+
"node": ">= 8"
|
|
2793
|
+
}
|
|
2794
|
+
},
|
|
2795
|
+
"node_modules/word-wrap": {
|
|
2796
|
+
"version": "1.2.5",
|
|
2797
|
+
"resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.5.tgz",
|
|
2798
|
+
"integrity": "sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==",
|
|
2799
|
+
"dev": true,
|
|
2800
|
+
"license": "MIT",
|
|
2801
|
+
"engines": {
|
|
2802
|
+
"node": ">=0.10.0"
|
|
2803
|
+
}
|
|
2804
|
+
},
|
|
2805
|
+
"node_modules/y18n": {
|
|
2806
|
+
"version": "5.0.8",
|
|
2807
|
+
"resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz",
|
|
2808
|
+
"integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==",
|
|
2809
|
+
"dev": true,
|
|
2810
|
+
"license": "ISC",
|
|
2811
|
+
"engines": {
|
|
2812
|
+
"node": ">=10"
|
|
2813
|
+
}
|
|
2814
|
+
},
|
|
2815
|
+
"node_modules/yargs": {
|
|
2816
|
+
"version": "17.7.2",
|
|
2817
|
+
"resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz",
|
|
2818
|
+
"integrity": "sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==",
|
|
2819
|
+
"dev": true,
|
|
2820
|
+
"license": "MIT",
|
|
2821
|
+
"dependencies": {
|
|
2822
|
+
"cliui": "^8.0.1",
|
|
2823
|
+
"escalade": "^3.1.1",
|
|
2824
|
+
"get-caller-file": "^2.0.5",
|
|
2825
|
+
"require-directory": "^2.1.1",
|
|
2826
|
+
"string-width": "^4.2.3",
|
|
2827
|
+
"y18n": "^5.0.5",
|
|
2828
|
+
"yargs-parser": "^21.1.1"
|
|
2829
|
+
},
|
|
2830
|
+
"engines": {
|
|
2831
|
+
"node": ">=12"
|
|
2832
|
+
}
|
|
2833
|
+
},
|
|
2834
|
+
"node_modules/yargs-parser": {
|
|
2835
|
+
"version": "21.1.1",
|
|
2836
|
+
"resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz",
|
|
2837
|
+
"integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==",
|
|
2838
|
+
"dev": true,
|
|
2839
|
+
"license": "ISC",
|
|
2840
|
+
"engines": {
|
|
2841
|
+
"node": ">=12"
|
|
2842
|
+
}
|
|
2843
|
+
},
|
|
2844
|
+
"node_modules/yargs/node_modules/ansi-regex": {
|
|
2845
|
+
"version": "5.0.1",
|
|
2846
|
+
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
|
|
2847
|
+
"integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
|
|
2848
|
+
"dev": true,
|
|
2849
|
+
"license": "MIT",
|
|
2850
|
+
"engines": {
|
|
2851
|
+
"node": ">=8"
|
|
2852
|
+
}
|
|
2853
|
+
},
|
|
2854
|
+
"node_modules/yargs/node_modules/string-width": {
|
|
2855
|
+
"version": "4.2.3",
|
|
2856
|
+
"resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
|
|
2857
|
+
"integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
|
|
2858
|
+
"dev": true,
|
|
2859
|
+
"license": "MIT",
|
|
2860
|
+
"dependencies": {
|
|
2861
|
+
"emoji-regex": "^8.0.0",
|
|
2862
|
+
"is-fullwidth-code-point": "^3.0.0",
|
|
2863
|
+
"strip-ansi": "^6.0.1"
|
|
2864
|
+
},
|
|
2865
|
+
"engines": {
|
|
2866
|
+
"node": ">=8"
|
|
2867
|
+
}
|
|
2868
|
+
},
|
|
2869
|
+
"node_modules/yargs/node_modules/strip-ansi": {
|
|
2870
|
+
"version": "6.0.1",
|
|
2871
|
+
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
|
|
2872
|
+
"integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
|
|
2873
|
+
"dev": true,
|
|
2874
|
+
"license": "MIT",
|
|
2875
|
+
"dependencies": {
|
|
2876
|
+
"ansi-regex": "^5.0.1"
|
|
2877
|
+
},
|
|
2878
|
+
"engines": {
|
|
2879
|
+
"node": ">=8"
|
|
2880
|
+
}
|
|
2881
|
+
},
|
|
2882
|
+
"node_modules/yocto-queue": {
|
|
2883
|
+
"version": "0.1.0",
|
|
2884
|
+
"resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz",
|
|
2885
|
+
"integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==",
|
|
2886
|
+
"dev": true,
|
|
2887
|
+
"license": "MIT",
|
|
2888
|
+
"engines": {
|
|
2889
|
+
"node": ">=10"
|
|
2890
|
+
},
|
|
2891
|
+
"funding": {
|
|
2892
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
2893
|
+
}
|
|
2894
|
+
},
|
|
2895
|
+
"node_modules/zod": {
|
|
2896
|
+
"version": "4.1.8",
|
|
2897
|
+
"resolved": "https://registry.npmjs.org/zod/-/zod-4.1.8.tgz",
|
|
2898
|
+
"integrity": "sha512-5R1P+WwQqmmMIEACyzSvo4JXHY5WiAFHRMg+zBZKgKS+Q1viRa0C1hmUKtHltoIFKtIdki3pRxkmpP74jnNYHQ==",
|
|
2899
|
+
"dev": true,
|
|
2900
|
+
"license": "MIT",
|
|
2901
|
+
"funding": {
|
|
2902
|
+
"url": "https://github.com/sponsors/colinhacks"
|
|
2903
|
+
}
|
|
2904
|
+
}
|
|
2905
|
+
}
|
|
2906
|
+
}
|