@the-bearded-bear/claude-craft 8.8.1 → 8.8.2
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/Angular/commands/check-compliance.md +218 -168
- package/Dev/i18n/de/Common/agents/refactoring-specialist.md +146 -69
- package/Dev/i18n/de/Common/commands/add-technology.md +166 -68
- package/Dev/i18n/de/Common/commands/setup-ci.md +216 -33
- package/Dev/i18n/de/Laravel/commands/check-compliance.md +223 -115
- package/Dev/i18n/de/Python/checklists/new-feature.md +319 -44
- package/Dev/i18n/de/React/rules/02-architecture.md +483 -322
- package/Dev/i18n/de/React/rules/03-coding-standards.md +584 -368
- package/Dev/i18n/de/Symfony/commands/check-compliance.md +186 -114
- package/Dev/i18n/de/Symfony/rules/07-testing-symfony.md +679 -10
- package/Dev/i18n/de/UIUX/commands/a11y-component.md +284 -26
- package/Dev/i18n/de/UIUX/commands/design-tokens.md +199 -35
- package/Dev/i18n/de/UIUX/commands/user-flow.md +179 -16
- package/Dev/i18n/de/VueJS/commands/check-compliance.md +227 -102
- package/Dev/i18n/es/Angular/commands/check-compliance.md +217 -167
- package/Dev/i18n/es/Common/commands/add-technology.md +158 -60
- package/Dev/i18n/es/Laravel/commands/check-compliance.md +223 -115
- package/Dev/i18n/es/React/commands/check-testing.md +263 -169
- package/Dev/i18n/es/ReactNative/commands/check-testing.md +256 -198
- package/Dev/i18n/es/Symfony/commands/check-compliance.md +189 -117
- package/Dev/i18n/es/Symfony/commands/check-testing.md +301 -102
- package/Dev/i18n/es/Symfony/commands/migration-plan.md +267 -34
- package/Dev/i18n/es/UIUX/commands/a11y-component.md +274 -16
- package/Dev/i18n/es/UIUX/commands/design-tokens.md +186 -22
- package/Dev/i18n/es/UIUX/commands/user-flow.md +173 -10
- package/Dev/i18n/es/VueJS/commands/check-compliance.md +227 -102
- package/Dev/i18n/fr/Angular/commands/check-compliance.md +217 -167
- package/Dev/i18n/fr/Common/commands/ralph-run.md +138 -60
- package/Dev/i18n/fr/Laravel/commands/check-compliance.md +223 -115
- package/Dev/i18n/fr/React/commands/check-architecture.md +370 -53
- package/Dev/i18n/fr/React/commands/check-code-quality.md +454 -64
- package/Dev/i18n/fr/React/commands/check-testing.md +476 -102
- package/Dev/i18n/fr/Symfony/commands/check-compliance.md +188 -116
- package/Dev/i18n/fr/VueJS/commands/check-compliance.md +227 -102
- package/Dev/i18n/pt/Angular/commands/check-compliance.md +225 -175
- package/Dev/i18n/pt/Common/agents/ralph-conductor.md +211 -30
- package/Dev/i18n/pt/Common/commands/add-technology.md +149 -51
- package/Dev/i18n/pt/Common/commands/ralph-run.md +239 -35
- package/Dev/i18n/pt/Flutter/commands/analyze-performance.md +331 -46
- package/Dev/i18n/pt/Flutter/commands/check-compliance.md +234 -29
- package/Dev/i18n/pt/Flutter/commands/generate-feature.md +526 -51
- package/Dev/i18n/pt/Flutter/commands/generate-widget.md +515 -27
- package/Dev/i18n/pt/Flutter/commands/golden-update.md +322 -46
- package/Dev/i18n/pt/Flutter/commands/localization-check.md +278 -37
- package/Dev/i18n/pt/Laravel/commands/check-compliance.md +212 -104
- package/Dev/i18n/pt/React/commands/accessibility-check.md +151 -42
- package/Dev/i18n/pt/React/commands/bundle-analyze.md +300 -25
- package/Dev/i18n/pt/React/commands/check-architecture.md +369 -34
- package/Dev/i18n/pt/React/commands/check-code-quality.md +440 -34
- package/Dev/i18n/pt/React/commands/check-compliance.md +232 -62
- package/Dev/i18n/pt/React/commands/check-security.md +370 -31
- package/Dev/i18n/pt/React/commands/check-testing.md +473 -43
- package/Dev/i18n/pt/React/commands/generate-component.md +454 -19
- package/Dev/i18n/pt/React/commands/generate-hook.md +425 -24
- package/Dev/i18n/pt/React/commands/storybook-story.md +520 -35
- package/Dev/i18n/pt/ReactNative/commands/app-size.md +358 -387
- package/Dev/i18n/pt/ReactNative/commands/check-code-quality.md +246 -75
- package/Dev/i18n/pt/ReactNative/commands/check-compliance.md +191 -85
- package/Dev/i18n/pt/ReactNative/commands/check-security.md +363 -115
- package/Dev/i18n/pt/ReactNative/commands/check-testing.md +269 -79
- package/Dev/i18n/pt/ReactNative/commands/generate-screen.md +491 -324
- package/Dev/i18n/pt/ReactNative/commands/native-module.md +539 -82
- package/Dev/i18n/pt/ReactNative/commands/store-prepare.md +429 -185
- package/Dev/i18n/pt/ReactNative/rules/02-architecture.md +1084 -31
- package/Dev/i18n/pt/Symfony/commands/check-compliance.md +195 -123
- package/Dev/i18n/pt/UIUX/commands/a11y-audit.md +208 -24
- package/Dev/i18n/pt/UIUX/commands/a11y-component.md +281 -23
- package/Dev/i18n/pt/UIUX/commands/design-tokens.md +197 -33
- package/Dev/i18n/pt/UIUX/commands/user-flow.md +183 -20
- package/Dev/i18n/pt/VueJS/commands/check-compliance.md +228 -103
- package/Dev/i18n/pt/Workflow/commands/analyze.md +147 -146
- package/Dev/i18n/pt/Workflow/commands/design.md +205 -204
- package/Dev/i18n/pt/Workflow/commands/implement.md +184 -184
- package/Project/i18n/de/Sprint/commands/dev.md +339 -86
- package/Project/i18n/es/Sprint/commands/dev.md +342 -91
- package/Project/i18n/pt/Sprint/commands/dev.md +343 -92
- package/bundles/cursor/.cursorrules +1 -1
- package/bundles/windsurf/.windsurfrules +1 -1
- package/package.json +1 -1
|
@@ -5,26 +5,26 @@ argument-hint: [arguments]
|
|
|
5
5
|
|
|
6
6
|
# CI/CD-Konfiguration
|
|
7
7
|
|
|
8
|
-
Sie sind ein erfahrener DevOps-Ingenieur. Sie müssen eine an die Projekttechnologien
|
|
8
|
+
Sie sind ein erfahrener DevOps-Ingenieur. Sie müssen eine CI/CD-Pipeline konfigurieren, die an die Projekttechnologien angepasst ist und Best Practices befolgt.
|
|
9
9
|
|
|
10
10
|
## Argumente
|
|
11
11
|
$ARGUMENTS
|
|
12
12
|
|
|
13
13
|
Argumente:
|
|
14
14
|
- CI-Plattform (github, gitlab, circleci)
|
|
15
|
-
- (Optional)
|
|
15
|
+
- (Optional) Automatisch erkannte Technologien
|
|
16
16
|
|
|
17
17
|
Beispiel: `/common:setup-ci github`
|
|
18
18
|
|
|
19
19
|
## Plan-Modus
|
|
20
20
|
|
|
21
|
-
> **
|
|
21
|
+
> **Plan-Modus ist obligatorisch.** Vor der Ausführung aktiviert Claude den Plan-Modus, um betroffenen Code zu analysieren, einen Implementierungsplan vorzuschlagen und Ihre Bestätigung abzuwarten, bevor Änderungen vorgenommen werden.
|
|
22
22
|
|
|
23
|
-
##
|
|
23
|
+
## AUFTRAG
|
|
24
24
|
|
|
25
25
|
### Schritt 1: Technologien erkennen
|
|
26
26
|
|
|
27
|
-
Projekt scannen, um zu identifizieren:
|
|
27
|
+
Das Projekt scannen, um Folgendes zu identifizieren:
|
|
28
28
|
|
|
29
29
|
```bash
|
|
30
30
|
# Konfigurationsdateien
|
|
@@ -56,7 +56,7 @@ env:
|
|
|
56
56
|
|
|
57
57
|
jobs:
|
|
58
58
|
#############################################
|
|
59
|
-
#
|
|
59
|
+
# ÄNDERUNGSERKENNUNG
|
|
60
60
|
#############################################
|
|
61
61
|
changes:
|
|
62
62
|
runs-on: ubuntu-latest
|
|
@@ -112,21 +112,21 @@ jobs:
|
|
|
112
112
|
steps:
|
|
113
113
|
- uses: actions/checkout@v4
|
|
114
114
|
|
|
115
|
-
- name: PHP
|
|
115
|
+
- name: PHP einrichten
|
|
116
116
|
uses: shivammathur/setup-php@v2
|
|
117
117
|
with:
|
|
118
118
|
php-version: ${{ env.PHP_VERSION }}
|
|
119
119
|
extensions: mbstring, xml, pdo_pgsql, intl
|
|
120
120
|
coverage: xdebug
|
|
121
121
|
|
|
122
|
-
- name: Composer
|
|
122
|
+
- name: Composer-Cache
|
|
123
123
|
uses: actions/cache@v4
|
|
124
124
|
with:
|
|
125
125
|
path: vendor
|
|
126
126
|
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
|
|
127
127
|
restore-keys: ${{ runner.os }}-composer-
|
|
128
128
|
|
|
129
|
-
- name:
|
|
129
|
+
- name: Abhängigkeiten installieren
|
|
130
130
|
run: composer install --prefer-dist --no-progress
|
|
131
131
|
|
|
132
132
|
- name: Lint
|
|
@@ -139,7 +139,7 @@ jobs:
|
|
|
139
139
|
- name: Statische Analyse
|
|
140
140
|
run: vendor/bin/phpstan analyse -l max
|
|
141
141
|
|
|
142
|
-
- name:
|
|
142
|
+
- name: Sicherheitsprüfung
|
|
143
143
|
run: composer audit
|
|
144
144
|
|
|
145
145
|
- name: Tests
|
|
@@ -166,13 +166,13 @@ jobs:
|
|
|
166
166
|
steps:
|
|
167
167
|
- uses: actions/checkout@v4
|
|
168
168
|
|
|
169
|
-
- name: Node
|
|
169
|
+
- name: Node einrichten
|
|
170
170
|
uses: actions/setup-node@v4
|
|
171
171
|
with:
|
|
172
172
|
node-version: ${{ env.NODE_VERSION }}
|
|
173
173
|
cache: 'npm'
|
|
174
174
|
|
|
175
|
-
- name:
|
|
175
|
+
- name: Abhängigkeiten installieren
|
|
176
176
|
run: npm ci
|
|
177
177
|
|
|
178
178
|
- name: Lint
|
|
@@ -180,7 +180,7 @@ jobs:
|
|
|
180
180
|
npm run lint
|
|
181
181
|
npm run format:check
|
|
182
182
|
|
|
183
|
-
- name:
|
|
183
|
+
- name: Typprüfung
|
|
184
184
|
run: npm run typecheck
|
|
185
185
|
|
|
186
186
|
- name: Tests
|
|
@@ -189,6 +189,9 @@ jobs:
|
|
|
189
189
|
- name: Build
|
|
190
190
|
run: npm run build
|
|
191
191
|
|
|
192
|
+
- name: Bundle-Analyse
|
|
193
|
+
run: npm run analyze || true
|
|
194
|
+
|
|
192
195
|
- name: Coverage hochladen
|
|
193
196
|
uses: codecov/codecov-action@v4
|
|
194
197
|
with:
|
|
@@ -203,15 +206,30 @@ jobs:
|
|
|
203
206
|
if: ${{ needs.changes.outputs.python == 'true' }}
|
|
204
207
|
runs-on: ubuntu-latest
|
|
205
208
|
|
|
209
|
+
services:
|
|
210
|
+
postgres:
|
|
211
|
+
image: postgres:16
|
|
212
|
+
env:
|
|
213
|
+
POSTGRES_PASSWORD: postgres
|
|
214
|
+
POSTGRES_DB: test
|
|
215
|
+
ports:
|
|
216
|
+
- 5432:5432
|
|
217
|
+
|
|
206
218
|
steps:
|
|
207
219
|
- uses: actions/checkout@v4
|
|
208
220
|
|
|
209
|
-
- name: Python
|
|
221
|
+
- name: Python einrichten
|
|
210
222
|
uses: actions/setup-python@v5
|
|
211
223
|
with:
|
|
212
224
|
python-version: ${{ env.PYTHON_VERSION }}
|
|
213
225
|
|
|
214
|
-
- name:
|
|
226
|
+
- name: pip-Cache
|
|
227
|
+
uses: actions/cache@v4
|
|
228
|
+
with:
|
|
229
|
+
path: ~/.cache/pip
|
|
230
|
+
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements*.txt') }}
|
|
231
|
+
|
|
232
|
+
- name: Abhängigkeiten installieren
|
|
215
233
|
run: |
|
|
216
234
|
pip install -r requirements.txt
|
|
217
235
|
pip install -r requirements-dev.txt
|
|
@@ -221,12 +239,23 @@ jobs:
|
|
|
221
239
|
ruff check .
|
|
222
240
|
ruff format --check .
|
|
223
241
|
|
|
224
|
-
- name:
|
|
242
|
+
- name: Typprüfung
|
|
225
243
|
run: mypy .
|
|
226
244
|
|
|
245
|
+
- name: Sicherheitsprüfung
|
|
246
|
+
run: pip-audit
|
|
247
|
+
|
|
227
248
|
- name: Tests
|
|
249
|
+
env:
|
|
250
|
+
DATABASE_URL: postgresql://postgres:postgres@localhost:5432/test
|
|
228
251
|
run: pytest --cov --cov-report=xml
|
|
229
252
|
|
|
253
|
+
- name: Coverage hochladen
|
|
254
|
+
uses: codecov/codecov-action@v4
|
|
255
|
+
with:
|
|
256
|
+
files: coverage.xml
|
|
257
|
+
flags: python
|
|
258
|
+
|
|
230
259
|
#############################################
|
|
231
260
|
# FLUTTER
|
|
232
261
|
#############################################
|
|
@@ -238,26 +267,72 @@ jobs:
|
|
|
238
267
|
steps:
|
|
239
268
|
- uses: actions/checkout@v4
|
|
240
269
|
|
|
241
|
-
- name: Flutter
|
|
270
|
+
- name: Flutter einrichten
|
|
242
271
|
uses: subosito/flutter-action@v2
|
|
243
272
|
with:
|
|
244
273
|
flutter-version: ${{ env.FLUTTER_VERSION }}
|
|
245
274
|
cache: true
|
|
246
275
|
|
|
247
|
-
- name:
|
|
276
|
+
- name: Abhängigkeiten installieren
|
|
248
277
|
run: flutter pub get
|
|
249
278
|
|
|
250
|
-
- name:
|
|
279
|
+
- name: Analysieren
|
|
251
280
|
run: dart analyze --fatal-infos
|
|
252
281
|
|
|
253
|
-
- name:
|
|
282
|
+
- name: Formatierung prüfen
|
|
254
283
|
run: dart format --set-exit-if-changed .
|
|
255
284
|
|
|
256
285
|
- name: Tests
|
|
257
286
|
run: flutter test --coverage
|
|
287
|
+
|
|
288
|
+
- name: Coverage hochladen
|
|
289
|
+
uses: codecov/codecov-action@v4
|
|
290
|
+
with:
|
|
291
|
+
files: coverage/lcov.info
|
|
292
|
+
flags: flutter
|
|
293
|
+
|
|
294
|
+
#############################################
|
|
295
|
+
# STAGING-DEPLOYMENT
|
|
296
|
+
#############################################
|
|
297
|
+
deploy-staging:
|
|
298
|
+
needs: [php, node, python, flutter]
|
|
299
|
+
if: |
|
|
300
|
+
always() &&
|
|
301
|
+
github.ref == 'refs/heads/develop' &&
|
|
302
|
+
!contains(needs.*.result, 'failure')
|
|
303
|
+
runs-on: ubuntu-latest
|
|
304
|
+
environment: staging
|
|
305
|
+
|
|
306
|
+
steps:
|
|
307
|
+
- uses: actions/checkout@v4
|
|
308
|
+
|
|
309
|
+
- name: In Staging deployen
|
|
310
|
+
run: |
|
|
311
|
+
echo "Deploying to staging..."
|
|
312
|
+
# Deployment-Befehle hinzufügen
|
|
313
|
+
|
|
314
|
+
#############################################
|
|
315
|
+
# PRODUKTIONS-DEPLOYMENT
|
|
316
|
+
#############################################
|
|
317
|
+
deploy-production:
|
|
318
|
+
needs: [php, node, python, flutter]
|
|
319
|
+
if: |
|
|
320
|
+
always() &&
|
|
321
|
+
github.ref == 'refs/heads/main' &&
|
|
322
|
+
!contains(needs.*.result, 'failure')
|
|
323
|
+
runs-on: ubuntu-latest
|
|
324
|
+
environment: production
|
|
325
|
+
|
|
326
|
+
steps:
|
|
327
|
+
- uses: actions/checkout@v4
|
|
328
|
+
|
|
329
|
+
- name: In Produktion deployen
|
|
330
|
+
run: |
|
|
331
|
+
echo "Deploying to production..."
|
|
332
|
+
# Deployment-Befehle hinzufügen
|
|
258
333
|
```
|
|
259
334
|
|
|
260
|
-
### Schritt 3: GitLab CI
|
|
335
|
+
### Schritt 3: GitLab CI-Konfiguration
|
|
261
336
|
|
|
262
337
|
```yaml
|
|
263
338
|
# .gitlab-ci.yml
|
|
@@ -271,11 +346,16 @@ variables:
|
|
|
271
346
|
PHP_VERSION: "8.3"
|
|
272
347
|
NODE_VERSION: "20"
|
|
273
348
|
|
|
349
|
+
# Globaler Cache
|
|
274
350
|
cache:
|
|
275
351
|
paths:
|
|
276
352
|
- vendor/
|
|
277
353
|
- node_modules/
|
|
354
|
+
- .pub-cache/
|
|
278
355
|
|
|
356
|
+
#############################################
|
|
357
|
+
# PHP
|
|
358
|
+
#############################################
|
|
279
359
|
php-lint:
|
|
280
360
|
stage: lint
|
|
281
361
|
image: php:${PHP_VERSION}
|
|
@@ -295,13 +375,116 @@ php-test:
|
|
|
295
375
|
- postgres:16
|
|
296
376
|
variables:
|
|
297
377
|
DATABASE_URL: "postgresql://postgres:postgres@postgres/test"
|
|
378
|
+
rules:
|
|
379
|
+
- changes:
|
|
380
|
+
- "src/**/*.php"
|
|
381
|
+
- composer.json
|
|
298
382
|
script:
|
|
299
383
|
- composer install
|
|
300
384
|
- php bin/console doctrine:schema:create --env=test
|
|
301
385
|
- vendor/bin/phpunit --coverage-text
|
|
386
|
+
|
|
387
|
+
#############################################
|
|
388
|
+
# NODE
|
|
389
|
+
#############################################
|
|
390
|
+
node-lint:
|
|
391
|
+
stage: lint
|
|
392
|
+
image: node:${NODE_VERSION}
|
|
393
|
+
rules:
|
|
394
|
+
- changes:
|
|
395
|
+
- "src/**/*.{ts,tsx}"
|
|
396
|
+
- package.json
|
|
397
|
+
script:
|
|
398
|
+
- npm ci
|
|
399
|
+
- npm run lint
|
|
400
|
+
- npm run typecheck
|
|
401
|
+
|
|
402
|
+
node-test:
|
|
403
|
+
stage: test
|
|
404
|
+
image: node:${NODE_VERSION}
|
|
405
|
+
rules:
|
|
406
|
+
- changes:
|
|
407
|
+
- "src/**/*.{ts,tsx}"
|
|
408
|
+
- package.json
|
|
409
|
+
script:
|
|
410
|
+
- npm ci
|
|
411
|
+
- npm run test -- --coverage
|
|
412
|
+
|
|
413
|
+
#############################################
|
|
414
|
+
# DEPLOYMENT
|
|
415
|
+
#############################################
|
|
416
|
+
deploy-staging:
|
|
417
|
+
stage: deploy
|
|
418
|
+
environment:
|
|
419
|
+
name: staging
|
|
420
|
+
rules:
|
|
421
|
+
- if: $CI_COMMIT_BRANCH == "develop"
|
|
422
|
+
script:
|
|
423
|
+
- echo "Deploy to staging"
|
|
424
|
+
|
|
425
|
+
deploy-production:
|
|
426
|
+
stage: deploy
|
|
427
|
+
environment:
|
|
428
|
+
name: production
|
|
429
|
+
rules:
|
|
430
|
+
- if: $CI_COMMIT_BRANCH == "main"
|
|
431
|
+
script:
|
|
432
|
+
- echo "Deploy to production"
|
|
433
|
+
when: manual
|
|
434
|
+
```
|
|
435
|
+
|
|
436
|
+
### Schritt 4: Ergänzende Dateien
|
|
437
|
+
|
|
438
|
+
#### codecov.yml
|
|
439
|
+
|
|
440
|
+
```yaml
|
|
441
|
+
coverage:
|
|
442
|
+
precision: 2
|
|
443
|
+
round: down
|
|
444
|
+
status:
|
|
445
|
+
project:
|
|
446
|
+
default:
|
|
447
|
+
target: 80%
|
|
448
|
+
threshold: 2%
|
|
449
|
+
patch:
|
|
450
|
+
default:
|
|
451
|
+
target: 80%
|
|
452
|
+
|
|
453
|
+
comment:
|
|
454
|
+
layout: "reach,diff,flags,files"
|
|
455
|
+
behavior: default
|
|
456
|
+
```
|
|
457
|
+
|
|
458
|
+
#### .pre-commit-config.yaml
|
|
459
|
+
|
|
460
|
+
```yaml
|
|
461
|
+
repos:
|
|
462
|
+
- repo: https://github.com/pre-commit/pre-commit-hooks
|
|
463
|
+
rev: v4.5.0
|
|
464
|
+
hooks:
|
|
465
|
+
- id: trailing-whitespace
|
|
466
|
+
- id: end-of-file-fixer
|
|
467
|
+
- id: check-yaml
|
|
468
|
+
- id: check-json
|
|
469
|
+
- id: check-merge-conflict
|
|
470
|
+
- id: detect-private-key
|
|
471
|
+
|
|
472
|
+
- repo: local
|
|
473
|
+
hooks:
|
|
474
|
+
- id: php-cs-fixer
|
|
475
|
+
name: PHP CS Fixer
|
|
476
|
+
entry: vendor/bin/php-cs-fixer fix
|
|
477
|
+
language: system
|
|
478
|
+
types: [php]
|
|
479
|
+
|
|
480
|
+
- id: eslint
|
|
481
|
+
name: ESLint
|
|
482
|
+
entry: npx eslint --fix
|
|
483
|
+
language: system
|
|
484
|
+
types: [javascript, typescript]
|
|
302
485
|
```
|
|
303
486
|
|
|
304
|
-
### Schritt
|
|
487
|
+
### Schritt 5: Zusammenfassung
|
|
305
488
|
|
|
306
489
|
```
|
|
307
490
|
══════════════════════════════════════════════════════════════
|
|
@@ -323,21 +506,21 @@ Erkannte Technologien: {Liste}
|
|
|
323
506
|
🔧 KONFIGURIERTE JOBS
|
|
324
507
|
──────────────────────────────────────────────────────────────
|
|
325
508
|
|
|
326
|
-
| Job
|
|
327
|
-
|
|
328
|
-
| php
|
|
329
|
-
| node
|
|
330
|
-
| python
|
|
331
|
-
| flutter
|
|
332
|
-
| deploy-staging
|
|
333
|
-
| deploy-production | main
|
|
509
|
+
| Job | Auslöser | Aktionen |
|
|
510
|
+
|-------------------|--------------------|------------------------------|
|
|
511
|
+
| php | *.php, composer.* | lint, phpstan, tests |
|
|
512
|
+
| node | *.ts, package.* | lint, typecheck, tests |
|
|
513
|
+
| python | *.py, requirements* | ruff, mypy, pytest |
|
|
514
|
+
| flutter | *.dart, pubspec.* | analyze, format, tests |
|
|
515
|
+
| deploy-staging | develop | automatisch |
|
|
516
|
+
| deploy-production | main | manuell |
|
|
334
517
|
|
|
335
518
|
──────────────────────────────────────────────────────────────
|
|
336
519
|
🎯 NÄCHSTE SCHRITTE
|
|
337
520
|
──────────────────────────────────────────────────────────────
|
|
338
521
|
|
|
339
|
-
1.
|
|
340
|
-
2.
|
|
522
|
+
1. Geheimnisse in GitHub/GitLab konfigurieren
|
|
523
|
+
2. Umgebungen konfigurieren (staging, production)
|
|
341
524
|
3. Deployment-Befehle hinzufügen
|
|
342
|
-
4. Pipeline
|
|
525
|
+
4. Pipeline mit einem PR testen
|
|
343
526
|
```
|