specweave 1.0.350 → 1.0.352
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/bin/specweave.js +9 -0
- package/dist/plugins/specweave-ado/lib/ado-client-v2.d.ts +5 -0
- package/dist/plugins/specweave-ado/lib/ado-client-v2.d.ts.map +1 -1
- package/dist/plugins/specweave-ado/lib/ado-client-v2.js +61 -23
- package/dist/plugins/specweave-ado/lib/ado-client-v2.js.map +1 -1
- package/dist/plugins/specweave-ado/lib/ado-duplicate-detector.d.ts.map +1 -1
- package/dist/plugins/specweave-ado/lib/ado-duplicate-detector.js +3 -2
- package/dist/plugins/specweave-ado/lib/ado-duplicate-detector.js.map +1 -1
- package/dist/plugins/specweave-ado/lib/ado-profile-resolver.d.ts.map +1 -1
- package/dist/plugins/specweave-ado/lib/ado-profile-resolver.js +2 -1
- package/dist/plugins/specweave-ado/lib/ado-profile-resolver.js.map +1 -1
- package/dist/plugins/specweave-ado/lib/ado-spec-sync.d.ts +1 -1
- package/dist/plugins/specweave-ado/lib/ado-spec-sync.d.ts.map +1 -1
- package/dist/plugins/specweave-ado/lib/ado-spec-sync.js +25 -9
- package/dist/plugins/specweave-ado/lib/ado-spec-sync.js.map +1 -1
- package/dist/plugins/specweave-ado/lib/conflict-resolver.d.ts.map +1 -1
- package/dist/plugins/specweave-ado/lib/conflict-resolver.js +17 -1
- package/dist/plugins/specweave-ado/lib/conflict-resolver.js.map +1 -1
- package/dist/plugins/specweave-ado/lib/per-us-sync.d.ts +3 -0
- package/dist/plugins/specweave-ado/lib/per-us-sync.d.ts.map +1 -1
- package/dist/plugins/specweave-ado/lib/per-us-sync.js +14 -1
- package/dist/plugins/specweave-ado/lib/per-us-sync.js.map +1 -1
- package/dist/plugins/specweave-github/lib/github-client-v2.d.ts.map +1 -1
- package/dist/plugins/specweave-github/lib/github-client-v2.js +10 -7
- package/dist/plugins/specweave-github/lib/github-client-v2.js.map +1 -1
- package/dist/plugins/specweave-github/lib/github-client.d.ts +1 -1
- package/dist/plugins/specweave-github/lib/github-client.d.ts.map +1 -1
- package/dist/plugins/specweave-github/lib/github-client.js +7 -5
- package/dist/plugins/specweave-github/lib/github-client.js.map +1 -1
- package/dist/plugins/specweave-github/lib/github-cross-repo-sync.js +13 -3
- package/dist/plugins/specweave-github/lib/github-cross-repo-sync.js.map +1 -1
- package/dist/plugins/specweave-github/lib/github-feature-sync-cli.d.ts +24 -1
- package/dist/plugins/specweave-github/lib/github-feature-sync-cli.d.ts.map +1 -1
- package/dist/plugins/specweave-github/lib/github-feature-sync-cli.js +36 -20
- package/dist/plugins/specweave-github/lib/github-feature-sync-cli.js.map +1 -1
- package/dist/plugins/specweave-github/lib/github-feature-sync.d.ts +4 -2
- package/dist/plugins/specweave-github/lib/github-feature-sync.d.ts.map +1 -1
- package/dist/plugins/specweave-github/lib/github-feature-sync.js +38 -9
- package/dist/plugins/specweave-github/lib/github-feature-sync.js.map +1 -1
- package/dist/plugins/specweave-github/lib/github-graphql-client.d.ts +1 -0
- package/dist/plugins/specweave-github/lib/github-graphql-client.d.ts.map +1 -1
- package/dist/plugins/specweave-github/lib/github-graphql-client.js +32 -22
- package/dist/plugins/specweave-github/lib/github-graphql-client.js.map +1 -1
- package/dist/plugins/specweave-github/lib/github-spec-frontmatter-updater.js +144 -8
- package/dist/plugins/specweave-github/lib/github-spec-frontmatter-updater.js.map +1 -1
- package/dist/plugins/specweave-github/lib/github-spec-sync.d.ts +8 -1
- package/dist/plugins/specweave-github/lib/github-spec-sync.d.ts.map +1 -1
- package/dist/plugins/specweave-github/lib/github-spec-sync.js +94 -24
- package/dist/plugins/specweave-github/lib/github-spec-sync.js.map +1 -1
- package/dist/plugins/specweave-github/lib/github-sync-orchestrator.d.ts +1 -0
- package/dist/plugins/specweave-github/lib/github-sync-orchestrator.d.ts.map +1 -1
- package/dist/plugins/specweave-github/lib/github-sync-orchestrator.js +2 -1
- package/dist/plugins/specweave-github/lib/github-sync-orchestrator.js.map +1 -1
- package/dist/plugins/specweave-github/lib/github-us-auto-closer.d.ts.map +1 -1
- package/dist/plugins/specweave-github/lib/github-us-auto-closer.js +25 -0
- package/dist/plugins/specweave-github/lib/github-us-auto-closer.js.map +1 -1
- package/dist/plugins/specweave-github/lib/per-us-sync.d.ts +3 -0
- package/dist/plugins/specweave-github/lib/per-us-sync.d.ts.map +1 -1
- package/dist/plugins/specweave-github/lib/per-us-sync.js +29 -9
- package/dist/plugins/specweave-github/lib/per-us-sync.js.map +1 -1
- package/dist/plugins/specweave-jira/lib/content-format-adapter.d.ts +59 -0
- package/dist/plugins/specweave-jira/lib/content-format-adapter.d.ts.map +1 -0
- package/dist/plugins/specweave-jira/lib/content-format-adapter.js +159 -0
- package/dist/plugins/specweave-jira/lib/content-format-adapter.js.map +1 -0
- package/dist/plugins/specweave-jira/lib/jira-deployment-detector.d.ts +45 -0
- package/dist/plugins/specweave-jira/lib/jira-deployment-detector.d.ts.map +1 -0
- package/dist/plugins/specweave-jira/lib/jira-deployment-detector.js +92 -0
- package/dist/plugins/specweave-jira/lib/jira-deployment-detector.js.map +1 -0
- package/dist/plugins/specweave-jira/lib/jira-duplicate-detector.d.ts.map +1 -1
- package/dist/plugins/specweave-jira/lib/jira-duplicate-detector.js +13 -28
- package/dist/plugins/specweave-jira/lib/jira-duplicate-detector.js.map +1 -1
- package/dist/plugins/specweave-jira/lib/jira-epic-sync.d.ts +2 -1
- package/dist/plugins/specweave-jira/lib/jira-epic-sync.d.ts.map +1 -1
- package/dist/plugins/specweave-jira/lib/jira-epic-sync.js +19 -7
- package/dist/plugins/specweave-jira/lib/jira-epic-sync.js.map +1 -1
- package/dist/plugins/specweave-jira/lib/jira-field-discovery.d.ts +47 -0
- package/dist/plugins/specweave-jira/lib/jira-field-discovery.d.ts.map +1 -0
- package/dist/plugins/specweave-jira/lib/jira-field-discovery.js +110 -0
- package/dist/plugins/specweave-jira/lib/jira-field-discovery.js.map +1 -0
- package/dist/plugins/specweave-jira/lib/jira-paginated-search.d.ts +26 -0
- package/dist/plugins/specweave-jira/lib/jira-paginated-search.d.ts.map +1 -0
- package/dist/plugins/specweave-jira/lib/jira-paginated-search.js +77 -0
- package/dist/plugins/specweave-jira/lib/jira-paginated-search.js.map +1 -0
- package/dist/plugins/specweave-jira/lib/jira-spec-commit-sync.d.ts.map +1 -1
- package/dist/plugins/specweave-jira/lib/jira-spec-commit-sync.js +5 -3
- package/dist/plugins/specweave-jira/lib/jira-spec-commit-sync.js.map +1 -1
- package/dist/plugins/specweave-jira/lib/jira-spec-sync.d.ts +17 -2
- package/dist/plugins/specweave-jira/lib/jira-spec-sync.d.ts.map +1 -1
- package/dist/plugins/specweave-jira/lib/jira-spec-sync.js +103 -33
- package/dist/plugins/specweave-jira/lib/jira-spec-sync.js.map +1 -1
- package/dist/plugins/specweave-jira/lib/jira-status-sync.d.ts +4 -0
- package/dist/plugins/specweave-jira/lib/jira-status-sync.d.ts.map +1 -1
- package/dist/plugins/specweave-jira/lib/jira-status-sync.js +19 -6
- package/dist/plugins/specweave-jira/lib/jira-status-sync.js.map +1 -1
- package/dist/plugins/specweave-jira/lib/metadata-paths.d.ts +29 -0
- package/dist/plugins/specweave-jira/lib/metadata-paths.d.ts.map +1 -0
- package/dist/plugins/specweave-jira/lib/metadata-paths.js +73 -0
- package/dist/plugins/specweave-jira/lib/metadata-paths.js.map +1 -0
- package/dist/plugins/specweave-jira/lib/reorganization-detector.d.ts +15 -2
- package/dist/plugins/specweave-jira/lib/reorganization-detector.d.ts.map +1 -1
- package/dist/plugins/specweave-jira/lib/reorganization-detector.js +121 -33
- package/dist/plugins/specweave-jira/lib/reorganization-detector.js.map +1 -1
- package/dist/src/cli/commands/init.d.ts.map +1 -1
- package/dist/src/cli/commands/init.js +23 -18
- package/dist/src/cli/commands/init.js.map +1 -1
- package/dist/src/cli/commands/sync-progress.d.ts +6 -0
- package/dist/src/cli/commands/sync-progress.d.ts.map +1 -1
- package/dist/src/cli/commands/sync-progress.js +37 -0
- package/dist/src/cli/commands/sync-progress.js.map +1 -1
- package/dist/src/cli/commands/sync-task.d.ts +16 -0
- package/dist/src/cli/commands/sync-task.d.ts.map +1 -0
- package/dist/src/cli/commands/sync-task.js +42 -0
- package/dist/src/cli/commands/sync-task.js.map +1 -0
- package/dist/src/cli/helpers/init/instruction-file-merger.js +3 -3
- package/dist/src/cli/helpers/init/instruction-file-merger.js.map +1 -1
- package/dist/src/core/hooks/LifecycleHookDispatcher.d.ts +9 -1
- package/dist/src/core/hooks/LifecycleHookDispatcher.d.ts.map +1 -1
- package/dist/src/core/hooks/LifecycleHookDispatcher.js +26 -8
- package/dist/src/core/hooks/LifecycleHookDispatcher.js.map +1 -1
- package/dist/src/core/increment/metadata-manager.d.ts +13 -0
- package/dist/src/core/increment/metadata-manager.d.ts.map +1 -1
- package/dist/src/core/increment/metadata-manager.js +144 -17
- package/dist/src/core/increment/metadata-manager.js.map +1 -1
- package/dist/src/core/increment/status-change-sync-trigger.d.ts +1 -1
- package/dist/src/core/increment/status-change-sync-trigger.d.ts.map +1 -1
- package/dist/src/core/increment/status-change-sync-trigger.js +2 -1
- package/dist/src/core/increment/status-change-sync-trigger.js.map +1 -1
- package/dist/src/core/increment/status-commands.d.ts.map +1 -1
- package/dist/src/core/increment/status-commands.js +33 -11
- package/dist/src/core/increment/status-commands.js.map +1 -1
- package/dist/src/core/repo-structure/repo-structure-manager.d.ts.map +1 -1
- package/dist/src/core/repo-structure/repo-structure-manager.js +2 -1
- package/dist/src/core/repo-structure/repo-structure-manager.js.map +1 -1
- package/dist/src/locales/de/cli.json +252 -77
- package/dist/src/locales/en/cli.json +7 -0
- package/dist/src/locales/es/cli.json +245 -3
- package/dist/src/locales/fr/cli.json +259 -84
- package/dist/src/locales/ja/cli.json +253 -78
- package/dist/src/locales/ko/cli.json +253 -78
- package/dist/src/locales/pt/cli.json +252 -77
- package/dist/src/locales/ru/cli.json +17 -3
- package/dist/src/locales/zh/cli.json +258 -83
- package/dist/src/sync/ado-reconciler.d.ts.map +1 -1
- package/dist/src/sync/ado-reconciler.js +5 -1
- package/dist/src/sync/ado-reconciler.js.map +1 -1
- package/dist/src/sync/base-reconciler.d.ts.map +1 -1
- package/dist/src/sync/base-reconciler.js +6 -1
- package/dist/src/sync/base-reconciler.js.map +1 -1
- package/dist/src/sync/config.d.ts +4 -0
- package/dist/src/sync/config.d.ts.map +1 -1
- package/dist/src/sync/config.js +6 -4
- package/dist/src/sync/config.js.map +1 -1
- package/dist/src/sync/external-issue-auto-creator.d.ts +3 -0
- package/dist/src/sync/external-issue-auto-creator.d.ts.map +1 -1
- package/dist/src/sync/external-issue-auto-creator.js +53 -17
- package/dist/src/sync/external-issue-auto-creator.js.map +1 -1
- package/dist/src/sync/external-item-sync-service.d.ts +9 -0
- package/dist/src/sync/external-item-sync-service.d.ts.map +1 -1
- package/dist/src/sync/external-item-sync-service.js +210 -9
- package/dist/src/sync/external-item-sync-service.js.map +1 -1
- package/dist/src/sync/github-reconciler.d.ts +30 -0
- package/dist/src/sync/github-reconciler.d.ts.map +1 -1
- package/dist/src/sync/github-reconciler.js +242 -3
- package/dist/src/sync/github-reconciler.js.map +1 -1
- package/dist/src/sync/jira-reconciler.d.ts.map +1 -1
- package/dist/src/sync/jira-reconciler.js +5 -1
- package/dist/src/sync/jira-reconciler.js.map +1 -1
- package/dist/src/sync/provider-router.d.ts.map +1 -1
- package/dist/src/sync/provider-router.js +2 -1
- package/dist/src/sync/provider-router.js.map +1 -1
- package/dist/src/sync/providers/ado.d.ts +4 -0
- package/dist/src/sync/providers/ado.d.ts.map +1 -1
- package/dist/src/sync/providers/ado.js +36 -11
- package/dist/src/sync/providers/ado.js.map +1 -1
- package/dist/src/sync/providers/github.d.ts.map +1 -1
- package/dist/src/sync/providers/github.js +48 -35
- package/dist/src/sync/providers/github.js.map +1 -1
- package/dist/src/sync/providers/jira.d.ts.map +1 -1
- package/dist/src/sync/providers/jira.js +42 -26
- package/dist/src/sync/providers/jira.js.map +1 -1
- package/dist/src/sync/status-mapper.d.ts +3 -1
- package/dist/src/sync/status-mapper.d.ts.map +1 -1
- package/dist/src/sync/status-mapper.js +10 -2
- package/dist/src/sync/status-mapper.js.map +1 -1
- package/dist/src/sync/sync-coordinator.d.ts.map +1 -1
- package/dist/src/sync/sync-coordinator.js +29 -19
- package/dist/src/sync/sync-coordinator.js.map +1 -1
- package/package.json +1 -1
- package/plugins/specweave/hooks/v2/guards/task-ac-sync-guard.sh +31 -0
- package/plugins/specweave/lib/vendor/core/increment/metadata-manager.d.ts +13 -0
- package/plugins/specweave/lib/vendor/core/increment/metadata-manager.js +144 -17
- package/plugins/specweave/lib/vendor/core/increment/metadata-manager.js.map +1 -1
- package/plugins/specweave/lib/vendor/sync/github-reconciler.d.ts +30 -0
- package/plugins/specweave/lib/vendor/sync/github-reconciler.js +242 -3
- package/plugins/specweave/lib/vendor/sync/github-reconciler.js.map +1 -1
- package/plugins/specweave/skills/architect/SKILL.md +2 -0
- package/plugins/specweave/skills/grill/SKILL.md +2 -0
- package/plugins/specweave/skills/team-lead/SKILL.md +43 -320
- package/plugins/specweave/skills/team-lead/agents/backend.md +60 -0
- package/plugins/specweave/skills/team-lead/agents/database.md +51 -0
- package/plugins/specweave/skills/team-lead/agents/frontend.md +61 -0
- package/plugins/specweave/skills/team-lead/agents/security.md +52 -0
- package/plugins/specweave/skills/team-lead/agents/testing.md +57 -0
- package/plugins/specweave/skills/test-aware-planner/SKILL.md +2 -0
- package/plugins/specweave-ado/hooks/post-task-completion.sh +2 -2
- package/plugins/specweave-ado/lib/ado-client-v2.js +51 -21
- package/plugins/specweave-ado/lib/ado-client-v2.ts +62 -23
- package/plugins/specweave-ado/lib/ado-duplicate-detector.js +4 -4
- package/plugins/specweave-ado/lib/ado-duplicate-detector.ts +4 -3
- package/plugins/specweave-ado/lib/ado-hierarchical-sync.js +54 -12
- package/plugins/specweave-ado/lib/ado-hierarchical-sync.ts +88 -18
- package/plugins/specweave-ado/lib/ado-profile-resolver.js +1 -1
- package/plugins/specweave-ado/lib/ado-profile-resolver.ts +3 -1
- package/plugins/specweave-ado/lib/ado-spec-sync.js +22 -9
- package/plugins/specweave-ado/lib/ado-spec-sync.ts +27 -9
- package/plugins/specweave-ado/lib/conflict-resolver.js +17 -1
- package/plugins/specweave-ado/lib/conflict-resolver.ts +17 -1
- package/plugins/specweave-ado/lib/enhanced-ado-sync.js +11 -1
- package/plugins/specweave-ado/lib/per-us-sync.js +8 -1
- package/plugins/specweave-ado/lib/per-us-sync.ts +17 -2
- package/plugins/specweave-github/hooks/github-auto-create-handler.sh +28 -2
- package/plugins/specweave-github/hooks/post-task-completion.sh +6 -3
- package/plugins/specweave-github/lib/enhanced-github-sync.js +35 -6
- package/plugins/specweave-github/lib/github-board-resolver.js +4 -4
- package/plugins/specweave-github/lib/github-board-resolver.ts +4 -4
- package/plugins/specweave-github/lib/github-client-v2.js +6 -6
- package/plugins/specweave-github/lib/github-client-v2.ts +11 -7
- package/plugins/specweave-github/lib/github-client.js +5 -4
- package/plugins/specweave-github/lib/github-client.ts +7 -5
- package/plugins/specweave-github/lib/github-cross-repo-sync.js +17 -3
- package/plugins/specweave-github/lib/github-cross-repo-sync.ts +16 -3
- package/plugins/specweave-github/lib/github-feature-sync-cli.js +20 -11
- package/plugins/specweave-github/lib/github-feature-sync-cli.ts +42 -20
- package/plugins/specweave-github/lib/github-feature-sync.js +32 -8
- package/plugins/specweave-github/lib/github-feature-sync.ts +41 -9
- package/plugins/specweave-github/lib/github-graphql-client.js +29 -20
- package/plugins/specweave-github/lib/github-graphql-client.ts +34 -22
- package/plugins/specweave-github/lib/github-hierarchical-sync.js +2 -2
- package/plugins/specweave-github/lib/github-hierarchical-sync.ts +2 -2
- package/plugins/specweave-github/lib/github-multi-project-sync.js +23 -7
- package/plugins/specweave-github/lib/github-multi-project-sync.ts +26 -8
- package/plugins/specweave-github/lib/github-spec-frontmatter-updater.js +110 -5
- package/plugins/specweave-github/lib/github-spec-frontmatter-updater.ts +135 -9
- package/plugins/specweave-github/lib/github-spec-sync.js +85 -24
- package/plugins/specweave-github/lib/github-spec-sync.ts +100 -26
- package/plugins/specweave-github/lib/github-sync-orchestrator.js +2 -1
- package/plugins/specweave-github/lib/github-sync-orchestrator.ts +3 -1
- package/plugins/specweave-github/lib/github-us-auto-closer.js +25 -0
- package/plugins/specweave-github/lib/github-us-auto-closer.ts +43 -0
- package/plugins/specweave-github/lib/per-us-sync.js +26 -11
- package/plugins/specweave-github/lib/per-us-sync.ts +29 -11
- package/plugins/specweave-jira/hooks/post-task-completion.sh +2 -1
- package/plugins/specweave-jira/lib/content-format-adapter.js +116 -0
- package/plugins/specweave-jira/lib/content-format-adapter.ts +189 -0
- package/plugins/specweave-jira/lib/enhanced-jira-sync.js +21 -5
- package/plugins/specweave-jira/lib/jira-deployment-detector.js +63 -0
- package/plugins/specweave-jira/lib/jira-deployment-detector.ts +113 -0
- package/plugins/specweave-jira/lib/jira-duplicate-detector.js +12 -29
- package/plugins/specweave-jira/lib/jira-duplicate-detector.ts +13 -27
- package/plugins/specweave-jira/lib/jira-epic-sync.js +15 -5
- package/plugins/specweave-jira/lib/jira-epic-sync.ts +22 -7
- package/plugins/specweave-jira/lib/jira-field-discovery.js +76 -0
- package/plugins/specweave-jira/lib/jira-field-discovery.ts +139 -0
- package/plugins/specweave-jira/lib/jira-hierarchical-sync.js +10 -0
- package/plugins/specweave-jira/lib/jira-hierarchical-sync.ts +11 -0
- package/plugins/specweave-jira/lib/jira-multi-project-sync.js +19 -9
- package/plugins/specweave-jira/lib/jira-multi-project-sync.ts +25 -14
- package/plugins/specweave-jira/lib/jira-paginated-search.js +55 -0
- package/plugins/specweave-jira/lib/jira-paginated-search.ts +108 -0
- package/plugins/specweave-jira/lib/jira-spec-commit-sync.js +5 -3
- package/plugins/specweave-jira/lib/jira-spec-commit-sync.ts +5 -3
- package/plugins/specweave-jira/lib/jira-spec-sync.js +102 -31
- package/plugins/specweave-jira/lib/jira-spec-sync.ts +123 -45
- package/plugins/specweave-jira/lib/jira-status-sync.js +18 -5
- package/plugins/specweave-jira/lib/jira-status-sync.ts +21 -6
- package/plugins/specweave-jira/lib/metadata-paths.js +38 -0
- package/plugins/specweave-jira/lib/metadata-paths.ts +73 -0
- package/plugins/specweave-jira/lib/reorganization-detector.js +101 -23
- package/plugins/specweave-jira/lib/reorganization-detector.ts +125 -35
- package/plugins/specweave-jira/scripts/refresh-cache.js +1 -1
- package/plugins/specweave-jira/scripts/refresh-cache.ts +2 -2
- package/plugins/specweave-jira/skills/jira-resource-validator/SKILL.md +3 -5
|
@@ -1,52 +1,84 @@
|
|
|
1
1
|
{
|
|
2
2
|
"init": {
|
|
3
|
-
"welcome": "🚀 SpecWeave
|
|
4
|
-
"projectName": "
|
|
5
|
-
"projectNamePrompt": "
|
|
3
|
+
"welcome": "🚀 Initialisation de SpecWeave",
|
|
4
|
+
"projectName": "Nom du projet :",
|
|
5
|
+
"projectNamePrompt": "Nom du projet (pour les modeles) :",
|
|
6
6
|
"projectNameDefault": "my-saas",
|
|
7
|
-
"detectingTool": "
|
|
8
|
-
"foundClaude": "✅
|
|
9
|
-
"foundCursor": "✅
|
|
10
|
-
"foundCopilot": "✅
|
|
11
|
-
"noToolDetected": "
|
|
12
|
-
"complete": "✨
|
|
13
|
-
"claudeNativeComplete": "✨ Claude Code
|
|
14
|
-
"claudeNativeBenefits": "✅
|
|
15
|
-
"projectSuccess": "SpecWeave
|
|
16
|
-
"readyToBuild": "🚀
|
|
7
|
+
"detectingTool": "Detection de l'outil IA...",
|
|
8
|
+
"foundClaude": "✅ Claude Code detecte",
|
|
9
|
+
"foundCursor": "✅ Cursor detecte",
|
|
10
|
+
"foundCopilot": "✅ GitHub Copilot detecte",
|
|
11
|
+
"noToolDetected": "Aucun outil IA detecte, utilisation de l'adaptateur generique",
|
|
12
|
+
"complete": "✨ Initialisation terminee !",
|
|
13
|
+
"claudeNativeComplete": "✨ Installation native de Claude Code terminee !",
|
|
14
|
+
"claudeNativeBenefits": "✅ Les skills, agents et hooks natifs fonctionnent immediatement",
|
|
15
|
+
"projectSuccess": "Projet SpecWeave cree avec succes !",
|
|
16
|
+
"readyToBuild": "🚀 Pret a developper avec SpecWeave !",
|
|
17
|
+
"nestedCdCommand": "cd {{path}}",
|
|
18
|
+
"nestedIncCommand": "/sw:increment \"your-feature\"",
|
|
19
|
+
"pluginEnableLater": "Vous pouvez activer les plugins plus tard avec : specweave plugin enable <name>",
|
|
20
|
+
"genericError": "Erreur :",
|
|
17
21
|
"errors": {
|
|
18
|
-
"invalidName": "
|
|
19
|
-
"alreadyExists": ".specweave
|
|
20
|
-
"cancelled": "❌
|
|
21
|
-
"invalidLanguage": "❌
|
|
22
|
-
"supportedLanguages": "
|
|
23
|
-
"nestedNotSupported": "❌
|
|
24
|
-
"parentFound": "
|
|
25
|
-
"projectCreationFailed": "
|
|
26
|
-
"commandsCopyFailed": "❌
|
|
27
|
-
"agentsCopyFailed": "❌
|
|
28
|
-
"skillsCopyFailed": "❌
|
|
29
|
-
"hooksCopyFailed": "❌
|
|
22
|
+
"invalidName": "Le nom du projet ne doit contenir que des lettres minuscules, des chiffres et des tirets",
|
|
23
|
+
"alreadyExists": "Le repertoire .specweave existe deja",
|
|
24
|
+
"cancelled": "❌ Initialisation annulee",
|
|
25
|
+
"invalidLanguage": "❌ Langue invalide : {{language}}",
|
|
26
|
+
"supportedLanguages": "Langues prises en charge : {{languages}}",
|
|
27
|
+
"nestedNotSupported": "❌ Les dossiers .specweave/ imbriques ne sont PAS pris en charge !",
|
|
28
|
+
"parentFound": "Dossier .specweave/ parent trouve a :",
|
|
29
|
+
"projectCreationFailed": "Echec de la creation du projet",
|
|
30
|
+
"commandsCopyFailed": "❌ Echec de la copie des commandes : {{error}}",
|
|
31
|
+
"agentsCopyFailed": "❌ Echec de la copie des agents : {{error}}",
|
|
32
|
+
"skillsCopyFailed": "❌ Echec de la copie des skills : {{error}}",
|
|
33
|
+
"hooksCopyFailed": "❌ Echec de la copie des hooks : {{error}}",
|
|
34
|
+
"templatesNotFound": "❌ Erreur : Repertoire de modeles introuvable a : {{path}}",
|
|
35
|
+
"packageRoot": "Racine du paquet : {{root}}",
|
|
36
|
+
"tryingAlternate": "Tentative d'emplacements alternatifs...",
|
|
37
|
+
"foundTemplatesAt": "✓ Modeles trouves a : {{path}}",
|
|
38
|
+
"sourceNotFound": "❌ Erreur : Repertoire source {{type}} introuvable",
|
|
39
|
+
"expectedAt": "Attendu a : {{path}}",
|
|
40
|
+
"dirname": "__dirname : {{path}}",
|
|
41
|
+
"couldNotFindRoot": "Impossible de trouver la racine du paquet (recherche de package.json avec name=\"specweave\")",
|
|
42
|
+
"sourceEmpty": "❌ Erreur : Le repertoire source {{type}} est vide",
|
|
43
|
+
"directory": "Repertoire : {{path}}",
|
|
44
|
+
"installationIssue": "Cela indique un probleme d'installation du paquet.",
|
|
45
|
+
"errorCopying": "❌ Erreur lors de la copie de {{type}} : {{error}}",
|
|
46
|
+
"source": "Source : {{path}}",
|
|
47
|
+
"target": "Cible : {{path}}"
|
|
30
48
|
},
|
|
31
49
|
"warnings": {
|
|
32
|
-
"invalidDirName": "⚠️
|
|
33
|
-
"directoryNotEmpty": "⚠️
|
|
34
|
-
"skillsIndexWarning": "⚠️
|
|
35
|
-
"skillsIndexNote": "
|
|
50
|
+
"invalidDirName": "⚠️ Le nom du repertoire actuel '{{dirName}}' contient des caracteres invalides.",
|
|
51
|
+
"directoryNotEmpty": "⚠️ Le repertoire actuel contient {{count}} fichier{{plural}}.",
|
|
52
|
+
"skillsIndexWarning": "⚠️ Avertissement : Impossible de generer l'index des skills : {{error}}",
|
|
53
|
+
"skillsIndexNote": "Les skills fonctionneront toujours, mais une indexation manuelle peut etre necessaire.",
|
|
54
|
+
"marketplaceCopyFailed": "⚠️ Avertissement : Impossible de copier le marketplace des plugins",
|
|
55
|
+
"marketplaceNotFound": "⚠️ Avertissement : Marketplace des plugins introuvable",
|
|
56
|
+
"pluginAutoSetupFailed": "⚠️ Avertissement : Impossible de configurer l'enregistrement automatique des plugins",
|
|
57
|
+
"pluginAutoInstallFailed": "L'installation automatique des plugins a echoue (CLI claude non disponible)"
|
|
36
58
|
},
|
|
37
59
|
"prompts": {
|
|
38
|
-
"confirmInitInCurrent": "
|
|
39
|
-
"overwriteSpecweave": ".specweave
|
|
40
|
-
"overwriteDirectory": "
|
|
41
|
-
"enablePlugins": "
|
|
60
|
+
"confirmInitInCurrent": "Initialiser SpecWeave dans le repertoire actuel ?",
|
|
61
|
+
"overwriteSpecweave": "Le repertoire .specweave existe deja. Ecraser ?",
|
|
62
|
+
"overwriteDirectory": "Le repertoire {{projectName}} existe deja. Ecraser ?",
|
|
63
|
+
"enablePlugins": "Activer les plugins suggeres maintenant ?"
|
|
64
|
+
},
|
|
65
|
+
"gitHooks": {
|
|
66
|
+
"prompt": "Installer les hooks git pour le controle qualite ?"
|
|
67
|
+
},
|
|
68
|
+
"maturity": {
|
|
69
|
+
"question": "Est-ce un nouveau projet ou un projet existant ?",
|
|
70
|
+
"greenfield": "Nouveau projet (greenfield)",
|
|
71
|
+
"greenfieldDesc": "Partir de zero, pas de code existant",
|
|
72
|
+
"brownfield": "Projet existant (brownfield)",
|
|
73
|
+
"brownfieldDesc": "A du code, des dependances ou des depots existants"
|
|
42
74
|
},
|
|
43
75
|
"toolDetection": {
|
|
44
|
-
"header": "
|
|
45
|
-
"detected": "
|
|
46
|
-
"confirmPrompt": "Utiliser {{tool}} pour ce projet?",
|
|
47
|
-
"ciAutoConfirm": "Environnement CI
|
|
48
|
-
"selectPrompt": "Quel outil IA allez-vous utiliser?",
|
|
49
|
-
"recommended": "
|
|
76
|
+
"header": "Detection de l'outil IA",
|
|
77
|
+
"detected": "Detecte : {{tool}}",
|
|
78
|
+
"confirmPrompt": "Utiliser {{tool}} pour ce projet ?",
|
|
79
|
+
"ciAutoConfirm": "Environnement CI detecte - confirmation automatique de {{tool}}",
|
|
80
|
+
"selectPrompt": "Quel outil IA allez-vous utiliser ?",
|
|
81
|
+
"recommended": "Recommande - Automatisation complete",
|
|
50
82
|
"tools": {
|
|
51
83
|
"claude": "Claude Code",
|
|
52
84
|
"cursor": "Cursor",
|
|
@@ -55,68 +87,211 @@
|
|
|
55
87
|
}
|
|
56
88
|
},
|
|
57
89
|
"info": {
|
|
58
|
-
"nestedEnforcement": "SpecWeave
|
|
59
|
-
"nestedBullet1": "•
|
|
60
|
-
"nestedBullet2": "•
|
|
61
|
-
"nestedBullet3": "•
|
|
62
|
-
"nestedToFix": "
|
|
63
|
-
"suggestedPlugins": "💡
|
|
64
|
-
"copiedFiles": "✓
|
|
65
|
-
"copiedAgents": "✓
|
|
66
|
-
"copiedSkills": "✓
|
|
67
|
-
"copiedHooks": "✓
|
|
90
|
+
"nestedEnforcement": "SpecWeave impose une source de verite unique :",
|
|
91
|
+
"nestedBullet1": "• Utilisez le dossier parent pour tous les increments",
|
|
92
|
+
"nestedBullet2": "• Les increments peuvent couvrir plusieurs sous-repertoires",
|
|
93
|
+
"nestedBullet3": "• Voir la section CLAUDE.md \"Root-Level .specweave/ Folder\"",
|
|
94
|
+
"nestedToFix": "Pour corriger :",
|
|
95
|
+
"suggestedPlugins": "💡 Plugins suggeres :",
|
|
96
|
+
"copiedFiles": "✓ {{count}} fichiers de commandes copies",
|
|
97
|
+
"copiedAgents": "✓ {{count}} repertoires d'agents copies",
|
|
98
|
+
"copiedSkills": "✓ {{count}} repertoires de skills copies",
|
|
99
|
+
"copiedHooks": "✓ {{count}} fichiers de hooks copies",
|
|
100
|
+
"pluginAutoSetupDetails": "Claude Code chargera automatiquement le marketplace SpecWeave lorsque vous ferez confiance a ce dossier",
|
|
101
|
+
"manualInstallInstructions": "Executer manuellement : /plugin install specweave",
|
|
102
|
+
"ciSkipPlugins": "Environnement CI detecte - activation des plugins ignoree (peut etre configure manuellement plus tard)"
|
|
103
|
+
},
|
|
104
|
+
"success": {
|
|
105
|
+
"pluginAutoSetup": "Marketplace des plugins configure pour le chargement automatique",
|
|
106
|
+
"pluginAutoInstall": "Commandes slash disponibles immediatement (aucun redemarrage necessaire !)"
|
|
68
107
|
},
|
|
69
108
|
"progress": {
|
|
70
|
-
"creatingProject": "
|
|
71
|
-
"detected": "
|
|
72
|
-
"usingTool": "
|
|
73
|
-
"directoryCreated": "
|
|
74
|
-
"templatesCopied": "
|
|
75
|
-
"installingComponents": "
|
|
76
|
-
"commandsInstalled": "
|
|
77
|
-
"agentsInstalled": "Agents
|
|
78
|
-
"skillsInstalled": "Skills
|
|
79
|
-
"hooksInstalled": "Hooks
|
|
80
|
-
"generatingIndex": "
|
|
81
|
-
"indexGenerated": "
|
|
82
|
-
"installingAdapter": "
|
|
83
|
-
"projectSuccess": "SpecWeave
|
|
84
|
-
"detectingPlugins": "
|
|
85
|
-
"detectedPlugins": "
|
|
86
|
-
"enablingPlugins": "
|
|
87
|
-
"enabledPlugin": "
|
|
88
|
-
"pluginsEnabled": "Plugins
|
|
109
|
+
"creatingProject": "Creation du projet SpecWeave...",
|
|
110
|
+
"detected": "{{tool}} detecte...",
|
|
111
|
+
"usingTool": "Utilisation de {{tool}}...",
|
|
112
|
+
"directoryCreated": "Structure de repertoires creee...",
|
|
113
|
+
"templatesCopied": "Modeles de base copies...",
|
|
114
|
+
"installingComponents": "Installation des composants Claude Code...",
|
|
115
|
+
"commandsInstalled": "Commandes slash installees...",
|
|
116
|
+
"agentsInstalled": "Agents installes...",
|
|
117
|
+
"skillsInstalled": "Skills installes...",
|
|
118
|
+
"hooksInstalled": "Hooks installes...",
|
|
119
|
+
"generatingIndex": "Generation de l'index des skills...",
|
|
120
|
+
"indexGenerated": "Index des skills genere...",
|
|
121
|
+
"installingAdapter": "Installation de l'adaptateur {{tool}}...",
|
|
122
|
+
"projectSuccess": "Projet SpecWeave cree avec succes !",
|
|
123
|
+
"detectingPlugins": "Detection des plugins...",
|
|
124
|
+
"detectedPlugins": "{{count}} plugins suggeres detectes",
|
|
125
|
+
"enablingPlugins": "Activation des plugins...",
|
|
126
|
+
"enabledPlugin": "{{plugin}} active",
|
|
127
|
+
"pluginsEnabled": "Plugins actives"
|
|
89
128
|
},
|
|
90
129
|
"nextSteps": {
|
|
91
|
-
"header": "🎯
|
|
130
|
+
"header": "🎯 Prochaines etapes :",
|
|
92
131
|
"cd": "cd {{projectName}}",
|
|
93
|
-
"footer": "🚀
|
|
94
|
-
"docsLink": "Documentation: https://spec-weave.com",
|
|
95
|
-
"githubLink": "GitHub: https://github.com/anton-abyzov/specweave"
|
|
132
|
+
"footer": "🚀 Pret a developper avec SpecWeave !",
|
|
133
|
+
"docsLink": "Documentation : https://spec-weave.com",
|
|
134
|
+
"githubLink": "GitHub : https://github.com/anton-abyzov/specweave",
|
|
135
|
+
"claude": {
|
|
136
|
+
"step1": "Ouvrez Claude Code dans ce repertoire",
|
|
137
|
+
"step2": "Installez le plugin core SpecWeave (REQUIS) :",
|
|
138
|
+
"installCore": "Executer : /plugin install specweave",
|
|
139
|
+
"step3": "Optionnel : Installez des plugins supplementaires selon vos besoins :",
|
|
140
|
+
"installGitHub": "/plugin install sw-github@specweave",
|
|
141
|
+
"installFrontend": "/plugin install frontend@vskill",
|
|
142
|
+
"step4": "Commencez a developper :",
|
|
143
|
+
"example": "\"/sw:increment 'user authentication'\"",
|
|
144
|
+
"autoActivate": "Les skills et agents s'activent automatiquement en fonction du contexte"
|
|
145
|
+
},
|
|
146
|
+
"cursor": {
|
|
147
|
+
"step1": "Ouvrez le projet dans Cursor",
|
|
148
|
+
"step2": "Dites : \"Create increment for [votre fonctionnalite]\"",
|
|
149
|
+
"guide": "Cursor lira .cursorrules et vous guidera",
|
|
150
|
+
"step3": "Utilisez les raccourcis @ :",
|
|
151
|
+
"shortcuts": "@increments, @docs, @strategy, @tests"
|
|
152
|
+
},
|
|
153
|
+
"copilot": {
|
|
154
|
+
"step1": "Ouvrez le projet dans VS Code avec Copilot",
|
|
155
|
+
"step2": "Copilot lira les instructions du workspace automatiquement",
|
|
156
|
+
"action": "Commencez a creer des dossiers et fichiers d'increments",
|
|
157
|
+
"step3": "Utilisez Copilot Chat pour obtenir des conseils :",
|
|
158
|
+
"example": "\"How do I create a spec.md?\""
|
|
159
|
+
},
|
|
160
|
+
"generic": {
|
|
161
|
+
"step1": "Lisez SPECWEAVE-MANUAL.md",
|
|
162
|
+
"step2": "Suivez les instructions etape par etape",
|
|
163
|
+
"compatibility": "Fonctionne avec N'IMPORTE QUEL outil IA (ChatGPT, Claude Web, Gemini)"
|
|
164
|
+
}
|
|
165
|
+
}
|
|
166
|
+
},
|
|
167
|
+
"plugin": {
|
|
168
|
+
"list": {
|
|
169
|
+
"header": "📦 Plugins SpecWeave",
|
|
170
|
+
"enabledHeader": "✅ Plugins actives :",
|
|
171
|
+
"enabledNone": "(aucun)",
|
|
172
|
+
"errorLoading": "(erreur de chargement)",
|
|
173
|
+
"availableHeader": "📚 Plugins disponibles :",
|
|
174
|
+
"availableNone": "(tous actives)",
|
|
175
|
+
"suggestedHeader": "💡 Plugins suggeres (detectes automatiquement) :",
|
|
176
|
+
"enableHint": "Executez `specweave plugin enable <name>` pour activer un plugin",
|
|
177
|
+
"statsFormat": "Skills : {{skills}}, Agents : {{agents}}, Commandes : {{commands}}",
|
|
178
|
+
"errorListing": "❌ Erreur lors du listage des plugins :"
|
|
179
|
+
},
|
|
180
|
+
"enable": {
|
|
181
|
+
"enablingPlugin": "🔌 Activation du plugin : {{name}}",
|
|
182
|
+
"alreadyEnabled": "⚠️ Le plugin {{name}} est deja active",
|
|
183
|
+
"useForce": "Utilisez --force pour reinstaller",
|
|
184
|
+
"success": "✅ Plugin {{name}} active avec succes !",
|
|
185
|
+
"installed": "Installe :",
|
|
186
|
+
"skills": "Skills : {{names}}",
|
|
187
|
+
"agents": "Agents : {{names}}",
|
|
188
|
+
"commands": "Commandes : {{names}}",
|
|
189
|
+
"installedTo": "Plugin installe dans : {{location}}",
|
|
190
|
+
"restartClaude": "⚠️ Redemarrez Claude Code pour activer le nouveau plugin",
|
|
191
|
+
"errorEnabling": "❌ Erreur lors de l'activation du plugin :"
|
|
192
|
+
},
|
|
193
|
+
"disable": {
|
|
194
|
+
"disablingPlugin": "🔌 Desactivation du plugin : {{name}}",
|
|
195
|
+
"notEnabled": "⚠️ Le plugin {{name}} n'est pas actuellement active",
|
|
196
|
+
"success": "✅ Plugin {{name}} desactive avec succes !",
|
|
197
|
+
"restartClaude": "⚠️ Redemarrez Claude Code pour desactiver le plugin",
|
|
198
|
+
"errorDisabling": "❌ Erreur lors de la desactivation du plugin :"
|
|
199
|
+
},
|
|
200
|
+
"info": {
|
|
201
|
+
"header": "📋 Informations sur le plugin : {{name}}",
|
|
202
|
+
"notFound": "❌ Plugin {{name}} introuvable",
|
|
203
|
+
"listHint": "Executez `specweave plugin list --available` pour voir les plugins disponibles",
|
|
204
|
+
"name": "Nom :",
|
|
205
|
+
"version": "Version :",
|
|
206
|
+
"description": "Description :",
|
|
207
|
+
"author": "Auteur :",
|
|
208
|
+
"license": "Licence :",
|
|
209
|
+
"coreVersion": "Version SpecWeave Core :",
|
|
210
|
+
"status": "Statut :",
|
|
211
|
+
"statusEnabled": "✅ Active",
|
|
212
|
+
"statusDisabled": "⚪ Desactive",
|
|
213
|
+
"provides": "Fournit :",
|
|
214
|
+
"skillsFormat": "Skills : {{skills}}",
|
|
215
|
+
"agentsFormat": "Agents : {{agents}}",
|
|
216
|
+
"commandsFormat": "Commandes : {{commands}}",
|
|
217
|
+
"noneValue": "(aucun)",
|
|
218
|
+
"dependencies": "Dependances :",
|
|
219
|
+
"autoDetect": "Declencheurs de detection automatique :",
|
|
220
|
+
"autoDetectFiles": "Fichiers : {{files}}",
|
|
221
|
+
"autoDetectPackages": "Paquets : {{packages}}",
|
|
222
|
+
"autoDetectEnv": "Variables d'environnement : {{env}}",
|
|
223
|
+
"autoDetectGit": "Modele de remote Git : {{pattern}}",
|
|
224
|
+
"credits": "Credits :",
|
|
225
|
+
"basedOn": "Base sur : {{source}}",
|
|
226
|
+
"originalAuthor": "Auteur original : {{author}}",
|
|
227
|
+
"contributors": "Contributeurs : {{contributors}}",
|
|
228
|
+
"errorGettingInfo": "❌ Erreur lors de la recuperation des informations du plugin :"
|
|
229
|
+
},
|
|
230
|
+
"errors": {
|
|
231
|
+
"nameRequired": "❌ Nom du plugin requis pour la commande {{command}}",
|
|
232
|
+
"usageEnable": "Utilisation : specweave plugin enable <plugin-name>",
|
|
233
|
+
"usageDisable": "Utilisation : specweave plugin disable <plugin-name>",
|
|
234
|
+
"usageInfo": "Utilisation : specweave plugin info <plugin-name>",
|
|
235
|
+
"unknownAction": "❌ Action de plugin inconnue : {{action}}",
|
|
236
|
+
"validActions": "Actions valides : list, enable, disable, info"
|
|
96
237
|
}
|
|
97
238
|
},
|
|
239
|
+
"list": {
|
|
240
|
+
"header": "📋 Composants SpecWeave",
|
|
241
|
+
"agentsHeader": "🤖 Agents :",
|
|
242
|
+
"skillsHeader": "✨ Skills :",
|
|
243
|
+
"availableFormat": "Disponible dans SpecWeave : {{count}} {{type}}",
|
|
244
|
+
"agents": "agents",
|
|
245
|
+
"skills": "skills",
|
|
246
|
+
"noDescription": "Aucune description",
|
|
247
|
+
"noAgents": "⚠️ Aucun agent trouve dans src/agents/",
|
|
248
|
+
"noSkills": "⚠️ Aucun skill trouve dans src/skills/",
|
|
249
|
+
"hintInstalled": "Executez `specweave list --installed` pour voir les composants installes",
|
|
250
|
+
"hintInstall": "Executez `specweave install <name>` pour installer un composant specifique",
|
|
251
|
+
"localInstallation": "📁 Installation locale (.claude/) :",
|
|
252
|
+
"globalInstallation": "🌍 Installation globale (~/.claude/) :",
|
|
253
|
+
"noComponentsInstalled": "⚠️ Aucun composant installe",
|
|
254
|
+
"installPrompt": "Executez `specweave install` pour installer les composants"
|
|
255
|
+
},
|
|
256
|
+
"install": {
|
|
257
|
+
"header": "📦 Installation des composants SpecWeave",
|
|
258
|
+
"notFound": "❌ Composant \"{{name}}\" introuvable",
|
|
259
|
+
"listHint": "Executez `specweave list` pour voir les composants disponibles",
|
|
260
|
+
"complete": "✅ Installation terminee !",
|
|
261
|
+
"installedTo": "Installe dans : {{location}}",
|
|
262
|
+
"installingFormat": "Installation de {{type}} : {{name}}...",
|
|
263
|
+
"installedFormat": "{{type}} installe : {{name}}",
|
|
264
|
+
"failedFormat": "Echec de l'installation de {{type}} : {{name}}",
|
|
265
|
+
"noAgentsWarning": "⚠️ Aucun agent trouve dans src/agents/",
|
|
266
|
+
"noSkillsWarning": "⚠️ Aucun skill trouve dans src/skills/",
|
|
267
|
+
"installingCount": "📦 Installation de {{count}} {{type}}...",
|
|
268
|
+
"agent": "agent",
|
|
269
|
+
"agents": "agents",
|
|
270
|
+
"skill": "skill",
|
|
271
|
+
"skills": "skills"
|
|
272
|
+
},
|
|
98
273
|
"increment": {
|
|
99
|
-
"creating": "📝
|
|
100
|
-
"created": "✅ Increment {id}
|
|
101
|
-
"nextStepDo": "
|
|
274
|
+
"creating": "📝 Creation de l'increment : {name}",
|
|
275
|
+
"created": "✅ Increment {id} cree avec succes !",
|
|
276
|
+
"nextStepDo": "Suivant : Executez /sw:do pour commencer l'implementation",
|
|
102
277
|
"errors": {
|
|
103
|
-
"incompleteFound": "
|
|
278
|
+
"incompleteFound": "Impossible de creer un nouvel increment ! Des increments precedents sont incomplets"
|
|
104
279
|
}
|
|
105
280
|
},
|
|
106
281
|
"progress": {
|
|
107
|
-
"currentIncrement": "
|
|
108
|
-
"status": "
|
|
109
|
-
"completion": "
|
|
282
|
+
"currentIncrement": "Increment actuel : {id}",
|
|
283
|
+
"status": "Statut : {status}",
|
|
284
|
+
"completion": "Progression : {percent}%"
|
|
110
285
|
},
|
|
111
286
|
"translate": {
|
|
112
|
-
"translating": "🌐
|
|
113
|
-
"complete": "✅
|
|
287
|
+
"translating": "🌐 Traduction du contenu en {language}...",
|
|
288
|
+
"complete": "✅ Traduction terminee !"
|
|
114
289
|
},
|
|
115
290
|
"version": {
|
|
116
|
-
"current": "SpecWeave
|
|
291
|
+
"current": "Version de SpecWeave : {version}"
|
|
117
292
|
},
|
|
118
293
|
"errors": {
|
|
119
|
-
"fileNotFound": "❌
|
|
120
|
-
"invalidConfig": "❌
|
|
294
|
+
"fileNotFound": "❌ Fichier introuvable : {path}",
|
|
295
|
+
"invalidConfig": "❌ Configuration invalide : {error}"
|
|
121
296
|
}
|
|
122
297
|
}
|