claudecode-omc 5.9.1 → 5.12.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.local/settings/settings.json +8 -0
- package/.omc-curation/governance.json +3 -0
- package/.omc-curation/sources.lock.json +5 -0
- package/README.md +10 -1
- package/bundled/manifest.json +4 -3
- package/bundled/upstream/anthropic-skills/.omc-source/bundle.json +2 -2
- package/bundled/upstream/anthropic-skills/.omc-source/provenance.json +394 -390
- package/bundled/upstream/anthropic-skills/skills/claude-api/SKILL.md +60 -29
- package/bundled/upstream/anthropic-skills/skills/claude-api/csharp/claude-api.md +46 -1
- package/bundled/upstream/anthropic-skills/skills/claude-api/curl/examples.md +2 -2
- package/bundled/upstream/anthropic-skills/skills/claude-api/curl/managed-agents.md +3 -1
- package/bundled/upstream/anthropic-skills/skills/claude-api/go/claude-api.md +23 -4
- package/bundled/upstream/anthropic-skills/skills/claude-api/java/claude-api.md +32 -3
- package/bundled/upstream/anthropic-skills/skills/claude-api/php/claude-api.md +27 -0
- package/bundled/upstream/anthropic-skills/skills/claude-api/python/claude-api/README.md +123 -7
- package/bundled/upstream/anthropic-skills/skills/claude-api/python/claude-api/batches.md +13 -0
- package/bundled/upstream/anthropic-skills/skills/claude-api/python/claude-api/files-api.md +7 -2
- package/bundled/upstream/anthropic-skills/skills/claude-api/python/claude-api/streaming.md +18 -1
- package/bundled/upstream/anthropic-skills/skills/claude-api/python/managed-agents/README.md +9 -7
- package/bundled/upstream/anthropic-skills/skills/claude-api/ruby/claude-api.md +27 -0
- package/bundled/upstream/anthropic-skills/skills/claude-api/shared/agent-design.md +1 -1
- package/bundled/upstream/anthropic-skills/skills/claude-api/shared/anthropic-cli.md +246 -0
- package/bundled/upstream/anthropic-skills/skills/claude-api/shared/claude-platform-on-aws.md +59 -0
- package/bundled/upstream/anthropic-skills/skills/claude-api/shared/error-codes.md +24 -4
- package/bundled/upstream/anthropic-skills/skills/claude-api/shared/live-sources.md +8 -0
- package/bundled/upstream/anthropic-skills/skills/claude-api/shared/managed-agents-api-reference.md +48 -4
- package/bundled/upstream/anthropic-skills/skills/claude-api/shared/managed-agents-client-patterns.md +3 -1
- package/bundled/upstream/anthropic-skills/skills/claude-api/shared/managed-agents-core.md +15 -1
- package/bundled/upstream/anthropic-skills/skills/claude-api/shared/managed-agents-environments.md +10 -6
- package/bundled/upstream/anthropic-skills/skills/claude-api/shared/managed-agents-events.md +25 -0
- package/bundled/upstream/anthropic-skills/skills/claude-api/shared/managed-agents-onboarding.md +48 -18
- package/bundled/upstream/anthropic-skills/skills/claude-api/shared/managed-agents-overview.md +8 -5
- package/bundled/upstream/anthropic-skills/skills/claude-api/shared/managed-agents-scheduled-deployments.md +144 -0
- package/bundled/upstream/anthropic-skills/skills/claude-api/shared/managed-agents-self-hosted-sandboxes.md +2 -1
- package/bundled/upstream/anthropic-skills/skills/claude-api/shared/managed-agents-tools.md +46 -9
- package/bundled/upstream/anthropic-skills/skills/claude-api/shared/model-migration.md +259 -3
- package/bundled/upstream/anthropic-skills/skills/claude-api/shared/models.md +17 -9
- package/bundled/upstream/anthropic-skills/skills/claude-api/shared/prompt-caching.md +55 -3
- package/bundled/upstream/anthropic-skills/skills/claude-api/shared/token-counting.md +56 -0
- package/bundled/upstream/anthropic-skills/skills/claude-api/shared/tool-use-concepts.md +22 -2
- package/bundled/upstream/anthropic-skills/skills/claude-api/typescript/claude-api/README.md +45 -6
- package/bundled/upstream/anthropic-skills/skills/claude-api/typescript/claude-api/streaming.md +1 -1
- package/bundled/upstream/anthropic-skills/skills/claude-api/typescript/managed-agents/README.md +10 -12
- package/bundled/upstream/anthropic-skills/skills/frontend-design/SKILL.md +39 -26
- package/bundled/upstream/ecc/.omc-source/bundle.json +2 -2
- package/bundled/upstream/ecc/.omc-source/manifests/.claude-plugin/marketplace.json +2 -2
- package/bundled/upstream/ecc/.omc-source/provenance.json +602 -550
- package/bundled/upstream/ecc/agents/agent-evaluator.md +206 -0
- package/bundled/upstream/ecc/agents/performance-optimizer.md +9 -9
- package/bundled/upstream/ecc/agents/php-reviewer.md +109 -0
- package/bundled/upstream/ecc/agents/spec-miner.md +217 -0
- package/bundled/upstream/ecc/agents/vue-reviewer.md +206 -0
- package/bundled/upstream/ecc/commands/cost-report.md +58 -84
- package/bundled/upstream/ecc/commands/epic-claim.md +26 -0
- package/bundled/upstream/ecc/commands/epic-decompose.md +23 -0
- package/bundled/upstream/ecc/commands/epic-publish.md +23 -0
- package/bundled/upstream/ecc/commands/epic-review.md +23 -0
- package/bundled/upstream/ecc/commands/epic-sync.md +23 -0
- package/bundled/upstream/ecc/commands/epic-unblock.md +22 -0
- package/bundled/upstream/ecc/commands/epic-validate.md +22 -0
- package/bundled/upstream/ecc/commands/instinct-status.md +8 -8
- package/bundled/upstream/ecc/commands/multi-backend.md +2 -0
- package/bundled/upstream/ecc/commands/multi-execute.md +2 -0
- package/bundled/upstream/ecc/commands/multi-frontend.md +2 -0
- package/bundled/upstream/ecc/commands/multi-plan.md +2 -0
- package/bundled/upstream/ecc/commands/multi-workflow.md +2 -0
- package/bundled/upstream/ecc/commands/orch-add-feature.md +36 -0
- package/bundled/upstream/ecc/commands/orch-build-mvp.md +36 -0
- package/bundled/upstream/ecc/commands/orch-change-feature.md +38 -0
- package/bundled/upstream/ecc/commands/orch-fix-defect.md +38 -0
- package/bundled/upstream/ecc/commands/orch-refine-code.md +39 -0
- package/bundled/upstream/ecc/commands/quality-gate.md +34 -16
- package/bundled/upstream/ecc/commands/vue-review.md +174 -0
- package/bundled/upstream/ecc/skills/accessibility/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/agent-architecture-audit/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/agent-eval/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/agent-harness-construction/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/agent-introspection-debugging/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/agent-payment-x402/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/agent-self-evaluation/SKILL.md +182 -0
- package/bundled/upstream/ecc/skills/agent-self-evaluation/examples/high-score-example.md +87 -0
- package/bundled/upstream/ecc/skills/agent-self-evaluation/examples/low-score-example.md +86 -0
- package/bundled/upstream/ecc/skills/agent-self-evaluation/references/evaluation-criteria.md +71 -0
- package/bundled/upstream/ecc/skills/agent-self-evaluation/references/hook-integration.md +64 -0
- package/bundled/upstream/ecc/skills/agent-self-evaluation/scripts/evaluate.py +408 -0
- package/bundled/upstream/ecc/skills/agent-self-evaluation/templates/evaluation-report.md +86 -0
- package/bundled/upstream/ecc/skills/agent-sort/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/agentic-engineering/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/agentic-os/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/ai-first-engineering/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/ai-regression-testing/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/android-clean-architecture/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/angular-developer/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/api-connector-builder/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/api-design/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/architecture-decision-records/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/article-writing/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/automation-audit-ops/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/autonomous-agent-harness/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/autonomous-loops/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/backend-patterns/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/benchmark/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/benchmark-methodology/SKILL.md +190 -0
- package/bundled/upstream/ecc/skills/benchmark-optimization-loop/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/blender-motion-state-inspection/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/blueprint/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/brand-discovery/SKILL.md +145 -0
- package/bundled/upstream/ecc/skills/brand-discovery/references/10_purpose-why.md +40 -0
- package/bundled/upstream/ecc/skills/brand-discovery/references/20_positioning.md +44 -0
- package/bundled/upstream/ecc/skills/brand-discovery/references/30_audience-niche.md +52 -0
- package/bundled/upstream/ecc/skills/brand-discovery/references/40_personality-archetype.md +57 -0
- package/bundled/upstream/ecc/skills/brand-discovery/references/50_voice-tone.md +59 -0
- package/bundled/upstream/ecc/skills/brand-discovery/references/60_narrative-story.md +50 -0
- package/bundled/upstream/ecc/skills/brand-discovery/references/70_founder-tension.md +49 -0
- package/bundled/upstream/ecc/skills/brand-discovery/references/90_SYNTHESIS.md +133 -0
- package/bundled/upstream/ecc/skills/brand-voice/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/browser-qa/SKILL.md +22 -4
- package/bundled/upstream/ecc/skills/bun-runtime/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/canary-watch/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/carrier-relationship-management/SKILL.md +1 -1
- package/bundled/upstream/ecc/skills/cisco-ios-patterns/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/ck/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/claude-devfleet/SKILL.md +11 -2
- package/bundled/upstream/ecc/skills/click-path-audit/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/clickhouse-io/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/code-tour/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/codebase-onboarding/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/codehealth-mcp/SKILL.md +167 -0
- package/bundled/upstream/ecc/skills/coding-standards/SKILL.md +4 -2
- package/bundled/upstream/ecc/skills/competitive-platform-analysis/SKILL.md +214 -0
- package/bundled/upstream/ecc/skills/competitive-report-structure/SKILL.md +162 -0
- package/bundled/upstream/ecc/skills/compose-multiplatform-patterns/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/config-gc/SKILL.md +120 -0
- package/bundled/upstream/ecc/skills/configure-ecc/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/connections-optimizer/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/content-engine/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/content-hash-cache-pattern/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/context-budget/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/continuous-agent-loop/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/continuous-learning/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/continuous-learning-v2/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/continuous-learning-v2/agents/observer-loop.sh +14 -1
- package/bundled/upstream/ecc/skills/continuous-learning-v2/hooks/observe.sh +31 -7
- package/bundled/upstream/ecc/skills/continuous-learning-v2/scripts/instinct-cli.py +90 -2
- package/bundled/upstream/ecc/skills/continuous-learning-v2/scripts/test_parse_instinct.py +27 -0
- package/bundled/upstream/ecc/skills/cost-aware-llm-pipeline/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/cost-tracking/SKILL.md +58 -108
- package/bundled/upstream/ecc/skills/council/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/cpp-coding-standards/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/cpp-testing/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/crosspost/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/csharp-testing/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/customer-billing-ops/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/customs-trade-compliance/SKILL.md +1 -1
- package/bundled/upstream/ecc/skills/dart-flutter-patterns/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/dashboard-builder/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/data-scraper-agent/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/data-throughput-accelerator/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/database-migrations/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/deep-research/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/defi-amm-security/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/deployment-patterns/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/design-system/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/django-celery/SKILL.md +3 -2
- package/bundled/upstream/ecc/skills/django-patterns/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/django-security/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/django-tdd/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/django-verification/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/dmux-workflows/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/docker-patterns/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/documentation-lookup/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/dotnet-patterns/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/dynamic-workflow-mode/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/e2e-testing/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/ecc-guide/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/ecc-tools-cost-audit/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/email-ops/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/energy-procurement/SKILL.md +1 -1
- package/bundled/upstream/ecc/skills/enterprise-agent-ops/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/error-handling/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/eval-harness/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/evm-token-decimals/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/exa-search/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/fal-ai-media/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/fastapi-patterns/SKILL.md +375 -188
- package/bundled/upstream/ecc/skills/finance-billing-ops/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/flox-environments/SKILL.md +3 -2
- package/bundled/upstream/ecc/skills/flutter-dart-code-review/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/frontend-a11y/SKILL.md +3 -3
- package/bundled/upstream/ecc/skills/frontend-design-direction/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/frontend-patterns/SKILL.md +23 -8
- package/bundled/upstream/ecc/skills/frontend-slides/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/frontend-slides/scripts/export-pdf.sh +1 -1
- package/bundled/upstream/ecc/skills/fsharp-testing/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/gan-style-harness/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/gateguard/SKILL.md +9 -1
- package/bundled/upstream/ecc/skills/generating-python-installer/SKILL.md +820 -0
- package/bundled/upstream/ecc/skills/git-workflow/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/github-ops/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/golang-patterns/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/golang-testing/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/google-workspace-ops/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/healthcare-cdss-patterns/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/healthcare-emr-patterns/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/healthcare-eval-harness/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/healthcare-phi-compliance/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/hermes-imports/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/hexagonal-architecture/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/hipaa-compliance/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/homelab-network-readiness/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/homelab-network-setup/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/homelab-pihole-dns/SKILL.md +10 -9
- package/bundled/upstream/ecc/skills/homelab-vlan-segmentation/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/homelab-wireguard-vpn/SKILL.md +4 -3
- package/bundled/upstream/ecc/skills/inherit-legacy-style/SKILL.md +157 -0
- package/bundled/upstream/ecc/skills/intent-driven-development/SKILL.md +360 -0
- package/bundled/upstream/ecc/skills/inventory-demand-planning/SKILL.md +1 -1
- package/bundled/upstream/ecc/skills/investor-materials/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/investor-outreach/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/ios-icon-gen/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/iterative-retrieval/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/ito-basket-compare/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/ito-data-atlas-agent/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/ito-market-intelligence/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/ito-trade-planner/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/java-coding-standards/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/jira-integration/SKILL.md +17 -7
- package/bundled/upstream/ecc/skills/jpa-patterns/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/knowledge-ops/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/kotlin-coroutines-flows/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/kotlin-exposed-patterns/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/kotlin-ktor-patterns/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/kotlin-patterns/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/kotlin-testing/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/kubernetes-patterns/SKILL.md +756 -0
- package/bundled/upstream/ecc/skills/laravel-patterns/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/laravel-plugin-discovery/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/laravel-security/SKILL.md +826 -163
- package/bundled/upstream/ecc/skills/laravel-tdd/SKILL.md +541 -149
- package/bundled/upstream/ecc/skills/laravel-verification/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/latency-critical-systems/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/lead-intelligence/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/llm-trading-agent-security/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/logistics-exception-management/SKILL.md +1 -1
- package/bundled/upstream/ecc/skills/make-interfaces-feel-better/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/manim-video/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/market-research/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/marketing-campaign/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/mcp-server-patterns/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/messages-ops/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/ml-adoption-playbook/SKILL.md +57 -0
- package/bundled/upstream/ecc/skills/mle-workflow/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/motion-patterns/SKILL.md +1 -2
- package/bundled/upstream/ecc/skills/motion-ui/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/mysql-patterns/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/nanoclaw-repl/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/nestjs-patterns/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/netmiko-ssh-automation/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/network-bgp-diagnostics/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/network-config-validation/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/network-interface-health/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/nextjs-turbopack/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/nodejs-keccak256/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/nutrient-document-processing/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/nuxt4-patterns/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/openclaw-persona-forge/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/opensource-pipeline/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/orch-add-feature/SKILL.md +45 -0
- package/bundled/upstream/ecc/skills/orch-build-mvp/SKILL.md +49 -0
- package/bundled/upstream/ecc/skills/orch-change-feature/SKILL.md +43 -0
- package/bundled/upstream/ecc/skills/orch-fix-defect/SKILL.md +43 -0
- package/bundled/upstream/ecc/skills/orch-pipeline/SKILL.md +121 -0
- package/bundled/upstream/ecc/skills/orch-refine-code/SKILL.md +44 -0
- package/bundled/upstream/ecc/skills/parallel-execution-optimizer/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/perl-patterns/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/perl-security/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/perl-testing/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/plan-orchestrate/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/plankton-code-quality/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/postgres-patterns/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/prediction-market-oracle-research/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/prediction-market-risk-review/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/prisma-patterns/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/product-capability/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/product-lens/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/production-audit/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/production-scheduling/SKILL.md +1 -1
- package/bundled/upstream/ecc/skills/project-flow-ops/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/prompt-optimizer/SKILL.md +1 -1
- package/bundled/upstream/ecc/skills/python-patterns/SKILL.md +4 -3
- package/bundled/upstream/ecc/skills/python-testing/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/pytorch-patterns/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/quality-nonconformance/SKILL.md +1 -1
- package/bundled/upstream/ecc/skills/quarkus-patterns/SKILL.md +51 -50
- package/bundled/upstream/ecc/skills/quarkus-security/SKILL.md +25 -24
- package/bundled/upstream/ecc/skills/quarkus-tdd/SKILL.md +73 -72
- package/bundled/upstream/ecc/skills/quarkus-verification/SKILL.md +8 -7
- package/bundled/upstream/ecc/skills/ralphinho-rfc-pipeline/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/react-patterns/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/react-performance/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/react-testing/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/recsys-pipeline-architect/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/recursive-decision-ledger/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/redis-patterns/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/regex-vs-llm-structured-text/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/repo-scan/SKILL.md +64 -63
- package/bundled/upstream/ecc/skills/research-ops/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/returns-reverse-logistics/SKILL.md +1 -1
- package/bundled/upstream/ecc/skills/rules-distill/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/rust-patterns/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/rust-testing/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/safety-guard/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/santa-method/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/scientific-db-pubmed-database/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/scientific-db-uspto-database/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/scientific-pkg-gget/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/scientific-thinking-literature-review/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/scientific-thinking-scholar-evaluation/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/search-first/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/security-bounty-hunter/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/security-review/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/security-scan/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/seo/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/skill-comply/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/skill-comply/scripts/runner.py +8 -0
- package/bundled/upstream/ecc/skills/skill-scout/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/skill-stocktake/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/social-graph-ranker/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/social-publisher/SKILL.md +17 -2
- package/bundled/upstream/ecc/skills/springboot-patterns/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/springboot-security/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/springboot-tdd/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/springboot-verification/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/strategic-compact/SKILL.md +10 -5
- package/bundled/upstream/ecc/skills/swift-actor-persistence/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/swift-protocol-di-testing/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/taste/SKILL.md +264 -0
- package/bundled/upstream/ecc/skills/taste/references/genre-taxonomy.md +87 -0
- package/bundled/upstream/ecc/skills/tdd-workflow/SKILL.md +64 -1
- package/bundled/upstream/ecc/skills/team-agent-orchestration/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/team-builder/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/terminal-ops/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/tinystruct-patterns/SKILL.md +77 -1
- package/bundled/upstream/ecc/skills/token-budget-advisor/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/ui-demo/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/ui-to-vue/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/uncloud/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/unified-notifications-ops/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/verification-loop/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/video-editing/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/videodb/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/vite-patterns/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/vue-patterns/SKILL.md +471 -0
- package/bundled/upstream/ecc/skills/windows-desktop-e2e/SKILL.md +9 -8
- package/bundled/upstream/ecc/skills/workspace-surface-audit/SKILL.md +2 -1
- package/bundled/upstream/ecc/skills/x-api/SKILL.md +2 -1
- package/bundled/upstream/impeccable/.omc-source/bundle.json +20 -0
- package/bundled/upstream/impeccable/.omc-source/provenance.json +110 -0
- package/bundled/upstream/impeccable/agents/impeccable-manual-edit-applier.md +97 -0
- package/bundled/upstream/impeccable/skills/impeccable/SKILL.md +168 -0
- package/bundled/upstream/impeccable/skills/impeccable/reference/adapt.md +311 -0
- package/bundled/upstream/impeccable/skills/impeccable/reference/animate.md +201 -0
- package/bundled/upstream/impeccable/skills/impeccable/reference/audit.md +133 -0
- package/bundled/upstream/impeccable/skills/impeccable/reference/bolder.md +113 -0
- package/bundled/upstream/impeccable/skills/impeccable/reference/brand.md +108 -0
- package/bundled/upstream/impeccable/skills/impeccable/reference/clarify.md +288 -0
- package/bundled/upstream/impeccable/skills/impeccable/reference/codex.md +105 -0
- package/bundled/upstream/impeccable/skills/impeccable/reference/colorize.md +257 -0
- package/bundled/upstream/impeccable/skills/impeccable/reference/craft.md +123 -0
- package/bundled/upstream/impeccable/skills/impeccable/reference/critique.md +767 -0
- package/bundled/upstream/impeccable/skills/impeccable/reference/delight.md +302 -0
- package/bundled/upstream/impeccable/skills/impeccable/reference/distill.md +111 -0
- package/bundled/upstream/impeccable/skills/impeccable/reference/document.md +429 -0
- package/bundled/upstream/impeccable/skills/impeccable/reference/extract.md +69 -0
- package/bundled/upstream/impeccable/skills/impeccable/reference/harden.md +347 -0
- package/bundled/upstream/impeccable/skills/impeccable/reference/hooks.md +90 -0
- package/bundled/upstream/impeccable/skills/impeccable/reference/init.md +172 -0
- package/bundled/upstream/impeccable/skills/impeccable/reference/interaction-design.md +189 -0
- package/bundled/upstream/impeccable/skills/impeccable/reference/layout.md +161 -0
- package/bundled/upstream/impeccable/skills/impeccable/reference/live.md +718 -0
- package/bundled/upstream/impeccable/skills/impeccable/reference/onboard.md +234 -0
- package/bundled/upstream/impeccable/skills/impeccable/reference/optimize.md +258 -0
- package/bundled/upstream/impeccable/skills/impeccable/reference/overdrive.md +130 -0
- package/bundled/upstream/impeccable/skills/impeccable/reference/polish.md +241 -0
- package/bundled/upstream/impeccable/skills/impeccable/reference/product.md +60 -0
- package/bundled/upstream/impeccable/skills/impeccable/reference/quieter.md +99 -0
- package/bundled/upstream/impeccable/skills/impeccable/reference/shape.md +165 -0
- package/bundled/upstream/impeccable/skills/impeccable/reference/typeset.md +279 -0
- package/bundled/upstream/impeccable/skills/impeccable/scripts/command-metadata.json +94 -0
- package/bundled/upstream/impeccable/skills/impeccable/scripts/context-signals.mjs +225 -0
- package/bundled/upstream/impeccable/skills/impeccable/scripts/context.mjs +961 -0
- package/bundled/upstream/impeccable/skills/impeccable/scripts/critique-storage.mjs +242 -0
- package/bundled/upstream/impeccable/skills/impeccable/scripts/detect-csp.mjs +198 -0
- package/bundled/upstream/impeccable/skills/impeccable/scripts/detect.mjs +21 -0
- package/bundled/upstream/impeccable/skills/impeccable/scripts/detector/browser/injected/index.mjs +1937 -0
- package/bundled/upstream/impeccable/skills/impeccable/scripts/detector/cli/main.mjs +290 -0
- package/bundled/upstream/impeccable/skills/impeccable/scripts/detector/design-system.mjs +750 -0
- package/bundled/upstream/impeccable/skills/impeccable/scripts/detector/detect-antipatterns-browser.js +5138 -0
- package/bundled/upstream/impeccable/skills/impeccable/scripts/detector/detect-antipatterns.mjs +50 -0
- package/bundled/upstream/impeccable/skills/impeccable/scripts/detector/engines/browser/detect-url.mjs +277 -0
- package/bundled/upstream/impeccable/skills/impeccable/scripts/detector/engines/regex/detect-text.mjs +568 -0
- package/bundled/upstream/impeccable/skills/impeccable/scripts/detector/engines/static-html/css-cascade.mjs +1015 -0
- package/bundled/upstream/impeccable/skills/impeccable/scripts/detector/engines/static-html/detect-html.mjs +234 -0
- package/bundled/upstream/impeccable/skills/impeccable/scripts/detector/engines/visual/screenshot-contrast.mjs +189 -0
- package/bundled/upstream/impeccable/skills/impeccable/scripts/detector/findings.mjs +12 -0
- package/bundled/upstream/impeccable/skills/impeccable/scripts/detector/node/file-system.mjs +198 -0
- package/bundled/upstream/impeccable/skills/impeccable/scripts/detector/profile/profiler.mjs +166 -0
- package/bundled/upstream/impeccable/skills/impeccable/scripts/detector/registry/antipatterns.mjs +448 -0
- package/bundled/upstream/impeccable/skills/impeccable/scripts/detector/rules/checks.mjs +2671 -0
- package/bundled/upstream/impeccable/skills/impeccable/scripts/detector/shared/color.mjs +124 -0
- package/bundled/upstream/impeccable/skills/impeccable/scripts/detector/shared/constants.mjs +101 -0
- package/bundled/upstream/impeccable/skills/impeccable/scripts/detector/shared/inline-ignores.mjs +148 -0
- package/bundled/upstream/impeccable/skills/impeccable/scripts/detector/shared/page.mjs +7 -0
- package/bundled/upstream/impeccable/skills/impeccable/scripts/hook-admin.mjs +661 -0
- package/bundled/upstream/impeccable/skills/impeccable/scripts/hook-before-edit.mjs +476 -0
- package/bundled/upstream/impeccable/skills/impeccable/scripts/hook-lib.mjs +1632 -0
- package/bundled/upstream/impeccable/skills/impeccable/scripts/hook.mjs +61 -0
- package/bundled/upstream/impeccable/skills/impeccable/scripts/lib/design-parser.mjs +842 -0
- package/bundled/upstream/impeccable/skills/impeccable/scripts/lib/impeccable-config.mjs +638 -0
- package/bundled/upstream/impeccable/skills/impeccable/scripts/lib/impeccable-paths.mjs +128 -0
- package/bundled/upstream/impeccable/skills/impeccable/scripts/lib/is-generated.mjs +69 -0
- package/bundled/upstream/impeccable/skills/impeccable/scripts/lib/target-args.mjs +42 -0
- package/bundled/upstream/impeccable/skills/impeccable/scripts/live/browser-script-parts.mjs +49 -0
- package/bundled/upstream/impeccable/skills/impeccable/scripts/live/completion.mjs +19 -0
- package/bundled/upstream/impeccable/skills/impeccable/scripts/live/event-validation.mjs +137 -0
- package/bundled/upstream/impeccable/skills/impeccable/scripts/live/insert-ui.mjs +458 -0
- package/bundled/upstream/impeccable/skills/impeccable/scripts/live/manual-apply.mjs +939 -0
- package/bundled/upstream/impeccable/skills/impeccable/scripts/live/manual-edit-routes.mjs +357 -0
- package/bundled/upstream/impeccable/skills/impeccable/scripts/live/manual-edits-buffer.mjs +152 -0
- package/bundled/upstream/impeccable/skills/impeccable/scripts/live/session-store.mjs +289 -0
- package/bundled/upstream/impeccable/skills/impeccable/scripts/live/svelte-component.mjs +826 -0
- package/bundled/upstream/impeccable/skills/impeccable/scripts/live/sveltekit-adapter.mjs +274 -0
- package/bundled/upstream/impeccable/skills/impeccable/scripts/live/ui-core.mjs +180 -0
- package/bundled/upstream/impeccable/skills/impeccable/scripts/live/vocabulary.mjs +36 -0
- package/bundled/upstream/impeccable/skills/impeccable/scripts/live-accept.mjs +812 -0
- package/bundled/upstream/impeccable/skills/impeccable/scripts/live-browser-dom.js +146 -0
- package/bundled/upstream/impeccable/skills/impeccable/scripts/live-browser-session.js +123 -0
- package/bundled/upstream/impeccable/skills/impeccable/scripts/live-browser.js +11173 -0
- package/bundled/upstream/impeccable/skills/impeccable/scripts/live-commit-manual-edits.mjs +1241 -0
- package/bundled/upstream/impeccable/skills/impeccable/scripts/live-complete.mjs +75 -0
- package/bundled/upstream/impeccable/skills/impeccable/scripts/live-copy-edit-agent.mjs +683 -0
- package/bundled/upstream/impeccable/skills/impeccable/scripts/live-discard-manual-edits.mjs +51 -0
- package/bundled/upstream/impeccable/skills/impeccable/scripts/live-inject.mjs +583 -0
- package/bundled/upstream/impeccable/skills/impeccable/scripts/live-insert.mjs +272 -0
- package/bundled/upstream/impeccable/skills/impeccable/scripts/live-manual-edit-evidence.mjs +363 -0
- package/bundled/upstream/impeccable/skills/impeccable/scripts/live-poll.mjs +384 -0
- package/bundled/upstream/impeccable/skills/impeccable/scripts/live-resume.mjs +94 -0
- package/bundled/upstream/impeccable/skills/impeccable/scripts/live-server.mjs +1135 -0
- package/bundled/upstream/impeccable/skills/impeccable/scripts/live-status.mjs +61 -0
- package/bundled/upstream/impeccable/skills/impeccable/scripts/live-target.mjs +30 -0
- package/bundled/upstream/impeccable/skills/impeccable/scripts/live-wrap.mjs +894 -0
- package/bundled/upstream/impeccable/skills/impeccable/scripts/live.mjs +297 -0
- package/bundled/upstream/impeccable/skills/impeccable/scripts/modern-screenshot.umd.js +14 -0
- package/bundled/upstream/impeccable/skills/impeccable/scripts/palette.mjs +633 -0
- package/bundled/upstream/impeccable/skills/impeccable/scripts/pin.mjs +214 -0
- package/bundled/upstream/oh-my-claudecode/.omc-source/bundle.json +2 -2
- package/bundled/upstream/oh-my-claudecode/.omc-source/provenance.json +103 -103
- package/bundled/upstream/oh-my-claudecode/agents/analyst.md +6 -0
- package/bundled/upstream/oh-my-claudecode/agents/architect.md +6 -0
- package/bundled/upstream/oh-my-claudecode/agents/code-reviewer.md +6 -0
- package/bundled/upstream/oh-my-claudecode/agents/critic.md +6 -0
- package/bundled/upstream/oh-my-claudecode/agents/debugger.md +6 -0
- package/bundled/upstream/oh-my-claudecode/agents/security-reviewer.md +6 -0
- package/bundled/upstream/oh-my-claudecode/agents/tracer.md +6 -0
- package/bundled/upstream/oh-my-claudecode/agents/verifier.md +7 -0
- package/bundled/upstream/oh-my-claudecode/hooks/hooks.json +9 -2
- package/bundled/upstream/oh-my-claudecode/skills/ask/SKILL.md +15 -4
- package/bundled/upstream/oh-my-claudecode/skills/autopilot/SKILL.md +30 -1
- package/bundled/upstream/oh-my-claudecode/skills/cancel/SKILL.md +29 -35
- package/bundled/upstream/oh-my-claudecode/skills/ccg/SKILL.md +20 -9
- package/bundled/upstream/oh-my-claudecode/skills/configure-notifications/SKILL.md +2 -2
- package/bundled/upstream/oh-my-claudecode/skills/omc-reference/SKILL.md +6 -4
- package/bundled/upstream/oh-my-claudecode/skills/omc-setup/phases/02-configure.md +1 -1
- package/bundled/upstream/oh-my-claudecode/skills/omc-setup/phases/03-integrations.md +2 -1
- package/bundled/upstream/oh-my-claudecode/skills/omc-setup/phases/04-welcome.md +2 -2
- package/bundled/upstream/oh-my-claudecode/skills/omc-teams/SKILL.md +29 -18
- package/bundled/upstream/oh-my-claudecode/skills/team/SKILL.md +127 -165
- package/bundled/upstream/superpowers/.omc-source/bundle.json +2 -2
- package/bundled/upstream/superpowers/.omc-source/provenance.json +59 -52
- package/bundled/upstream/superpowers/hooks/hooks-codex.json +16 -0
- package/bundled/upstream/superpowers/hooks/session-start +4 -12
- package/bundled/upstream/superpowers/hooks/session-start-codex +26 -0
- package/bundled/upstream/superpowers/skills/brainstorming/SKILL.md +5 -10
- package/bundled/upstream/superpowers/skills/brainstorming/scripts/frame-template.html +25 -26
- package/bundled/upstream/superpowers/skills/brainstorming/scripts/helper.js +101 -22
- package/bundled/upstream/superpowers/skills/brainstorming/scripts/server.cjs +399 -30
- package/bundled/upstream/superpowers/skills/brainstorming/scripts/start-server.sh +70 -9
- package/bundled/upstream/superpowers/skills/brainstorming/scripts/stop-server.sh +66 -2
- package/bundled/upstream/superpowers/skills/brainstorming/spec-document-reviewer-prompt.md +1 -1
- package/bundled/upstream/superpowers/skills/brainstorming/visual-companion.md +33 -22
- package/bundled/upstream/superpowers/skills/dispatching-parallel-agents/SKILL.md +9 -6
- package/bundled/upstream/superpowers/skills/executing-plans/SKILL.md +2 -2
- package/bundled/upstream/superpowers/skills/finishing-a-development-branch/SKILL.md +2 -12
- package/bundled/upstream/superpowers/skills/receiving-code-review/SKILL.md +2 -2
- package/bundled/upstream/superpowers/skills/requesting-code-review/SKILL.md +2 -2
- package/bundled/upstream/superpowers/skills/requesting-code-review/code-reviewer.md +15 -11
- package/bundled/upstream/superpowers/skills/subagent-driven-development/SKILL.md +206 -67
- package/bundled/upstream/superpowers/skills/subagent-driven-development/implementer-prompt.md +30 -4
- package/bundled/upstream/superpowers/skills/subagent-driven-development/scripts/review-package +44 -0
- package/bundled/upstream/superpowers/skills/subagent-driven-development/scripts/sdd-workspace +22 -0
- package/bundled/upstream/superpowers/skills/subagent-driven-development/scripts/task-brief +40 -0
- package/bundled/upstream/superpowers/skills/subagent-driven-development/task-reviewer-prompt.md +188 -0
- package/bundled/upstream/superpowers/skills/systematic-debugging/SKILL.md +1 -1
- package/bundled/upstream/superpowers/skills/test-driven-development/SKILL.md +1 -1
- package/bundled/upstream/superpowers/skills/using-git-worktrees/SKILL.md +9 -22
- package/bundled/upstream/superpowers/skills/using-superpowers/SKILL.md +19 -15
- package/bundled/upstream/superpowers/skills/using-superpowers/references/antigravity-tools.md +96 -0
- package/bundled/upstream/superpowers/skills/using-superpowers/references/claude-code-tools.md +50 -0
- package/bundled/upstream/superpowers/skills/using-superpowers/references/codex-tools.md +25 -12
- package/bundled/upstream/superpowers/skills/using-superpowers/references/copilot-tools.md +27 -20
- package/bundled/upstream/superpowers/skills/using-superpowers/references/gemini-tools.md +44 -32
- package/bundled/upstream/superpowers/skills/using-superpowers/references/pi-tools.md +28 -0
- package/bundled/upstream/superpowers/skills/writing-plans/SKILL.md +22 -0
- package/bundled/upstream/superpowers/skills/writing-plans/plan-document-reviewer-prompt.md +1 -1
- package/bundled/upstream/superpowers/skills/writing-skills/SKILL.md +52 -18
- package/bundled/upstream/superpowers/skills/writing-skills/anthropic-best-practices.md +88 -88
- package/bundled/upstream/superpowers/skills/writing-skills/persuasion-principles.md +3 -3
- package/package.json +1 -1
- package/src/cli/source.js +6 -0
- package/src/config/sources.js +15 -0
- package/src/merge/content-patch.js +4 -0
- package/bundled/upstream/superpowers/skills/subagent-driven-development/code-quality-reviewer-prompt.md +0 -25
- package/bundled/upstream/superpowers/skills/subagent-driven-development/spec-reviewer-prompt.md +0 -61
|
@@ -0,0 +1,820 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: generating-python-installer
|
|
3
|
+
description: "Commercial-grade Python installer expert for Windows: Nuitka extreme compilation, dist slimming, DLL footprint analysis, and Inno Setup packaging to ship the smallest, fastest installers. Use only for advanced packaging/optimization (minimal size, fast startup), not basic script-to-exe conversion. 中文触发:Nuitka 极限优化、Python 商业打包、极限编译 Python、dist 瘦身、DLL 分析、最小安装包、最快启动、商业级打包风格"
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# Generating Python Installer (Commercial-Grade)
|
|
7
|
+
|
|
8
|
+
You are a **Python commercial deployment expert**. Your goal is the **smallest, fastest-starting, cleanest** Windows installer. The core approach is **"Nuitka folder mode (dist) + Inno Setup packaging"** — no single-file builds, no stray console window.
|
|
9
|
+
|
|
10
|
+
## When to Activate
|
|
11
|
+
|
|
12
|
+
Activate when the user explicitly asks for **advanced** Python packaging or size/startup optimization on Windows:
|
|
13
|
+
|
|
14
|
+
- Nuitka extreme / commercial-grade compilation, smallest-size or fastest-startup builds
|
|
15
|
+
- `dist` folder slimming, DLL footprint analysis, 32-bit vs 64-bit size tradeoffs
|
|
16
|
+
- Inno Setup packaging with full metadata and a clean, residue-free uninstall
|
|
17
|
+
|
|
18
|
+
This skill targets advanced size/startup optimization — not basic one-file "script to exe" conversion.
|
|
19
|
+
|
|
20
|
+
## How It Works
|
|
21
|
+
|
|
22
|
+
1. **Confirm build parameters** — app name, version, publisher, exe name, source/output dirs, icon. Never auto-fill; ask the user.
|
|
23
|
+
2. **Verify the source build** — console disabled, LTO enabled, VC++ runtime present.
|
|
24
|
+
3. **Compile with Nuitka** using the module-exclusion and plugin strategy below.
|
|
25
|
+
4. **Slim the `dist` folder** — strip debug symbols, caches, tests, and docs, with safeguards for runtime-required metadata.
|
|
26
|
+
5. **Analyze DLLs** to find and trim the largest dependencies.
|
|
27
|
+
6. **Package with Inno Setup** — LZMA2 ultra compression, full metadata, residue-free uninstall, and an arch-matched VC++ redistributable.
|
|
28
|
+
|
|
29
|
+
## Examples
|
|
30
|
+
|
|
31
|
+
- "用 Nuitka 把这个 PySide2 项目打成最小体积的商业安装包" → run the full workflow: recommend 32-bit, exclude WebEngine/3D/Charts, slim `dist`, package with Inno Setup.
|
|
32
|
+
- "我的 exe 有 400 MB,怎么瘦身到一半" → analyze DLLs, switch to `opencv-python-headless`, drop `opengl32sw`, apply `dist` slimming.
|
|
33
|
+
- "安装后在纯净系统打不开" → ensure the matching-arch VC++ redistributable is bundled in the Inno Setup script.
|
|
34
|
+
|
|
35
|
+
---
|
|
36
|
+
|
|
37
|
+
## 核心理念
|
|
38
|
+
|
|
39
|
+
坚持 **"Nuitka 文件夹模式(dist) + Inno Setup 封装"** 方案。拒绝单文件版,拒绝黑窗。
|
|
40
|
+
|
|
41
|
+
---
|
|
42
|
+
|
|
43
|
+
## 实战参考案例(生产级 PySide2 桌面应用,323 MB,含 OpenCV / Playwright)
|
|
44
|
+
|
|
45
|
+
### 项目概况
|
|
46
|
+
- **总体积**: 323 MB
|
|
47
|
+
- **打包工具**: PyInstaller 4.7 (32位)
|
|
48
|
+
- **主要依赖**: PySide2 (22.52 MB), OpenCV (62.38 MB), Playwright (76.74 MB)
|
|
49
|
+
- **Python 版本**: Python 3.8 (32位)
|
|
50
|
+
- **DLL 数量**: 71 个,总计 93.23 MB
|
|
51
|
+
|
|
52
|
+
### 关键优化策略
|
|
53
|
+
1. PASS: **使用 32 位 Python** → 体积减少 20-30%
|
|
54
|
+
2. PASS: **base_library.zip 压缩标准库** → 0.74 MB
|
|
55
|
+
3. PASS: **精简模块排除** → 无 pytest/unittest/setuptools
|
|
56
|
+
4. PASS: **精简 Qt 插件** → 只保留必要插件
|
|
57
|
+
|
|
58
|
+
### 体积分布
|
|
59
|
+
|
|
60
|
+
| 组件 | 体积 | 占比 | 优化建议 |
|
|
61
|
+
|------|------|------|---------|
|
|
62
|
+
| playwright | 76.74 MB | 23.8% | 非必要可移除 |
|
|
63
|
+
| OpenCV | 62.38 MB | 19.3% | 用 opencv-python-headless |
|
|
64
|
+
| PySide2 | 22.52 MB | 7.0% | 排除 WebEngine/3D/Charts |
|
|
65
|
+
| 其他依赖 | 161.36 MB | 49.9% | - |
|
|
66
|
+
|
|
67
|
+
### 预期效果对比
|
|
68
|
+
|
|
69
|
+
| 项目类型 | Nuitka 原始 | 优化后 | 参考项目实测 |
|
|
70
|
+
|---------|------------|--------|----------------|
|
|
71
|
+
| Tkinter + 标准库 | 150-250 MB | **80-120 MB** | - |
|
|
72
|
+
| PyQt/PySide | 200-400 MB | **120-250 MB** | 323 MB (含 OpenCV 等) |
|
|
73
|
+
| 含 numpy/pandas | 300-600 MB | **180-350 MB** | - |
|
|
74
|
+
|
|
75
|
+
---
|
|
76
|
+
|
|
77
|
+
## 核心工作流 (Workflow) - WARNING: 严格执行
|
|
78
|
+
|
|
79
|
+
当用户请求打包时,按照以下步骤操作:
|
|
80
|
+
|
|
81
|
+
**步骤 1:强制参数确认(FAIL: 禁止使用默认值)**
|
|
82
|
+
|
|
83
|
+
> **WARNING: 重要规则:以下所有参数必须逐一向用户确认,禁止自动填充或使用默认值!**
|
|
84
|
+
|
|
85
|
+
必须向用户询问并确认以下信息(*等待用户明确回复后才能继续*):
|
|
86
|
+
|
|
87
|
+
| 参数 | 说明 | 示例 |
|
|
88
|
+
|------|------|------|
|
|
89
|
+
| **软件名称** (App Name) | 软件显示名称 | `红墨批注` |
|
|
90
|
+
| **版本号** (Version) | 语义化版本号 | `1.0.0` |
|
|
91
|
+
| **发布者/公司名** (Publisher) | 控制面板显示的发布者 | `YourCompany` |
|
|
92
|
+
| **主程序** (Exe Name) | 主可执行文件名 | `RedInk.exe` |
|
|
93
|
+
| **源路径** (Source Dir) | Nuitka dist 文件夹绝对路径 | `D:\project\dist` |
|
|
94
|
+
| **输出路径** (Output Dir) | 安装包生成位置 | `D:\project\output` |
|
|
95
|
+
| **图标路径** (Icon Path) | .ico 文件绝对路径(可选但推荐) | `D:\project\icon.ico` |
|
|
96
|
+
| **官网地址** (URL) | 可选,用于控制面板链接 | `https://example.com` |
|
|
97
|
+
|
|
98
|
+
**询问模板:**
|
|
99
|
+
> "请提供以下打包参数,我需要您逐一确认:
|
|
100
|
+
> 1. 软件名称:
|
|
101
|
+
> 2. 版本号:
|
|
102
|
+
> 3. 发布者/公司名:
|
|
103
|
+
> 4. 主程序文件名(如 xxx.exe):
|
|
104
|
+
> 5. 源路径(Nuitka dist 文件夹):
|
|
105
|
+
> 6. 输出路径(安装包保存位置):
|
|
106
|
+
> 7. 图标路径(.ico 文件,可留空):
|
|
107
|
+
> 8. 官网地址(可留空):
|
|
108
|
+
>
|
|
109
|
+
> 请逐一填写,或回复"跳过"表示使用空值。"
|
|
110
|
+
|
|
111
|
+
**步骤 2:源文件质量与编译检查(关键)**
|
|
112
|
+
在生成代码之前,必须向用户发出以下**关键确认**(因为 Inno Setup 只是打包工具,无法改变程序本身的运行属性):
|
|
113
|
+
|
|
114
|
+
> "WARNING: **编译参数检查**:
|
|
115
|
+
> 1. **去黑窗**:请确认您的 dist 文件夹是使用 `nuitka --windows-console-mode=disable` 编译的。(否则安装后依然会有黑框)
|
|
116
|
+
> 2. **高性能**:请确认是否使用了 `--lto=yes`。(否则启动速度可能不理想)
|
|
117
|
+
> 3. **运行库**:请确保 dist 文件夹内已包含必要的 VC++ 运行库,防止在纯净系统上无法运行。
|
|
118
|
+
>
|
|
119
|
+
> **确认源文件已准备好请回复"确认",否则请先重新编译。**"
|
|
120
|
+
|
|
121
|
+
**步骤 3:生成代码**
|
|
122
|
+
用户确认后,输出包含 **完整元数据** 和 **卸载图标修复** 的代码。
|
|
123
|
+
|
|
124
|
+
---
|
|
125
|
+
|
|
126
|
+
## Nuitka 极限优化编译(基于 参考项目经验)
|
|
127
|
+
|
|
128
|
+
### 一、32 位 vs 64 位选择策略
|
|
129
|
+
|
|
130
|
+
**参考项目使用 32 位 Python 的原因**:
|
|
131
|
+
|
|
132
|
+
| 组件 | 64位体积 | 32位体积 | 节省 |
|
|
133
|
+
|------|---------|---------|------|
|
|
134
|
+
| python3x.dll | ~4.5 MB | ~3.8 MB | 15% |
|
|
135
|
+
| Qt5Core.dll | ~8 MB | ~5 MB | 37% |
|
|
136
|
+
| numpy | ~30 MB | ~20 MB | 33% |
|
|
137
|
+
| **总体** | 基准 | **-20~30%** | - |
|
|
138
|
+
|
|
139
|
+
**推荐使用 32 位条件**:
|
|
140
|
+
- PASS: 程序内存占用 < 2GB
|
|
141
|
+
- PASS: 不处理超大文件(< 2GB)
|
|
142
|
+
- PASS: 目标用户是普通办公电脑
|
|
143
|
+
|
|
144
|
+
**32 位编译方法**:
|
|
145
|
+
```bash
|
|
146
|
+
# 1. 安装 32 位 Python(和 64 位可以共存)
|
|
147
|
+
# 下载地址:https://www.python.org/downloads/windows/
|
|
148
|
+
|
|
149
|
+
# 2. 用 32 位 Python 安装依赖
|
|
150
|
+
py -3.12-32 -m pip install -r requirements.txt
|
|
151
|
+
|
|
152
|
+
# 3. 用 32 位 Python 编译
|
|
153
|
+
py -3.12-32 -m nuitka --standalone ...你的参数
|
|
154
|
+
```
|
|
155
|
+
|
|
156
|
+
### 二、模块排除清单(参考项目验证过的)
|
|
157
|
+
|
|
158
|
+
**安全排除列表**(运行时不需要):
|
|
159
|
+
```
|
|
160
|
+
unittest,test,pytest,_pytest,doctest,pdb,pdbpp,
|
|
161
|
+
setuptools,pip,distutils,pkg_resources,
|
|
162
|
+
email.mime,http.server,xmlrpc,pydoc
|
|
163
|
+
```
|
|
164
|
+
|
|
165
|
+
**预期效果**:节省 **30-50 MB**
|
|
166
|
+
|
|
167
|
+
### 三、GUI 框架专用优化
|
|
168
|
+
|
|
169
|
+
#### Tkinter 极限优化(推荐,最轻量)
|
|
170
|
+
```bash
|
|
171
|
+
nuitka --standalone --windows-console-mode=disable ^
|
|
172
|
+
--lto=yes ^
|
|
173
|
+
--jobs=8 ^
|
|
174
|
+
--enable-plugin=tk-inter ^
|
|
175
|
+
--enable-plugin=anti-bloat ^
|
|
176
|
+
--noinclude-pytest-mode=nofollow ^
|
|
177
|
+
--noinclude-setuptools-mode=nofollow ^
|
|
178
|
+
--nofollow-import-to=unittest,test,pytest,_pytest,doctest,pdb,pdbpp ^
|
|
179
|
+
--nofollow-import-to=setuptools,pip,distutils,pkg_resources ^
|
|
180
|
+
--nofollow-import-to=email.mime,http.server,xmlrpc,pydoc ^
|
|
181
|
+
--python-flag=no_docstrings ^
|
|
182
|
+
--output-dir=dist ^
|
|
183
|
+
--windows-icon-from-ico=icon.ico ^
|
|
184
|
+
--remove-output ^
|
|
185
|
+
main.py
|
|
186
|
+
```
|
|
187
|
+
|
|
188
|
+
**预期体积**:80-120 MB(优化后)
|
|
189
|
+
|
|
190
|
+
#### PyQt5 / PySide2 优化
|
|
191
|
+
```bash
|
|
192
|
+
nuitka --standalone --windows-console-mode=disable ^
|
|
193
|
+
--lto=yes ^
|
|
194
|
+
--jobs=8 ^
|
|
195
|
+
--enable-plugin=pyqt5 ^
|
|
196
|
+
--enable-plugin=anti-bloat ^
|
|
197
|
+
--noinclude-pytest-mode=nofollow ^
|
|
198
|
+
--noinclude-setuptools-mode=nofollow ^
|
|
199
|
+
--nofollow-import-to=unittest,test,pytest,_pytest,doctest,pdb ^
|
|
200
|
+
--nofollow-import-to=setuptools,pip,distutils,pkg_resources ^
|
|
201
|
+
--nofollow-import-to=PyQt5.QtWebEngine,PyQt5.QtWebEngineWidgets ^
|
|
202
|
+
--nofollow-import-to=PyQt5.Qt3D,PyQt5.QtCharts ^
|
|
203
|
+
--python-flag=no_docstrings ^
|
|
204
|
+
--include-qt-plugins=sensible,styles,platforms ^
|
|
205
|
+
--output-dir=dist ^
|
|
206
|
+
--windows-icon-from-ico=icon.ico ^
|
|
207
|
+
--remove-output ^
|
|
208
|
+
main.py
|
|
209
|
+
```
|
|
210
|
+
|
|
211
|
+
**预期体积**:120-250 MB(优化后)
|
|
212
|
+
|
|
213
|
+
### 四、一键编译脚本模板
|
|
214
|
+
|
|
215
|
+
**保存为 `build_optimized.bat`(项目根目录)**:
|
|
216
|
+
|
|
217
|
+
```batch
|
|
218
|
+
@echo off
|
|
219
|
+
chcp 65001 >nul
|
|
220
|
+
setlocal enabledelayedexpansion
|
|
221
|
+
|
|
222
|
+
echo ========================================
|
|
223
|
+
echo Nuitka 极限优化编译(参考 参考项目)
|
|
224
|
+
echo ========================================
|
|
225
|
+
|
|
226
|
+
REM === 配置区域(请修改为你的实际值) ===
|
|
227
|
+
set APP_NAME=你的软件名
|
|
228
|
+
set MAIN_FILE=main.py
|
|
229
|
+
set ICON_FILE=icon.ico
|
|
230
|
+
|
|
231
|
+
REM === 自动检测 CPU 核心数 ===
|
|
232
|
+
REM 用 Windows 自带环境变量(wmic 在 Win11 22H2+ 已移除,探不到会让 --jobs=0 单线程编译)
|
|
233
|
+
set CPU_CORES=%NUMBER_OF_PROCESSORS%
|
|
234
|
+
if not defined CPU_CORES set CPU_CORES=4
|
|
235
|
+
set /a BUILD_JOBS=%CPU_CORES%
|
|
236
|
+
|
|
237
|
+
REM === 参考项目的模块排除清单 ===
|
|
238
|
+
set EXCLUDE_MODULES=unittest,test,pytest,_pytest,doctest,pdb,pdbpp
|
|
239
|
+
set EXCLUDE_MODULES=%EXCLUDE_MODULES%,setuptools,pip,distutils,pkg_resources
|
|
240
|
+
set EXCLUDE_MODULES=%EXCLUDE_MODULES%,email.mime,http.server,xmlrpc,pydoc
|
|
241
|
+
|
|
242
|
+
echo.
|
|
243
|
+
echo [1/4] 清理旧编译...
|
|
244
|
+
if exist dist rd /s /q dist
|
|
245
|
+
if exist build rd /s /q build
|
|
246
|
+
|
|
247
|
+
echo.
|
|
248
|
+
echo [2/4] Nuitka 编译中(应用 参考项目优化策略)...
|
|
249
|
+
echo - CPU 核心: %CPU_CORES% (使用 %BUILD_JOBS% 线程)
|
|
250
|
+
echo - 模块排除: %EXCLUDE_MODULES%
|
|
251
|
+
echo.
|
|
252
|
+
|
|
253
|
+
nuitka --standalone ^
|
|
254
|
+
--windows-console-mode=disable ^
|
|
255
|
+
--lto=yes ^
|
|
256
|
+
--jobs=%BUILD_JOBS% ^
|
|
257
|
+
--enable-plugin=anti-bloat ^
|
|
258
|
+
--enable-plugin=tk-inter ^
|
|
259
|
+
--noinclude-pytest-mode=nofollow ^
|
|
260
|
+
--noinclude-setuptools-mode=nofollow ^
|
|
261
|
+
--nofollow-import-to=%EXCLUDE_MODULES% ^
|
|
262
|
+
--python-flag=no_docstrings ^
|
|
263
|
+
--output-dir=dist ^
|
|
264
|
+
--windows-icon-from-ico=%ICON_FILE% ^
|
|
265
|
+
--remove-output ^
|
|
266
|
+
%MAIN_FILE%
|
|
267
|
+
|
|
268
|
+
if %errorlevel% neq 0 (
|
|
269
|
+
echo.
|
|
270
|
+
echo [错误] 编译失败!
|
|
271
|
+
pause
|
|
272
|
+
exit /b 1
|
|
273
|
+
)
|
|
274
|
+
|
|
275
|
+
echo.
|
|
276
|
+
echo [3/4] 统计编译结果...
|
|
277
|
+
for /f %%a in ('powershell -NoProfile -Command "(Get-ChildItem -LiteralPath 'dist\%APP_NAME%.dist' -Recurse -File | Measure-Object -Property Length -Sum).Sum"') do set TOTAL_SIZE=%%a
|
|
278
|
+
set TOTAL_SIZE=%TOTAL_SIZE:,=%
|
|
279
|
+
set /a SIZE_MB=%TOTAL_SIZE% / 1048576
|
|
280
|
+
echo - 编译后体积: %SIZE_MB% MB
|
|
281
|
+
|
|
282
|
+
echo.
|
|
283
|
+
echo [4/4] 执行瘦身清理(参考 参考项目策略)...
|
|
284
|
+
powershell -ExecutionPolicy Bypass -File slim_dist.ps1 -DistPath "dist\%APP_NAME%.dist"
|
|
285
|
+
|
|
286
|
+
echo.
|
|
287
|
+
echo ========================================
|
|
288
|
+
echo 编译完成!
|
|
289
|
+
echo ========================================
|
|
290
|
+
pause
|
|
291
|
+
```
|
|
292
|
+
|
|
293
|
+
### 五、dist 瘦身脚本(参考项目级别清理)
|
|
294
|
+
|
|
295
|
+
**保存为 `slim_dist.ps1`(和 build_optimized.bat 同目录)**:
|
|
296
|
+
|
|
297
|
+
```powershell
|
|
298
|
+
param(
|
|
299
|
+
[string]$DistPath
|
|
300
|
+
)
|
|
301
|
+
|
|
302
|
+
$ErrorActionPreference = "Continue" # 不静默吞错:删除失败会显示出来,避免假成功
|
|
303
|
+
|
|
304
|
+
Write-Host "`n========================================" -ForegroundColor Cyan
|
|
305
|
+
Write-Host "dist 瘦身清理(参考 参考项目策略)" -ForegroundColor Cyan
|
|
306
|
+
Write-Host "========================================" -ForegroundColor Cyan
|
|
307
|
+
|
|
308
|
+
if (-not (Test-Path $DistPath)) {
|
|
309
|
+
Write-Host "[错误] 找不到目录: $DistPath" -ForegroundColor Red
|
|
310
|
+
exit 1
|
|
311
|
+
}
|
|
312
|
+
|
|
313
|
+
# 统计初始体积
|
|
314
|
+
$InitialSize = (Get-ChildItem -Path $DistPath -Recurse -File | Measure-Object -Property Length -Sum).Sum / 1MB
|
|
315
|
+
Write-Host "`n初始体积: $([math]::Round($InitialSize, 2)) MB" -ForegroundColor Yellow
|
|
316
|
+
|
|
317
|
+
# 参考项目特征:没有 .pdb, .pyi, __pycache__, test 等
|
|
318
|
+
Write-Host "`n[应用 参考项目的清理策略...]" -ForegroundColor Green
|
|
319
|
+
|
|
320
|
+
# 1. 删除调试符号
|
|
321
|
+
Write-Host "`n[1/7] 删除 .pdb 调试符号..." -ForegroundColor Green
|
|
322
|
+
$pdbFiles = Get-ChildItem -Path $DistPath -Recurse -Include *.pdb -File
|
|
323
|
+
$pdbSize = ($pdbFiles | Measure-Object -Property Length -Sum).Sum / 1MB
|
|
324
|
+
if ($pdbFiles.Count -gt 0) {
|
|
325
|
+
$pdbFiles | Remove-Item -Force
|
|
326
|
+
Write-Host " 删除 $($pdbFiles.Count) 个文件,节省 $([math]::Round($pdbSize, 2)) MB"
|
|
327
|
+
} else {
|
|
328
|
+
Write-Host " 未发现 .pdb 文件(已优化)" -ForegroundColor Gray
|
|
329
|
+
}
|
|
330
|
+
|
|
331
|
+
# 2. 删除类型提示
|
|
332
|
+
Write-Host "`n[2/7] 删除 .pyi 类型提示..." -ForegroundColor Green
|
|
333
|
+
$pyiFiles = Get-ChildItem -Path $DistPath -Recurse -Include *.pyi -File
|
|
334
|
+
$pyiSize = ($pyiFiles | Measure-Object -Property Length -Sum).Sum / 1MB
|
|
335
|
+
if ($pyiFiles.Count -gt 0) {
|
|
336
|
+
$pyiFiles | Remove-Item -Force
|
|
337
|
+
Write-Host " 删除 $($pyiFiles.Count) 个文件,节省 $([math]::Round($pyiSize, 2)) MB"
|
|
338
|
+
} else {
|
|
339
|
+
Write-Host " 未发现 .pyi 文件(已优化)" -ForegroundColor Gray
|
|
340
|
+
}
|
|
341
|
+
|
|
342
|
+
# 3. 删除 __pycache__
|
|
343
|
+
Write-Host "`n[3/7] 删除 __pycache__ 缓存..." -ForegroundColor Green
|
|
344
|
+
$pycacheDirs = Get-ChildItem -Path $DistPath -Recurse -Directory -Filter "__pycache__"
|
|
345
|
+
$pycacheSize = 0
|
|
346
|
+
foreach ($dir in $pycacheDirs) {
|
|
347
|
+
$size = (Get-ChildItem -Path $dir.FullName -Recurse -File | Measure-Object -Property Length -Sum).Sum
|
|
348
|
+
$pycacheSize += $size
|
|
349
|
+
Remove-Item -Path $dir.FullName -Recurse -Force
|
|
350
|
+
}
|
|
351
|
+
if ($pycacheDirs.Count -gt 0) {
|
|
352
|
+
Write-Host " 删除 $($pycacheDirs.Count) 个目录,节省 $([math]::Round($pycacheSize / 1MB, 2)) MB"
|
|
353
|
+
} else {
|
|
354
|
+
Write-Host " 未发现 __pycache__(已优化)" -ForegroundColor Gray
|
|
355
|
+
}
|
|
356
|
+
|
|
357
|
+
# 4. 删除测试目录
|
|
358
|
+
Write-Host "`n[4/7] 删除 test/tests 测试目录..." -ForegroundColor Green
|
|
359
|
+
$testDirs = Get-ChildItem -Path $DistPath -Recurse -Directory | Where-Object { $_.Name -match '^tests?$' }
|
|
360
|
+
$testSize = 0
|
|
361
|
+
foreach ($dir in $testDirs) {
|
|
362
|
+
$size = (Get-ChildItem -Path $dir.FullName -Recurse -File | Measure-Object -Property Length -Sum).Sum
|
|
363
|
+
$testSize += $size
|
|
364
|
+
Remove-Item -Path $dir.FullName -Recurse -Force
|
|
365
|
+
}
|
|
366
|
+
if ($testDirs.Count -gt 0) {
|
|
367
|
+
Write-Host " 删除 $($testDirs.Count) 个目录,节省 $([math]::Round($testSize / 1MB, 2)) MB"
|
|
368
|
+
} else {
|
|
369
|
+
Write-Host " 未发现测试目录(已优化)" -ForegroundColor Gray
|
|
370
|
+
}
|
|
371
|
+
|
|
372
|
+
# 5. 删除文档和示例
|
|
373
|
+
Write-Host "`n[5/7] 删除 docs/examples 文档目录..." -ForegroundColor Green
|
|
374
|
+
$docDirs = Get-ChildItem -Path $DistPath -Recurse -Directory | Where-Object { $_.Name -match '^(docs|examples|samples|demo)$' }
|
|
375
|
+
$docSize = 0
|
|
376
|
+
foreach ($dir in $docDirs) {
|
|
377
|
+
$size = (Get-ChildItem -Path $dir.FullName -Recurse -File | Measure-Object -Property Length -Sum).Sum
|
|
378
|
+
$docSize += $size
|
|
379
|
+
Remove-Item -Path $dir.FullName -Recurse -Force
|
|
380
|
+
}
|
|
381
|
+
if ($docDirs.Count -gt 0) {
|
|
382
|
+
Write-Host " 删除 $($docDirs.Count) 个目录,节省 $([math]::Round($docSize / 1MB, 2)) MB"
|
|
383
|
+
} else {
|
|
384
|
+
Write-Host " 未发现文档目录(已优化)" -ForegroundColor Gray
|
|
385
|
+
}
|
|
386
|
+
|
|
387
|
+
# 6. 删除 .pyc 文件
|
|
388
|
+
Write-Host "`n[6/7] 删除 .pyc 字节码..." -ForegroundColor Green
|
|
389
|
+
$pycFiles = Get-ChildItem -Path $DistPath -Recurse -Include *.pyc -File
|
|
390
|
+
$pycSize = ($pycFiles | Measure-Object -Property Length -Sum).Sum / 1MB
|
|
391
|
+
if ($pycFiles.Count -gt 0) {
|
|
392
|
+
$pycFiles | Remove-Item -Force
|
|
393
|
+
Write-Host " 删除 $($pycFiles.Count) 个文件,节省 $([math]::Round($pycSize, 2)) MB"
|
|
394
|
+
} else {
|
|
395
|
+
Write-Host " 未发现 .pyc 文件(已优化)" -ForegroundColor Gray
|
|
396
|
+
}
|
|
397
|
+
|
|
398
|
+
# 7. 精简 .dist-info 元数据
|
|
399
|
+
Write-Host "`n[7/7] 精简 .dist-info 元数据..." -ForegroundColor Green
|
|
400
|
+
$distInfoDirs = Get-ChildItem -Path $DistPath -Recurse -Directory -Filter "*.dist-info"
|
|
401
|
+
$removedCount = 0
|
|
402
|
+
$removedSize = 0
|
|
403
|
+
foreach ($infoDir in $distInfoDirs) {
|
|
404
|
+
# 仅删安装期记账文件;保留 METADATA 与 entry_points.txt(运行期被 importlib.metadata 读取,删除会破坏插件发现)
|
|
405
|
+
$filesToRemove = @("RECORD", "INSTALLER", "direct_url.json")
|
|
406
|
+
foreach ($fileName in $filesToRemove) {
|
|
407
|
+
$file = Join-Path $infoDir.FullName $fileName
|
|
408
|
+
if (Test-Path $file) {
|
|
409
|
+
$size = (Get-Item $file).Length
|
|
410
|
+
$removedSize += $size
|
|
411
|
+
Remove-Item $file -Force
|
|
412
|
+
$removedCount++
|
|
413
|
+
}
|
|
414
|
+
}
|
|
415
|
+
}
|
|
416
|
+
if ($removedCount -gt 0) {
|
|
417
|
+
Write-Host " 删除 $removedCount 个元数据文件,节省 $([math]::Round($removedSize / 1MB, 2)) MB"
|
|
418
|
+
} else {
|
|
419
|
+
Write-Host " 未发现可清理的元数据(已优化)" -ForegroundColor Gray
|
|
420
|
+
}
|
|
421
|
+
|
|
422
|
+
# 统计最终体积
|
|
423
|
+
$FinalSize = (Get-ChildItem -Path $DistPath -Recurse -File | Measure-Object -Property Length -Sum).Sum / 1MB
|
|
424
|
+
$SavedSize = $InitialSize - $FinalSize
|
|
425
|
+
$SavedPercent = if ($InitialSize -gt 0) { ($SavedSize / $InitialSize) * 100 } else { 0 }
|
|
426
|
+
|
|
427
|
+
Write-Host "`n========================================" -ForegroundColor Cyan
|
|
428
|
+
Write-Host "清理完成!" -ForegroundColor Green
|
|
429
|
+
Write-Host "========================================" -ForegroundColor Cyan
|
|
430
|
+
Write-Host "初始体积: $([math]::Round($InitialSize, 2)) MB" -ForegroundColor Yellow
|
|
431
|
+
Write-Host "最终体积: $([math]::Round($FinalSize, 2)) MB" -ForegroundColor Green
|
|
432
|
+
Write-Host "节省空间: $([math]::Round($SavedSize, 2)) MB ($([math]::Round($SavedPercent, 1))%)" -ForegroundColor Cyan
|
|
433
|
+
Write-Host "========================================`n" -ForegroundColor Cyan
|
|
434
|
+
|
|
435
|
+
# 对比 参考项目
|
|
436
|
+
Write-Host "[对比参考]" -ForegroundColor Yellow
|
|
437
|
+
Write-Host "参考项目总体积: 323 MB (包含 PyQt, OpenCV, Playwright 等重量级库)" -ForegroundColor Gray
|
|
438
|
+
Write-Host "如果你的项目是纯 Tkinter + 标准库,目标应该在 80-150 MB" -ForegroundColor Gray
|
|
439
|
+
```
|
|
440
|
+
|
|
441
|
+
**预期效果**:节省 **15-30%** 体积
|
|
442
|
+
|
|
443
|
+
### 六、DLL 依赖分析工具
|
|
444
|
+
|
|
445
|
+
**保存为 `analyze_dlls.py`(用于找出体积大户)**:
|
|
446
|
+
|
|
447
|
+
```python
|
|
448
|
+
"""
|
|
449
|
+
DLL 依赖分析工具
|
|
450
|
+
参考 参考项目的 DLL 管理策略,帮助识别体积大户和优化建议
|
|
451
|
+
"""
|
|
452
|
+
import sys
|
|
453
|
+
from pathlib import Path
|
|
454
|
+
|
|
455
|
+
def analyze_dlls(dist_path: str):
|
|
456
|
+
"""分析 dist 目录中的 DLL 依赖"""
|
|
457
|
+
dist_dir = Path(dist_path)
|
|
458
|
+
|
|
459
|
+
if not dist_dir.exists():
|
|
460
|
+
print(f"[错误] 目录不存在: {dist_path}")
|
|
461
|
+
return
|
|
462
|
+
|
|
463
|
+
print("=" * 70)
|
|
464
|
+
print("DLL 依赖分析(参考 参考项目策略)")
|
|
465
|
+
print("=" * 70)
|
|
466
|
+
|
|
467
|
+
# 收集所有 DLL
|
|
468
|
+
dll_files = list(dist_dir.rglob("*.dll"))
|
|
469
|
+
|
|
470
|
+
if not dll_files:
|
|
471
|
+
print("\n未发现 DLL 文件")
|
|
472
|
+
return
|
|
473
|
+
|
|
474
|
+
# 按大小排序
|
|
475
|
+
dll_data = [(dll, dll.stat().st_size) for dll in dll_files]
|
|
476
|
+
dll_data.sort(key=lambda x: x[1], reverse=True)
|
|
477
|
+
|
|
478
|
+
total_size = sum(size for _, size in dll_data)
|
|
479
|
+
|
|
480
|
+
print(f"\n总 DLL 数量: {len(dll_files)}")
|
|
481
|
+
print(f"总 DLL 体积: {total_size / 1024 / 1024:.2f} MB\n")
|
|
482
|
+
|
|
483
|
+
# 参考项目对比
|
|
484
|
+
print("[对比参考] 参考项目的 DLL 情况:")
|
|
485
|
+
print(" - 总数量: 71 个")
|
|
486
|
+
print(" - 总体积: 93.23 MB")
|
|
487
|
+
print(" - 最大的: libopenblas (26.85 MB), opengl32sw (15.25 MB)\n")
|
|
488
|
+
|
|
489
|
+
# 分析大于 3MB 的 DLL
|
|
490
|
+
large_dlls = [(dll, size) for dll, size in dll_data if size > 3 * 1024 * 1024]
|
|
491
|
+
|
|
492
|
+
if large_dlls:
|
|
493
|
+
print("=" * 70)
|
|
494
|
+
print("WARNING: 大于 3MB 的 DLL(需重点关注)")
|
|
495
|
+
print("=" * 70)
|
|
496
|
+
|
|
497
|
+
for dll, size in large_dlls:
|
|
498
|
+
size_mb = size / 1024 / 1024
|
|
499
|
+
relative_path = dll.relative_to(dist_dir)
|
|
500
|
+
name_lower = dll.name.lower()
|
|
501
|
+
|
|
502
|
+
print(f"\n{size_mb:8.2f} MB {dll.name}")
|
|
503
|
+
print(f" 位置: {relative_path.parent}")
|
|
504
|
+
|
|
505
|
+
# 优化建议
|
|
506
|
+
suggestions = get_optimization_suggestion(name_lower)
|
|
507
|
+
if suggestions:
|
|
508
|
+
for suggestion in suggestions:
|
|
509
|
+
print(f" {suggestion}")
|
|
510
|
+
|
|
511
|
+
# 检查冗余 DLL
|
|
512
|
+
print("\n" + "=" * 70)
|
|
513
|
+
print(" 冗余检查")
|
|
514
|
+
print("=" * 70)
|
|
515
|
+
|
|
516
|
+
# 检查调试版本
|
|
517
|
+
debug_dlls = [dll for dll, _ in dll_data if dll.stem.endswith('d')]
|
|
518
|
+
if debug_dlls:
|
|
519
|
+
print(f"\nWARNING: 发现 {len(debug_dlls)} 个调试版本 DLL(可以删除):")
|
|
520
|
+
for dll in debug_dlls:
|
|
521
|
+
print(f" - {dll.name}")
|
|
522
|
+
else:
|
|
523
|
+
print("\nPASS: 未发现调试版本 DLL(已优化)")
|
|
524
|
+
|
|
525
|
+
# VC++ Runtime
|
|
526
|
+
vc_runtimes = [dll for dll, _ in dll_data if 'vcruntime' in dll.name.lower() or 'msvcp' in dll.name.lower()]
|
|
527
|
+
if vc_runtimes:
|
|
528
|
+
print(f"\n[VC++ Runtime 库] 发现 {len(vc_runtimes)} 个:")
|
|
529
|
+
for dll in vc_runtimes:
|
|
530
|
+
size_mb = dll.stat().st_size / 1024 / 1024
|
|
531
|
+
print(f" - {dll.name} ({size_mb:.2f} MB)")
|
|
532
|
+
print(" 这些是必需的,参考项目也包含了这些文件")
|
|
533
|
+
|
|
534
|
+
# 全部 DLL 列表
|
|
535
|
+
print("\n" + "=" * 70)
|
|
536
|
+
print(" 完整 DLL 列表(按体积排序,前 20)")
|
|
537
|
+
print("=" * 70)
|
|
538
|
+
print(f"\n{'体积 (MB)':>10} {'文件名':<30} 位置")
|
|
539
|
+
print("-" * 70)
|
|
540
|
+
|
|
541
|
+
for dll, size in dll_data[:20]:
|
|
542
|
+
size_mb = size / 1024 / 1024
|
|
543
|
+
relative_path = dll.relative_to(dist_dir)
|
|
544
|
+
location = str(relative_path.parent) if relative_path.parent != Path('.') else "根目录"
|
|
545
|
+
print(f"{size_mb:10.2f} {dll.name:<30} {location}")
|
|
546
|
+
|
|
547
|
+
if len(dll_data) > 20:
|
|
548
|
+
remaining_size = sum(size for _, size in dll_data[20:]) / 1024 / 1024
|
|
549
|
+
print(f"... 还有 {len(dll_data) - 20} 个 DLL,共 {remaining_size:.2f} MB")
|
|
550
|
+
|
|
551
|
+
|
|
552
|
+
def get_optimization_suggestion(dll_name: str) -> list:
|
|
553
|
+
"""根据 DLL 名称给出优化建议"""
|
|
554
|
+
suggestions = []
|
|
555
|
+
|
|
556
|
+
if "openblas" in dll_name or "mkl" in dll_name:
|
|
557
|
+
suggestions.append("数学运算库,参考项目的 libopenblas 有 26.85 MB")
|
|
558
|
+
suggestions.append("如不需要高性能计算可考虑轻量版")
|
|
559
|
+
|
|
560
|
+
elif "opencv" in dll_name or "ffmpeg" in dll_name:
|
|
561
|
+
suggestions.append("OpenCV 相关,参考项目的 opencv_videoio_ffmpeg 有 18.48 MB")
|
|
562
|
+
suggestions.append("考虑用 opencv-python-headless")
|
|
563
|
+
|
|
564
|
+
elif "qt5" in dll_name or "qt6" in dll_name or "pyside" in dll_name:
|
|
565
|
+
suggestions.append("Qt 库,参考项目的 Qt5Core 有 5.13 MB")
|
|
566
|
+
suggestions.append("可排除不需要的模块(WebEngine, 3D, Charts)")
|
|
567
|
+
|
|
568
|
+
elif "opengl" in dll_name and "sw" in dll_name:
|
|
569
|
+
suggestions.append("OpenGL 软件渲染器,参考项目保留了 15.25 MB")
|
|
570
|
+
suggestions.append("通常可以删除(使用硬件渲染)")
|
|
571
|
+
|
|
572
|
+
elif "d3dcompiler" in dll_name:
|
|
573
|
+
suggestions.append("DirectX 编译器,参考项目有 3.53 MB")
|
|
574
|
+
|
|
575
|
+
elif "mfc140" in dll_name:
|
|
576
|
+
suggestions.append("MFC 库,参考项目有 4.89 MB")
|
|
577
|
+
|
|
578
|
+
return suggestions
|
|
579
|
+
|
|
580
|
+
|
|
581
|
+
if __name__ == "__main__":
|
|
582
|
+
if len(sys.argv) < 2:
|
|
583
|
+
print("用法: python analyze_dlls.py <dist目录路径>")
|
|
584
|
+
print("示例: python analyze_dlls.py dist/main.dist")
|
|
585
|
+
sys.exit(1)
|
|
586
|
+
|
|
587
|
+
analyze_dlls(sys.argv[1])
|
|
588
|
+
```
|
|
589
|
+
|
|
590
|
+
**使用方法**:
|
|
591
|
+
```bash
|
|
592
|
+
python analyze_dlls.py dist/你的软件名.dist
|
|
593
|
+
```
|
|
594
|
+
|
|
595
|
+
---
|
|
596
|
+
|
|
597
|
+
## 完整优化工作流
|
|
598
|
+
|
|
599
|
+
### 步骤 1:修改编译脚本配置
|
|
600
|
+
|
|
601
|
+
编辑 `build_optimized.bat`,修改这 3 行:
|
|
602
|
+
|
|
603
|
+
```batch
|
|
604
|
+
set APP_NAME=你的软件名 REM 改成实际名称
|
|
605
|
+
set MAIN_FILE=main.py REM 你的主程序文件
|
|
606
|
+
set ICON_FILE=icon.ico REM 你的图标文件
|
|
607
|
+
```
|
|
608
|
+
|
|
609
|
+
### 步骤 2:一键编译+瘦身
|
|
610
|
+
|
|
611
|
+
```bash
|
|
612
|
+
# 在项目根目录执行
|
|
613
|
+
build_optimized.bat
|
|
614
|
+
```
|
|
615
|
+
|
|
616
|
+
### 步骤 3:分析 DLL 依赖
|
|
617
|
+
|
|
618
|
+
```bash
|
|
619
|
+
python analyze_dlls.py dist/你的软件名.dist
|
|
620
|
+
```
|
|
621
|
+
|
|
622
|
+
### 步骤 4:根据分析结果优化
|
|
623
|
+
|
|
624
|
+
**如果用了 OpenCV** → 改用无头版
|
|
625
|
+
```bash
|
|
626
|
+
pip uninstall opencv-python
|
|
627
|
+
pip install opencv-python-headless
|
|
628
|
+
```
|
|
629
|
+
|
|
630
|
+
**如果用了 Qt** → 排除不需要的模块
|
|
631
|
+
```batch
|
|
632
|
+
# 在编译命令中添加
|
|
633
|
+
--nofollow-import-to=PyQt5.QtWebEngine,PyQt5.Qt3D,PyQt5.QtCharts
|
|
634
|
+
```
|
|
635
|
+
|
|
636
|
+
**删除软件渲染器**(如果不需要)
|
|
637
|
+
```powershell
|
|
638
|
+
# 在 dist 目录执行
|
|
639
|
+
Remove-Item "opengl32sw.dll" -Force
|
|
640
|
+
```
|
|
641
|
+
|
|
642
|
+
---
|
|
643
|
+
|
|
644
|
+
## VC++ 运行库处理方案
|
|
645
|
+
|
|
646
|
+
### 方案一:静态链接(推荐)
|
|
647
|
+
```bash
|
|
648
|
+
nuitka --static-libpython=yes ...
|
|
649
|
+
```
|
|
650
|
+
|
|
651
|
+
### 方案二:捆绑运行库安装(商业发布推荐)
|
|
652
|
+
在 Inno Setup 脚本中添加:
|
|
653
|
+
|
|
654
|
+
```iss
|
|
655
|
+
; WARNING: VC++ 运行库架构必须与 Python/Nuitka 构建架构一致。
|
|
656
|
+
; 本 skill 推荐 32 位 Python,故默认捆绑 vc_redist.x86.exe;
|
|
657
|
+
; 若用 64 位 Python 编译,请把下面两处改为 vc_redist.x64.exe。
|
|
658
|
+
[Files]
|
|
659
|
+
Source: "{#MySourceDir}\..\vc_redist.x86.exe"; DestDir: "{tmp}"; Flags: deleteafterinstall
|
|
660
|
+
|
|
661
|
+
[Run]
|
|
662
|
+
Filename: "{tmp}\vc_redist.x86.exe"; Parameters: "/quiet /norestart"; StatusMsg: "正在安装运行库..."; Flags: waituntilterminated
|
|
663
|
+
```
|
|
664
|
+
|
|
665
|
+
> 下载地址:[Microsoft Visual C++ Redistributable](https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist)
|
|
666
|
+
|
|
667
|
+
---
|
|
668
|
+
|
|
669
|
+
## Inno Setup 脚本模板(商业终极版)
|
|
670
|
+
|
|
671
|
+
```iss
|
|
672
|
+
; =====================================================================
|
|
673
|
+
; WARNING: 商业级 Python 安装脚本 (Inno Setup 6.x)
|
|
674
|
+
; 特性:LZMA2 极限压缩 | 全中文 | 完整元数据 | 无残留卸载
|
|
675
|
+
; 参考:参考项目(323 MB, LZMA2 压缩)
|
|
676
|
+
; =====================================================================
|
|
677
|
+
|
|
678
|
+
; --- 1. 参数定义 ---
|
|
679
|
+
#define MyAppName "{{APP_NAME}}"
|
|
680
|
+
#define MyAppVersion "{{APP_VERSION}}"
|
|
681
|
+
#define MyAppPublisher "{{PUBLISHER}}"
|
|
682
|
+
#define MyAppURL "{{APP_URL}}"
|
|
683
|
+
#define MyAppExeName "{{EXE_NAME}}"
|
|
684
|
+
#define MySourceDir "{{SOURCE_DIR}}"
|
|
685
|
+
#define MyOutputDir "{{OUTPUT_DIR}}"
|
|
686
|
+
;#define MyIconPath "{{ICON_PATH}}"
|
|
687
|
+
|
|
688
|
+
[Setup]
|
|
689
|
+
; --- 身份识别 ---
|
|
690
|
+
AppId={{GENERATE_RANDOM_GUID}}
|
|
691
|
+
AppName={#MyAppName}
|
|
692
|
+
AppVersion={#MyAppVersion}
|
|
693
|
+
AppPublisher={#MyAppPublisher}
|
|
694
|
+
AppPublisherURL={#MyAppURL}
|
|
695
|
+
AppSupportURL={#MyAppURL}
|
|
696
|
+
AppUpdatesURL={#MyAppURL}
|
|
697
|
+
|
|
698
|
+
; --- 安装路径与权限 ---
|
|
699
|
+
DefaultDirName={autopf}\{#MyAppName}
|
|
700
|
+
DefaultGroupName={#MyAppName}
|
|
701
|
+
DisableDirPage=no
|
|
702
|
+
DisableProgramGroupPage=no
|
|
703
|
+
PrivilegesRequired=admin
|
|
704
|
+
|
|
705
|
+
; --- 输出设置 ---
|
|
706
|
+
OutputDir={#MyOutputDir}
|
|
707
|
+
OutputBaseFilename=Setup_{#MyAppName}_v{#MyAppVersion}
|
|
708
|
+
|
|
709
|
+
; --- 视觉体验 ---
|
|
710
|
+
WizardStyle=modern
|
|
711
|
+
#ifdef MyIconPath
|
|
712
|
+
SetupIconFile={#MyIconPath}
|
|
713
|
+
UninstallDisplayIcon={app}\{#MyAppExeName}
|
|
714
|
+
#endif
|
|
715
|
+
|
|
716
|
+
; --- 核心压缩 (参考 参考项目) ---
|
|
717
|
+
Compression=lzma2/ultra64
|
|
718
|
+
SolidCompression=yes
|
|
719
|
+
LZMAUseSeparateProcess=yes
|
|
720
|
+
|
|
721
|
+
; --- 架构 ---
|
|
722
|
+
; 注意:仅 64 位 Python 构建才设此项。本 skill 推荐 32 位 Python——
|
|
723
|
+
; 32 位构建请保持注释,使应用按 32 位安装并与上面捆绑的 vc_redist.x86.exe 匹配。
|
|
724
|
+
; 仅当用 64 位 Python 编译时才取消注释。
|
|
725
|
+
;ArchitecturesInstallIn64BitMode=x64compatible
|
|
726
|
+
|
|
727
|
+
[Languages]
|
|
728
|
+
Name: "chinesesimplified"; MessagesFile: "compiler:Languages\ChineseSimplified.isl"
|
|
729
|
+
|
|
730
|
+
[Files]
|
|
731
|
+
Source: "{#MySourceDir}\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs
|
|
732
|
+
|
|
733
|
+
[UninstallDelete]
|
|
734
|
+
Type: filesandordirs; Name: "{app}\*"
|
|
735
|
+
|
|
736
|
+
[Icons]
|
|
737
|
+
Name: "{autodesktop}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"; Tasks: desktopicon
|
|
738
|
+
Name: "{group}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"
|
|
739
|
+
Name: "{group}\卸载 {#MyAppName}"; Filename: "{uninstallexe}"
|
|
740
|
+
|
|
741
|
+
[Tasks]
|
|
742
|
+
Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked
|
|
743
|
+
|
|
744
|
+
[Run]
|
|
745
|
+
Filename: "{app}\{#MyAppExeName}"; Description: "{cm:LaunchProgram,{#MyAppName}}"; Flags: nowait postinstall skipifsilent
|
|
746
|
+
```
|
|
747
|
+
|
|
748
|
+
---
|
|
749
|
+
|
|
750
|
+
## 占位符说明
|
|
751
|
+
|
|
752
|
+
| 占位符 | 说明 | 示例值 |
|
|
753
|
+
|--------|------|--------|
|
|
754
|
+
| `{{APP_NAME}}` | 软件显示名称 | `红墨批注` |
|
|
755
|
+
| `{{APP_VERSION}}` | 版本号 | `1.0.0` |
|
|
756
|
+
| `{{PUBLISHER}}` | 发布者/公司名 | `MyCompany` |
|
|
757
|
+
| `{{APP_URL}}` | 官网地址 | `https://example.com` |
|
|
758
|
+
| `{{EXE_NAME}}` | 主程序文件名 | `RedInk.exe` |
|
|
759
|
+
| `{{SOURCE_DIR}}` | Nuitka dist 文件夹路径 | `D:\project\dist\RedInk.dist` |
|
|
760
|
+
| `{{OUTPUT_DIR}}` | 安装包输出路径 | `D:\project\output` |
|
|
761
|
+
| `{{ICON_PATH}}` | 图标文件路径 | `D:\project\icon.ico` |
|
|
762
|
+
| `{{GENERATE_RANDOM_GUID}}` | **需生成唯一GUID** | 使用 Inno Setup "Tools > Generate GUID" |
|
|
763
|
+
|
|
764
|
+
---
|
|
765
|
+
|
|
766
|
+
## 常见问题 (FAQ)
|
|
767
|
+
|
|
768
|
+
### Q1: 安装后双击程序无反应?
|
|
769
|
+
1. 打开 CMD,手动运行 exe 查看错误信息
|
|
770
|
+
2. 检查是否缺少 VC++ 运行库
|
|
771
|
+
3. 检查 Nuitka 编译是否成功
|
|
772
|
+
|
|
773
|
+
### Q2: 安装包体积过大?
|
|
774
|
+
**优化方法**:
|
|
775
|
+
1. 使用 32 位 Python 编译(节省 20-30%)
|
|
776
|
+
2. 应用 参考项目的模块排除清单
|
|
777
|
+
3. 启用 Anti-Bloat 插件
|
|
778
|
+
4. 执行 dist 文件夹瘦身脚本
|
|
779
|
+
5. 分析 DLL,移除不必要的大文件
|
|
780
|
+
|
|
781
|
+
### Q3: 杀毒软件误报?
|
|
782
|
+
**解决方案**:
|
|
783
|
+
- 提交到主流杀毒厂商进行白名单申请
|
|
784
|
+
- 购买代码签名证书(推荐:Sectigo, DigiCert)
|
|
785
|
+
- 避免使用 UPX 压缩
|
|
786
|
+
|
|
787
|
+
### Q4: 安装时提示 Windows 已保护你的电脑?
|
|
788
|
+
- 购买 EV 代码签名证书(可立即获得信任)
|
|
789
|
+
- 普通代码签名证书需要积累安装量后逐渐获得信任
|
|
790
|
+
|
|
791
|
+
---
|
|
792
|
+
|
|
793
|
+
## 实战问题处理记录(更新 2026-02-07)
|
|
794
|
+
|
|
795
|
+
- **安装后提示缺少 python3xx.dll**:必须使用 Nuitka `--standalone`;确认 dist 内存在该 dll;不要打单文件版。
|
|
796
|
+
- **安装后点击无反应**:GUI 启动期可能被重依赖阻塞;将重依赖延迟到"开始导出"再 import;添加日志排查。
|
|
797
|
+
- **Nuitka + MinGW 在非 ASCII 路径报错**:把源码复制到 ASCII 目录再编译;设置 `PYTHONIOENCODING=utf-8`。
|
|
798
|
+
- **Inno Setup 警告 `x64` 已弃用(仅 64 位构建需要 64 位安装模式时)**:改为 `ArchitecturesInstallIn64BitMode=x64compatible`;32 位构建无需此项。
|
|
799
|
+
- **`--disable-console` 已废弃**:改用 `--windows-console-mode=disable`。
|
|
800
|
+
- **dist 出现 `_nuitka_temp.exe`**:在 [Files] 中排除它。
|
|
801
|
+
|
|
802
|
+
---
|
|
803
|
+
|
|
804
|
+
## 优化效果预期
|
|
805
|
+
|
|
806
|
+
| 优化组合 | 体积减少 | 启动提升 | 风险等级 |
|
|
807
|
+
|----------|----------|----------|----------|
|
|
808
|
+
| 基础编译 | 基准 | 基准 | 无 |
|
|
809
|
+
| + `--lto=yes` | 5-10% | 10-20% | PASS: 无 |
|
|
810
|
+
| + anti-bloat | 15-25% | - | PASS: 无 |
|
|
811
|
+
| + 模块排除 | 20-35% | 5% | PASS: 无 |
|
|
812
|
+
| + dist 瘦身 | 25-40% | - | PASS: 无 |
|
|
813
|
+
| + 32 位编译 | 40-60% | - | PASS: 无 |
|
|
814
|
+
| **全部组合** | **45-65%** | **15-25%** | PASS: **无风险** |
|
|
815
|
+
|
|
816
|
+
> WARNING: **不建议使用 UPX 压缩**,虽然能进一步减小体积,但极易触发杀毒软件误报。
|
|
817
|
+
|
|
818
|
+
---
|
|
819
|
+
|
|
820
|
+
**基于 参考项目实战经验优化,助你打造商业级安装包!**
|