@the-bearded-bear/claude-craft 3.0.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/Dev/i18n/de/Common/agents/accessibility-expert.md +230 -0
- package/Dev/i18n/de/Common/agents/api-designer.md +396 -0
- package/Dev/i18n/de/Common/agents/database-architect.md +263 -0
- package/Dev/i18n/de/Common/agents/devops-engineer.md +207 -0
- package/Dev/i18n/de/Common/agents/performance-auditor.md +300 -0
- package/Dev/i18n/de/Common/agents/refactoring-specialist.md +236 -0
- package/Dev/i18n/de/Common/agents/research-assistant.md +224 -0
- package/Dev/i18n/de/Common/agents/tdd-coach.md +230 -0
- package/Dev/i18n/de/Common/agents/ui-designer.md +192 -0
- package/Dev/i18n/de/Common/agents/uiux-orchestrator.md +122 -0
- package/Dev/i18n/de/Common/agents/ux-ergonome.md +187 -0
- package/Dev/i18n/de/Common/agents/workflow-orchestrator.md +225 -0
- package/Dev/i18n/de/Common/checklists/code-review.md +153 -0
- package/Dev/i18n/de/Common/checklists/definition-of-done.md +104 -0
- package/Dev/i18n/de/Common/checklists/release.md +176 -0
- package/Dev/i18n/de/Common/checklists/security-review.md +167 -0
- package/Dev/i18n/de/Common/commands/a11y-audit.md +98 -0
- package/Dev/i18n/de/Common/commands/a11y-component.md +138 -0
- package/Dev/i18n/de/Common/commands/architecture-decision.md +366 -0
- package/Dev/i18n/de/Common/commands/daily-standup.md +216 -0
- package/Dev/i18n/de/Common/commands/docker-optimize.md +392 -0
- package/Dev/i18n/de/Common/commands/fix-bug-tdd.md +383 -0
- package/Dev/i18n/de/Common/commands/full-audit.md +191 -0
- package/Dev/i18n/de/Common/commands/generate-changelog.md +237 -0
- package/Dev/i18n/de/Common/commands/pre-commit-check.md +205 -0
- package/Dev/i18n/de/Common/commands/pre-merge-check.md +237 -0
- package/Dev/i18n/de/Common/commands/release-checklist.md +245 -0
- package/Dev/i18n/de/Common/commands/research-context7.md +253 -0
- package/Dev/i18n/de/Common/commands/setup-ci.md +339 -0
- package/Dev/i18n/de/Common/commands/sprint-retro.md +288 -0
- package/Dev/i18n/de/Common/commands/sprint-review.md +299 -0
- package/Dev/i18n/de/Common/commands/sprint-start.md +285 -0
- package/Dev/i18n/de/Common/commands/ui-design-tokens.md +118 -0
- package/Dev/i18n/de/Common/commands/uiux-audit.md +189 -0
- package/Dev/i18n/de/Common/commands/uiux-component-spec.md +264 -0
- package/Dev/i18n/de/Common/commands/uiux-orchestrator.md +98 -0
- package/Dev/i18n/de/Common/commands/ux-user-flow.md +109 -0
- package/Dev/i18n/de/Common/commands/workflow-analyze.md +204 -0
- package/Dev/i18n/de/Common/commands/workflow-design.md +275 -0
- package/Dev/i18n/de/Common/commands/workflow-implement.md +241 -0
- package/Dev/i18n/de/Common/commands/workflow-init.md +257 -0
- package/Dev/i18n/de/Common/commands/workflow-plan.md +224 -0
- package/Dev/i18n/de/Common/commands/workflow-status.md +292 -0
- package/Dev/i18n/de/Common/hooks/HOOKS-QUICKSTART.md +46 -0
- package/Dev/i18n/de/Common/hooks/scripts/block-dangerous-commands.sh +45 -0
- package/Dev/i18n/de/Common/hooks/scripts/notify-slack.sh +38 -0
- package/Dev/i18n/de/Common/hooks/scripts/post-edit-lint.sh +58 -0
- package/Dev/i18n/de/Common/hooks/scripts/pre-commit-check.sh +72 -0
- package/Dev/i18n/de/Common/hooks/scripts/quality-gate.sh +98 -0
- package/Dev/i18n/de/Common/hooks/scripts/session-init.sh +77 -0
- package/Dev/i18n/de/Common/hooks/templates/settings-hooks.json +75 -0
- package/Dev/i18n/de/Common/mcp/MCP-QUICKSTART.md +79 -0
- package/Dev/i18n/de/Common/mcp/templates/context7.mcp.json +9 -0
- package/Dev/i18n/de/Common/mcp/templates/full-stack.mcp.json +27 -0
- package/Dev/i18n/de/Common/mcp/templates/github.mcp.json +12 -0
- package/Dev/i18n/de/Common/mcp/templates/postgres.mcp.json +12 -0
- package/Dev/i18n/de/Common/mcp/templates/slack.mcp.json +13 -0
- package/Dev/i18n/de/Common/rules/00-project-context.md.template +118 -0
- package/Dev/i18n/de/Common/rules/01-workflow-analysis.md +226 -0
- package/Dev/i18n/de/Common/rules/04-solid-principles.md +396 -0
- package/Dev/i18n/de/Common/rules/05-kiss-dry-yagni.md +417 -0
- package/Dev/i18n/de/Common/rules/07-testing.md +463 -0
- package/Dev/i18n/de/Common/rules/09-git-workflow.md +541 -0
- package/Dev/i18n/de/Common/rules/10-documentation.md +555 -0
- package/Dev/i18n/de/Common/rules/11-security.md +540 -0
- package/Dev/i18n/de/Common/skills/documentation/REFERENCE.md +555 -0
- package/Dev/i18n/de/Common/skills/documentation/SKILL.md +10 -0
- package/Dev/i18n/de/Common/skills/git-workflow/REFERENCE.md +541 -0
- package/Dev/i18n/de/Common/skills/git-workflow/SKILL.md +10 -0
- package/Dev/i18n/de/Common/skills/kiss-dry-yagni/REFERENCE.md +417 -0
- package/Dev/i18n/de/Common/skills/kiss-dry-yagni/SKILL.md +10 -0
- package/Dev/i18n/de/Common/skills/security/REFERENCE.md +540 -0
- package/Dev/i18n/de/Common/skills/security/SKILL.md +10 -0
- package/Dev/i18n/de/Common/skills/solid-principles/REFERENCE.md +396 -0
- package/Dev/i18n/de/Common/skills/solid-principles/SKILL.md +10 -0
- package/Dev/i18n/de/Common/skills/testing/REFERENCE.md +463 -0
- package/Dev/i18n/de/Common/skills/testing/SKILL.md +10 -0
- package/Dev/i18n/de/Common/skills/workflow-analysis/REFERENCE.md +226 -0
- package/Dev/i18n/de/Common/skills/workflow-analysis/SKILL.md +10 -0
- package/Dev/i18n/de/Common/templates/CLAUDE.md.template +58 -0
- package/Dev/i18n/de/Common/templates/bug-report.md +64 -0
- package/Dev/i18n/de/Common/templates/feature-request.md +71 -0
- package/Dev/i18n/de/Common/templates/pull-request-template.md +84 -0
- package/Dev/i18n/de/Common/templates/settings.json.template +55 -0
- package/Dev/i18n/de/Common/templates/settings.local.json.template +10 -0
- package/Dev/i18n/de/Flutter/CLAUDE.md.template +447 -0
- package/Dev/i18n/de/Flutter/INDEX.md +392 -0
- package/Dev/i18n/de/Flutter/README.md +330 -0
- package/Dev/i18n/de/Flutter/STRUCTURE.md +289 -0
- package/Dev/i18n/de/Flutter/SUMMARY.md +348 -0
- package/Dev/i18n/de/Flutter/agents/flutter-reviewer.md +590 -0
- package/Dev/i18n/de/Flutter/checklists/new-feature.md +55 -0
- package/Dev/i18n/de/Flutter/checklists/pre-commit.md +52 -0
- package/Dev/i18n/de/Flutter/checklists/refactoring.md +30 -0
- package/Dev/i18n/de/Flutter/checklists/security.md +47 -0
- package/Dev/i18n/de/Flutter/commands/analyze-performance.md +357 -0
- package/Dev/i18n/de/Flutter/commands/check-architecture.md +92 -0
- package/Dev/i18n/de/Flutter/commands/check-code-quality.md +120 -0
- package/Dev/i18n/de/Flutter/commands/check-compliance.md +350 -0
- package/Dev/i18n/de/Flutter/commands/check-security.md +180 -0
- package/Dev/i18n/de/Flutter/commands/check-testing.md +140 -0
- package/Dev/i18n/de/Flutter/commands/generate-feature.md +540 -0
- package/Dev/i18n/de/Flutter/commands/generate-widget.md +557 -0
- package/Dev/i18n/de/Flutter/commands/golden-update.md +357 -0
- package/Dev/i18n/de/Flutter/commands/localization-check.md +316 -0
- package/Dev/i18n/de/Flutter/rules/00-project-context.md.template +511 -0
- package/Dev/i18n/de/Flutter/rules/02-architecture.md +455 -0
- package/Dev/i18n/de/Flutter/rules/03-coding-standards.md +247 -0
- package/Dev/i18n/de/Flutter/rules/06-tooling.md +542 -0
- package/Dev/i18n/de/Flutter/rules/07-testing-flutter.md +0 -0
- package/Dev/i18n/de/Flutter/rules/08-quality-tools.md +239 -0
- package/Dev/i18n/de/Flutter/rules/11-security-flutter.md +247 -0
- package/Dev/i18n/de/Flutter/rules/12-performance.md +230 -0
- package/Dev/i18n/de/Flutter/rules/13-state-management.md +0 -0
- package/Dev/i18n/de/Flutter/skills/architecture/REFERENCE.md +455 -0
- package/Dev/i18n/de/Flutter/skills/architecture/SKILL.md +10 -0
- package/Dev/i18n/de/Flutter/skills/coding-standards/REFERENCE.md +247 -0
- package/Dev/i18n/de/Flutter/skills/coding-standards/SKILL.md +10 -0
- package/Dev/i18n/de/Flutter/skills/performance/REFERENCE.md +230 -0
- package/Dev/i18n/de/Flutter/skills/performance/SKILL.md +10 -0
- package/Dev/i18n/de/Flutter/skills/quality-tools/REFERENCE.md +239 -0
- package/Dev/i18n/de/Flutter/skills/quality-tools/SKILL.md +10 -0
- package/Dev/i18n/de/Flutter/skills/security-flutter/REFERENCE.md +247 -0
- package/Dev/i18n/de/Flutter/skills/security-flutter/SKILL.md +10 -0
- package/Dev/i18n/de/Flutter/skills/state-management/REFERENCE.md +0 -0
- package/Dev/i18n/de/Flutter/skills/state-management/SKILL.md +10 -0
- package/Dev/i18n/de/Flutter/skills/testing-flutter/REFERENCE.md +0 -0
- package/Dev/i18n/de/Flutter/skills/testing-flutter/SKILL.md +10 -0
- package/Dev/i18n/de/Flutter/skills/tooling/REFERENCE.md +542 -0
- package/Dev/i18n/de/Flutter/skills/tooling/SKILL.md +10 -0
- package/Dev/i18n/de/Flutter/templates/bloc.md +118 -0
- package/Dev/i18n/de/Flutter/templates/repository.md +113 -0
- package/Dev/i18n/de/Flutter/templates/test-unit.md +67 -0
- package/Dev/i18n/de/Flutter/templates/test-widget.md +71 -0
- package/Dev/i18n/de/Flutter/templates/widget.md +119 -0
- package/Dev/i18n/de/Python/CLAUDE.md.template +442 -0
- package/Dev/i18n/de/Python/README.md +369 -0
- package/Dev/i18n/de/Python/SUMMARY.md +352 -0
- package/Dev/i18n/de/Python/agents/python-reviewer.md +118 -0
- package/Dev/i18n/de/Python/checklists/new-feature.md +148 -0
- package/Dev/i18n/de/Python/checklists/pre-commit.md +358 -0
- package/Dev/i18n/de/Python/commands/async-check.md +84 -0
- package/Dev/i18n/de/Python/commands/check-architecture.md +138 -0
- package/Dev/i18n/de/Python/commands/check-code-quality.md +174 -0
- package/Dev/i18n/de/Python/commands/check-compliance.md +84 -0
- package/Dev/i18n/de/Python/commands/check-security.md +91 -0
- package/Dev/i18n/de/Python/commands/check-testing.md +79 -0
- package/Dev/i18n/de/Python/commands/dependency-audit.md +64 -0
- package/Dev/i18n/de/Python/commands/generate-endpoint.md +68 -0
- package/Dev/i18n/de/Python/commands/generate-model.md +49 -0
- package/Dev/i18n/de/Python/commands/type-coverage.md +60 -0
- package/Dev/i18n/de/Python/examples/Makefile.example +435 -0
- package/Dev/i18n/de/Python/rules/00-project-context.md.template +190 -0
- package/Dev/i18n/de/Python/rules/02-architecture.md +444 -0
- package/Dev/i18n/de/Python/rules/03-coding-standards.md +572 -0
- package/Dev/i18n/de/Python/rules/06-tooling.md +351 -0
- package/Dev/i18n/de/Python/rules/07-testing-python.md +387 -0
- package/Dev/i18n/de/Python/skills/architecture/REFERENCE.md +444 -0
- package/Dev/i18n/de/Python/skills/architecture/SKILL.md +10 -0
- package/Dev/i18n/de/Python/skills/coding-standards/REFERENCE.md +572 -0
- package/Dev/i18n/de/Python/skills/coding-standards/SKILL.md +10 -0
- package/Dev/i18n/de/Python/skills/testing-python/REFERENCE.md +387 -0
- package/Dev/i18n/de/Python/skills/testing-python/SKILL.md +10 -0
- package/Dev/i18n/de/Python/skills/tooling/REFERENCE.md +351 -0
- package/Dev/i18n/de/Python/skills/tooling/SKILL.md +10 -0
- package/Dev/i18n/de/Python/templates/repository.md +120 -0
- package/Dev/i18n/de/Python/templates/service.md +125 -0
- package/Dev/i18n/de/React/CLAUDE.md.template +530 -0
- package/Dev/i18n/de/React/README.md +295 -0
- package/Dev/i18n/de/React/agents/react-reviewer.md +355 -0
- package/Dev/i18n/de/React/checklists/new-feature.md +109 -0
- package/Dev/i18n/de/React/checklists/pre-commit.md +142 -0
- package/Dev/i18n/de/React/commands/accessibility-check.md +66 -0
- package/Dev/i18n/de/React/commands/bundle-analyze.md +63 -0
- package/Dev/i18n/de/React/commands/check-architecture.md +78 -0
- package/Dev/i18n/de/React/commands/check-code-quality.md +97 -0
- package/Dev/i18n/de/React/commands/check-compliance.md +118 -0
- package/Dev/i18n/de/React/commands/check-security.md +142 -0
- package/Dev/i18n/de/React/commands/check-testing.md +150 -0
- package/Dev/i18n/de/React/commands/generate-component.md +123 -0
- package/Dev/i18n/de/React/commands/generate-hook.md +125 -0
- package/Dev/i18n/de/React/commands/storybook-story.md +151 -0
- package/Dev/i18n/de/React/rules/00-project-context.md.template +223 -0
- package/Dev/i18n/de/React/rules/02-architecture.md +490 -0
- package/Dev/i18n/de/React/rules/03-coding-standards.md +500 -0
- package/Dev/i18n/de/React/rules/06-tooling.md +777 -0
- package/Dev/i18n/de/React/rules/07-testing-react.md +999 -0
- package/Dev/i18n/de/React/rules/08-quality-tools.md +758 -0
- package/Dev/i18n/de/React/rules/11-security-react.md +793 -0
- package/Dev/i18n/de/React/skills/architecture/REFERENCE.md +490 -0
- package/Dev/i18n/de/React/skills/architecture/SKILL.md +10 -0
- package/Dev/i18n/de/React/skills/coding-standards/REFERENCE.md +500 -0
- package/Dev/i18n/de/React/skills/coding-standards/SKILL.md +10 -0
- package/Dev/i18n/de/React/skills/quality-tools/REFERENCE.md +758 -0
- package/Dev/i18n/de/React/skills/quality-tools/SKILL.md +10 -0
- package/Dev/i18n/de/React/skills/security-react/REFERENCE.md +793 -0
- package/Dev/i18n/de/React/skills/security-react/SKILL.md +10 -0
- package/Dev/i18n/de/React/skills/testing-react/REFERENCE.md +999 -0
- package/Dev/i18n/de/React/skills/testing-react/SKILL.md +10 -0
- package/Dev/i18n/de/React/skills/tooling/REFERENCE.md +777 -0
- package/Dev/i18n/de/React/skills/tooling/SKILL.md +10 -0
- package/Dev/i18n/de/React/templates/component.md +283 -0
- package/Dev/i18n/de/React/templates/hook.md +393 -0
- package/Dev/i18n/de/ReactNative/CLAUDE.md.template +543 -0
- package/Dev/i18n/de/ReactNative/FILES.md +144 -0
- package/Dev/i18n/de/ReactNative/INSTALLATION.md +407 -0
- package/Dev/i18n/de/ReactNative/README.md +437 -0
- package/Dev/i18n/de/ReactNative/SUMMARY.md +599 -0
- package/Dev/i18n/de/ReactNative/agents/reactnative-reviewer.md +380 -0
- package/Dev/i18n/de/ReactNative/checklists/new-feature.md +223 -0
- package/Dev/i18n/de/ReactNative/checklists/pre-commit.md +100 -0
- package/Dev/i18n/de/ReactNative/checklists/refactoring.md +303 -0
- package/Dev/i18n/de/ReactNative/checklists/security.md +380 -0
- package/Dev/i18n/de/ReactNative/commands/app-size.md +465 -0
- package/Dev/i18n/de/ReactNative/commands/check-architecture.md +220 -0
- package/Dev/i18n/de/ReactNative/commands/check-code-quality.md +287 -0
- package/Dev/i18n/de/ReactNative/commands/check-compliance.md +235 -0
- package/Dev/i18n/de/ReactNative/commands/check-security.md +438 -0
- package/Dev/i18n/de/ReactNative/commands/check-testing.md +316 -0
- package/Dev/i18n/de/ReactNative/commands/deep-link.md +568 -0
- package/Dev/i18n/de/ReactNative/commands/generate-screen.md +583 -0
- package/Dev/i18n/de/ReactNative/commands/native-module.md +596 -0
- package/Dev/i18n/de/ReactNative/commands/store-prepare.md +483 -0
- package/Dev/i18n/de/ReactNative/rules/00-project-context.md.template +425 -0
- package/Dev/i18n/de/ReactNative/rules/02-architecture.md +1253 -0
- package/Dev/i18n/de/ReactNative/rules/03-coding-standards.md +1230 -0
- package/Dev/i18n/de/ReactNative/rules/06-tooling.md +281 -0
- package/Dev/i18n/de/ReactNative/rules/07-testing-reactnative.md +386 -0
- package/Dev/i18n/de/ReactNative/rules/08-quality-tools.md +122 -0
- package/Dev/i18n/de/ReactNative/rules/11-security-reactnative.md +719 -0
- package/Dev/i18n/de/ReactNative/rules/12-performance.md +727 -0
- package/Dev/i18n/de/ReactNative/rules/13-state-management.md +607 -0
- package/Dev/i18n/de/ReactNative/rules/14-navigation.md +601 -0
- package/Dev/i18n/de/ReactNative/skills/architecture/REFERENCE.md +1253 -0
- package/Dev/i18n/de/ReactNative/skills/architecture/SKILL.md +10 -0
- package/Dev/i18n/de/ReactNative/skills/coding-standards/REFERENCE.md +1230 -0
- package/Dev/i18n/de/ReactNative/skills/coding-standards/SKILL.md +10 -0
- package/Dev/i18n/de/ReactNative/skills/navigation/REFERENCE.md +601 -0
- package/Dev/i18n/de/ReactNative/skills/navigation/SKILL.md +10 -0
- package/Dev/i18n/de/ReactNative/skills/performance/REFERENCE.md +727 -0
- package/Dev/i18n/de/ReactNative/skills/performance/SKILL.md +10 -0
- package/Dev/i18n/de/ReactNative/skills/quality-tools/REFERENCE.md +122 -0
- package/Dev/i18n/de/ReactNative/skills/quality-tools/SKILL.md +10 -0
- package/Dev/i18n/de/ReactNative/skills/security-reactnative/REFERENCE.md +719 -0
- package/Dev/i18n/de/ReactNative/skills/security-reactnative/SKILL.md +10 -0
- package/Dev/i18n/de/ReactNative/skills/state-management/REFERENCE.md +607 -0
- package/Dev/i18n/de/ReactNative/skills/state-management/SKILL.md +10 -0
- package/Dev/i18n/de/ReactNative/skills/testing-reactnative/REFERENCE.md +386 -0
- package/Dev/i18n/de/ReactNative/skills/testing-reactnative/SKILL.md +10 -0
- package/Dev/i18n/de/ReactNative/skills/tooling/REFERENCE.md +281 -0
- package/Dev/i18n/de/ReactNative/skills/tooling/SKILL.md +10 -0
- package/Dev/i18n/de/ReactNative/templates/component.md +170 -0
- package/Dev/i18n/de/ReactNative/templates/hook.md +204 -0
- package/Dev/i18n/de/ReactNative/templates/screen.md +159 -0
- package/Dev/i18n/de/ReactNative/templates/test-component.md +225 -0
- package/Dev/i18n/de/Symfony/CLAUDE.md.template +238 -0
- package/Dev/i18n/de/Symfony/adr/README.md +230 -0
- package/Dev/i18n/de/Symfony/adr/template.md +237 -0
- package/Dev/i18n/de/Symfony/agents/symfony-reviewer.md +408 -0
- package/Dev/i18n/de/Symfony/checklists/README.md +429 -0
- package/Dev/i18n/de/Symfony/checklists/new-feature.md +765 -0
- package/Dev/i18n/de/Symfony/checklists/pre-commit.md +527 -0
- package/Dev/i18n/de/Symfony/checklists/refactoring.md +975 -0
- package/Dev/i18n/de/Symfony/checklists/security-rgpd.md +920 -0
- package/Dev/i18n/de/Symfony/commands/api-endpoint.md +476 -0
- package/Dev/i18n/de/Symfony/commands/check-architecture.md +237 -0
- package/Dev/i18n/de/Symfony/commands/check-code-quality.md +327 -0
- package/Dev/i18n/de/Symfony/commands/check-compliance.md +177 -0
- package/Dev/i18n/de/Symfony/commands/check-security.md +582 -0
- package/Dev/i18n/de/Symfony/commands/check-testing.md +445 -0
- package/Dev/i18n/de/Symfony/commands/generate-command.md +350 -0
- package/Dev/i18n/de/Symfony/commands/generate-crud.md +440 -0
- package/Dev/i18n/de/Symfony/commands/migration-plan.md +347 -0
- package/Dev/i18n/de/Symfony/commands/optimize-doctrine.md +327 -0
- package/Dev/i18n/de/Symfony/examples/aggregate-examples.md +1128 -0
- package/Dev/i18n/de/Symfony/examples/clean-architecture-structure.md +645 -0
- package/Dev/i18n/de/Symfony/examples/domain-event-examples.md +1091 -0
- package/Dev/i18n/de/Symfony/examples/value-object-examples.md +1129 -0
- package/Dev/i18n/de/Symfony/rules/00-project-context.md.template +118 -0
- package/Dev/i18n/de/Symfony/rules/02-architecture-clean-ddd.md +813 -0
- package/Dev/i18n/de/Symfony/rules/03-coding-standards.md +402 -0
- package/Dev/i18n/de/Symfony/rules/06-docker-hadolint.md +772 -0
- package/Dev/i18n/de/Symfony/rules/07-testing-symfony.md +452 -0
- package/Dev/i18n/de/Symfony/rules/08-quality-tools.md +982 -0
- package/Dev/i18n/de/Symfony/rules/11-security-symfony.md +353 -0
- package/Dev/i18n/de/Symfony/rules/12-performance.md +888 -0
- package/Dev/i18n/de/Symfony/rules/13-ddd-patterns.md +1220 -0
- package/Dev/i18n/de/Symfony/rules/14-multitenant.md +432 -0
- package/Dev/i18n/de/Symfony/rules/15-doctrine-extensions.md +927 -0
- package/Dev/i18n/de/Symfony/rules/16-i18n.md +185 -0
- package/Dev/i18n/de/Symfony/rules/17-async.md +190 -0
- package/Dev/i18n/de/Symfony/rules/18-value-objects.md +536 -0
- package/Dev/i18n/de/Symfony/rules/19-aggregates.md +115 -0
- package/Dev/i18n/de/Symfony/rules/20-domain-events.md +129 -0
- package/Dev/i18n/de/Symfony/rules/21-cqrs.md +426 -0
- package/Dev/i18n/de/Symfony/skills/aggregates/REFERENCE.md +115 -0
- package/Dev/i18n/de/Symfony/skills/aggregates/SKILL.md +10 -0
- package/Dev/i18n/de/Symfony/skills/architecture-clean-ddd/REFERENCE.md +813 -0
- package/Dev/i18n/de/Symfony/skills/architecture-clean-ddd/SKILL.md +10 -0
- package/Dev/i18n/de/Symfony/skills/async/REFERENCE.md +190 -0
- package/Dev/i18n/de/Symfony/skills/async/SKILL.md +10 -0
- package/Dev/i18n/de/Symfony/skills/coding-standards/REFERENCE.md +402 -0
- package/Dev/i18n/de/Symfony/skills/coding-standards/SKILL.md +10 -0
- package/Dev/i18n/de/Symfony/skills/cqrs/REFERENCE.md +426 -0
- package/Dev/i18n/de/Symfony/skills/cqrs/SKILL.md +10 -0
- package/Dev/i18n/de/Symfony/skills/ddd-patterns/REFERENCE.md +1220 -0
- package/Dev/i18n/de/Symfony/skills/ddd-patterns/SKILL.md +10 -0
- package/Dev/i18n/de/Symfony/skills/docker-hadolint/REFERENCE.md +772 -0
- package/Dev/i18n/de/Symfony/skills/docker-hadolint/SKILL.md +10 -0
- package/Dev/i18n/de/Symfony/skills/doctrine-extensions/REFERENCE.md +927 -0
- package/Dev/i18n/de/Symfony/skills/doctrine-extensions/SKILL.md +10 -0
- package/Dev/i18n/de/Symfony/skills/domain-events/REFERENCE.md +129 -0
- package/Dev/i18n/de/Symfony/skills/domain-events/SKILL.md +10 -0
- package/Dev/i18n/de/Symfony/skills/i18n/REFERENCE.md +185 -0
- package/Dev/i18n/de/Symfony/skills/i18n/SKILL.md +10 -0
- package/Dev/i18n/de/Symfony/skills/multitenant/REFERENCE.md +432 -0
- package/Dev/i18n/de/Symfony/skills/multitenant/SKILL.md +10 -0
- package/Dev/i18n/de/Symfony/skills/performance/REFERENCE.md +888 -0
- package/Dev/i18n/de/Symfony/skills/performance/SKILL.md +10 -0
- package/Dev/i18n/de/Symfony/skills/quality-tools/REFERENCE.md +982 -0
- package/Dev/i18n/de/Symfony/skills/quality-tools/SKILL.md +10 -0
- package/Dev/i18n/de/Symfony/skills/security-symfony/REFERENCE.md +353 -0
- package/Dev/i18n/de/Symfony/skills/security-symfony/SKILL.md +10 -0
- package/Dev/i18n/de/Symfony/skills/testing-symfony/REFERENCE.md +452 -0
- package/Dev/i18n/de/Symfony/skills/testing-symfony/SKILL.md +10 -0
- package/Dev/i18n/de/Symfony/skills/value-objects/REFERENCE.md +536 -0
- package/Dev/i18n/de/Symfony/skills/value-objects/SKILL.md +10 -0
- package/Dev/i18n/de/Symfony/templates/README.md +279 -0
- package/Dev/i18n/de/Symfony/templates/aggregate-examples.md +1128 -0
- package/Dev/i18n/de/Symfony/templates/aggregate-root.md +785 -0
- package/Dev/i18n/de/Symfony/templates/analysis.md +485 -0
- package/Dev/i18n/de/Symfony/templates/clean-architecture-structure.md +645 -0
- package/Dev/i18n/de/Symfony/templates/domain-event-examples.md +1091 -0
- package/Dev/i18n/de/Symfony/templates/domain-event.md +681 -0
- package/Dev/i18n/de/Symfony/templates/service.md +527 -0
- package/Dev/i18n/de/Symfony/templates/template.md +237 -0
- package/Dev/i18n/de/Symfony/templates/test-behat.md +674 -0
- package/Dev/i18n/de/Symfony/templates/test-integration.md +698 -0
- package/Dev/i18n/de/Symfony/templates/test-unit.md +735 -0
- package/Dev/i18n/de/Symfony/templates/value-object-examples.md +1129 -0
- package/Dev/i18n/de/Symfony/templates/value-object.md +534 -0
- package/Dev/i18n/en/Common/agents/accessibility-expert.md +230 -0
- package/Dev/i18n/en/Common/agents/api-designer.md +396 -0
- package/Dev/i18n/en/Common/agents/database-architect.md +263 -0
- package/Dev/i18n/en/Common/agents/devops-engineer.md +207 -0
- package/Dev/i18n/en/Common/agents/performance-auditor.md +375 -0
- package/Dev/i18n/en/Common/agents/refactoring-specialist.md +303 -0
- package/Dev/i18n/en/Common/agents/research-assistant.md +256 -0
- package/Dev/i18n/en/Common/agents/tdd-coach.md +230 -0
- package/Dev/i18n/en/Common/agents/ui-designer.md +192 -0
- package/Dev/i18n/en/Common/agents/uiux-orchestrator.md +143 -0
- package/Dev/i18n/en/Common/agents/ux-ergonome.md +187 -0
- package/Dev/i18n/en/Common/agents/workflow-orchestrator.md +225 -0
- package/Dev/i18n/en/Common/checklists/code-review.md +153 -0
- package/Dev/i18n/en/Common/checklists/definition-of-done.md +104 -0
- package/Dev/i18n/en/Common/checklists/release.md +176 -0
- package/Dev/i18n/en/Common/checklists/security-review.md +167 -0
- package/Dev/i18n/en/Common/commands/a11y-audit.md +282 -0
- package/Dev/i18n/en/Common/commands/a11y-component.md +396 -0
- package/Dev/i18n/en/Common/commands/architecture-decision.md +366 -0
- package/Dev/i18n/en/Common/commands/daily-standup.md +216 -0
- package/Dev/i18n/en/Common/commands/docker-optimize.md +392 -0
- package/Dev/i18n/en/Common/commands/fix-bug-tdd.md +383 -0
- package/Dev/i18n/en/Common/commands/full-audit.md +191 -0
- package/Dev/i18n/en/Common/commands/generate-changelog.md +237 -0
- package/Dev/i18n/en/Common/commands/pre-commit-check.md +205 -0
- package/Dev/i18n/en/Common/commands/pre-merge-check.md +237 -0
- package/Dev/i18n/en/Common/commands/release-checklist.md +245 -0
- package/Dev/i18n/en/Common/commands/research-context7.md +253 -0
- package/Dev/i18n/en/Common/commands/setup-ci.md +522 -0
- package/Dev/i18n/en/Common/commands/sprint-retro.md +329 -0
- package/Dev/i18n/en/Common/commands/sprint-review.md +0 -0
- package/Dev/i18n/en/Common/commands/sprint-start.md +0 -0
- package/Dev/i18n/en/Common/commands/ui-design-tokens.md +282 -0
- package/Dev/i18n/en/Common/commands/uiux-audit.md +189 -0
- package/Dev/i18n/en/Common/commands/uiux-component-spec.md +264 -0
- package/Dev/i18n/en/Common/commands/uiux-orchestrator.md +98 -0
- package/Dev/i18n/en/Common/commands/ux-user-flow.md +272 -0
- package/Dev/i18n/en/Common/commands/workflow-analyze.md +204 -0
- package/Dev/i18n/en/Common/commands/workflow-design.md +275 -0
- package/Dev/i18n/en/Common/commands/workflow-implement.md +241 -0
- package/Dev/i18n/en/Common/commands/workflow-init.md +257 -0
- package/Dev/i18n/en/Common/commands/workflow-plan.md +224 -0
- package/Dev/i18n/en/Common/commands/workflow-status.md +292 -0
- package/Dev/i18n/en/Common/hooks/HOOKS-QUICKSTART.md +46 -0
- package/Dev/i18n/en/Common/hooks/scripts/block-dangerous-commands.sh +45 -0
- package/Dev/i18n/en/Common/hooks/scripts/notify-slack.sh +38 -0
- package/Dev/i18n/en/Common/hooks/scripts/post-edit-lint.sh +58 -0
- package/Dev/i18n/en/Common/hooks/scripts/pre-commit-check.sh +72 -0
- package/Dev/i18n/en/Common/hooks/scripts/quality-gate.sh +98 -0
- package/Dev/i18n/en/Common/hooks/scripts/session-init.sh +77 -0
- package/Dev/i18n/en/Common/hooks/templates/settings-hooks.json +75 -0
- package/Dev/i18n/en/Common/mcp/MCP-QUICKSTART.md +79 -0
- package/Dev/i18n/en/Common/mcp/templates/context7.mcp.json +9 -0
- package/Dev/i18n/en/Common/mcp/templates/full-stack.mcp.json +27 -0
- package/Dev/i18n/en/Common/mcp/templates/github.mcp.json +12 -0
- package/Dev/i18n/en/Common/mcp/templates/postgres.mcp.json +12 -0
- package/Dev/i18n/en/Common/mcp/templates/slack.mcp.json +13 -0
- package/Dev/i18n/en/Common/rules/00-project-context.md.template +118 -0
- package/Dev/i18n/en/Common/rules/01-workflow-analysis.md +226 -0
- package/Dev/i18n/en/Common/rules/04-solid-principles.md +396 -0
- package/Dev/i18n/en/Common/rules/05-kiss-dry-yagni.md +417 -0
- package/Dev/i18n/en/Common/rules/07-testing.md +463 -0
- package/Dev/i18n/en/Common/rules/09-git-workflow.md +541 -0
- package/Dev/i18n/en/Common/rules/10-documentation.md +555 -0
- package/Dev/i18n/en/Common/rules/11-security.md +540 -0
- package/Dev/i18n/en/Common/skills/documentation/REFERENCE.md +555 -0
- package/Dev/i18n/en/Common/skills/documentation/SKILL.md +10 -0
- package/Dev/i18n/en/Common/skills/git-workflow/REFERENCE.md +541 -0
- package/Dev/i18n/en/Common/skills/git-workflow/SKILL.md +10 -0
- package/Dev/i18n/en/Common/skills/kiss-dry-yagni/REFERENCE.md +417 -0
- package/Dev/i18n/en/Common/skills/kiss-dry-yagni/SKILL.md +10 -0
- package/Dev/i18n/en/Common/skills/security/REFERENCE.md +540 -0
- package/Dev/i18n/en/Common/skills/security/SKILL.md +10 -0
- package/Dev/i18n/en/Common/skills/solid-principles/REFERENCE.md +396 -0
- package/Dev/i18n/en/Common/skills/solid-principles/SKILL.md +10 -0
- package/Dev/i18n/en/Common/skills/testing/REFERENCE.md +463 -0
- package/Dev/i18n/en/Common/skills/testing/SKILL.md +10 -0
- package/Dev/i18n/en/Common/skills/workflow-analysis/REFERENCE.md +226 -0
- package/Dev/i18n/en/Common/skills/workflow-analysis/SKILL.md +10 -0
- package/Dev/i18n/en/Common/templates/CLAUDE.md.template +58 -0
- package/Dev/i18n/en/Common/templates/bug-report.md +64 -0
- package/Dev/i18n/en/Common/templates/feature-request.md +71 -0
- package/Dev/i18n/en/Common/templates/pull-request-template.md +84 -0
- package/Dev/i18n/en/Common/templates/settings.json.template +55 -0
- package/Dev/i18n/en/Common/templates/settings.local.json.template +10 -0
- package/Dev/i18n/en/Flutter/CLAUDE.md.template +447 -0
- package/Dev/i18n/en/Flutter/INDEX.md +392 -0
- package/Dev/i18n/en/Flutter/README.md +330 -0
- package/Dev/i18n/en/Flutter/STRUCTURE.md +289 -0
- package/Dev/i18n/en/Flutter/SUMMARY.md +348 -0
- package/Dev/i18n/en/Flutter/agents/flutter-reviewer.md +590 -0
- package/Dev/i18n/en/Flutter/checklists/new-feature.md +55 -0
- package/Dev/i18n/en/Flutter/checklists/pre-commit.md +52 -0
- package/Dev/i18n/en/Flutter/checklists/refactoring.md +30 -0
- package/Dev/i18n/en/Flutter/checklists/security.md +47 -0
- package/Dev/i18n/en/Flutter/commands/analyze-performance.md +357 -0
- package/Dev/i18n/en/Flutter/commands/check-architecture.md +92 -0
- package/Dev/i18n/en/Flutter/commands/check-code-quality.md +120 -0
- package/Dev/i18n/en/Flutter/commands/check-compliance.md +350 -0
- package/Dev/i18n/en/Flutter/commands/check-security.md +180 -0
- package/Dev/i18n/en/Flutter/commands/check-testing.md +140 -0
- package/Dev/i18n/en/Flutter/commands/generate-feature.md +540 -0
- package/Dev/i18n/en/Flutter/commands/generate-widget.md +557 -0
- package/Dev/i18n/en/Flutter/commands/golden-update.md +357 -0
- package/Dev/i18n/en/Flutter/commands/localization-check.md +316 -0
- package/Dev/i18n/en/Flutter/rules/00-project-context.md.template +511 -0
- package/Dev/i18n/en/Flutter/rules/02-architecture.md +455 -0
- package/Dev/i18n/en/Flutter/rules/03-coding-standards.md +247 -0
- package/Dev/i18n/en/Flutter/rules/06-tooling.md +542 -0
- package/Dev/i18n/en/Flutter/rules/07-testing-flutter.md +0 -0
- package/Dev/i18n/en/Flutter/rules/08-quality-tools.md +239 -0
- package/Dev/i18n/en/Flutter/rules/11-security-flutter.md +247 -0
- package/Dev/i18n/en/Flutter/rules/12-performance.md +230 -0
- package/Dev/i18n/en/Flutter/rules/13-state-management.md +0 -0
- package/Dev/i18n/en/Flutter/skills/architecture/REFERENCE.md +455 -0
- package/Dev/i18n/en/Flutter/skills/architecture/SKILL.md +10 -0
- package/Dev/i18n/en/Flutter/skills/coding-standards/REFERENCE.md +247 -0
- package/Dev/i18n/en/Flutter/skills/coding-standards/SKILL.md +10 -0
- package/Dev/i18n/en/Flutter/skills/performance/REFERENCE.md +230 -0
- package/Dev/i18n/en/Flutter/skills/performance/SKILL.md +10 -0
- package/Dev/i18n/en/Flutter/skills/quality-tools/REFERENCE.md +239 -0
- package/Dev/i18n/en/Flutter/skills/quality-tools/SKILL.md +10 -0
- package/Dev/i18n/en/Flutter/skills/security-flutter/REFERENCE.md +247 -0
- package/Dev/i18n/en/Flutter/skills/security-flutter/SKILL.md +10 -0
- package/Dev/i18n/en/Flutter/skills/state-management/REFERENCE.md +0 -0
- package/Dev/i18n/en/Flutter/skills/state-management/SKILL.md +10 -0
- package/Dev/i18n/en/Flutter/skills/testing-flutter/REFERENCE.md +0 -0
- package/Dev/i18n/en/Flutter/skills/testing-flutter/SKILL.md +10 -0
- package/Dev/i18n/en/Flutter/skills/tooling/REFERENCE.md +542 -0
- package/Dev/i18n/en/Flutter/skills/tooling/SKILL.md +10 -0
- package/Dev/i18n/en/Flutter/templates/bloc.md +118 -0
- package/Dev/i18n/en/Flutter/templates/repository.md +113 -0
- package/Dev/i18n/en/Flutter/templates/test-unit.md +67 -0
- package/Dev/i18n/en/Flutter/templates/test-widget.md +71 -0
- package/Dev/i18n/en/Flutter/templates/widget.md +119 -0
- package/Dev/i18n/en/Python/CLAUDE.md.template +442 -0
- package/Dev/i18n/en/Python/README.md +369 -0
- package/Dev/i18n/en/Python/SUMMARY.md +352 -0
- package/Dev/i18n/en/Python/agents/python-reviewer.md +118 -0
- package/Dev/i18n/en/Python/checklists/new-feature.md +423 -0
- package/Dev/i18n/en/Python/checklists/pre-commit.md +358 -0
- package/Dev/i18n/en/Python/commands/async-check.md +84 -0
- package/Dev/i18n/en/Python/commands/check-architecture.md +138 -0
- package/Dev/i18n/en/Python/commands/check-code-quality.md +174 -0
- package/Dev/i18n/en/Python/commands/check-compliance.md +260 -0
- package/Dev/i18n/en/Python/commands/check-security.md +207 -0
- package/Dev/i18n/en/Python/commands/check-testing.md +184 -0
- package/Dev/i18n/en/Python/commands/dependency-audit.md +198 -0
- package/Dev/i18n/en/Python/commands/generate-endpoint.md +90 -0
- package/Dev/i18n/en/Python/commands/generate-model.md +96 -0
- package/Dev/i18n/en/Python/commands/type-coverage.md +119 -0
- package/Dev/i18n/en/Python/examples/Makefile.example +435 -0
- package/Dev/i18n/en/Python/rules/00-project-context.md.template +190 -0
- package/Dev/i18n/en/Python/rules/02-architecture.md +444 -0
- package/Dev/i18n/en/Python/rules/03-coding-standards.md +572 -0
- package/Dev/i18n/en/Python/rules/06-tooling.md +351 -0
- package/Dev/i18n/en/Python/rules/07-testing-python.md +387 -0
- package/Dev/i18n/en/Python/skills/architecture/REFERENCE.md +444 -0
- package/Dev/i18n/en/Python/skills/architecture/SKILL.md +10 -0
- package/Dev/i18n/en/Python/skills/coding-standards/REFERENCE.md +572 -0
- package/Dev/i18n/en/Python/skills/coding-standards/SKILL.md +10 -0
- package/Dev/i18n/en/Python/skills/testing-python/REFERENCE.md +387 -0
- package/Dev/i18n/en/Python/skills/testing-python/SKILL.md +10 -0
- package/Dev/i18n/en/Python/skills/tooling/REFERENCE.md +351 -0
- package/Dev/i18n/en/Python/skills/tooling/SKILL.md +10 -0
- package/Dev/i18n/en/Python/templates/repository.md +120 -0
- package/Dev/i18n/en/Python/templates/service.md +125 -0
- package/Dev/i18n/en/React/CLAUDE.md.template +530 -0
- package/Dev/i18n/en/React/README.md +295 -0
- package/Dev/i18n/en/React/agents/react-reviewer.md +355 -0
- package/Dev/i18n/en/React/checklists/new-feature.md +109 -0
- package/Dev/i18n/en/React/checklists/pre-commit.md +142 -0
- package/Dev/i18n/en/React/commands/accessibility-check.md +234 -0
- package/Dev/i18n/en/React/commands/bundle-analyze.md +330 -0
- package/Dev/i18n/en/React/commands/check-architecture.md +390 -0
- package/Dev/i18n/en/React/commands/check-code-quality.md +466 -0
- package/Dev/i18n/en/React/commands/check-compliance.md +447 -0
- package/Dev/i18n/en/React/commands/check-security.md +397 -0
- package/Dev/i18n/en/React/commands/check-testing.md +488 -0
- package/Dev/i18n/en/React/commands/generate-component.md +516 -0
- package/Dev/i18n/en/React/commands/generate-hook.md +540 -0
- package/Dev/i18n/en/React/commands/storybook-story.md +618 -0
- package/Dev/i18n/en/React/rules/00-project-context.md.template +223 -0
- package/Dev/i18n/en/React/rules/02-architecture.md +651 -0
- package/Dev/i18n/en/React/rules/03-coding-standards.md +716 -0
- package/Dev/i18n/en/React/rules/06-tooling.md +777 -0
- package/Dev/i18n/en/React/rules/07-testing-react.md +999 -0
- package/Dev/i18n/en/React/rules/08-quality-tools.md +758 -0
- package/Dev/i18n/en/React/rules/11-security-react.md +793 -0
- package/Dev/i18n/en/React/skills/architecture/REFERENCE.md +651 -0
- package/Dev/i18n/en/React/skills/architecture/SKILL.md +10 -0
- package/Dev/i18n/en/React/skills/coding-standards/REFERENCE.md +716 -0
- package/Dev/i18n/en/React/skills/coding-standards/SKILL.md +10 -0
- package/Dev/i18n/en/React/skills/quality-tools/REFERENCE.md +758 -0
- package/Dev/i18n/en/React/skills/quality-tools/SKILL.md +10 -0
- package/Dev/i18n/en/React/skills/security-react/REFERENCE.md +793 -0
- package/Dev/i18n/en/React/skills/security-react/SKILL.md +10 -0
- package/Dev/i18n/en/React/skills/testing-react/REFERENCE.md +999 -0
- package/Dev/i18n/en/React/skills/testing-react/SKILL.md +10 -0
- package/Dev/i18n/en/React/skills/tooling/REFERENCE.md +777 -0
- package/Dev/i18n/en/React/skills/tooling/SKILL.md +10 -0
- package/Dev/i18n/en/React/templates/component.md +283 -0
- package/Dev/i18n/en/React/templates/hook.md +393 -0
- package/Dev/i18n/en/ReactNative/CLAUDE.md.template +543 -0
- package/Dev/i18n/en/ReactNative/FILES.md +143 -0
- package/Dev/i18n/en/ReactNative/INSTALLATION.md +407 -0
- package/Dev/i18n/en/ReactNative/README.md +437 -0
- package/Dev/i18n/en/ReactNative/SUMMARY.md +599 -0
- package/Dev/i18n/en/ReactNative/agents/reactnative-reviewer.md +380 -0
- package/Dev/i18n/en/ReactNative/checklists/new-feature.md +223 -0
- package/Dev/i18n/en/ReactNative/checklists/pre-commit.md +100 -0
- package/Dev/i18n/en/ReactNative/checklists/refactoring.md +303 -0
- package/Dev/i18n/en/ReactNative/checklists/security.md +380 -0
- package/Dev/i18n/en/ReactNative/commands/app-size.md +465 -0
- package/Dev/i18n/en/ReactNative/commands/check-architecture.md +220 -0
- package/Dev/i18n/en/ReactNative/commands/check-code-quality.md +287 -0
- package/Dev/i18n/en/ReactNative/commands/check-compliance.md +235 -0
- package/Dev/i18n/en/ReactNative/commands/check-security.md +438 -0
- package/Dev/i18n/en/ReactNative/commands/check-testing.md +316 -0
- package/Dev/i18n/en/ReactNative/commands/deep-link.md +568 -0
- package/Dev/i18n/en/ReactNative/commands/generate-screen.md +583 -0
- package/Dev/i18n/en/ReactNative/commands/native-module.md +596 -0
- package/Dev/i18n/en/ReactNative/commands/store-prepare.md +483 -0
- package/Dev/i18n/en/ReactNative/rules/00-project-context.md.template +425 -0
- package/Dev/i18n/en/ReactNative/rules/02-architecture.md +1253 -0
- package/Dev/i18n/en/ReactNative/rules/03-coding-standards.md +1230 -0
- package/Dev/i18n/en/ReactNative/rules/06-tooling.md +281 -0
- package/Dev/i18n/en/ReactNative/rules/07-testing-reactnative.md +386 -0
- package/Dev/i18n/en/ReactNative/rules/08-quality-tools.md +122 -0
- package/Dev/i18n/en/ReactNative/rules/11-security-reactnative.md +719 -0
- package/Dev/i18n/en/ReactNative/rules/12-performance.md +727 -0
- package/Dev/i18n/en/ReactNative/rules/13-state-management.md +607 -0
- package/Dev/i18n/en/ReactNative/rules/14-navigation.md +601 -0
- package/Dev/i18n/en/ReactNative/skills/architecture/REFERENCE.md +1253 -0
- package/Dev/i18n/en/ReactNative/skills/architecture/SKILL.md +10 -0
- package/Dev/i18n/en/ReactNative/skills/coding-standards/REFERENCE.md +1230 -0
- package/Dev/i18n/en/ReactNative/skills/coding-standards/SKILL.md +10 -0
- package/Dev/i18n/en/ReactNative/skills/navigation/REFERENCE.md +601 -0
- package/Dev/i18n/en/ReactNative/skills/navigation/SKILL.md +10 -0
- package/Dev/i18n/en/ReactNative/skills/performance/REFERENCE.md +727 -0
- package/Dev/i18n/en/ReactNative/skills/performance/SKILL.md +10 -0
- package/Dev/i18n/en/ReactNative/skills/quality-tools/REFERENCE.md +122 -0
- package/Dev/i18n/en/ReactNative/skills/quality-tools/SKILL.md +10 -0
- package/Dev/i18n/en/ReactNative/skills/security-reactnative/REFERENCE.md +719 -0
- package/Dev/i18n/en/ReactNative/skills/security-reactnative/SKILL.md +10 -0
- package/Dev/i18n/en/ReactNative/skills/state-management/REFERENCE.md +607 -0
- package/Dev/i18n/en/ReactNative/skills/state-management/SKILL.md +10 -0
- package/Dev/i18n/en/ReactNative/skills/testing-reactnative/REFERENCE.md +386 -0
- package/Dev/i18n/en/ReactNative/skills/testing-reactnative/SKILL.md +10 -0
- package/Dev/i18n/en/ReactNative/skills/tooling/REFERENCE.md +281 -0
- package/Dev/i18n/en/ReactNative/skills/tooling/SKILL.md +10 -0
- package/Dev/i18n/en/ReactNative/templates/component.md +170 -0
- package/Dev/i18n/en/ReactNative/templates/hook.md +204 -0
- package/Dev/i18n/en/ReactNative/templates/screen.md +159 -0
- package/Dev/i18n/en/ReactNative/templates/test-component.md +225 -0
- package/Dev/i18n/en/Symfony/CLAUDE.md.template +238 -0
- package/Dev/i18n/en/Symfony/adr/README.md +230 -0
- package/Dev/i18n/en/Symfony/adr/template.md +237 -0
- package/Dev/i18n/en/Symfony/agents/symfony-reviewer.md +406 -0
- package/Dev/i18n/en/Symfony/checklists/README.md +429 -0
- package/Dev/i18n/en/Symfony/checklists/new-feature.md +765 -0
- package/Dev/i18n/en/Symfony/checklists/pre-commit.md +527 -0
- package/Dev/i18n/en/Symfony/checklists/refactoring.md +975 -0
- package/Dev/i18n/en/Symfony/checklists/security-rgpd.md +920 -0
- package/Dev/i18n/en/Symfony/commands/api-endpoint.md +476 -0
- package/Dev/i18n/en/Symfony/commands/check-architecture.md +237 -0
- package/Dev/i18n/en/Symfony/commands/check-code-quality.md +327 -0
- package/Dev/i18n/en/Symfony/commands/check-compliance.md +177 -0
- package/Dev/i18n/en/Symfony/commands/check-security.md +582 -0
- package/Dev/i18n/en/Symfony/commands/check-testing.md +445 -0
- package/Dev/i18n/en/Symfony/commands/generate-command.md +350 -0
- package/Dev/i18n/en/Symfony/commands/generate-crud.md +440 -0
- package/Dev/i18n/en/Symfony/commands/migration-plan.md +347 -0
- package/Dev/i18n/en/Symfony/commands/optimize-doctrine.md +327 -0
- package/Dev/i18n/en/Symfony/examples/aggregate-examples.md +1128 -0
- package/Dev/i18n/en/Symfony/examples/clean-architecture-structure.md +645 -0
- package/Dev/i18n/en/Symfony/examples/domain-event-examples.md +1091 -0
- package/Dev/i18n/en/Symfony/examples/value-object-examples.md +1129 -0
- package/Dev/i18n/en/Symfony/rules/00-project-context.md.template +118 -0
- package/Dev/i18n/en/Symfony/rules/02-architecture-clean-ddd.md +979 -0
- package/Dev/i18n/en/Symfony/rules/03-coding-standards.md +402 -0
- package/Dev/i18n/en/Symfony/rules/06-docker-hadolint.md +767 -0
- package/Dev/i18n/en/Symfony/rules/07-testing-symfony.md +1121 -0
- package/Dev/i18n/en/Symfony/rules/08-quality-tools.md +982 -0
- package/Dev/i18n/en/Symfony/rules/11-security-symfony.md +1055 -0
- package/Dev/i18n/en/Symfony/rules/12-performance.md +888 -0
- package/Dev/i18n/en/Symfony/rules/13-ddd-patterns.md +1220 -0
- package/Dev/i18n/en/Symfony/rules/14-multitenant.md +432 -0
- package/Dev/i18n/en/Symfony/rules/15-doctrine-extensions.md +927 -0
- package/Dev/i18n/en/Symfony/rules/16-i18n.md +185 -0
- package/Dev/i18n/en/Symfony/rules/17-async.md +190 -0
- package/Dev/i18n/en/Symfony/rules/18-value-objects.md +536 -0
- package/Dev/i18n/en/Symfony/rules/19-aggregates.md +115 -0
- package/Dev/i18n/en/Symfony/rules/20-domain-events.md +129 -0
- package/Dev/i18n/en/Symfony/rules/21-cqrs.md +426 -0
- package/Dev/i18n/en/Symfony/skills/aggregates/REFERENCE.md +115 -0
- package/Dev/i18n/en/Symfony/skills/aggregates/SKILL.md +10 -0
- package/Dev/i18n/en/Symfony/skills/architecture-clean-ddd/REFERENCE.md +979 -0
- package/Dev/i18n/en/Symfony/skills/architecture-clean-ddd/SKILL.md +10 -0
- package/Dev/i18n/en/Symfony/skills/async/REFERENCE.md +190 -0
- package/Dev/i18n/en/Symfony/skills/async/SKILL.md +10 -0
- package/Dev/i18n/en/Symfony/skills/coding-standards/REFERENCE.md +402 -0
- package/Dev/i18n/en/Symfony/skills/coding-standards/SKILL.md +10 -0
- package/Dev/i18n/en/Symfony/skills/cqrs/REFERENCE.md +426 -0
- package/Dev/i18n/en/Symfony/skills/cqrs/SKILL.md +10 -0
- package/Dev/i18n/en/Symfony/skills/ddd-patterns/REFERENCE.md +1220 -0
- package/Dev/i18n/en/Symfony/skills/ddd-patterns/SKILL.md +10 -0
- package/Dev/i18n/en/Symfony/skills/docker-hadolint/REFERENCE.md +767 -0
- package/Dev/i18n/en/Symfony/skills/docker-hadolint/SKILL.md +10 -0
- package/Dev/i18n/en/Symfony/skills/doctrine-extensions/REFERENCE.md +927 -0
- package/Dev/i18n/en/Symfony/skills/doctrine-extensions/SKILL.md +10 -0
- package/Dev/i18n/en/Symfony/skills/domain-events/REFERENCE.md +129 -0
- package/Dev/i18n/en/Symfony/skills/domain-events/SKILL.md +10 -0
- package/Dev/i18n/en/Symfony/skills/i18n/REFERENCE.md +185 -0
- package/Dev/i18n/en/Symfony/skills/i18n/SKILL.md +10 -0
- package/Dev/i18n/en/Symfony/skills/multitenant/REFERENCE.md +432 -0
- package/Dev/i18n/en/Symfony/skills/multitenant/SKILL.md +10 -0
- package/Dev/i18n/en/Symfony/skills/performance/REFERENCE.md +888 -0
- package/Dev/i18n/en/Symfony/skills/performance/SKILL.md +10 -0
- package/Dev/i18n/en/Symfony/skills/quality-tools/REFERENCE.md +982 -0
- package/Dev/i18n/en/Symfony/skills/quality-tools/SKILL.md +10 -0
- package/Dev/i18n/en/Symfony/skills/security-symfony/REFERENCE.md +1055 -0
- package/Dev/i18n/en/Symfony/skills/security-symfony/SKILL.md +10 -0
- package/Dev/i18n/en/Symfony/skills/testing-symfony/REFERENCE.md +1121 -0
- package/Dev/i18n/en/Symfony/skills/testing-symfony/SKILL.md +10 -0
- package/Dev/i18n/en/Symfony/skills/value-objects/REFERENCE.md +536 -0
- package/Dev/i18n/en/Symfony/skills/value-objects/SKILL.md +10 -0
- package/Dev/i18n/en/Symfony/templates/README.md +279 -0
- package/Dev/i18n/en/Symfony/templates/aggregate-examples.md +1128 -0
- package/Dev/i18n/en/Symfony/templates/aggregate-root.md +860 -0
- package/Dev/i18n/en/Symfony/templates/analysis.md +323 -0
- package/Dev/i18n/en/Symfony/templates/clean-architecture-structure.md +645 -0
- package/Dev/i18n/en/Symfony/templates/domain-event-examples.md +1091 -0
- package/Dev/i18n/en/Symfony/templates/domain-event.md +681 -0
- package/Dev/i18n/en/Symfony/templates/service.md +527 -0
- package/Dev/i18n/en/Symfony/templates/template.md +237 -0
- package/Dev/i18n/en/Symfony/templates/test-behat.md +674 -0
- package/Dev/i18n/en/Symfony/templates/test-integration.md +698 -0
- package/Dev/i18n/en/Symfony/templates/test-unit.md +735 -0
- package/Dev/i18n/en/Symfony/templates/value-object-examples.md +1129 -0
- package/Dev/i18n/en/Symfony/templates/value-object.md +534 -0
- package/Dev/i18n/es/Common/agents/accessibility-expert.md +230 -0
- package/Dev/i18n/es/Common/agents/api-designer.md +396 -0
- package/Dev/i18n/es/Common/agents/database-architect.md +263 -0
- package/Dev/i18n/es/Common/agents/devops-engineer.md +207 -0
- package/Dev/i18n/es/Common/agents/performance-auditor.md +375 -0
- package/Dev/i18n/es/Common/agents/refactoring-specialist.md +303 -0
- package/Dev/i18n/es/Common/agents/research-assistant.md +320 -0
- package/Dev/i18n/es/Common/agents/tdd-coach.md +230 -0
- package/Dev/i18n/es/Common/agents/ui-designer.md +192 -0
- package/Dev/i18n/es/Common/agents/uiux-orchestrator.md +122 -0
- package/Dev/i18n/es/Common/agents/ux-ergonome.md +187 -0
- package/Dev/i18n/es/Common/agents/workflow-orchestrator.md +225 -0
- package/Dev/i18n/es/Common/checklists/code-review.md +153 -0
- package/Dev/i18n/es/Common/checklists/definition-of-done.md +104 -0
- package/Dev/i18n/es/Common/checklists/release.md +176 -0
- package/Dev/i18n/es/Common/checklists/security-review.md +167 -0
- package/Dev/i18n/es/Common/commands/a11y-audit.md +98 -0
- package/Dev/i18n/es/Common/commands/a11y-component.md +138 -0
- package/Dev/i18n/es/Common/commands/architecture-decision.md +366 -0
- package/Dev/i18n/es/Common/commands/daily-standup.md +216 -0
- package/Dev/i18n/es/Common/commands/docker-optimize.md +392 -0
- package/Dev/i18n/es/Common/commands/fix-bug-tdd.md +383 -0
- package/Dev/i18n/es/Common/commands/full-audit.md +191 -0
- package/Dev/i18n/es/Common/commands/generate-changelog.md +237 -0
- package/Dev/i18n/es/Common/commands/pre-commit-check.md +205 -0
- package/Dev/i18n/es/Common/commands/pre-merge-check.md +237 -0
- package/Dev/i18n/es/Common/commands/release-checklist.md +245 -0
- package/Dev/i18n/es/Common/commands/research-context7.md +253 -0
- package/Dev/i18n/es/Common/commands/setup-ci.md +522 -0
- package/Dev/i18n/es/Common/commands/sprint-retro.md +50 -0
- package/Dev/i18n/es/Common/commands/sprint-review.md +42 -0
- package/Dev/i18n/es/Common/commands/sprint-start.md +56 -0
- package/Dev/i18n/es/Common/commands/ui-design-tokens.md +118 -0
- package/Dev/i18n/es/Common/commands/uiux-audit.md +189 -0
- package/Dev/i18n/es/Common/commands/uiux-component-spec.md +264 -0
- package/Dev/i18n/es/Common/commands/uiux-orchestrator.md +98 -0
- package/Dev/i18n/es/Common/commands/ux-user-flow.md +109 -0
- package/Dev/i18n/es/Common/commands/workflow-analyze.md +204 -0
- package/Dev/i18n/es/Common/commands/workflow-design.md +275 -0
- package/Dev/i18n/es/Common/commands/workflow-implement.md +241 -0
- package/Dev/i18n/es/Common/commands/workflow-init.md +257 -0
- package/Dev/i18n/es/Common/commands/workflow-plan.md +224 -0
- package/Dev/i18n/es/Common/commands/workflow-status.md +292 -0
- package/Dev/i18n/es/Common/hooks/HOOKS-QUICKSTART.md +46 -0
- package/Dev/i18n/es/Common/hooks/scripts/block-dangerous-commands.sh +45 -0
- package/Dev/i18n/es/Common/hooks/scripts/notify-slack.sh +38 -0
- package/Dev/i18n/es/Common/hooks/scripts/post-edit-lint.sh +58 -0
- package/Dev/i18n/es/Common/hooks/scripts/pre-commit-check.sh +72 -0
- package/Dev/i18n/es/Common/hooks/scripts/quality-gate.sh +98 -0
- package/Dev/i18n/es/Common/hooks/scripts/session-init.sh +77 -0
- package/Dev/i18n/es/Common/hooks/templates/settings-hooks.json +75 -0
- package/Dev/i18n/es/Common/mcp/MCP-QUICKSTART.md +79 -0
- package/Dev/i18n/es/Common/mcp/templates/context7.mcp.json +9 -0
- package/Dev/i18n/es/Common/mcp/templates/full-stack.mcp.json +27 -0
- package/Dev/i18n/es/Common/mcp/templates/github.mcp.json +12 -0
- package/Dev/i18n/es/Common/mcp/templates/postgres.mcp.json +12 -0
- package/Dev/i18n/es/Common/mcp/templates/slack.mcp.json +13 -0
- package/Dev/i18n/es/Common/rules/00-project-context.md.template +118 -0
- package/Dev/i18n/es/Common/rules/01-workflow-analysis.md +226 -0
- package/Dev/i18n/es/Common/rules/04-solid-principles.md +396 -0
- package/Dev/i18n/es/Common/rules/05-kiss-dry-yagni.md +417 -0
- package/Dev/i18n/es/Common/rules/07-testing.md +463 -0
- package/Dev/i18n/es/Common/rules/09-git-workflow.md +541 -0
- package/Dev/i18n/es/Common/rules/10-documentation.md +555 -0
- package/Dev/i18n/es/Common/rules/11-security.md +540 -0
- package/Dev/i18n/es/Common/skills/documentation/REFERENCE.md +555 -0
- package/Dev/i18n/es/Common/skills/documentation/SKILL.md +10 -0
- package/Dev/i18n/es/Common/skills/git-workflow/REFERENCE.md +541 -0
- package/Dev/i18n/es/Common/skills/git-workflow/SKILL.md +10 -0
- package/Dev/i18n/es/Common/skills/kiss-dry-yagni/REFERENCE.md +417 -0
- package/Dev/i18n/es/Common/skills/kiss-dry-yagni/SKILL.md +10 -0
- package/Dev/i18n/es/Common/skills/security/REFERENCE.md +540 -0
- package/Dev/i18n/es/Common/skills/security/SKILL.md +10 -0
- package/Dev/i18n/es/Common/skills/solid-principles/REFERENCE.md +396 -0
- package/Dev/i18n/es/Common/skills/solid-principles/SKILL.md +10 -0
- package/Dev/i18n/es/Common/skills/testing/REFERENCE.md +463 -0
- package/Dev/i18n/es/Common/skills/testing/SKILL.md +10 -0
- package/Dev/i18n/es/Common/skills/workflow-analysis/REFERENCE.md +226 -0
- package/Dev/i18n/es/Common/skills/workflow-analysis/SKILL.md +10 -0
- package/Dev/i18n/es/Common/templates/CLAUDE.md.template +58 -0
- package/Dev/i18n/es/Common/templates/bug-report.md +46 -0
- package/Dev/i18n/es/Common/templates/feature-request.md +47 -0
- package/Dev/i18n/es/Common/templates/pull-request-template.md +59 -0
- package/Dev/i18n/es/Common/templates/settings.json.template +55 -0
- package/Dev/i18n/es/Common/templates/settings.local.json.template +10 -0
- package/Dev/i18n/es/Flutter/CLAUDE.md.template +447 -0
- package/Dev/i18n/es/Flutter/INDEX.md +392 -0
- package/Dev/i18n/es/Flutter/README.md +330 -0
- package/Dev/i18n/es/Flutter/STRUCTURE.md +289 -0
- package/Dev/i18n/es/Flutter/SUMMARY.md +348 -0
- package/Dev/i18n/es/Flutter/TRANSLATION_STATUS.md +99 -0
- package/Dev/i18n/es/Flutter/agents/flutter-reviewer.md +590 -0
- package/Dev/i18n/es/Flutter/checklists/new-feature.md +55 -0
- package/Dev/i18n/es/Flutter/checklists/pre-commit.md +52 -0
- package/Dev/i18n/es/Flutter/checklists/refactoring.md +30 -0
- package/Dev/i18n/es/Flutter/checklists/security.md +47 -0
- package/Dev/i18n/es/Flutter/commands/analyze-performance.md +357 -0
- package/Dev/i18n/es/Flutter/commands/check-architecture.md +92 -0
- package/Dev/i18n/es/Flutter/commands/check-code-quality.md +120 -0
- package/Dev/i18n/es/Flutter/commands/check-compliance.md +350 -0
- package/Dev/i18n/es/Flutter/commands/check-security.md +180 -0
- package/Dev/i18n/es/Flutter/commands/check-testing.md +140 -0
- package/Dev/i18n/es/Flutter/commands/generate-feature.md +540 -0
- package/Dev/i18n/es/Flutter/commands/generate-widget.md +557 -0
- package/Dev/i18n/es/Flutter/commands/golden-update.md +357 -0
- package/Dev/i18n/es/Flutter/commands/localization-check.md +316 -0
- package/Dev/i18n/es/Flutter/rules/00-project-context.md.template +511 -0
- package/Dev/i18n/es/Flutter/rules/02-architecture.md +455 -0
- package/Dev/i18n/es/Flutter/rules/03-coding-standards.md +247 -0
- package/Dev/i18n/es/Flutter/rules/06-tooling.md +542 -0
- package/Dev/i18n/es/Flutter/rules/07-testing-flutter.md +0 -0
- package/Dev/i18n/es/Flutter/rules/08-quality-tools.md +239 -0
- package/Dev/i18n/es/Flutter/rules/11-security-flutter.md +247 -0
- package/Dev/i18n/es/Flutter/rules/12-performance.md +230 -0
- package/Dev/i18n/es/Flutter/rules/13-state-management.md +0 -0
- package/Dev/i18n/es/Flutter/skills/architecture/REFERENCE.md +455 -0
- package/Dev/i18n/es/Flutter/skills/architecture/SKILL.md +10 -0
- package/Dev/i18n/es/Flutter/skills/coding-standards/REFERENCE.md +247 -0
- package/Dev/i18n/es/Flutter/skills/coding-standards/SKILL.md +10 -0
- package/Dev/i18n/es/Flutter/skills/performance/REFERENCE.md +230 -0
- package/Dev/i18n/es/Flutter/skills/performance/SKILL.md +10 -0
- package/Dev/i18n/es/Flutter/skills/quality-tools/REFERENCE.md +239 -0
- package/Dev/i18n/es/Flutter/skills/quality-tools/SKILL.md +10 -0
- package/Dev/i18n/es/Flutter/skills/security-flutter/REFERENCE.md +247 -0
- package/Dev/i18n/es/Flutter/skills/security-flutter/SKILL.md +10 -0
- package/Dev/i18n/es/Flutter/skills/state-management/REFERENCE.md +0 -0
- package/Dev/i18n/es/Flutter/skills/state-management/SKILL.md +10 -0
- package/Dev/i18n/es/Flutter/skills/testing-flutter/REFERENCE.md +0 -0
- package/Dev/i18n/es/Flutter/skills/testing-flutter/SKILL.md +10 -0
- package/Dev/i18n/es/Flutter/skills/tooling/REFERENCE.md +542 -0
- package/Dev/i18n/es/Flutter/skills/tooling/SKILL.md +10 -0
- package/Dev/i18n/es/Flutter/templates/bloc.md +118 -0
- package/Dev/i18n/es/Flutter/templates/repository.md +113 -0
- package/Dev/i18n/es/Flutter/templates/test-unit.md +67 -0
- package/Dev/i18n/es/Flutter/templates/test-widget.md +71 -0
- package/Dev/i18n/es/Flutter/templates/widget.md +119 -0
- package/Dev/i18n/es/Python/CLAUDE.md.template +442 -0
- package/Dev/i18n/es/Python/README.md +369 -0
- package/Dev/i18n/es/Python/SUMMARY.md +352 -0
- package/Dev/i18n/es/Python/agents/python-reviewer.md +118 -0
- package/Dev/i18n/es/Python/checklists/new-feature.md +423 -0
- package/Dev/i18n/es/Python/checklists/pre-commit.md +358 -0
- package/Dev/i18n/es/Python/commands/async-check.md +84 -0
- package/Dev/i18n/es/Python/commands/check-architecture.md +138 -0
- package/Dev/i18n/es/Python/commands/check-code-quality.md +174 -0
- package/Dev/i18n/es/Python/commands/check-compliance.md +199 -0
- package/Dev/i18n/es/Python/commands/check-security.md +207 -0
- package/Dev/i18n/es/Python/commands/check-testing.md +184 -0
- package/Dev/i18n/es/Python/commands/dependency-audit.md +198 -0
- package/Dev/i18n/es/Python/commands/generate-endpoint.md +90 -0
- package/Dev/i18n/es/Python/commands/generate-model.md +96 -0
- package/Dev/i18n/es/Python/commands/type-coverage.md +119 -0
- package/Dev/i18n/es/Python/examples/Makefile.example +435 -0
- package/Dev/i18n/es/Python/rules/00-project-context.md.template +190 -0
- package/Dev/i18n/es/Python/rules/02-architecture.md +445 -0
- package/Dev/i18n/es/Python/rules/03-coding-standards.md +572 -0
- package/Dev/i18n/es/Python/rules/06-tooling.md +351 -0
- package/Dev/i18n/es/Python/rules/07-testing-python.md +387 -0
- package/Dev/i18n/es/Python/skills/architecture/REFERENCE.md +445 -0
- package/Dev/i18n/es/Python/skills/architecture/SKILL.md +10 -0
- package/Dev/i18n/es/Python/skills/coding-standards/REFERENCE.md +572 -0
- package/Dev/i18n/es/Python/skills/coding-standards/SKILL.md +10 -0
- package/Dev/i18n/es/Python/skills/testing-python/REFERENCE.md +387 -0
- package/Dev/i18n/es/Python/skills/testing-python/SKILL.md +10 -0
- package/Dev/i18n/es/Python/skills/tooling/REFERENCE.md +351 -0
- package/Dev/i18n/es/Python/skills/tooling/SKILL.md +10 -0
- package/Dev/i18n/es/Python/templates/repository.md +120 -0
- package/Dev/i18n/es/Python/templates/service.md +125 -0
- package/Dev/i18n/es/React/CLAUDE.md.template +530 -0
- package/Dev/i18n/es/React/README.md +295 -0
- package/Dev/i18n/es/React/agents/react-reviewer.md +355 -0
- package/Dev/i18n/es/React/checklists/new-feature.md +296 -0
- package/Dev/i18n/es/React/checklists/pre-commit.md +250 -0
- package/Dev/i18n/es/React/commands/accessibility-check.md +345 -0
- package/Dev/i18n/es/React/commands/bundle-analyze.md +441 -0
- package/Dev/i18n/es/React/commands/check-architecture.md +452 -0
- package/Dev/i18n/es/React/commands/check-code-quality.md +466 -0
- package/Dev/i18n/es/React/commands/check-compliance.md +447 -0
- package/Dev/i18n/es/React/commands/check-security.md +353 -0
- package/Dev/i18n/es/React/commands/check-testing.md +394 -0
- package/Dev/i18n/es/React/commands/generate-component.md +402 -0
- package/Dev/i18n/es/React/commands/generate-hook.md +505 -0
- package/Dev/i18n/es/React/commands/storybook-story.md +522 -0
- package/Dev/i18n/es/React/rules/00-project-context.md.template +223 -0
- package/Dev/i18n/es/React/rules/02-architecture.md +583 -0
- package/Dev/i18n/es/React/rules/03-coding-standards.md +716 -0
- package/Dev/i18n/es/React/rules/06-tooling.md +777 -0
- package/Dev/i18n/es/React/rules/07-testing-react.md +999 -0
- package/Dev/i18n/es/React/rules/08-quality-tools.md +758 -0
- package/Dev/i18n/es/React/rules/11-security-react.md +793 -0
- package/Dev/i18n/es/React/skills/architecture/REFERENCE.md +583 -0
- package/Dev/i18n/es/React/skills/architecture/SKILL.md +10 -0
- package/Dev/i18n/es/React/skills/coding-standards/REFERENCE.md +716 -0
- package/Dev/i18n/es/React/skills/coding-standards/SKILL.md +10 -0
- package/Dev/i18n/es/React/skills/quality-tools/REFERENCE.md +758 -0
- package/Dev/i18n/es/React/skills/quality-tools/SKILL.md +10 -0
- package/Dev/i18n/es/React/skills/security-react/REFERENCE.md +793 -0
- package/Dev/i18n/es/React/skills/security-react/SKILL.md +10 -0
- package/Dev/i18n/es/React/skills/testing-react/REFERENCE.md +999 -0
- package/Dev/i18n/es/React/skills/testing-react/SKILL.md +10 -0
- package/Dev/i18n/es/React/skills/tooling/REFERENCE.md +777 -0
- package/Dev/i18n/es/React/skills/tooling/SKILL.md +10 -0
- package/Dev/i18n/es/React/templates/component.md +283 -0
- package/Dev/i18n/es/React/templates/hook.md +393 -0
- package/Dev/i18n/es/ReactNative/CLAUDE.md.template +543 -0
- package/Dev/i18n/es/ReactNative/FILES.md +144 -0
- package/Dev/i18n/es/ReactNative/INSTALLATION.md +407 -0
- package/Dev/i18n/es/ReactNative/README.md +437 -0
- package/Dev/i18n/es/ReactNative/SUMMARY.md +599 -0
- package/Dev/i18n/es/ReactNative/agents/reactnative-reviewer.md +380 -0
- package/Dev/i18n/es/ReactNative/checklists/new-feature.md +223 -0
- package/Dev/i18n/es/ReactNative/checklists/pre-commit.md +100 -0
- package/Dev/i18n/es/ReactNative/checklists/refactoring.md +303 -0
- package/Dev/i18n/es/ReactNative/checklists/security.md +380 -0
- package/Dev/i18n/es/ReactNative/commands/app-size.md +465 -0
- package/Dev/i18n/es/ReactNative/commands/check-architecture.md +220 -0
- package/Dev/i18n/es/ReactNative/commands/check-code-quality.md +287 -0
- package/Dev/i18n/es/ReactNative/commands/check-compliance.md +235 -0
- package/Dev/i18n/es/ReactNative/commands/check-security.md +177 -0
- package/Dev/i18n/es/ReactNative/commands/check-testing.md +258 -0
- package/Dev/i18n/es/ReactNative/commands/deep-link.md +132 -0
- package/Dev/i18n/es/ReactNative/commands/generate-screen.md +157 -0
- package/Dev/i18n/es/ReactNative/commands/native-module.md +249 -0
- package/Dev/i18n/es/ReactNative/commands/store-prepare.md +254 -0
- package/Dev/i18n/es/ReactNative/rules/00-project-context.md.template +425 -0
- package/Dev/i18n/es/ReactNative/rules/02-architecture.md +1253 -0
- package/Dev/i18n/es/ReactNative/rules/03-coding-standards.md +1230 -0
- package/Dev/i18n/es/ReactNative/rules/06-tooling.md +281 -0
- package/Dev/i18n/es/ReactNative/rules/07-testing-reactnative.md +386 -0
- package/Dev/i18n/es/ReactNative/rules/08-quality-tools.md +122 -0
- package/Dev/i18n/es/ReactNative/rules/11-security-reactnative.md +719 -0
- package/Dev/i18n/es/ReactNative/rules/12-performance.md +727 -0
- package/Dev/i18n/es/ReactNative/rules/13-state-management.md +607 -0
- package/Dev/i18n/es/ReactNative/rules/14-navigation.md +601 -0
- package/Dev/i18n/es/ReactNative/skills/architecture/REFERENCE.md +1253 -0
- package/Dev/i18n/es/ReactNative/skills/architecture/SKILL.md +10 -0
- package/Dev/i18n/es/ReactNative/skills/coding-standards/REFERENCE.md +1230 -0
- package/Dev/i18n/es/ReactNative/skills/coding-standards/SKILL.md +10 -0
- package/Dev/i18n/es/ReactNative/skills/navigation/REFERENCE.md +601 -0
- package/Dev/i18n/es/ReactNative/skills/navigation/SKILL.md +10 -0
- package/Dev/i18n/es/ReactNative/skills/performance/REFERENCE.md +727 -0
- package/Dev/i18n/es/ReactNative/skills/performance/SKILL.md +10 -0
- package/Dev/i18n/es/ReactNative/skills/quality-tools/REFERENCE.md +122 -0
- package/Dev/i18n/es/ReactNative/skills/quality-tools/SKILL.md +10 -0
- package/Dev/i18n/es/ReactNative/skills/security-reactnative/REFERENCE.md +719 -0
- package/Dev/i18n/es/ReactNative/skills/security-reactnative/SKILL.md +10 -0
- package/Dev/i18n/es/ReactNative/skills/state-management/REFERENCE.md +607 -0
- package/Dev/i18n/es/ReactNative/skills/state-management/SKILL.md +10 -0
- package/Dev/i18n/es/ReactNative/skills/testing-reactnative/REFERENCE.md +386 -0
- package/Dev/i18n/es/ReactNative/skills/testing-reactnative/SKILL.md +10 -0
- package/Dev/i18n/es/ReactNative/skills/tooling/REFERENCE.md +281 -0
- package/Dev/i18n/es/ReactNative/skills/tooling/SKILL.md +10 -0
- package/Dev/i18n/es/ReactNative/templates/component.md +170 -0
- package/Dev/i18n/es/ReactNative/templates/hook.md +204 -0
- package/Dev/i18n/es/ReactNative/templates/screen.md +159 -0
- package/Dev/i18n/es/ReactNative/templates/test-component.md +225 -0
- package/Dev/i18n/es/Symfony/CLAUDE.md.template +238 -0
- package/Dev/i18n/es/Symfony/adr/README.md +230 -0
- package/Dev/i18n/es/Symfony/adr/template.md +237 -0
- package/Dev/i18n/es/Symfony/agents/symfony-reviewer.md +406 -0
- package/Dev/i18n/es/Symfony/checklists/README.md +429 -0
- package/Dev/i18n/es/Symfony/checklists/new-feature.md +765 -0
- package/Dev/i18n/es/Symfony/checklists/pre-commit.md +527 -0
- package/Dev/i18n/es/Symfony/checklists/refactoring.md +975 -0
- package/Dev/i18n/es/Symfony/checklists/security-rgpd.md +920 -0
- package/Dev/i18n/es/Symfony/commands/api-endpoint.md +476 -0
- package/Dev/i18n/es/Symfony/commands/check-architecture.md +237 -0
- package/Dev/i18n/es/Symfony/commands/check-code-quality.md +327 -0
- package/Dev/i18n/es/Symfony/commands/check-compliance.md +177 -0
- package/Dev/i18n/es/Symfony/commands/check-security.md +138 -0
- package/Dev/i18n/es/Symfony/commands/check-testing.md +246 -0
- package/Dev/i18n/es/Symfony/commands/generate-command.md +350 -0
- package/Dev/i18n/es/Symfony/commands/generate-crud.md +127 -0
- package/Dev/i18n/es/Symfony/commands/migration-plan.md +114 -0
- package/Dev/i18n/es/Symfony/commands/optimize-doctrine.md +100 -0
- package/Dev/i18n/es/Symfony/examples/aggregate-examples.md +1128 -0
- package/Dev/i18n/es/Symfony/examples/clean-architecture-structure.md +645 -0
- package/Dev/i18n/es/Symfony/examples/domain-event-examples.md +1091 -0
- package/Dev/i18n/es/Symfony/examples/value-object-examples.md +1129 -0
- package/Dev/i18n/es/Symfony/rules/00-project-context.md.template +118 -0
- package/Dev/i18n/es/Symfony/rules/02-architecture-clean-ddd.md +270 -0
- package/Dev/i18n/es/Symfony/rules/03-coding-standards.md +402 -0
- package/Dev/i18n/es/Symfony/rules/06-docker-hadolint.md +265 -0
- package/Dev/i18n/es/Symfony/rules/07-testing-symfony.md +370 -0
- package/Dev/i18n/es/Symfony/rules/08-quality-tools.md +982 -0
- package/Dev/i18n/es/Symfony/rules/11-security-symfony.md +1055 -0
- package/Dev/i18n/es/Symfony/rules/12-performance.md +888 -0
- package/Dev/i18n/es/Symfony/rules/13-ddd-patterns.md +1220 -0
- package/Dev/i18n/es/Symfony/rules/14-multitenant.md +432 -0
- package/Dev/i18n/es/Symfony/rules/15-doctrine-extensions.md +927 -0
- package/Dev/i18n/es/Symfony/rules/16-i18n.md +185 -0
- package/Dev/i18n/es/Symfony/rules/17-async.md +190 -0
- package/Dev/i18n/es/Symfony/rules/18-value-objects.md +536 -0
- package/Dev/i18n/es/Symfony/rules/19-aggregates.md +115 -0
- package/Dev/i18n/es/Symfony/rules/20-domain-events.md +129 -0
- package/Dev/i18n/es/Symfony/rules/21-cqrs.md +426 -0
- package/Dev/i18n/es/Symfony/skills/aggregates/REFERENCE.md +115 -0
- package/Dev/i18n/es/Symfony/skills/aggregates/SKILL.md +10 -0
- package/Dev/i18n/es/Symfony/skills/architecture-clean-ddd/REFERENCE.md +270 -0
- package/Dev/i18n/es/Symfony/skills/architecture-clean-ddd/SKILL.md +10 -0
- package/Dev/i18n/es/Symfony/skills/async/REFERENCE.md +190 -0
- package/Dev/i18n/es/Symfony/skills/async/SKILL.md +10 -0
- package/Dev/i18n/es/Symfony/skills/coding-standards/REFERENCE.md +402 -0
- package/Dev/i18n/es/Symfony/skills/coding-standards/SKILL.md +10 -0
- package/Dev/i18n/es/Symfony/skills/cqrs/REFERENCE.md +426 -0
- package/Dev/i18n/es/Symfony/skills/cqrs/SKILL.md +10 -0
- package/Dev/i18n/es/Symfony/skills/ddd-patterns/REFERENCE.md +1220 -0
- package/Dev/i18n/es/Symfony/skills/ddd-patterns/SKILL.md +10 -0
- package/Dev/i18n/es/Symfony/skills/docker-hadolint/REFERENCE.md +265 -0
- package/Dev/i18n/es/Symfony/skills/docker-hadolint/SKILL.md +10 -0
- package/Dev/i18n/es/Symfony/skills/doctrine-extensions/REFERENCE.md +927 -0
- package/Dev/i18n/es/Symfony/skills/doctrine-extensions/SKILL.md +10 -0
- package/Dev/i18n/es/Symfony/skills/domain-events/REFERENCE.md +129 -0
- package/Dev/i18n/es/Symfony/skills/domain-events/SKILL.md +10 -0
- package/Dev/i18n/es/Symfony/skills/i18n/REFERENCE.md +185 -0
- package/Dev/i18n/es/Symfony/skills/i18n/SKILL.md +10 -0
- package/Dev/i18n/es/Symfony/skills/multitenant/REFERENCE.md +432 -0
- package/Dev/i18n/es/Symfony/skills/multitenant/SKILL.md +10 -0
- package/Dev/i18n/es/Symfony/skills/performance/REFERENCE.md +888 -0
- package/Dev/i18n/es/Symfony/skills/performance/SKILL.md +10 -0
- package/Dev/i18n/es/Symfony/skills/quality-tools/REFERENCE.md +982 -0
- package/Dev/i18n/es/Symfony/skills/quality-tools/SKILL.md +10 -0
- package/Dev/i18n/es/Symfony/skills/security-symfony/REFERENCE.md +1055 -0
- package/Dev/i18n/es/Symfony/skills/security-symfony/SKILL.md +10 -0
- package/Dev/i18n/es/Symfony/skills/testing-symfony/REFERENCE.md +370 -0
- package/Dev/i18n/es/Symfony/skills/testing-symfony/SKILL.md +10 -0
- package/Dev/i18n/es/Symfony/skills/value-objects/REFERENCE.md +536 -0
- package/Dev/i18n/es/Symfony/skills/value-objects/SKILL.md +10 -0
- package/Dev/i18n/es/Symfony/templates/README.md +279 -0
- package/Dev/i18n/es/Symfony/templates/aggregate-examples.md +1128 -0
- package/Dev/i18n/es/Symfony/templates/aggregate-root.md +226 -0
- package/Dev/i18n/es/Symfony/templates/analysis.md +323 -0
- package/Dev/i18n/es/Symfony/templates/clean-architecture-structure.md +226 -0
- package/Dev/i18n/es/Symfony/templates/domain-event-examples.md +375 -0
- package/Dev/i18n/es/Symfony/templates/domain-event.md +95 -0
- package/Dev/i18n/es/Symfony/templates/service.md +123 -0
- package/Dev/i18n/es/Symfony/templates/template.md +223 -0
- package/Dev/i18n/es/Symfony/templates/test-behat.md +191 -0
- package/Dev/i18n/es/Symfony/templates/test-integration.md +124 -0
- package/Dev/i18n/es/Symfony/templates/test-unit.md +138 -0
- package/Dev/i18n/es/Symfony/templates/value-object-examples.md +626 -0
- package/Dev/i18n/es/Symfony/templates/value-object.md +136 -0
- package/Dev/i18n/fr/Common/agents/accessibility-expert.md +230 -0
- package/Dev/i18n/fr/Common/agents/api-designer.md +396 -0
- package/Dev/i18n/fr/Common/agents/database-architect.md +263 -0
- package/Dev/i18n/fr/Common/agents/devops-engineer.md +207 -0
- package/Dev/i18n/fr/Common/agents/performance-auditor.md +375 -0
- package/Dev/i18n/fr/Common/agents/refactoring-specialist.md +303 -0
- package/Dev/i18n/fr/Common/agents/research-assistant.md +256 -0
- package/Dev/i18n/fr/Common/agents/tdd-coach.md +230 -0
- package/Dev/i18n/fr/Common/agents/ui-designer.md +192 -0
- package/Dev/i18n/fr/Common/agents/uiux-orchestrator.md +143 -0
- package/Dev/i18n/fr/Common/agents/ux-ergonome.md +187 -0
- package/Dev/i18n/fr/Common/agents/workflow-orchestrator.md +225 -0
- package/Dev/i18n/fr/Common/checklists/code-review.md +153 -0
- package/Dev/i18n/fr/Common/checklists/definition-of-done.md +104 -0
- package/Dev/i18n/fr/Common/checklists/release.md +176 -0
- package/Dev/i18n/fr/Common/checklists/security-review.md +167 -0
- package/Dev/i18n/fr/Common/commands/a11y-audit.md +282 -0
- package/Dev/i18n/fr/Common/commands/a11y-component.md +396 -0
- package/Dev/i18n/fr/Common/commands/architecture-decision.md +366 -0
- package/Dev/i18n/fr/Common/commands/daily-standup.md +216 -0
- package/Dev/i18n/fr/Common/commands/docker-optimize.md +392 -0
- package/Dev/i18n/fr/Common/commands/fix-bug-tdd.md +383 -0
- package/Dev/i18n/fr/Common/commands/full-audit.md +191 -0
- package/Dev/i18n/fr/Common/commands/generate-changelog.md +237 -0
- package/Dev/i18n/fr/Common/commands/pre-commit-check.md +205 -0
- package/Dev/i18n/fr/Common/commands/pre-merge-check.md +237 -0
- package/Dev/i18n/fr/Common/commands/release-checklist.md +245 -0
- package/Dev/i18n/fr/Common/commands/research-context7.md +253 -0
- package/Dev/i18n/fr/Common/commands/setup-ci.md +522 -0
- package/Dev/i18n/fr/Common/commands/sprint-retro.md +329 -0
- package/Dev/i18n/fr/Common/commands/sprint-review.md +313 -0
- package/Dev/i18n/fr/Common/commands/sprint-start.md +285 -0
- package/Dev/i18n/fr/Common/commands/ui-design-tokens.md +282 -0
- package/Dev/i18n/fr/Common/commands/uiux-audit.md +189 -0
- package/Dev/i18n/fr/Common/commands/uiux-component-spec.md +264 -0
- package/Dev/i18n/fr/Common/commands/uiux-orchestrator.md +98 -0
- package/Dev/i18n/fr/Common/commands/ux-user-flow.md +272 -0
- package/Dev/i18n/fr/Common/commands/workflow-analyze.md +204 -0
- package/Dev/i18n/fr/Common/commands/workflow-design.md +275 -0
- package/Dev/i18n/fr/Common/commands/workflow-implement.md +241 -0
- package/Dev/i18n/fr/Common/commands/workflow-init.md +257 -0
- package/Dev/i18n/fr/Common/commands/workflow-plan.md +224 -0
- package/Dev/i18n/fr/Common/commands/workflow-status.md +292 -0
- package/Dev/i18n/fr/Common/hooks/HOOKS-QUICKSTART.md +46 -0
- package/Dev/i18n/fr/Common/hooks/scripts/block-dangerous-commands.sh +45 -0
- package/Dev/i18n/fr/Common/hooks/scripts/notify-slack.sh +38 -0
- package/Dev/i18n/fr/Common/hooks/scripts/post-edit-lint.sh +58 -0
- package/Dev/i18n/fr/Common/hooks/scripts/pre-commit-check.sh +72 -0
- package/Dev/i18n/fr/Common/hooks/scripts/quality-gate.sh +98 -0
- package/Dev/i18n/fr/Common/hooks/scripts/session-init.sh +77 -0
- package/Dev/i18n/fr/Common/hooks/templates/settings-hooks.json +75 -0
- package/Dev/i18n/fr/Common/mcp/MCP-QUICKSTART.md +79 -0
- package/Dev/i18n/fr/Common/mcp/templates/context7.mcp.json +9 -0
- package/Dev/i18n/fr/Common/mcp/templates/full-stack.mcp.json +27 -0
- package/Dev/i18n/fr/Common/mcp/templates/github.mcp.json +12 -0
- package/Dev/i18n/fr/Common/mcp/templates/postgres.mcp.json +12 -0
- package/Dev/i18n/fr/Common/mcp/templates/slack.mcp.json +13 -0
- package/Dev/i18n/fr/Common/rules/00-project-context.md.template +118 -0
- package/Dev/i18n/fr/Common/rules/01-workflow-analysis.md +226 -0
- package/Dev/i18n/fr/Common/rules/04-solid-principles.md +396 -0
- package/Dev/i18n/fr/Common/rules/05-kiss-dry-yagni.md +417 -0
- package/Dev/i18n/fr/Common/rules/07-testing.md +463 -0
- package/Dev/i18n/fr/Common/rules/09-git-workflow.md +541 -0
- package/Dev/i18n/fr/Common/rules/10-documentation.md +555 -0
- package/Dev/i18n/fr/Common/rules/11-security.md +540 -0
- package/Dev/i18n/fr/Common/skills/documentation/REFERENCE.md +555 -0
- package/Dev/i18n/fr/Common/skills/documentation/SKILL.md +10 -0
- package/Dev/i18n/fr/Common/skills/git-workflow/REFERENCE.md +541 -0
- package/Dev/i18n/fr/Common/skills/git-workflow/SKILL.md +10 -0
- package/Dev/i18n/fr/Common/skills/kiss-dry-yagni/REFERENCE.md +417 -0
- package/Dev/i18n/fr/Common/skills/kiss-dry-yagni/SKILL.md +10 -0
- package/Dev/i18n/fr/Common/skills/security/REFERENCE.md +540 -0
- package/Dev/i18n/fr/Common/skills/security/SKILL.md +10 -0
- package/Dev/i18n/fr/Common/skills/solid-principles/REFERENCE.md +396 -0
- package/Dev/i18n/fr/Common/skills/solid-principles/SKILL.md +10 -0
- package/Dev/i18n/fr/Common/skills/testing/REFERENCE.md +463 -0
- package/Dev/i18n/fr/Common/skills/testing/SKILL.md +10 -0
- package/Dev/i18n/fr/Common/skills/workflow-analysis/REFERENCE.md +226 -0
- package/Dev/i18n/fr/Common/skills/workflow-analysis/SKILL.md +10 -0
- package/Dev/i18n/fr/Common/templates/CLAUDE.md.template +58 -0
- package/Dev/i18n/fr/Common/templates/bug-report.md +64 -0
- package/Dev/i18n/fr/Common/templates/feature-request.md +71 -0
- package/Dev/i18n/fr/Common/templates/pull-request-template.md +84 -0
- package/Dev/i18n/fr/Common/templates/settings.json.template +55 -0
- package/Dev/i18n/fr/Common/templates/settings.local.json.template +10 -0
- package/Dev/i18n/fr/Flutter/CLAUDE.md.template +447 -0
- package/Dev/i18n/fr/Flutter/INDEX.md +392 -0
- package/Dev/i18n/fr/Flutter/README.md +330 -0
- package/Dev/i18n/fr/Flutter/STRUCTURE.md +289 -0
- package/Dev/i18n/fr/Flutter/SUMMARY.md +348 -0
- package/Dev/i18n/fr/Flutter/agents/flutter-reviewer.md +590 -0
- package/Dev/i18n/fr/Flutter/checklists/new-feature.md +55 -0
- package/Dev/i18n/fr/Flutter/checklists/pre-commit.md +52 -0
- package/Dev/i18n/fr/Flutter/checklists/refactoring.md +30 -0
- package/Dev/i18n/fr/Flutter/checklists/security.md +47 -0
- package/Dev/i18n/fr/Flutter/commands/analyze-performance.md +357 -0
- package/Dev/i18n/fr/Flutter/commands/check-architecture.md +92 -0
- package/Dev/i18n/fr/Flutter/commands/check-code-quality.md +120 -0
- package/Dev/i18n/fr/Flutter/commands/check-compliance.md +350 -0
- package/Dev/i18n/fr/Flutter/commands/check-security.md +180 -0
- package/Dev/i18n/fr/Flutter/commands/check-testing.md +140 -0
- package/Dev/i18n/fr/Flutter/commands/generate-feature.md +540 -0
- package/Dev/i18n/fr/Flutter/commands/generate-widget.md +557 -0
- package/Dev/i18n/fr/Flutter/commands/golden-update.md +357 -0
- package/Dev/i18n/fr/Flutter/commands/localization-check.md +316 -0
- package/Dev/i18n/fr/Flutter/rules/00-project-context.md.template +511 -0
- package/Dev/i18n/fr/Flutter/rules/02-architecture.md +1763 -0
- package/Dev/i18n/fr/Flutter/rules/03-coding-standards.md +1147 -0
- package/Dev/i18n/fr/Flutter/rules/06-tooling.md +542 -0
- package/Dev/i18n/fr/Flutter/rules/07-testing-flutter.md +692 -0
- package/Dev/i18n/fr/Flutter/rules/08-quality-tools.md +239 -0
- package/Dev/i18n/fr/Flutter/rules/11-security-flutter.md +247 -0
- package/Dev/i18n/fr/Flutter/rules/12-performance.md +230 -0
- package/Dev/i18n/fr/Flutter/rules/13-state-management.md +408 -0
- package/Dev/i18n/fr/Flutter/skills/architecture/REFERENCE.md +1763 -0
- package/Dev/i18n/fr/Flutter/skills/architecture/SKILL.md +10 -0
- package/Dev/i18n/fr/Flutter/skills/coding-standards/REFERENCE.md +1147 -0
- package/Dev/i18n/fr/Flutter/skills/coding-standards/SKILL.md +10 -0
- package/Dev/i18n/fr/Flutter/skills/performance/REFERENCE.md +230 -0
- package/Dev/i18n/fr/Flutter/skills/performance/SKILL.md +10 -0
- package/Dev/i18n/fr/Flutter/skills/quality-tools/REFERENCE.md +239 -0
- package/Dev/i18n/fr/Flutter/skills/quality-tools/SKILL.md +10 -0
- package/Dev/i18n/fr/Flutter/skills/security-flutter/REFERENCE.md +247 -0
- package/Dev/i18n/fr/Flutter/skills/security-flutter/SKILL.md +10 -0
- package/Dev/i18n/fr/Flutter/skills/state-management/REFERENCE.md +408 -0
- package/Dev/i18n/fr/Flutter/skills/state-management/SKILL.md +10 -0
- package/Dev/i18n/fr/Flutter/skills/testing-flutter/REFERENCE.md +692 -0
- package/Dev/i18n/fr/Flutter/skills/testing-flutter/SKILL.md +10 -0
- package/Dev/i18n/fr/Flutter/skills/tooling/REFERENCE.md +542 -0
- package/Dev/i18n/fr/Flutter/skills/tooling/SKILL.md +10 -0
- package/Dev/i18n/fr/Flutter/templates/bloc.md +118 -0
- package/Dev/i18n/fr/Flutter/templates/repository.md +113 -0
- package/Dev/i18n/fr/Flutter/templates/test-unit.md +67 -0
- package/Dev/i18n/fr/Flutter/templates/test-widget.md +71 -0
- package/Dev/i18n/fr/Flutter/templates/widget.md +119 -0
- package/Dev/i18n/fr/Python/CLAUDE.md.template +442 -0
- package/Dev/i18n/fr/Python/README.md +369 -0
- package/Dev/i18n/fr/Python/SUMMARY.md +352 -0
- package/Dev/i18n/fr/Python/agents/python-reviewer.md +396 -0
- package/Dev/i18n/fr/Python/checklists/new-feature.md +423 -0
- package/Dev/i18n/fr/Python/checklists/pre-commit.md +358 -0
- package/Dev/i18n/fr/Python/commands/async-check.md +557 -0
- package/Dev/i18n/fr/Python/commands/check-architecture.md +138 -0
- package/Dev/i18n/fr/Python/commands/check-code-quality.md +174 -0
- package/Dev/i18n/fr/Python/commands/check-compliance.md +357 -0
- package/Dev/i18n/fr/Python/commands/check-security.md +207 -0
- package/Dev/i18n/fr/Python/commands/check-testing.md +184 -0
- package/Dev/i18n/fr/Python/commands/dependency-audit.md +398 -0
- package/Dev/i18n/fr/Python/commands/generate-endpoint.md +538 -0
- package/Dev/i18n/fr/Python/commands/generate-model.md +410 -0
- package/Dev/i18n/fr/Python/commands/type-coverage.md +509 -0
- package/Dev/i18n/fr/Python/examples/Makefile.example +435 -0
- package/Dev/i18n/fr/Python/rules/00-project-context.md.template +190 -0
- package/Dev/i18n/fr/Python/rules/02-architecture.md +1383 -0
- package/Dev/i18n/fr/Python/rules/03-coding-standards.md +934 -0
- package/Dev/i18n/fr/Python/rules/06-tooling.md +730 -0
- package/Dev/i18n/fr/Python/rules/07-testing-python.md +778 -0
- package/Dev/i18n/fr/Python/skills/architecture/REFERENCE.md +1383 -0
- package/Dev/i18n/fr/Python/skills/architecture/SKILL.md +10 -0
- package/Dev/i18n/fr/Python/skills/coding-standards/REFERENCE.md +934 -0
- package/Dev/i18n/fr/Python/skills/coding-standards/SKILL.md +10 -0
- package/Dev/i18n/fr/Python/skills/testing-python/REFERENCE.md +778 -0
- package/Dev/i18n/fr/Python/skills/testing-python/SKILL.md +10 -0
- package/Dev/i18n/fr/Python/skills/tooling/REFERENCE.md +730 -0
- package/Dev/i18n/fr/Python/skills/tooling/SKILL.md +10 -0
- package/Dev/i18n/fr/Python/templates/repository.md +529 -0
- package/Dev/i18n/fr/Python/templates/service.md +365 -0
- package/Dev/i18n/fr/React/CLAUDE.md.template +530 -0
- package/Dev/i18n/fr/React/README.md +295 -0
- package/Dev/i18n/fr/React/agents/react-reviewer.md +355 -0
- package/Dev/i18n/fr/React/checklists/new-feature.md +314 -0
- package/Dev/i18n/fr/React/checklists/pre-commit.md +196 -0
- package/Dev/i18n/fr/React/commands/accessibility-check.md +608 -0
- package/Dev/i18n/fr/React/commands/bundle-analyze.md +474 -0
- package/Dev/i18n/fr/React/commands/check-architecture.md +130 -0
- package/Dev/i18n/fr/React/commands/check-code-quality.md +172 -0
- package/Dev/i18n/fr/React/commands/check-compliance.md +375 -0
- package/Dev/i18n/fr/React/commands/check-security.md +279 -0
- package/Dev/i18n/fr/React/commands/check-testing.md +217 -0
- package/Dev/i18n/fr/React/commands/generate-component.md +607 -0
- package/Dev/i18n/fr/React/commands/generate-hook.md +677 -0
- package/Dev/i18n/fr/React/commands/storybook-story.md +533 -0
- package/Dev/i18n/fr/React/rules/00-project-context.md.template +223 -0
- package/Dev/i18n/fr/React/rules/02-architecture.md +1005 -0
- package/Dev/i18n/fr/React/rules/03-coding-standards.md +995 -0
- package/Dev/i18n/fr/React/rules/06-tooling.md +777 -0
- package/Dev/i18n/fr/React/rules/07-testing-react.md +999 -0
- package/Dev/i18n/fr/React/rules/08-quality-tools.md +758 -0
- package/Dev/i18n/fr/React/rules/11-security-react.md +793 -0
- package/Dev/i18n/fr/React/skills/architecture/REFERENCE.md +1005 -0
- package/Dev/i18n/fr/React/skills/architecture/SKILL.md +10 -0
- package/Dev/i18n/fr/React/skills/coding-standards/REFERENCE.md +995 -0
- package/Dev/i18n/fr/React/skills/coding-standards/SKILL.md +10 -0
- package/Dev/i18n/fr/React/skills/quality-tools/REFERENCE.md +758 -0
- package/Dev/i18n/fr/React/skills/quality-tools/SKILL.md +10 -0
- package/Dev/i18n/fr/React/skills/security-react/REFERENCE.md +793 -0
- package/Dev/i18n/fr/React/skills/security-react/SKILL.md +10 -0
- package/Dev/i18n/fr/React/skills/testing-react/REFERENCE.md +999 -0
- package/Dev/i18n/fr/React/skills/testing-react/SKILL.md +10 -0
- package/Dev/i18n/fr/React/skills/tooling/REFERENCE.md +777 -0
- package/Dev/i18n/fr/React/skills/tooling/SKILL.md +10 -0
- package/Dev/i18n/fr/React/templates/component.md +283 -0
- package/Dev/i18n/fr/React/templates/hook.md +393 -0
- package/Dev/i18n/fr/ReactNative/CLAUDE.md.template +543 -0
- package/Dev/i18n/fr/ReactNative/FILES.md +144 -0
- package/Dev/i18n/fr/ReactNative/INSTALLATION.md +407 -0
- package/Dev/i18n/fr/ReactNative/README.md +437 -0
- package/Dev/i18n/fr/ReactNative/SUMMARY.md +599 -0
- package/Dev/i18n/fr/ReactNative/agents/reactnative-reviewer.md +380 -0
- package/Dev/i18n/fr/ReactNative/checklists/new-feature.md +223 -0
- package/Dev/i18n/fr/ReactNative/checklists/pre-commit.md +100 -0
- package/Dev/i18n/fr/ReactNative/checklists/refactoring.md +303 -0
- package/Dev/i18n/fr/ReactNative/checklists/security.md +380 -0
- package/Dev/i18n/fr/ReactNative/commands/app-size.md +465 -0
- package/Dev/i18n/fr/ReactNative/commands/check-architecture.md +220 -0
- package/Dev/i18n/fr/ReactNative/commands/check-code-quality.md +287 -0
- package/Dev/i18n/fr/ReactNative/commands/check-compliance.md +192 -0
- package/Dev/i18n/fr/ReactNative/commands/check-security.md +438 -0
- package/Dev/i18n/fr/ReactNative/commands/check-testing.md +316 -0
- package/Dev/i18n/fr/ReactNative/commands/deep-link.md +568 -0
- package/Dev/i18n/fr/ReactNative/commands/generate-screen.md +583 -0
- package/Dev/i18n/fr/ReactNative/commands/native-module.md +596 -0
- package/Dev/i18n/fr/ReactNative/commands/store-prepare.md +483 -0
- package/Dev/i18n/fr/ReactNative/rules/00-project-context.md.template +425 -0
- package/Dev/i18n/fr/ReactNative/rules/02-architecture.md +1253 -0
- package/Dev/i18n/fr/ReactNative/rules/03-coding-standards.md +1230 -0
- package/Dev/i18n/fr/ReactNative/rules/06-tooling.md +281 -0
- package/Dev/i18n/fr/ReactNative/rules/07-testing-reactnative.md +386 -0
- package/Dev/i18n/fr/ReactNative/rules/08-quality-tools.md +122 -0
- package/Dev/i18n/fr/ReactNative/rules/11-security-reactnative.md +719 -0
- package/Dev/i18n/fr/ReactNative/rules/12-performance.md +727 -0
- package/Dev/i18n/fr/ReactNative/rules/13-state-management.md +607 -0
- package/Dev/i18n/fr/ReactNative/rules/14-navigation.md +601 -0
- package/Dev/i18n/fr/ReactNative/skills/architecture/REFERENCE.md +1253 -0
- package/Dev/i18n/fr/ReactNative/skills/architecture/SKILL.md +10 -0
- package/Dev/i18n/fr/ReactNative/skills/coding-standards/REFERENCE.md +1230 -0
- package/Dev/i18n/fr/ReactNative/skills/coding-standards/SKILL.md +10 -0
- package/Dev/i18n/fr/ReactNative/skills/navigation/REFERENCE.md +601 -0
- package/Dev/i18n/fr/ReactNative/skills/navigation/SKILL.md +10 -0
- package/Dev/i18n/fr/ReactNative/skills/performance/REFERENCE.md +727 -0
- package/Dev/i18n/fr/ReactNative/skills/performance/SKILL.md +10 -0
- package/Dev/i18n/fr/ReactNative/skills/quality-tools/REFERENCE.md +122 -0
- package/Dev/i18n/fr/ReactNative/skills/quality-tools/SKILL.md +10 -0
- package/Dev/i18n/fr/ReactNative/skills/security-reactnative/REFERENCE.md +719 -0
- package/Dev/i18n/fr/ReactNative/skills/security-reactnative/SKILL.md +10 -0
- package/Dev/i18n/fr/ReactNative/skills/state-management/REFERENCE.md +607 -0
- package/Dev/i18n/fr/ReactNative/skills/state-management/SKILL.md +10 -0
- package/Dev/i18n/fr/ReactNative/skills/testing-reactnative/REFERENCE.md +386 -0
- package/Dev/i18n/fr/ReactNative/skills/testing-reactnative/SKILL.md +10 -0
- package/Dev/i18n/fr/ReactNative/skills/tooling/REFERENCE.md +281 -0
- package/Dev/i18n/fr/ReactNative/skills/tooling/SKILL.md +10 -0
- package/Dev/i18n/fr/ReactNative/templates/component.md +170 -0
- package/Dev/i18n/fr/ReactNative/templates/hook.md +204 -0
- package/Dev/i18n/fr/ReactNative/templates/screen.md +159 -0
- package/Dev/i18n/fr/ReactNative/templates/test-component.md +225 -0
- package/Dev/i18n/fr/Symfony/CLAUDE.md.template +238 -0
- package/Dev/i18n/fr/Symfony/adr/README.md +279 -0
- package/Dev/i18n/fr/Symfony/adr/template.md +237 -0
- package/Dev/i18n/fr/Symfony/agents/symfony-reviewer.md +406 -0
- package/Dev/i18n/fr/Symfony/checklists/README.md +429 -0
- package/Dev/i18n/fr/Symfony/checklists/new-feature.md +765 -0
- package/Dev/i18n/fr/Symfony/checklists/pre-commit.md +527 -0
- package/Dev/i18n/fr/Symfony/checklists/refactoring.md +975 -0
- package/Dev/i18n/fr/Symfony/checklists/security-rgpd.md +920 -0
- package/Dev/i18n/fr/Symfony/commands/api-endpoint.md +476 -0
- package/Dev/i18n/fr/Symfony/commands/check-architecture.md +237 -0
- package/Dev/i18n/fr/Symfony/commands/check-code-quality.md +327 -0
- package/Dev/i18n/fr/Symfony/commands/check-compliance.md +177 -0
- package/Dev/i18n/fr/Symfony/commands/check-security.md +582 -0
- package/Dev/i18n/fr/Symfony/commands/check-testing.md +445 -0
- package/Dev/i18n/fr/Symfony/commands/generate-command.md +350 -0
- package/Dev/i18n/fr/Symfony/commands/generate-crud.md +440 -0
- package/Dev/i18n/fr/Symfony/commands/migration-plan.md +347 -0
- package/Dev/i18n/fr/Symfony/commands/optimize-doctrine.md +327 -0
- package/Dev/i18n/fr/Symfony/examples/aggregate-examples.md +1128 -0
- package/Dev/i18n/fr/Symfony/examples/clean-architecture-structure.md +645 -0
- package/Dev/i18n/fr/Symfony/examples/domain-event-examples.md +1091 -0
- package/Dev/i18n/fr/Symfony/examples/value-object-examples.md +1129 -0
- package/Dev/i18n/fr/Symfony/rules/00-project-context.md.template +118 -0
- package/Dev/i18n/fr/Symfony/rules/02-architecture-clean-ddd.md +979 -0
- package/Dev/i18n/fr/Symfony/rules/03-coding-standards.md +402 -0
- package/Dev/i18n/fr/Symfony/rules/06-docker-hadolint.md +767 -0
- package/Dev/i18n/fr/Symfony/rules/07-testing-symfony.md +1121 -0
- package/Dev/i18n/fr/Symfony/rules/08-quality-tools.md +982 -0
- package/Dev/i18n/fr/Symfony/rules/11-security-symfony.md +1055 -0
- package/Dev/i18n/fr/Symfony/rules/12-performance.md +888 -0
- package/Dev/i18n/fr/Symfony/rules/13-ddd-patterns.md +1220 -0
- package/Dev/i18n/fr/Symfony/rules/14-multitenant.md +432 -0
- package/Dev/i18n/fr/Symfony/rules/15-doctrine-extensions.md +927 -0
- package/Dev/i18n/fr/Symfony/rules/16-i18n.md +185 -0
- package/Dev/i18n/fr/Symfony/rules/17-async.md +190 -0
- package/Dev/i18n/fr/Symfony/rules/18-value-objects.md +536 -0
- package/Dev/i18n/fr/Symfony/rules/19-aggregates.md +115 -0
- package/Dev/i18n/fr/Symfony/rules/20-domain-events.md +129 -0
- package/Dev/i18n/fr/Symfony/rules/21-cqrs.md +426 -0
- package/Dev/i18n/fr/Symfony/skills/aggregates/REFERENCE.md +115 -0
- package/Dev/i18n/fr/Symfony/skills/aggregates/SKILL.md +10 -0
- package/Dev/i18n/fr/Symfony/skills/architecture-clean-ddd/REFERENCE.md +979 -0
- package/Dev/i18n/fr/Symfony/skills/architecture-clean-ddd/SKILL.md +10 -0
- package/Dev/i18n/fr/Symfony/skills/async/REFERENCE.md +190 -0
- package/Dev/i18n/fr/Symfony/skills/async/SKILL.md +10 -0
- package/Dev/i18n/fr/Symfony/skills/coding-standards/REFERENCE.md +402 -0
- package/Dev/i18n/fr/Symfony/skills/coding-standards/SKILL.md +10 -0
- package/Dev/i18n/fr/Symfony/skills/cqrs/REFERENCE.md +426 -0
- package/Dev/i18n/fr/Symfony/skills/cqrs/SKILL.md +10 -0
- package/Dev/i18n/fr/Symfony/skills/ddd-patterns/REFERENCE.md +1220 -0
- package/Dev/i18n/fr/Symfony/skills/ddd-patterns/SKILL.md +10 -0
- package/Dev/i18n/fr/Symfony/skills/docker-hadolint/REFERENCE.md +767 -0
- package/Dev/i18n/fr/Symfony/skills/docker-hadolint/SKILL.md +10 -0
- package/Dev/i18n/fr/Symfony/skills/doctrine-extensions/REFERENCE.md +927 -0
- package/Dev/i18n/fr/Symfony/skills/doctrine-extensions/SKILL.md +10 -0
- package/Dev/i18n/fr/Symfony/skills/domain-events/REFERENCE.md +129 -0
- package/Dev/i18n/fr/Symfony/skills/domain-events/SKILL.md +10 -0
- package/Dev/i18n/fr/Symfony/skills/i18n/REFERENCE.md +185 -0
- package/Dev/i18n/fr/Symfony/skills/i18n/SKILL.md +10 -0
- package/Dev/i18n/fr/Symfony/skills/multitenant/REFERENCE.md +432 -0
- package/Dev/i18n/fr/Symfony/skills/multitenant/SKILL.md +10 -0
- package/Dev/i18n/fr/Symfony/skills/performance/REFERENCE.md +888 -0
- package/Dev/i18n/fr/Symfony/skills/performance/SKILL.md +10 -0
- package/Dev/i18n/fr/Symfony/skills/quality-tools/REFERENCE.md +982 -0
- package/Dev/i18n/fr/Symfony/skills/quality-tools/SKILL.md +10 -0
- package/Dev/i18n/fr/Symfony/skills/security-symfony/REFERENCE.md +1055 -0
- package/Dev/i18n/fr/Symfony/skills/security-symfony/SKILL.md +10 -0
- package/Dev/i18n/fr/Symfony/skills/testing-symfony/REFERENCE.md +1121 -0
- package/Dev/i18n/fr/Symfony/skills/testing-symfony/SKILL.md +10 -0
- package/Dev/i18n/fr/Symfony/skills/value-objects/REFERENCE.md +536 -0
- package/Dev/i18n/fr/Symfony/skills/value-objects/SKILL.md +10 -0
- package/Dev/i18n/fr/Symfony/templates/README.md +279 -0
- package/Dev/i18n/fr/Symfony/templates/aggregate-examples.md +1128 -0
- package/Dev/i18n/fr/Symfony/templates/aggregate-root.md +860 -0
- package/Dev/i18n/fr/Symfony/templates/analysis.md +323 -0
- package/Dev/i18n/fr/Symfony/templates/clean-architecture-structure.md +645 -0
- package/Dev/i18n/fr/Symfony/templates/domain-event-examples.md +1091 -0
- package/Dev/i18n/fr/Symfony/templates/domain-event.md +681 -0
- package/Dev/i18n/fr/Symfony/templates/service.md +527 -0
- package/Dev/i18n/fr/Symfony/templates/template.md +237 -0
- package/Dev/i18n/fr/Symfony/templates/test-behat.md +674 -0
- package/Dev/i18n/fr/Symfony/templates/test-integration.md +698 -0
- package/Dev/i18n/fr/Symfony/templates/test-unit.md +735 -0
- package/Dev/i18n/fr/Symfony/templates/value-object-examples.md +1129 -0
- package/Dev/i18n/fr/Symfony/templates/value-object.md +534 -0
- package/Dev/i18n/messages/de.sh +91 -0
- package/Dev/i18n/messages/en.sh +91 -0
- package/Dev/i18n/messages/es.sh +91 -0
- package/Dev/i18n/messages/fr.sh +91 -0
- package/Dev/i18n/messages/pt.sh +91 -0
- package/Dev/i18n/pt/Common/agents/accessibility-expert.md +230 -0
- package/Dev/i18n/pt/Common/agents/api-designer.md +396 -0
- package/Dev/i18n/pt/Common/agents/database-architect.md +263 -0
- package/Dev/i18n/pt/Common/agents/devops-engineer.md +207 -0
- package/Dev/i18n/pt/Common/agents/performance-auditor.md +375 -0
- package/Dev/i18n/pt/Common/agents/refactoring-specialist.md +303 -0
- package/Dev/i18n/pt/Common/agents/research-assistant.md +256 -0
- package/Dev/i18n/pt/Common/agents/tdd-coach.md +230 -0
- package/Dev/i18n/pt/Common/agents/ui-designer.md +192 -0
- package/Dev/i18n/pt/Common/agents/uiux-orchestrator.md +122 -0
- package/Dev/i18n/pt/Common/agents/ux-ergonome.md +187 -0
- package/Dev/i18n/pt/Common/agents/workflow-orchestrator.md +225 -0
- package/Dev/i18n/pt/Common/checklists/code-review.md +153 -0
- package/Dev/i18n/pt/Common/checklists/definition-of-done.md +104 -0
- package/Dev/i18n/pt/Common/checklists/release.md +176 -0
- package/Dev/i18n/pt/Common/checklists/security-review.md +167 -0
- package/Dev/i18n/pt/Common/commands/a11y-audit.md +98 -0
- package/Dev/i18n/pt/Common/commands/a11y-component.md +138 -0
- package/Dev/i18n/pt/Common/commands/architecture-decision.md +366 -0
- package/Dev/i18n/pt/Common/commands/daily-standup.md +216 -0
- package/Dev/i18n/pt/Common/commands/docker-optimize.md +392 -0
- package/Dev/i18n/pt/Common/commands/fix-bug-tdd.md +383 -0
- package/Dev/i18n/pt/Common/commands/full-audit.md +191 -0
- package/Dev/i18n/pt/Common/commands/generate-changelog.md +237 -0
- package/Dev/i18n/pt/Common/commands/pre-commit-check.md +205 -0
- package/Dev/i18n/pt/Common/commands/pre-merge-check.md +237 -0
- package/Dev/i18n/pt/Common/commands/release-checklist.md +245 -0
- package/Dev/i18n/pt/Common/commands/research-context7.md +253 -0
- package/Dev/i18n/pt/Common/commands/setup-ci.md +522 -0
- package/Dev/i18n/pt/Common/commands/sprint-retro.md +329 -0
- package/Dev/i18n/pt/Common/commands/sprint-review.md +313 -0
- package/Dev/i18n/pt/Common/commands/sprint-start.md +285 -0
- package/Dev/i18n/pt/Common/commands/ui-design-tokens.md +118 -0
- package/Dev/i18n/pt/Common/commands/uiux-audit.md +189 -0
- package/Dev/i18n/pt/Common/commands/uiux-component-spec.md +264 -0
- package/Dev/i18n/pt/Common/commands/uiux-orchestrator.md +98 -0
- package/Dev/i18n/pt/Common/commands/ux-user-flow.md +109 -0
- package/Dev/i18n/pt/Common/commands/workflow-analyze.md +204 -0
- package/Dev/i18n/pt/Common/commands/workflow-design.md +275 -0
- package/Dev/i18n/pt/Common/commands/workflow-implement.md +241 -0
- package/Dev/i18n/pt/Common/commands/workflow-init.md +257 -0
- package/Dev/i18n/pt/Common/commands/workflow-plan.md +224 -0
- package/Dev/i18n/pt/Common/commands/workflow-status.md +292 -0
- package/Dev/i18n/pt/Common/hooks/HOOKS-QUICKSTART.md +46 -0
- package/Dev/i18n/pt/Common/hooks/scripts/block-dangerous-commands.sh +45 -0
- package/Dev/i18n/pt/Common/hooks/scripts/notify-slack.sh +38 -0
- package/Dev/i18n/pt/Common/hooks/scripts/post-edit-lint.sh +58 -0
- package/Dev/i18n/pt/Common/hooks/scripts/pre-commit-check.sh +72 -0
- package/Dev/i18n/pt/Common/hooks/scripts/quality-gate.sh +98 -0
- package/Dev/i18n/pt/Common/hooks/scripts/session-init.sh +77 -0
- package/Dev/i18n/pt/Common/hooks/templates/settings-hooks.json +75 -0
- package/Dev/i18n/pt/Common/mcp/MCP-QUICKSTART.md +79 -0
- package/Dev/i18n/pt/Common/mcp/templates/context7.mcp.json +9 -0
- package/Dev/i18n/pt/Common/mcp/templates/full-stack.mcp.json +27 -0
- package/Dev/i18n/pt/Common/mcp/templates/github.mcp.json +12 -0
- package/Dev/i18n/pt/Common/mcp/templates/postgres.mcp.json +12 -0
- package/Dev/i18n/pt/Common/mcp/templates/slack.mcp.json +13 -0
- package/Dev/i18n/pt/Common/rules/00-project-context.md.template +118 -0
- package/Dev/i18n/pt/Common/rules/01-workflow-analysis.md +226 -0
- package/Dev/i18n/pt/Common/rules/04-solid-principles.md +396 -0
- package/Dev/i18n/pt/Common/rules/05-kiss-dry-yagni.md +417 -0
- package/Dev/i18n/pt/Common/rules/07-testing.md +463 -0
- package/Dev/i18n/pt/Common/rules/09-git-workflow.md +541 -0
- package/Dev/i18n/pt/Common/rules/10-documentation.md +555 -0
- package/Dev/i18n/pt/Common/rules/11-security.md +540 -0
- package/Dev/i18n/pt/Common/skills/documentation/REFERENCE.md +555 -0
- package/Dev/i18n/pt/Common/skills/documentation/SKILL.md +10 -0
- package/Dev/i18n/pt/Common/skills/git-workflow/REFERENCE.md +541 -0
- package/Dev/i18n/pt/Common/skills/git-workflow/SKILL.md +10 -0
- package/Dev/i18n/pt/Common/skills/kiss-dry-yagni/REFERENCE.md +417 -0
- package/Dev/i18n/pt/Common/skills/kiss-dry-yagni/SKILL.md +10 -0
- package/Dev/i18n/pt/Common/skills/security/REFERENCE.md +540 -0
- package/Dev/i18n/pt/Common/skills/security/SKILL.md +10 -0
- package/Dev/i18n/pt/Common/skills/solid-principles/REFERENCE.md +396 -0
- package/Dev/i18n/pt/Common/skills/solid-principles/SKILL.md +10 -0
- package/Dev/i18n/pt/Common/skills/testing/REFERENCE.md +463 -0
- package/Dev/i18n/pt/Common/skills/testing/SKILL.md +10 -0
- package/Dev/i18n/pt/Common/skills/workflow-analysis/REFERENCE.md +226 -0
- package/Dev/i18n/pt/Common/skills/workflow-analysis/SKILL.md +10 -0
- package/Dev/i18n/pt/Common/templates/CLAUDE.md.template +58 -0
- package/Dev/i18n/pt/Common/templates/bug-report.md +64 -0
- package/Dev/i18n/pt/Common/templates/feature-request.md +71 -0
- package/Dev/i18n/pt/Common/templates/pull-request-template.md +84 -0
- package/Dev/i18n/pt/Common/templates/settings.json.template +55 -0
- package/Dev/i18n/pt/Common/templates/settings.local.json.template +10 -0
- package/Dev/i18n/pt/Flutter/CLAUDE.md.template +447 -0
- package/Dev/i18n/pt/Flutter/INDEX.md +392 -0
- package/Dev/i18n/pt/Flutter/README.md +330 -0
- package/Dev/i18n/pt/Flutter/STRUCTURE.md +289 -0
- package/Dev/i18n/pt/Flutter/SUMMARY.md +348 -0
- package/Dev/i18n/pt/Flutter/agents/flutter-reviewer.md +590 -0
- package/Dev/i18n/pt/Flutter/checklists/new-feature.md +55 -0
- package/Dev/i18n/pt/Flutter/checklists/pre-commit.md +52 -0
- package/Dev/i18n/pt/Flutter/checklists/refactoring.md +30 -0
- package/Dev/i18n/pt/Flutter/checklists/security.md +47 -0
- package/Dev/i18n/pt/Flutter/commands/analyze-performance.md +72 -0
- package/Dev/i18n/pt/Flutter/commands/check-architecture.md +62 -0
- package/Dev/i18n/pt/Flutter/commands/check-code-quality.md +61 -0
- package/Dev/i18n/pt/Flutter/commands/check-compliance.md +44 -0
- package/Dev/i18n/pt/Flutter/commands/check-security.md +62 -0
- package/Dev/i18n/pt/Flutter/commands/check-testing.md +61 -0
- package/Dev/i18n/pt/Flutter/commands/generate-feature.md +65 -0
- package/Dev/i18n/pt/Flutter/commands/generate-widget.md +69 -0
- package/Dev/i18n/pt/Flutter/commands/golden-update.md +81 -0
- package/Dev/i18n/pt/Flutter/commands/localization-check.md +75 -0
- package/Dev/i18n/pt/Flutter/rules/00-project-context.md.template +511 -0
- package/Dev/i18n/pt/Flutter/rules/02-architecture.md +455 -0
- package/Dev/i18n/pt/Flutter/rules/03-coding-standards.md +247 -0
- package/Dev/i18n/pt/Flutter/rules/06-tooling.md +542 -0
- package/Dev/i18n/pt/Flutter/rules/08-quality-tools.md +239 -0
- package/Dev/i18n/pt/Flutter/rules/11-security-flutter.md +247 -0
- package/Dev/i18n/pt/Flutter/rules/12-performance.md +230 -0
- package/Dev/i18n/pt/Flutter/rules/13-state-management.md +408 -0
- package/Dev/i18n/pt/Flutter/skills/architecture/REFERENCE.md +455 -0
- package/Dev/i18n/pt/Flutter/skills/architecture/SKILL.md +10 -0
- package/Dev/i18n/pt/Flutter/skills/coding-standards/REFERENCE.md +247 -0
- package/Dev/i18n/pt/Flutter/skills/coding-standards/SKILL.md +10 -0
- package/Dev/i18n/pt/Flutter/skills/performance/REFERENCE.md +230 -0
- package/Dev/i18n/pt/Flutter/skills/performance/SKILL.md +10 -0
- package/Dev/i18n/pt/Flutter/skills/quality-tools/REFERENCE.md +239 -0
- package/Dev/i18n/pt/Flutter/skills/quality-tools/SKILL.md +10 -0
- package/Dev/i18n/pt/Flutter/skills/security-flutter/REFERENCE.md +247 -0
- package/Dev/i18n/pt/Flutter/skills/security-flutter/SKILL.md +10 -0
- package/Dev/i18n/pt/Flutter/skills/state-management/REFERENCE.md +408 -0
- package/Dev/i18n/pt/Flutter/skills/state-management/SKILL.md +10 -0
- package/Dev/i18n/pt/Flutter/skills/tooling/REFERENCE.md +542 -0
- package/Dev/i18n/pt/Flutter/skills/tooling/SKILL.md +10 -0
- package/Dev/i18n/pt/Flutter/templates/bloc.md +118 -0
- package/Dev/i18n/pt/Flutter/templates/repository.md +113 -0
- package/Dev/i18n/pt/Flutter/templates/test-unit.md +67 -0
- package/Dev/i18n/pt/Flutter/templates/test-widget.md +71 -0
- package/Dev/i18n/pt/Flutter/templates/widget.md +119 -0
- package/Dev/i18n/pt/Python/CLAUDE.md.template +442 -0
- package/Dev/i18n/pt/Python/README.md +369 -0
- package/Dev/i18n/pt/Python/SUMMARY.md +352 -0
- package/Dev/i18n/pt/Python/agents/python-reviewer.md +118 -0
- package/Dev/i18n/pt/Python/checklists/new-feature.md +423 -0
- package/Dev/i18n/pt/Python/checklists/pre-commit.md +358 -0
- package/Dev/i18n/pt/Python/commands/async-check.md +84 -0
- package/Dev/i18n/pt/Python/commands/check-architecture.md +138 -0
- package/Dev/i18n/pt/Python/commands/check-code-quality.md +174 -0
- package/Dev/i18n/pt/Python/commands/check-compliance.md +260 -0
- package/Dev/i18n/pt/Python/commands/check-security.md +207 -0
- package/Dev/i18n/pt/Python/commands/check-testing.md +184 -0
- package/Dev/i18n/pt/Python/commands/dependency-audit.md +198 -0
- package/Dev/i18n/pt/Python/commands/generate-endpoint.md +90 -0
- package/Dev/i18n/pt/Python/commands/generate-model.md +96 -0
- package/Dev/i18n/pt/Python/commands/type-coverage.md +119 -0
- package/Dev/i18n/pt/Python/examples/Makefile.example +435 -0
- package/Dev/i18n/pt/Python/rules/00-project-context.md.template +190 -0
- package/Dev/i18n/pt/Python/rules/02-architecture.md +444 -0
- package/Dev/i18n/pt/Python/rules/03-coding-standards.md +572 -0
- package/Dev/i18n/pt/Python/rules/06-tooling.md +351 -0
- package/Dev/i18n/pt/Python/rules/07-testing-python.md +387 -0
- package/Dev/i18n/pt/Python/skills/architecture/REFERENCE.md +444 -0
- package/Dev/i18n/pt/Python/skills/architecture/SKILL.md +10 -0
- package/Dev/i18n/pt/Python/skills/coding-standards/REFERENCE.md +572 -0
- package/Dev/i18n/pt/Python/skills/coding-standards/SKILL.md +10 -0
- package/Dev/i18n/pt/Python/skills/testing-python/REFERENCE.md +387 -0
- package/Dev/i18n/pt/Python/skills/testing-python/SKILL.md +10 -0
- package/Dev/i18n/pt/Python/skills/tooling/REFERENCE.md +351 -0
- package/Dev/i18n/pt/Python/skills/tooling/SKILL.md +10 -0
- package/Dev/i18n/pt/Python/templates/repository.md +120 -0
- package/Dev/i18n/pt/Python/templates/service.md +125 -0
- package/Dev/i18n/pt/React/CLAUDE.md.template +530 -0
- package/Dev/i18n/pt/React/README.md +295 -0
- package/Dev/i18n/pt/React/TRANSLATION_STATUS.md +65 -0
- package/Dev/i18n/pt/React/agents/react-reviewer.md +295 -0
- package/Dev/i18n/pt/React/checklists/new-feature.md +205 -0
- package/Dev/i18n/pt/React/checklists/pre-commit.md +190 -0
- package/Dev/i18n/pt/React/commands/accessibility-check.md +125 -0
- package/Dev/i18n/pt/React/commands/bundle-analyze.md +55 -0
- package/Dev/i18n/pt/React/commands/check-architecture.md +55 -0
- package/Dev/i18n/pt/React/commands/check-code-quality.md +60 -0
- package/Dev/i18n/pt/React/commands/check-compliance.md +79 -0
- package/Dev/i18n/pt/React/commands/check-security.md +58 -0
- package/Dev/i18n/pt/React/commands/check-testing.md +58 -0
- package/Dev/i18n/pt/React/commands/generate-component.md +81 -0
- package/Dev/i18n/pt/React/commands/generate-hook.md +139 -0
- package/Dev/i18n/pt/React/commands/storybook-story.md +133 -0
- package/Dev/i18n/pt/React/rules/00-project-context.md.template +223 -0
- package/Dev/i18n/pt/React/rules/02-architecture.md +651 -0
- package/Dev/i18n/pt/React/rules/03-coding-standards.md +716 -0
- package/Dev/i18n/pt/React/rules/06-tooling.md +777 -0
- package/Dev/i18n/pt/React/rules/07-testing-react.md +999 -0
- package/Dev/i18n/pt/React/rules/08-quality-tools.md +758 -0
- package/Dev/i18n/pt/React/rules/11-security-react.md +793 -0
- package/Dev/i18n/pt/React/skills/architecture/REFERENCE.md +651 -0
- package/Dev/i18n/pt/React/skills/architecture/SKILL.md +10 -0
- package/Dev/i18n/pt/React/skills/coding-standards/REFERENCE.md +716 -0
- package/Dev/i18n/pt/React/skills/coding-standards/SKILL.md +10 -0
- package/Dev/i18n/pt/React/skills/quality-tools/REFERENCE.md +758 -0
- package/Dev/i18n/pt/React/skills/quality-tools/SKILL.md +10 -0
- package/Dev/i18n/pt/React/skills/security-react/REFERENCE.md +793 -0
- package/Dev/i18n/pt/React/skills/security-react/SKILL.md +10 -0
- package/Dev/i18n/pt/React/skills/testing-react/REFERENCE.md +999 -0
- package/Dev/i18n/pt/React/skills/testing-react/SKILL.md +10 -0
- package/Dev/i18n/pt/React/skills/tooling/REFERENCE.md +777 -0
- package/Dev/i18n/pt/React/skills/tooling/SKILL.md +10 -0
- package/Dev/i18n/pt/React/templates/component.md +283 -0
- package/Dev/i18n/pt/React/templates/hook.md +393 -0
- package/Dev/i18n/pt/ReactNative/CLAUDE.md.template +543 -0
- package/Dev/i18n/pt/ReactNative/FILES.md +144 -0
- package/Dev/i18n/pt/ReactNative/INSTALLATION.md +407 -0
- package/Dev/i18n/pt/ReactNative/README.md +437 -0
- package/Dev/i18n/pt/ReactNative/SUMMARY.md +599 -0
- package/Dev/i18n/pt/ReactNative/agents/reactnative-reviewer.md +167 -0
- package/Dev/i18n/pt/ReactNative/checklists/new-feature.md +278 -0
- package/Dev/i18n/pt/ReactNative/checklists/pre-commit.md +270 -0
- package/Dev/i18n/pt/ReactNative/checklists/refactoring.md +388 -0
- package/Dev/i18n/pt/ReactNative/checklists/security.md +357 -0
- package/Dev/i18n/pt/ReactNative/commands/app-size.md +494 -0
- package/Dev/i18n/pt/ReactNative/commands/check-architecture.md +203 -0
- package/Dev/i18n/pt/ReactNative/commands/check-code-quality.md +116 -0
- package/Dev/i18n/pt/ReactNative/commands/check-compliance.md +129 -0
- package/Dev/i18n/pt/ReactNative/commands/check-security.md +190 -0
- package/Dev/i18n/pt/ReactNative/commands/check-testing.md +126 -0
- package/Dev/i18n/pt/ReactNative/commands/deep-link.md +586 -0
- package/Dev/i18n/pt/ReactNative/commands/generate-screen.md +416 -0
- package/Dev/i18n/pt/ReactNative/commands/native-module.md +139 -0
- package/Dev/i18n/pt/ReactNative/commands/store-prepare.md +239 -0
- package/Dev/i18n/pt/ReactNative/rules/00-project-context.md.template +425 -0
- package/Dev/i18n/pt/ReactNative/rules/02-architecture.md +200 -0
- package/Dev/i18n/pt/ReactNative/rules/03-coding-standards.md +1230 -0
- package/Dev/i18n/pt/ReactNative/rules/06-tooling.md +281 -0
- package/Dev/i18n/pt/ReactNative/rules/07-testing-reactnative.md +386 -0
- package/Dev/i18n/pt/ReactNative/rules/08-quality-tools.md +122 -0
- package/Dev/i18n/pt/ReactNative/rules/11-security-reactnative.md +719 -0
- package/Dev/i18n/pt/ReactNative/rules/12-performance.md +727 -0
- package/Dev/i18n/pt/ReactNative/rules/13-state-management.md +566 -0
- package/Dev/i18n/pt/ReactNative/rules/14-navigation.md +601 -0
- package/Dev/i18n/pt/ReactNative/skills/architecture/REFERENCE.md +200 -0
- package/Dev/i18n/pt/ReactNative/skills/architecture/SKILL.md +10 -0
- package/Dev/i18n/pt/ReactNative/skills/coding-standards/REFERENCE.md +1230 -0
- package/Dev/i18n/pt/ReactNative/skills/coding-standards/SKILL.md +10 -0
- package/Dev/i18n/pt/ReactNative/skills/navigation/REFERENCE.md +601 -0
- package/Dev/i18n/pt/ReactNative/skills/navigation/SKILL.md +10 -0
- package/Dev/i18n/pt/ReactNative/skills/performance/REFERENCE.md +727 -0
- package/Dev/i18n/pt/ReactNative/skills/performance/SKILL.md +10 -0
- package/Dev/i18n/pt/ReactNative/skills/quality-tools/REFERENCE.md +122 -0
- package/Dev/i18n/pt/ReactNative/skills/quality-tools/SKILL.md +10 -0
- package/Dev/i18n/pt/ReactNative/skills/security-reactnative/REFERENCE.md +719 -0
- package/Dev/i18n/pt/ReactNative/skills/security-reactnative/SKILL.md +10 -0
- package/Dev/i18n/pt/ReactNative/skills/state-management/REFERENCE.md +566 -0
- package/Dev/i18n/pt/ReactNative/skills/state-management/SKILL.md +10 -0
- package/Dev/i18n/pt/ReactNative/skills/testing-reactnative/REFERENCE.md +386 -0
- package/Dev/i18n/pt/ReactNative/skills/testing-reactnative/SKILL.md +10 -0
- package/Dev/i18n/pt/ReactNative/skills/tooling/REFERENCE.md +281 -0
- package/Dev/i18n/pt/ReactNative/skills/tooling/SKILL.md +10 -0
- package/Dev/i18n/pt/ReactNative/templates/component.md +170 -0
- package/Dev/i18n/pt/ReactNative/templates/hook.md +204 -0
- package/Dev/i18n/pt/ReactNative/templates/screen.md +159 -0
- package/Dev/i18n/pt/ReactNative/templates/test-component.md +225 -0
- package/Dev/i18n/pt/Symfony/CLAUDE.md.template +238 -0
- package/Dev/i18n/pt/Symfony/adr/README.md +230 -0
- package/Dev/i18n/pt/Symfony/adr/template.md +237 -0
- package/Dev/i18n/pt/Symfony/agents/symfony-reviewer.md +406 -0
- package/Dev/i18n/pt/Symfony/checklists/README.md +429 -0
- package/Dev/i18n/pt/Symfony/checklists/new-feature.md +765 -0
- package/Dev/i18n/pt/Symfony/checklists/pre-commit.md +527 -0
- package/Dev/i18n/pt/Symfony/checklists/refactoring.md +975 -0
- package/Dev/i18n/pt/Symfony/checklists/security-rgpd.md +920 -0
- package/Dev/i18n/pt/Symfony/commands/api-endpoint.md +476 -0
- package/Dev/i18n/pt/Symfony/commands/check-architecture.md +237 -0
- package/Dev/i18n/pt/Symfony/commands/check-code-quality.md +327 -0
- package/Dev/i18n/pt/Symfony/commands/check-compliance.md +177 -0
- package/Dev/i18n/pt/Symfony/commands/check-security.md +582 -0
- package/Dev/i18n/pt/Symfony/commands/check-testing.md +445 -0
- package/Dev/i18n/pt/Symfony/commands/generate-command.md +350 -0
- package/Dev/i18n/pt/Symfony/commands/generate-crud.md +440 -0
- package/Dev/i18n/pt/Symfony/commands/migration-plan.md +347 -0
- package/Dev/i18n/pt/Symfony/commands/optimize-doctrine.md +327 -0
- package/Dev/i18n/pt/Symfony/examples/aggregate-examples.md +1128 -0
- package/Dev/i18n/pt/Symfony/examples/clean-architecture-structure.md +645 -0
- package/Dev/i18n/pt/Symfony/examples/domain-event-examples.md +1091 -0
- package/Dev/i18n/pt/Symfony/examples/value-object-examples.md +1129 -0
- package/Dev/i18n/pt/Symfony/rules/00-project-context.md.template +118 -0
- package/Dev/i18n/pt/Symfony/rules/02-architecture-clean-ddd.md +979 -0
- package/Dev/i18n/pt/Symfony/rules/03-coding-standards.md +402 -0
- package/Dev/i18n/pt/Symfony/rules/06-docker-hadolint.md +767 -0
- package/Dev/i18n/pt/Symfony/rules/07-testing-symfony.md +1121 -0
- package/Dev/i18n/pt/Symfony/rules/08-quality-tools.md +982 -0
- package/Dev/i18n/pt/Symfony/rules/11-security-symfony.md +1055 -0
- package/Dev/i18n/pt/Symfony/rules/12-performance.md +888 -0
- package/Dev/i18n/pt/Symfony/rules/13-ddd-patterns.md +1220 -0
- package/Dev/i18n/pt/Symfony/rules/14-multitenant.md +432 -0
- package/Dev/i18n/pt/Symfony/rules/15-doctrine-extensions.md +927 -0
- package/Dev/i18n/pt/Symfony/rules/16-i18n.md +185 -0
- package/Dev/i18n/pt/Symfony/rules/17-async.md +190 -0
- package/Dev/i18n/pt/Symfony/rules/18-value-objects.md +536 -0
- package/Dev/i18n/pt/Symfony/rules/19-aggregates.md +115 -0
- package/Dev/i18n/pt/Symfony/rules/20-domain-events.md +129 -0
- package/Dev/i18n/pt/Symfony/rules/21-cqrs.md +426 -0
- package/Dev/i18n/pt/Symfony/skills/aggregates/REFERENCE.md +115 -0
- package/Dev/i18n/pt/Symfony/skills/aggregates/SKILL.md +10 -0
- package/Dev/i18n/pt/Symfony/skills/architecture-clean-ddd/REFERENCE.md +979 -0
- package/Dev/i18n/pt/Symfony/skills/architecture-clean-ddd/SKILL.md +10 -0
- package/Dev/i18n/pt/Symfony/skills/async/REFERENCE.md +190 -0
- package/Dev/i18n/pt/Symfony/skills/async/SKILL.md +10 -0
- package/Dev/i18n/pt/Symfony/skills/coding-standards/REFERENCE.md +402 -0
- package/Dev/i18n/pt/Symfony/skills/coding-standards/SKILL.md +10 -0
- package/Dev/i18n/pt/Symfony/skills/cqrs/REFERENCE.md +426 -0
- package/Dev/i18n/pt/Symfony/skills/cqrs/SKILL.md +10 -0
- package/Dev/i18n/pt/Symfony/skills/ddd-patterns/REFERENCE.md +1220 -0
- package/Dev/i18n/pt/Symfony/skills/ddd-patterns/SKILL.md +10 -0
- package/Dev/i18n/pt/Symfony/skills/docker-hadolint/REFERENCE.md +767 -0
- package/Dev/i18n/pt/Symfony/skills/docker-hadolint/SKILL.md +10 -0
- package/Dev/i18n/pt/Symfony/skills/doctrine-extensions/REFERENCE.md +927 -0
- package/Dev/i18n/pt/Symfony/skills/doctrine-extensions/SKILL.md +10 -0
- package/Dev/i18n/pt/Symfony/skills/domain-events/REFERENCE.md +129 -0
- package/Dev/i18n/pt/Symfony/skills/domain-events/SKILL.md +10 -0
- package/Dev/i18n/pt/Symfony/skills/i18n/REFERENCE.md +185 -0
- package/Dev/i18n/pt/Symfony/skills/i18n/SKILL.md +10 -0
- package/Dev/i18n/pt/Symfony/skills/multitenant/REFERENCE.md +432 -0
- package/Dev/i18n/pt/Symfony/skills/multitenant/SKILL.md +10 -0
- package/Dev/i18n/pt/Symfony/skills/performance/REFERENCE.md +888 -0
- package/Dev/i18n/pt/Symfony/skills/performance/SKILL.md +10 -0
- package/Dev/i18n/pt/Symfony/skills/quality-tools/REFERENCE.md +982 -0
- package/Dev/i18n/pt/Symfony/skills/quality-tools/SKILL.md +10 -0
- package/Dev/i18n/pt/Symfony/skills/security-symfony/REFERENCE.md +1055 -0
- package/Dev/i18n/pt/Symfony/skills/security-symfony/SKILL.md +10 -0
- package/Dev/i18n/pt/Symfony/skills/testing-symfony/REFERENCE.md +1121 -0
- package/Dev/i18n/pt/Symfony/skills/testing-symfony/SKILL.md +10 -0
- package/Dev/i18n/pt/Symfony/skills/value-objects/REFERENCE.md +536 -0
- package/Dev/i18n/pt/Symfony/skills/value-objects/SKILL.md +10 -0
- package/Dev/i18n/pt/Symfony/templates/README.md +279 -0
- package/Dev/i18n/pt/Symfony/templates/aggregate-examples.md +1128 -0
- package/Dev/i18n/pt/Symfony/templates/aggregate-root.md +860 -0
- package/Dev/i18n/pt/Symfony/templates/analysis.md +323 -0
- package/Dev/i18n/pt/Symfony/templates/clean-architecture-structure.md +645 -0
- package/Dev/i18n/pt/Symfony/templates/domain-event-examples.md +1091 -0
- package/Dev/i18n/pt/Symfony/templates/domain-event.md +681 -0
- package/Dev/i18n/pt/Symfony/templates/service.md +527 -0
- package/Dev/i18n/pt/Symfony/templates/template.md +237 -0
- package/Dev/i18n/pt/Symfony/templates/test-behat.md +674 -0
- package/Dev/i18n/pt/Symfony/templates/test-integration.md +698 -0
- package/Dev/i18n/pt/Symfony/templates/test-unit.md +735 -0
- package/Dev/i18n/pt/Symfony/templates/value-object-examples.md +1129 -0
- package/Dev/i18n/pt/Symfony/templates/value-object.md +534 -0
- package/Dev/scripts/check-config.sh +678 -0
- package/Dev/scripts/install-common-rules.sh +712 -0
- package/Dev/scripts/install-flutter-rules.sh +523 -0
- package/Dev/scripts/install-from-config.sh +699 -0
- package/Dev/scripts/install-python-rules.sh +522 -0
- package/Dev/scripts/install-react-rules.sh +522 -0
- package/Dev/scripts/install-reactnative-rules.sh +526 -0
- package/Dev/scripts/install-symfony-rules.sh +921 -0
- package/Dev/scripts/lib/install-common.sh +504 -0
- package/Dev/scripts/migrate-project.sh +441 -0
- package/Infra/i18n/de/Docker/agents/docker-architect.md +315 -0
- package/Infra/i18n/de/Docker/agents/docker-cicd.md +302 -0
- package/Infra/i18n/de/Docker/agents/docker-compose.md +269 -0
- package/Infra/i18n/de/Docker/agents/docker-debug.md +255 -0
- package/Infra/i18n/de/Docker/agents/docker-dockerfile.md +79 -0
- package/Infra/i18n/de/Docker/commands/docker-architecture.md +436 -0
- package/Infra/i18n/de/Docker/commands/docker-cicd-pipeline.md +337 -0
- package/Infra/i18n/de/Docker/commands/docker-compose-setup.md +255 -0
- package/Infra/i18n/de/Docker/commands/docker-debug.md +227 -0
- package/Infra/i18n/en/Docker/agents/docker-architect.md +315 -0
- package/Infra/i18n/en/Docker/agents/docker-cicd.md +302 -0
- package/Infra/i18n/en/Docker/agents/docker-compose.md +269 -0
- package/Infra/i18n/en/Docker/agents/docker-debug.md +255 -0
- package/Infra/i18n/en/Docker/agents/docker-dockerfile.md +195 -0
- package/Infra/i18n/en/Docker/commands/docker-architecture.md +436 -0
- package/Infra/i18n/en/Docker/commands/docker-cicd-pipeline.md +337 -0
- package/Infra/i18n/en/Docker/commands/docker-compose-setup.md +255 -0
- package/Infra/i18n/en/Docker/commands/docker-debug.md +227 -0
- package/Infra/i18n/es/Docker/agents/docker-architect.md +315 -0
- package/Infra/i18n/es/Docker/agents/docker-cicd.md +302 -0
- package/Infra/i18n/es/Docker/agents/docker-compose.md +269 -0
- package/Infra/i18n/es/Docker/agents/docker-debug.md +255 -0
- package/Infra/i18n/es/Docker/agents/docker-dockerfile.md +79 -0
- package/Infra/i18n/es/Docker/commands/docker-architecture.md +436 -0
- package/Infra/i18n/es/Docker/commands/docker-cicd-pipeline.md +337 -0
- package/Infra/i18n/es/Docker/commands/docker-compose-setup.md +255 -0
- package/Infra/i18n/es/Docker/commands/docker-debug.md +227 -0
- package/Infra/i18n/fr/Docker/agents/docker-architect.md +314 -0
- package/Infra/i18n/fr/Docker/agents/docker-cicd.md +304 -0
- package/Infra/i18n/fr/Docker/agents/docker-compose.md +269 -0
- package/Infra/i18n/fr/Docker/agents/docker-debug.md +255 -0
- package/Infra/i18n/fr/Docker/agents/docker-dockerfile.md +195 -0
- package/Infra/i18n/fr/Docker/commands/docker-architecture.md +436 -0
- package/Infra/i18n/fr/Docker/commands/docker-cicd-pipeline.md +340 -0
- package/Infra/i18n/fr/Docker/commands/docker-compose-setup.md +255 -0
- package/Infra/i18n/fr/Docker/commands/docker-debug.md +227 -0
- package/Infra/i18n/pt/Docker/agents/docker-architect.md +315 -0
- package/Infra/i18n/pt/Docker/agents/docker-cicd.md +302 -0
- package/Infra/i18n/pt/Docker/agents/docker-compose.md +269 -0
- package/Infra/i18n/pt/Docker/agents/docker-debug.md +255 -0
- package/Infra/i18n/pt/Docker/agents/docker-dockerfile.md +79 -0
- package/Infra/i18n/pt/Docker/commands/docker-architecture.md +436 -0
- package/Infra/i18n/pt/Docker/commands/docker-cicd-pipeline.md +337 -0
- package/Infra/i18n/pt/Docker/commands/docker-compose-setup.md +255 -0
- package/Infra/i18n/pt/Docker/commands/docker-debug.md +227 -0
- package/Infra/install-infra-rules.sh +425 -0
- package/LICENSE +21 -0
- package/Project/i18n/de/agents/product-owner.md +219 -0
- package/Project/i18n/de/agents/tech-lead.md +294 -0
- package/Project/i18n/de/commands/add-epic.md +88 -0
- package/Project/i18n/de/commands/add-story.md +112 -0
- package/Project/i18n/de/commands/add-task.md +127 -0
- package/Project/i18n/de/commands/board.md +134 -0
- package/Project/i18n/de/commands/decompose-tasks.md +600 -0
- package/Project/i18n/de/commands/generate-backlog.md +378 -0
- package/Project/i18n/de/commands/generate-prd.md +210 -0
- package/Project/i18n/de/commands/generate-tech-spec.md +285 -0
- package/Project/i18n/de/commands/list-epics.md +95 -0
- package/Project/i18n/de/commands/list-stories.md +120 -0
- package/Project/i18n/de/commands/list-tasks.md +132 -0
- package/Project/i18n/de/commands/move-story.md +183 -0
- package/Project/i18n/de/commands/move-task.md +204 -0
- package/Project/i18n/de/commands/sprint-dev.md +194 -0
- package/Project/i18n/de/commands/sprint-status.md +158 -0
- package/Project/i18n/de/commands/update-epic.md +101 -0
- package/Project/i18n/de/commands/update-story.md +146 -0
- package/Project/i18n/de/commands/validate-backlog.md +330 -0
- package/Project/i18n/de/templates/board.md +52 -0
- package/Project/i18n/de/templates/epic.md +39 -0
- package/Project/i18n/de/templates/index.md +74 -0
- package/Project/i18n/de/templates/prd.md +256 -0
- package/Project/i18n/de/templates/task.md +46 -0
- package/Project/i18n/de/templates/tech-spec.md +519 -0
- package/Project/i18n/de/templates/user-story.md +57 -0
- package/Project/i18n/en/agents/product-owner.md +219 -0
- package/Project/i18n/en/agents/tech-lead.md +294 -0
- package/Project/i18n/en/commands/add-epic.md +88 -0
- package/Project/i18n/en/commands/add-story.md +112 -0
- package/Project/i18n/en/commands/add-task.md +127 -0
- package/Project/i18n/en/commands/board.md +134 -0
- package/Project/i18n/en/commands/decompose-tasks.md +600 -0
- package/Project/i18n/en/commands/generate-backlog.md +378 -0
- package/Project/i18n/en/commands/generate-prd.md +210 -0
- package/Project/i18n/en/commands/generate-tech-spec.md +285 -0
- package/Project/i18n/en/commands/list-epics.md +95 -0
- package/Project/i18n/en/commands/list-stories.md +120 -0
- package/Project/i18n/en/commands/list-tasks.md +132 -0
- package/Project/i18n/en/commands/move-story.md +183 -0
- package/Project/i18n/en/commands/move-task.md +204 -0
- package/Project/i18n/en/commands/sprint-dev.md +445 -0
- package/Project/i18n/en/commands/sprint-status.md +157 -0
- package/Project/i18n/en/commands/update-epic.md +101 -0
- package/Project/i18n/en/commands/update-story.md +146 -0
- package/Project/i18n/en/commands/validate-backlog.md +330 -0
- package/Project/i18n/en/templates/board.md +52 -0
- package/Project/i18n/en/templates/epic.md +39 -0
- package/Project/i18n/en/templates/index.md +74 -0
- package/Project/i18n/en/templates/prd.md +256 -0
- package/Project/i18n/en/templates/task.md +46 -0
- package/Project/i18n/en/templates/tech-spec.md +519 -0
- package/Project/i18n/en/templates/user-story.md +57 -0
- package/Project/i18n/es/agents/product-owner.md +219 -0
- package/Project/i18n/es/agents/tech-lead.md +294 -0
- package/Project/i18n/es/commands/add-epic.md +88 -0
- package/Project/i18n/es/commands/add-story.md +112 -0
- package/Project/i18n/es/commands/add-task.md +127 -0
- package/Project/i18n/es/commands/board.md +134 -0
- package/Project/i18n/es/commands/decompose-tasks.md +600 -0
- package/Project/i18n/es/commands/generate-backlog.md +378 -0
- package/Project/i18n/es/commands/generate-prd.md +210 -0
- package/Project/i18n/es/commands/generate-tech-spec.md +285 -0
- package/Project/i18n/es/commands/list-epics.md +95 -0
- package/Project/i18n/es/commands/list-stories.md +120 -0
- package/Project/i18n/es/commands/list-tasks.md +132 -0
- package/Project/i18n/es/commands/move-story.md +183 -0
- package/Project/i18n/es/commands/move-task.md +204 -0
- package/Project/i18n/es/commands/sprint-dev.md +194 -0
- package/Project/i18n/es/commands/sprint-status.md +157 -0
- package/Project/i18n/es/commands/update-epic.md +101 -0
- package/Project/i18n/es/commands/update-story.md +146 -0
- package/Project/i18n/es/commands/validate-backlog.md +330 -0
- package/Project/i18n/es/templates/board.md +52 -0
- package/Project/i18n/es/templates/epic.md +39 -0
- package/Project/i18n/es/templates/index.md +74 -0
- package/Project/i18n/es/templates/prd.md +256 -0
- package/Project/i18n/es/templates/task.md +46 -0
- package/Project/i18n/es/templates/tech-spec.md +519 -0
- package/Project/i18n/es/templates/user-story.md +57 -0
- package/Project/i18n/fr/agents/product-owner.md +219 -0
- package/Project/i18n/fr/agents/tech-lead.md +294 -0
- package/Project/i18n/fr/commands/add-epic.md +88 -0
- package/Project/i18n/fr/commands/add-story.md +112 -0
- package/Project/i18n/fr/commands/add-task.md +127 -0
- package/Project/i18n/fr/commands/board.md +134 -0
- package/Project/i18n/fr/commands/decompose-tasks.md +600 -0
- package/Project/i18n/fr/commands/generate-backlog.md +378 -0
- package/Project/i18n/fr/commands/generate-prd.md +210 -0
- package/Project/i18n/fr/commands/generate-tech-spec.md +285 -0
- package/Project/i18n/fr/commands/list-epics.md +95 -0
- package/Project/i18n/fr/commands/list-stories.md +120 -0
- package/Project/i18n/fr/commands/list-tasks.md +132 -0
- package/Project/i18n/fr/commands/move-story.md +183 -0
- package/Project/i18n/fr/commands/move-task.md +204 -0
- package/Project/i18n/fr/commands/sprint-dev.md +445 -0
- package/Project/i18n/fr/commands/sprint-status.md +157 -0
- package/Project/i18n/fr/commands/update-epic.md +101 -0
- package/Project/i18n/fr/commands/update-story.md +146 -0
- package/Project/i18n/fr/commands/validate-backlog.md +330 -0
- package/Project/i18n/fr/templates/board.md +52 -0
- package/Project/i18n/fr/templates/epic.md +39 -0
- package/Project/i18n/fr/templates/index.md +74 -0
- package/Project/i18n/fr/templates/prd.md +256 -0
- package/Project/i18n/fr/templates/task.md +46 -0
- package/Project/i18n/fr/templates/tech-spec.md +519 -0
- package/Project/i18n/fr/templates/user-story.md +57 -0
- package/Project/i18n/pt/agents/product-owner.md +219 -0
- package/Project/i18n/pt/agents/tech-lead.md +294 -0
- package/Project/i18n/pt/commands/add-epic.md +88 -0
- package/Project/i18n/pt/commands/add-story.md +112 -0
- package/Project/i18n/pt/commands/add-task.md +127 -0
- package/Project/i18n/pt/commands/board.md +134 -0
- package/Project/i18n/pt/commands/decompose-tasks.md +600 -0
- package/Project/i18n/pt/commands/generate-backlog.md +378 -0
- package/Project/i18n/pt/commands/generate-prd.md +210 -0
- package/Project/i18n/pt/commands/generate-tech-spec.md +285 -0
- package/Project/i18n/pt/commands/list-epics.md +95 -0
- package/Project/i18n/pt/commands/list-stories.md +120 -0
- package/Project/i18n/pt/commands/list-tasks.md +132 -0
- package/Project/i18n/pt/commands/move-story.md +183 -0
- package/Project/i18n/pt/commands/move-task.md +204 -0
- package/Project/i18n/pt/commands/sprint-dev.md +194 -0
- package/Project/i18n/pt/commands/sprint-status.md +157 -0
- package/Project/i18n/pt/commands/update-epic.md +101 -0
- package/Project/i18n/pt/commands/update-story.md +146 -0
- package/Project/i18n/pt/commands/validate-backlog.md +329 -0
- package/Project/i18n/pt/templates/board.md +52 -0
- package/Project/i18n/pt/templates/epic.md +39 -0
- package/Project/i18n/pt/templates/index.md +74 -0
- package/Project/i18n/pt/templates/prd.md +256 -0
- package/Project/i18n/pt/templates/task.md +46 -0
- package/Project/i18n/pt/templates/tech-spec.md +519 -0
- package/Project/i18n/pt/templates/user-story.md +57 -0
- package/Project/install-project-commands.sh +454 -0
- package/README.md +415 -0
- package/Tools/MultiAccount/README.md +130 -0
- package/Tools/MultiAccount/claude-accounts.sh +760 -0
- package/Tools/PluginExport/README.md +111 -0
- package/Tools/PluginExport/export-plugin.sh +294 -0
- package/Tools/ProjectConfig/README.md +151 -0
- package/Tools/ProjectConfig/claude-projects.sh +714 -0
- package/Tools/StatusLine/README.md +160 -0
- package/Tools/StatusLine/settings.json +6 -0
- package/Tools/StatusLine/statusline.conf.example +75 -0
- package/Tools/StatusLine/statusline.sh +351 -0
- package/Tools/i18n/accounts/de.sh +149 -0
- package/Tools/i18n/accounts/en.sh +149 -0
- package/Tools/i18n/accounts/es.sh +149 -0
- package/Tools/i18n/accounts/fr.sh +149 -0
- package/Tools/i18n/accounts/pt.sh +149 -0
- package/Tools/i18n/projects/de.sh +132 -0
- package/Tools/i18n/projects/en.sh +132 -0
- package/Tools/i18n/projects/es.sh +132 -0
- package/Tools/i18n/projects/fr.sh +132 -0
- package/Tools/i18n/projects/pt.sh +132 -0
- package/cli/flattener.js +487 -0
- package/cli/index.js +527 -0
- package/package.json +50 -0
|
@@ -0,0 +1,476 @@
|
|
|
1
|
+
---
|
|
2
|
+
description: Création Endpoint API Platform
|
|
3
|
+
argument-hint: [arguments]
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# Création Endpoint API Platform
|
|
7
|
+
|
|
8
|
+
Tu es un développeur Symfony et API Platform senior. Tu dois créer un endpoint API REST complet avec validation, documentation OpenAPI, pagination et tests.
|
|
9
|
+
|
|
10
|
+
## Arguments
|
|
11
|
+
$ARGUMENTS
|
|
12
|
+
|
|
13
|
+
Arguments :
|
|
14
|
+
- Ressource (nom de l'entité)
|
|
15
|
+
- Opérations (list, get, post, put, patch, delete)
|
|
16
|
+
|
|
17
|
+
Exemple : `/symfony:api-endpoint Product "list,get,post,patch,delete"`
|
|
18
|
+
|
|
19
|
+
## MISSION
|
|
20
|
+
|
|
21
|
+
### Étape 1 : Configurer la Ressource API Platform
|
|
22
|
+
|
|
23
|
+
#### Entity avec API Platform Attributes
|
|
24
|
+
|
|
25
|
+
```php
|
|
26
|
+
<?php
|
|
27
|
+
|
|
28
|
+
declare(strict_types=1);
|
|
29
|
+
|
|
30
|
+
namespace App\Entity;
|
|
31
|
+
|
|
32
|
+
use ApiPlatform\Metadata\ApiResource;
|
|
33
|
+
use ApiPlatform\Metadata\ApiProperty;
|
|
34
|
+
use ApiPlatform\Metadata\ApiFilter;
|
|
35
|
+
use ApiPlatform\Metadata\Get;
|
|
36
|
+
use ApiPlatform\Metadata\GetCollection;
|
|
37
|
+
use ApiPlatform\Metadata\Post;
|
|
38
|
+
use ApiPlatform\Metadata\Patch;
|
|
39
|
+
use ApiPlatform\Metadata\Delete;
|
|
40
|
+
use ApiPlatform\Doctrine\Orm\Filter\SearchFilter;
|
|
41
|
+
use ApiPlatform\Doctrine\Orm\Filter\OrderFilter;
|
|
42
|
+
use ApiPlatform\Doctrine\Orm\Filter\DateFilter;
|
|
43
|
+
use Doctrine\ORM\Mapping as ORM;
|
|
44
|
+
use Symfony\Component\Validator\Constraints as Assert;
|
|
45
|
+
use Symfony\Component\Serializer\Annotation\Groups;
|
|
46
|
+
|
|
47
|
+
#[ORM\Entity(repositoryClass: {Entity}Repository::class)]
|
|
48
|
+
#[ORM\Table(name: '{entities}')]
|
|
49
|
+
#[ApiResource(
|
|
50
|
+
operations: [
|
|
51
|
+
new GetCollection(
|
|
52
|
+
uriTemplate: '/{entities}',
|
|
53
|
+
normalizationContext: ['groups' => ['{entity}:list']],
|
|
54
|
+
paginationEnabled: true,
|
|
55
|
+
paginationItemsPerPage: 20,
|
|
56
|
+
),
|
|
57
|
+
new Get(
|
|
58
|
+
uriTemplate: '/{entities}/{id}',
|
|
59
|
+
normalizationContext: ['groups' => ['{entity}:read']],
|
|
60
|
+
),
|
|
61
|
+
new Post(
|
|
62
|
+
uriTemplate: '/{entities}',
|
|
63
|
+
denormalizationContext: ['groups' => ['{entity}:write']],
|
|
64
|
+
validationContext: ['groups' => ['Default', '{entity}:create']],
|
|
65
|
+
security: "is_granted('ROLE_USER')",
|
|
66
|
+
),
|
|
67
|
+
new Patch(
|
|
68
|
+
uriTemplate: '/{entities}/{id}',
|
|
69
|
+
denormalizationContext: ['groups' => ['{entity}:write']],
|
|
70
|
+
security: "is_granted('ROLE_USER') and object.getOwner() == user",
|
|
71
|
+
),
|
|
72
|
+
new Delete(
|
|
73
|
+
uriTemplate: '/{entities}/{id}',
|
|
74
|
+
security: "is_granted('ROLE_ADMIN')",
|
|
75
|
+
),
|
|
76
|
+
],
|
|
77
|
+
order: ['createdAt' => 'DESC'],
|
|
78
|
+
)]
|
|
79
|
+
#[ApiFilter(SearchFilter::class, properties: [
|
|
80
|
+
'name' => 'partial',
|
|
81
|
+
'status' => 'exact',
|
|
82
|
+
])]
|
|
83
|
+
#[ApiFilter(OrderFilter::class, properties: ['createdAt', 'name'])]
|
|
84
|
+
#[ApiFilter(DateFilter::class, properties: ['createdAt'])]
|
|
85
|
+
class {Entity}
|
|
86
|
+
{
|
|
87
|
+
#[ORM\Id]
|
|
88
|
+
#[ORM\Column(type: 'uuid', unique: true)]
|
|
89
|
+
#[ORM\GeneratedValue(strategy: 'CUSTOM')]
|
|
90
|
+
#[ORM\CustomIdGenerator(class: 'doctrine.uuid_generator')]
|
|
91
|
+
#[ApiProperty(identifier: true)]
|
|
92
|
+
#[Groups(['{entity}:list', '{entity}:read'])]
|
|
93
|
+
private ?string $id = null;
|
|
94
|
+
|
|
95
|
+
#[ORM\Column(length: 255)]
|
|
96
|
+
#[Assert\NotBlank(groups: ['{entity}:create'])]
|
|
97
|
+
#[Assert\Length(min: 3, max: 255)]
|
|
98
|
+
#[Groups(['{entity}:list', '{entity}:read', '{entity}:write'])]
|
|
99
|
+
private string $name;
|
|
100
|
+
|
|
101
|
+
#[ORM\Column(type: 'text', nullable: true)]
|
|
102
|
+
#[Groups(['{entity}:read', '{entity}:write'])]
|
|
103
|
+
private ?string $description = null;
|
|
104
|
+
|
|
105
|
+
#[ORM\Column(length: 50)]
|
|
106
|
+
#[Assert\Choice(choices: ['draft', 'published', 'archived'])]
|
|
107
|
+
#[Groups(['{entity}:list', '{entity}:read', '{entity}:write'])]
|
|
108
|
+
private string $status = 'draft';
|
|
109
|
+
|
|
110
|
+
#[ORM\Column(type: 'decimal', precision: 10, scale: 2, nullable: true)]
|
|
111
|
+
#[Assert\PositiveOrZero]
|
|
112
|
+
#[Groups(['{entity}:read', '{entity}:write'])]
|
|
113
|
+
private ?string $price = null;
|
|
114
|
+
|
|
115
|
+
#[ORM\ManyToOne(targetEntity: User::class)]
|
|
116
|
+
#[ORM\JoinColumn(nullable: false)]
|
|
117
|
+
#[Groups(['{entity}:read'])]
|
|
118
|
+
private User $owner;
|
|
119
|
+
|
|
120
|
+
#[ORM\Column(type: 'datetime_immutable')]
|
|
121
|
+
#[Groups(['{entity}:list', '{entity}:read'])]
|
|
122
|
+
private \DateTimeImmutable $createdAt;
|
|
123
|
+
|
|
124
|
+
#[ORM\Column(type: 'datetime_immutable', nullable: true)]
|
|
125
|
+
#[Groups(['{entity}:read'])]
|
|
126
|
+
private ?\DateTimeImmutable $updatedAt = null;
|
|
127
|
+
|
|
128
|
+
public function __construct()
|
|
129
|
+
{
|
|
130
|
+
$this->createdAt = new \DateTimeImmutable();
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
// Getters et Setters...
|
|
134
|
+
}
|
|
135
|
+
```
|
|
136
|
+
|
|
137
|
+
### Étape 2 : State Processors (pour logique métier)
|
|
138
|
+
|
|
139
|
+
#### Processor pour la création
|
|
140
|
+
|
|
141
|
+
```php
|
|
142
|
+
<?php
|
|
143
|
+
|
|
144
|
+
declare(strict_types=1);
|
|
145
|
+
|
|
146
|
+
namespace App\State;
|
|
147
|
+
|
|
148
|
+
use ApiPlatform\Metadata\Operation;
|
|
149
|
+
use ApiPlatform\State\ProcessorInterface;
|
|
150
|
+
use App\Entity\{Entity};
|
|
151
|
+
use Doctrine\ORM\EntityManagerInterface;
|
|
152
|
+
use Symfony\Bundle\SecurityBundle\Security;
|
|
153
|
+
|
|
154
|
+
final class {Entity}Processor implements ProcessorInterface
|
|
155
|
+
{
|
|
156
|
+
public function __construct(
|
|
157
|
+
private readonly EntityManagerInterface $entityManager,
|
|
158
|
+
private readonly Security $security,
|
|
159
|
+
) {}
|
|
160
|
+
|
|
161
|
+
public function process(
|
|
162
|
+
mixed $data,
|
|
163
|
+
Operation $operation,
|
|
164
|
+
array $uriVariables = [],
|
|
165
|
+
array $context = []
|
|
166
|
+
): {Entity} {
|
|
167
|
+
/** @var {Entity} $data */
|
|
168
|
+
|
|
169
|
+
// Assigner le propriétaire automatiquement
|
|
170
|
+
if ($data->getId() === null) {
|
|
171
|
+
$data->setOwner($this->security->getUser());
|
|
172
|
+
} else {
|
|
173
|
+
$data->setUpdatedAt(new \DateTimeImmutable());
|
|
174
|
+
}
|
|
175
|
+
|
|
176
|
+
$this->entityManager->persist($data);
|
|
177
|
+
$this->entityManager->flush();
|
|
178
|
+
|
|
179
|
+
return $data;
|
|
180
|
+
}
|
|
181
|
+
}
|
|
182
|
+
```
|
|
183
|
+
|
|
184
|
+
#### Configuration du Processor
|
|
185
|
+
|
|
186
|
+
```php
|
|
187
|
+
#[ApiResource(
|
|
188
|
+
operations: [
|
|
189
|
+
new Post(
|
|
190
|
+
processor: {Entity}Processor::class,
|
|
191
|
+
),
|
|
192
|
+
new Patch(
|
|
193
|
+
processor: {Entity}Processor::class,
|
|
194
|
+
),
|
|
195
|
+
],
|
|
196
|
+
)]
|
|
197
|
+
```
|
|
198
|
+
|
|
199
|
+
### Étape 3 : Custom Filters
|
|
200
|
+
|
|
201
|
+
```php
|
|
202
|
+
<?php
|
|
203
|
+
|
|
204
|
+
declare(strict_types=1);
|
|
205
|
+
|
|
206
|
+
namespace App\Filter;
|
|
207
|
+
|
|
208
|
+
use ApiPlatform\Doctrine\Orm\Filter\AbstractFilter;
|
|
209
|
+
use ApiPlatform\Doctrine\Orm\Util\QueryNameGeneratorInterface;
|
|
210
|
+
use ApiPlatform\Metadata\Operation;
|
|
211
|
+
use Doctrine\ORM\QueryBuilder;
|
|
212
|
+
|
|
213
|
+
final class {Entity}StatusFilter extends AbstractFilter
|
|
214
|
+
{
|
|
215
|
+
protected function filterProperty(
|
|
216
|
+
string $property,
|
|
217
|
+
mixed $value,
|
|
218
|
+
QueryBuilder $queryBuilder,
|
|
219
|
+
QueryNameGeneratorInterface $queryNameGenerator,
|
|
220
|
+
string $resourceClass,
|
|
221
|
+
?Operation $operation = null,
|
|
222
|
+
array $context = []
|
|
223
|
+
): void {
|
|
224
|
+
if ($property !== 'activeOnly') {
|
|
225
|
+
return;
|
|
226
|
+
}
|
|
227
|
+
|
|
228
|
+
if ($value === 'true' || $value === '1') {
|
|
229
|
+
$alias = $queryBuilder->getRootAliases()[0];
|
|
230
|
+
$queryBuilder
|
|
231
|
+
->andWhere("$alias.status = :status")
|
|
232
|
+
->setParameter('status', 'published');
|
|
233
|
+
}
|
|
234
|
+
}
|
|
235
|
+
|
|
236
|
+
public function getDescription(string $resourceClass): array
|
|
237
|
+
{
|
|
238
|
+
return [
|
|
239
|
+
'activeOnly' => [
|
|
240
|
+
'property' => 'activeOnly',
|
|
241
|
+
'type' => 'bool',
|
|
242
|
+
'required' => false,
|
|
243
|
+
'description' => 'Filtrer uniquement les éléments publiés',
|
|
244
|
+
],
|
|
245
|
+
];
|
|
246
|
+
}
|
|
247
|
+
}
|
|
248
|
+
```
|
|
249
|
+
|
|
250
|
+
### Étape 4 : Documentation OpenAPI
|
|
251
|
+
|
|
252
|
+
```php
|
|
253
|
+
<?php
|
|
254
|
+
|
|
255
|
+
declare(strict_types=1);
|
|
256
|
+
|
|
257
|
+
namespace App\OpenApi;
|
|
258
|
+
|
|
259
|
+
use ApiPlatform\OpenApi\Factory\OpenApiFactoryInterface;
|
|
260
|
+
use ApiPlatform\OpenApi\Model;
|
|
261
|
+
use ApiPlatform\OpenApi\OpenApi;
|
|
262
|
+
|
|
263
|
+
final class {Entity}OpenApiDecorator implements OpenApiFactoryInterface
|
|
264
|
+
{
|
|
265
|
+
public function __construct(
|
|
266
|
+
private readonly OpenApiFactoryInterface $decorated
|
|
267
|
+
) {}
|
|
268
|
+
|
|
269
|
+
public function __invoke(array $context = []): OpenApi
|
|
270
|
+
{
|
|
271
|
+
$openApi = ($this->decorated)($context);
|
|
272
|
+
|
|
273
|
+
// Ajouter des exemples personnalisés
|
|
274
|
+
$pathItem = $openApi->getPaths()->getPath('/api/{entities}');
|
|
275
|
+
|
|
276
|
+
if ($pathItem?->getPost()) {
|
|
277
|
+
$operation = $pathItem->getPost()->withRequestBody(
|
|
278
|
+
new Model\RequestBody(
|
|
279
|
+
content: new \ArrayObject([
|
|
280
|
+
'application/json' => [
|
|
281
|
+
'schema' => [
|
|
282
|
+
'$ref' => '#/components/schemas/{Entity}-{entity}:write',
|
|
283
|
+
],
|
|
284
|
+
'example' => [
|
|
285
|
+
'name' => 'Exemple de produit',
|
|
286
|
+
'description' => 'Description détaillée',
|
|
287
|
+
'price' => '29.99',
|
|
288
|
+
'status' => 'draft',
|
|
289
|
+
],
|
|
290
|
+
],
|
|
291
|
+
])
|
|
292
|
+
)
|
|
293
|
+
);
|
|
294
|
+
|
|
295
|
+
$openApi->getPaths()->addPath('/api/{entities}', $pathItem->withPost($operation));
|
|
296
|
+
}
|
|
297
|
+
|
|
298
|
+
return $openApi;
|
|
299
|
+
}
|
|
300
|
+
}
|
|
301
|
+
```
|
|
302
|
+
|
|
303
|
+
### Étape 5 : Tests API
|
|
304
|
+
|
|
305
|
+
```php
|
|
306
|
+
<?php
|
|
307
|
+
|
|
308
|
+
declare(strict_types=1);
|
|
309
|
+
|
|
310
|
+
namespace App\Tests\Api;
|
|
311
|
+
|
|
312
|
+
use ApiPlatform\Symfony\Bundle\Test\ApiTestCase;
|
|
313
|
+
use App\Entity\{Entity};
|
|
314
|
+
use App\Factory\{Entity}Factory;
|
|
315
|
+
use App\Factory\UserFactory;
|
|
316
|
+
use Zenstruck\Foundry\Test\Factories;
|
|
317
|
+
use Zenstruck\Foundry\Test\ResetDatabase;
|
|
318
|
+
|
|
319
|
+
class {Entity}ApiTest extends ApiTestCase
|
|
320
|
+
{
|
|
321
|
+
use ResetDatabase;
|
|
322
|
+
use Factories;
|
|
323
|
+
|
|
324
|
+
public function testGetCollection(): void
|
|
325
|
+
{
|
|
326
|
+
{Entity}Factory::createMany(30);
|
|
327
|
+
|
|
328
|
+
$response = static::createClient()->request('GET', '/api/{entities}');
|
|
329
|
+
|
|
330
|
+
$this->assertResponseIsSuccessful();
|
|
331
|
+
$this->assertJsonContains([
|
|
332
|
+
'@context' => '/api/contexts/{Entity}',
|
|
333
|
+
'@type' => 'hydra:Collection',
|
|
334
|
+
'hydra:totalItems' => 30,
|
|
335
|
+
]);
|
|
336
|
+
$this->assertCount(20, $response->toArray()['hydra:member']); // Pagination
|
|
337
|
+
}
|
|
338
|
+
|
|
339
|
+
public function testGetItem(): void
|
|
340
|
+
{
|
|
341
|
+
$entity = {Entity}Factory::createOne(['name' => 'Test']);
|
|
342
|
+
|
|
343
|
+
static::createClient()->request('GET', '/api/{entities}/' . $entity->getId());
|
|
344
|
+
|
|
345
|
+
$this->assertResponseIsSuccessful();
|
|
346
|
+
$this->assertJsonContains([
|
|
347
|
+
'name' => 'Test',
|
|
348
|
+
]);
|
|
349
|
+
}
|
|
350
|
+
|
|
351
|
+
public function testCreateRequiresAuthentication(): void
|
|
352
|
+
{
|
|
353
|
+
static::createClient()->request('POST', '/api/{entities}', [
|
|
354
|
+
'json' => ['name' => 'Test'],
|
|
355
|
+
]);
|
|
356
|
+
|
|
357
|
+
$this->assertResponseStatusCodeSame(401);
|
|
358
|
+
}
|
|
359
|
+
|
|
360
|
+
public function testCreateAsAuthenticatedUser(): void
|
|
361
|
+
{
|
|
362
|
+
$user = UserFactory::createOne();
|
|
363
|
+
|
|
364
|
+
static::createClient()->request('POST', '/api/{entities}', [
|
|
365
|
+
'auth_bearer' => $this->getToken($user),
|
|
366
|
+
'json' => [
|
|
367
|
+
'name' => 'Nouveau produit',
|
|
368
|
+
'description' => 'Description',
|
|
369
|
+
'price' => '19.99',
|
|
370
|
+
],
|
|
371
|
+
]);
|
|
372
|
+
|
|
373
|
+
$this->assertResponseStatusCodeSame(201);
|
|
374
|
+
$this->assertJsonContains([
|
|
375
|
+
'name' => 'Nouveau produit',
|
|
376
|
+
'status' => 'draft',
|
|
377
|
+
]);
|
|
378
|
+
}
|
|
379
|
+
|
|
380
|
+
public function testUpdateOwnResource(): void
|
|
381
|
+
{
|
|
382
|
+
$user = UserFactory::createOne();
|
|
383
|
+
$entity = {Entity}Factory::createOne(['owner' => $user]);
|
|
384
|
+
|
|
385
|
+
static::createClient()->request('PATCH', '/api/{entities}/' . $entity->getId(), [
|
|
386
|
+
'auth_bearer' => $this->getToken($user),
|
|
387
|
+
'headers' => ['Content-Type' => 'application/merge-patch+json'],
|
|
388
|
+
'json' => ['name' => 'Updated'],
|
|
389
|
+
]);
|
|
390
|
+
|
|
391
|
+
$this->assertResponseIsSuccessful();
|
|
392
|
+
}
|
|
393
|
+
|
|
394
|
+
public function testCannotUpdateOthersResource(): void
|
|
395
|
+
{
|
|
396
|
+
$owner = UserFactory::createOne();
|
|
397
|
+
$otherUser = UserFactory::createOne();
|
|
398
|
+
$entity = {Entity}Factory::createOne(['owner' => $owner]);
|
|
399
|
+
|
|
400
|
+
static::createClient()->request('PATCH', '/api/{entities}/' . $entity->getId(), [
|
|
401
|
+
'auth_bearer' => $this->getToken($otherUser),
|
|
402
|
+
'headers' => ['Content-Type' => 'application/merge-patch+json'],
|
|
403
|
+
'json' => ['name' => 'Hacked'],
|
|
404
|
+
]);
|
|
405
|
+
|
|
406
|
+
$this->assertResponseStatusCodeSame(403);
|
|
407
|
+
}
|
|
408
|
+
|
|
409
|
+
public function testDeleteRequiresAdmin(): void
|
|
410
|
+
{
|
|
411
|
+
$user = UserFactory::createOne();
|
|
412
|
+
$entity = {Entity}Factory::createOne();
|
|
413
|
+
|
|
414
|
+
static::createClient()->request('DELETE', '/api/{entities}/' . $entity->getId(), [
|
|
415
|
+
'auth_bearer' => $this->getToken($user),
|
|
416
|
+
]);
|
|
417
|
+
|
|
418
|
+
$this->assertResponseStatusCodeSame(403);
|
|
419
|
+
}
|
|
420
|
+
|
|
421
|
+
public function testFilters(): void
|
|
422
|
+
{
|
|
423
|
+
{Entity}Factory::createMany(5, ['status' => 'draft']);
|
|
424
|
+
{Entity}Factory::createMany(3, ['status' => 'published']);
|
|
425
|
+
|
|
426
|
+
$response = static::createClient()->request('GET', '/api/{entities}?status=published');
|
|
427
|
+
|
|
428
|
+
$this->assertCount(3, $response->toArray()['hydra:member']);
|
|
429
|
+
}
|
|
430
|
+
|
|
431
|
+
private function getToken(object $user): string
|
|
432
|
+
{
|
|
433
|
+
// Générer un JWT token pour les tests
|
|
434
|
+
return $this->getContainer()->get('lexik_jwt_authentication.jwt_manager')
|
|
435
|
+
->create($user->object());
|
|
436
|
+
}
|
|
437
|
+
}
|
|
438
|
+
```
|
|
439
|
+
|
|
440
|
+
### Étape 6 : Résumé
|
|
441
|
+
|
|
442
|
+
```
|
|
443
|
+
══════════════════════════════════════════════════════════════
|
|
444
|
+
✅ ENDPOINT API PLATFORM CRÉÉ - {Entity}
|
|
445
|
+
══════════════════════════════════════════════════════════════
|
|
446
|
+
|
|
447
|
+
📁 Fichiers créés/modifiés :
|
|
448
|
+
- src/Entity/{Entity}.php (avec attributs API Platform)
|
|
449
|
+
- src/State/{Entity}Processor.php
|
|
450
|
+
- src/Filter/{Entity}StatusFilter.php
|
|
451
|
+
- src/OpenApi/{Entity}OpenApiDecorator.php
|
|
452
|
+
- tests/Api/{Entity}ApiTest.php
|
|
453
|
+
|
|
454
|
+
📌 Endpoints disponibles :
|
|
455
|
+
|
|
456
|
+
| Méthode | URI | Description | Auth |
|
|
457
|
+
|---------|-----|-------------|------|
|
|
458
|
+
| GET | /api/{entities} | Liste paginée | Non |
|
|
459
|
+
| GET | /api/{entities}/{id} | Détail | Non |
|
|
460
|
+
| POST | /api/{entities} | Création | ROLE_USER |
|
|
461
|
+
| PATCH | /api/{entities}/{id} | Modification | Owner |
|
|
462
|
+
| DELETE | /api/{entities}/{id} | Suppression | ROLE_ADMIN |
|
|
463
|
+
|
|
464
|
+
🔍 Filtres disponibles :
|
|
465
|
+
- ?name=xxx (recherche partielle)
|
|
466
|
+
- ?status=draft|published|archived
|
|
467
|
+
- ?createdAt[after]=2024-01-01
|
|
468
|
+
- ?order[createdAt]=desc
|
|
469
|
+
|
|
470
|
+
📖 Documentation :
|
|
471
|
+
- OpenAPI : /api/docs
|
|
472
|
+
- ReDoc : /api/docs?ui=re_doc
|
|
473
|
+
|
|
474
|
+
🔧 Tests :
|
|
475
|
+
docker compose exec php vendor/bin/phpunit tests/Api/{Entity}ApiTest.php
|
|
476
|
+
```
|
|
@@ -0,0 +1,237 @@
|
|
|
1
|
+
---
|
|
2
|
+
description: Audit Architecture Symfony
|
|
3
|
+
argument-hint: [arguments]
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# Audit Architecture Symfony
|
|
7
|
+
|
|
8
|
+
## Arguments
|
|
9
|
+
|
|
10
|
+
$ARGUMENTS : Chemin du projet Symfony à auditer (optionnel, par défaut : répertoire courant)
|
|
11
|
+
|
|
12
|
+
## MISSION
|
|
13
|
+
|
|
14
|
+
Tu es un architecte logiciel expert Symfony chargé d'auditer l'architecture d'un projet Symfony selon les principes de Clean Architecture, DDD et Architecture Hexagonale.
|
|
15
|
+
|
|
16
|
+
### Étape 1 : Analyse de la Structure du Projet
|
|
17
|
+
|
|
18
|
+
1. Identifie le répertoire du projet
|
|
19
|
+
2. Analyse la structure des dossiers dans `src/`
|
|
20
|
+
3. Vérifie la présence de la structure attendue
|
|
21
|
+
|
|
22
|
+
**Référence aux règles** : `.claude/rules/symfony-architecture.md`
|
|
23
|
+
|
|
24
|
+
### Étape 2 : Vérification Clean Architecture
|
|
25
|
+
|
|
26
|
+
#### Structure des Couches (5 points)
|
|
27
|
+
|
|
28
|
+
- [ ] **Domain/** : Logique métier pure (Entities, Value Objects, Domain Services)
|
|
29
|
+
- [ ] **Application/** : Use Cases, Application Services, DTOs
|
|
30
|
+
- [ ] **Infrastructure/** : Implémentations concrètes (Repositories, Controllers, Adapters)
|
|
31
|
+
- [ ] **Presentation/** ou UI : Controllers, Templates, API Resources
|
|
32
|
+
- [ ] Pas de dépendances inversées (Domain ne dépend de rien)
|
|
33
|
+
|
|
34
|
+
**Points obtenus** : ___/5
|
|
35
|
+
|
|
36
|
+
#### Séparation des Responsabilités (5 points)
|
|
37
|
+
|
|
38
|
+
- [ ] Domain contient uniquement de la logique métier
|
|
39
|
+
- [ ] Application orchestre les Use Cases
|
|
40
|
+
- [ ] Infrastructure gère la persistance et les services externes
|
|
41
|
+
- [ ] Pas de logique métier dans les controllers
|
|
42
|
+
- [ ] Pas d'accès direct à Doctrine/ORM depuis les controllers
|
|
43
|
+
|
|
44
|
+
**Points obtenus** : ___/5
|
|
45
|
+
|
|
46
|
+
### Étape 3 : Vérification Domain-Driven Design (DDD)
|
|
47
|
+
|
|
48
|
+
#### Entités et Value Objects (5 points)
|
|
49
|
+
|
|
50
|
+
- [ ] Entities avec identité clairement définie
|
|
51
|
+
- [ ] Value Objects immutables pour concepts métier
|
|
52
|
+
- [ ] Pas de getters/setters systématiques (Tell Don't Ask)
|
|
53
|
+
- [ ] Méthodes métier dans les Entities
|
|
54
|
+
- [ ] Validation dans le Domain (pas dans les formulaires uniquement)
|
|
55
|
+
|
|
56
|
+
**Points obtenus** : ___/5
|
|
57
|
+
|
|
58
|
+
#### Aggregates et Repositories (5 points)
|
|
59
|
+
|
|
60
|
+
- [ ] Aggregates correctement définis avec Aggregate Root
|
|
61
|
+
- [ ] Interfaces de Repository dans le Domain
|
|
62
|
+
- [ ] Implémentations de Repository dans Infrastructure
|
|
63
|
+
- [ ] Pas d'accès direct à l'ORM depuis le Domain
|
|
64
|
+
- [ ] Collections d'Aggregates manipulées via Repository
|
|
65
|
+
|
|
66
|
+
**Points obtenus** : ___/5
|
|
67
|
+
|
|
68
|
+
### Étape 4 : Vérification Architecture Hexagonale
|
|
69
|
+
|
|
70
|
+
#### Ports (Interfaces) (2.5 points)
|
|
71
|
+
|
|
72
|
+
- [ ] Ports primaires (Application Services, Use Cases) définis
|
|
73
|
+
- [ ] Ports secondaires (Repository, Email, Logger) définis en interfaces
|
|
74
|
+
- [ ] Interfaces dans le Domain ou Application
|
|
75
|
+
- [ ] Pas de couplage aux frameworks dans les interfaces
|
|
76
|
+
- [ ] Nommage clair (ex: `UserRepositoryInterface`, `EmailSenderInterface`)
|
|
77
|
+
|
|
78
|
+
**Points obtenus** : ___/2.5
|
|
79
|
+
|
|
80
|
+
#### Adapters (Implémentations) (2.5 points)
|
|
81
|
+
|
|
82
|
+
- [ ] Adapters primaires : Controllers REST/GraphQL, CLI Commands
|
|
83
|
+
- [ ] Adapters secondaires : DoctrineRepository, SymfonyMailer, etc.
|
|
84
|
+
- [ ] Adapters dans le dossier Infrastructure
|
|
85
|
+
- [ ] Configuration via Dependency Injection
|
|
86
|
+
- [ ] Possibilité de remplacer un Adapter facilement
|
|
87
|
+
|
|
88
|
+
**Points obtenus** : ___/2.5
|
|
89
|
+
|
|
90
|
+
### Étape 5 : Vérification avec Deptrac
|
|
91
|
+
|
|
92
|
+
Exécute Deptrac pour vérifier les dépendances entre couches :
|
|
93
|
+
|
|
94
|
+
```bash
|
|
95
|
+
# Vérifier si deptrac.yaml existe
|
|
96
|
+
docker run --rm -v $(pwd):/app php:8.2-cli test -f /app/deptrac.yaml && echo "✅ deptrac.yaml trouvé" || echo "❌ deptrac.yaml manquant"
|
|
97
|
+
|
|
98
|
+
# Exécuter Deptrac
|
|
99
|
+
docker run --rm -v $(pwd):/app qossmic/deptrac analyse
|
|
100
|
+
```
|
|
101
|
+
|
|
102
|
+
Configuration Deptrac attendue :
|
|
103
|
+
|
|
104
|
+
```yaml
|
|
105
|
+
deptrac:
|
|
106
|
+
layers:
|
|
107
|
+
- name: Domain
|
|
108
|
+
collectors:
|
|
109
|
+
- type: directory
|
|
110
|
+
value: src/Domain/.*
|
|
111
|
+
- name: Application
|
|
112
|
+
collectors:
|
|
113
|
+
- type: directory
|
|
114
|
+
value: src/Application/.*
|
|
115
|
+
- name: Infrastructure
|
|
116
|
+
collectors:
|
|
117
|
+
- type: directory
|
|
118
|
+
value: src/Infrastructure/.*
|
|
119
|
+
ruleset:
|
|
120
|
+
Domain: []
|
|
121
|
+
Application: [Domain]
|
|
122
|
+
Infrastructure: [Domain, Application]
|
|
123
|
+
```
|
|
124
|
+
|
|
125
|
+
- [ ] deptrac.yaml présent et configuré
|
|
126
|
+
- [ ] Aucune violation de dépendance détectée
|
|
127
|
+
- [ ] Domain complètement isolé
|
|
128
|
+
- [ ] Application ne dépend que du Domain
|
|
129
|
+
- [ ] Infrastructure peut dépendre de Domain et Application
|
|
130
|
+
|
|
131
|
+
**Points obtenus** : ___/5
|
|
132
|
+
|
|
133
|
+
### Étape 6 : Calcul du Score Architecture
|
|
134
|
+
|
|
135
|
+
**SCORE ARCHITECTURE** : ___/25 points
|
|
136
|
+
|
|
137
|
+
Détails :
|
|
138
|
+
- Structure des Couches : ___/5
|
|
139
|
+
- Séparation des Responsabilités : ___/5
|
|
140
|
+
- Entités et Value Objects : ___/5
|
|
141
|
+
- Aggregates et Repositories : ___/5
|
|
142
|
+
- Ports (Interfaces) : ___/2.5
|
|
143
|
+
- Adapters (Implémentations) : ___/2.5
|
|
144
|
+
- Deptrac : ___/5
|
|
145
|
+
|
|
146
|
+
### Étape 7 : Rapport Détaillé
|
|
147
|
+
|
|
148
|
+
```
|
|
149
|
+
=================================================
|
|
150
|
+
AUDIT ARCHITECTURE SYMFONY
|
|
151
|
+
=================================================
|
|
152
|
+
|
|
153
|
+
📊 SCORE : ___/25
|
|
154
|
+
|
|
155
|
+
📐 Structure des Couches : ___/5 [✅|⚠️|❌]
|
|
156
|
+
🔄 Séparation des Responsabilités : ___/5 [✅|⚠️|❌]
|
|
157
|
+
🎯 Entités et Value Objects : ___/5 [✅|⚠️|❌]
|
|
158
|
+
📦 Aggregates et Repositories : ___/5 [✅|⚠️|❌]
|
|
159
|
+
🔌 Ports (Interfaces) : ___/2.5 [✅|⚠️|❌]
|
|
160
|
+
🔧 Adapters (Implémentations) : ___/2.5 [✅|⚠️|❌]
|
|
161
|
+
🔍 Deptrac (Vérification dépendances) : ___/5 [✅|⚠️|❌]
|
|
162
|
+
|
|
163
|
+
=================================================
|
|
164
|
+
PROBLÈMES DÉTECTÉS
|
|
165
|
+
=================================================
|
|
166
|
+
|
|
167
|
+
[Liste des problèmes avec exemples de fichiers]
|
|
168
|
+
|
|
169
|
+
Exemples :
|
|
170
|
+
❌ src/Infrastructure/Repository/UserDoctrineRepository.php utilisé directement dans Controller
|
|
171
|
+
⚠️ src/Domain/Entity/User.php contient des annotations Doctrine
|
|
172
|
+
❌ Pas de séparation Domain/Application/Infrastructure
|
|
173
|
+
⚠️ Value Objects mutables détectés
|
|
174
|
+
❌ Deptrac n'est pas configuré
|
|
175
|
+
|
|
176
|
+
=================================================
|
|
177
|
+
TOP 3 ACTIONS PRIORITAIRES
|
|
178
|
+
=================================================
|
|
179
|
+
|
|
180
|
+
1. 🎯 [ACTION PRIORITAIRE] - Restructurer le projet selon Clean Architecture
|
|
181
|
+
Impact : ⭐⭐⭐⭐⭐ | Effort : 🔥🔥🔥🔥
|
|
182
|
+
|
|
183
|
+
2. 🎯 [ACTION PRIORITAIRE] - Créer les interfaces de Repository dans Domain
|
|
184
|
+
Impact : ⭐⭐⭐⭐ | Effort : 🔥🔥
|
|
185
|
+
|
|
186
|
+
3. 🎯 [ACTION PRIORITAIRE] - Configurer et exécuter Deptrac
|
|
187
|
+
Impact : ⭐⭐⭐ | Effort : 🔥
|
|
188
|
+
|
|
189
|
+
=================================================
|
|
190
|
+
RECOMMANDATIONS
|
|
191
|
+
=================================================
|
|
192
|
+
|
|
193
|
+
Architecture :
|
|
194
|
+
- Créer une structure Domain/Application/Infrastructure/Presentation
|
|
195
|
+
- Déplacer la logique métier des Controllers vers des Use Cases
|
|
196
|
+
- Isoler complètement le Domain des frameworks
|
|
197
|
+
|
|
198
|
+
DDD :
|
|
199
|
+
- Transformer les entités anémiques en Rich Domain Models
|
|
200
|
+
- Créer des Value Objects pour les concepts métier (Email, Money, etc.)
|
|
201
|
+
- Définir clairement les Aggregates et leurs limites
|
|
202
|
+
|
|
203
|
+
Hexagonal :
|
|
204
|
+
- Créer des interfaces pour tous les services externes
|
|
205
|
+
- Implémenter les Adapters dans Infrastructure
|
|
206
|
+
- Utiliser l'injection de dépendances pour connecter Ports et Adapters
|
|
207
|
+
|
|
208
|
+
Outils :
|
|
209
|
+
- Installer et configurer Deptrac : composer require --dev qossmic/deptrac-shim
|
|
210
|
+
- Créer deptrac.yaml avec les règles de dépendances
|
|
211
|
+
- Intégrer Deptrac dans la CI/CD
|
|
212
|
+
|
|
213
|
+
=================================================
|
|
214
|
+
```
|
|
215
|
+
|
|
216
|
+
## Commandes Docker Utiles
|
|
217
|
+
|
|
218
|
+
```bash
|
|
219
|
+
# Analyser la structure du projet
|
|
220
|
+
docker run --rm -v $(pwd):/app php:8.2-cli find /app/src -type d -maxdepth 2
|
|
221
|
+
|
|
222
|
+
# Vérifier les dépendances avec Deptrac
|
|
223
|
+
docker run --rm -v $(pwd):/app qossmic/deptrac analyse --no-progress
|
|
224
|
+
|
|
225
|
+
# Lister les classes par namespace
|
|
226
|
+
docker run --rm -v $(pwd):/app php:8.2-cli find /app/src -name "*.php" -exec grep -l "namespace" {} \;
|
|
227
|
+
|
|
228
|
+
# Vérifier la présence d'annotations Doctrine dans Domain
|
|
229
|
+
docker run --rm -v $(pwd):/app php:8.2-cli grep -r "@ORM" /app/src/Domain/ || echo "✅ Pas d'annotations ORM dans Domain"
|
|
230
|
+
```
|
|
231
|
+
|
|
232
|
+
## IMPORTANT
|
|
233
|
+
|
|
234
|
+
- Utilise TOUJOURS Docker pour les commandes
|
|
235
|
+
- Ne stocke JAMAIS de fichiers dans /tmp
|
|
236
|
+
- Fournis des exemples concrets de fichiers problématiques
|
|
237
|
+
- Suggère des refactorings progressifs et réalistes
|