cistack 6.1.0 → 6.2.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.
@@ -1,107 +1,246 @@
1
1
  {
2
+ "copy_button": {
3
+ "idle": "Kopieren",
4
+ "success": "Kopiert"
5
+ },
2
6
  "navigation": {
3
- "version": "VERSION",
4
- "status": "Pipelines_Synchronisiert",
5
- "repository": "Repository",
6
- "registry": "Registry",
7
- "core_manifest": "KERN_MANIFEST",
8
- "docs": "Docs"
7
+ "repository": "GitHub",
8
+ "registry": "npm",
9
+ "reference": "Referenz",
10
+ "version": "Version",
11
+ "status": "Stabil"
9
12
  },
10
13
  "hero": {
11
- "scan_identity": "SCAN_IDENTITÄT",
12
- "s1_label": "S_01 // AUFNAHME_ENGINE",
13
- "s1_title": "DEIN STACK",
14
- "s2_label": "S_02 // PIPELINE_SYNTHESE",
15
- "s2_title": "DEINE PIPELINE",
16
- "s3_label": "S_03 // ACTION_COMMIT",
17
- "s3_title": "ORCHESTRIERT",
18
- "description": "cistack scannt dein Repository tiefgehend, um sofort produktionsbereite GitHub Actions-Workflows für über 30 Frameworks und 12 Plattformen zu generieren.",
14
+ "product_name": "cistack",
15
+ "tagline": "GitHub Actions CI/CD-Pipelines generieren – durch Analyse des Codes, den Sie bereits haben.",
16
+ "intro": "cistack scannt Ihr Projekt, erkennt den Stack und schreibt produktionsreife GitHub Actions-Workflows für CI, Deployment, Docker und Releases. Für echte Repos gedacht, nicht für Demos: Es liest Lockfiles, Framework-Signale, Release-Konfiguration, Monorepo-Workspaces, Hosting und Git-Branch-Metadaten, bevor YAML erzeugt wird.",
19
17
  "npx_command": "npx cistack",
20
- "active_installs": "Aktive Installationen",
21
- "per_week": "/ Woche",
22
- "realtime_synth": "ECHTZEIT_SYNTHESE",
23
- "integrations": "Integrationen",
24
- "stack_aware": "Stack-Bewusst",
25
- "success_rate": "Erfolgsquote"
18
+ "weekly_downloads": "Wöchentliche Downloads",
19
+ "per_week": "letzte Woche auf npm",
20
+ "live_registry": "Live aus der Registry"
21
+ },
22
+ "preview": {
23
+ "title": "Lauf-Vorschau",
24
+ "caption": "Animierte CLI-Ausgabe nach dem Scannen eines typischen Projekts."
25
+ },
26
+ "why": {
27
+ "title": "Warum cistack",
28
+ "items": [
29
+ "Erkennt automatisch Sprachen, Frameworks, Testtools, Hosting-Anbieter und Release-Tools",
30
+ "Nutzt den Standard-Git-Branch des Repos, sofern verfügbar, statt main anzunehmen",
31
+ "Unterstützt Monorepos, Workflows pro Paket und paketmanagerbewusste Befehle",
32
+ "Erzeugt ökosystembewusste Dependabot-Konfiguration, einschließlich Bun bei vorhandenem bun.lock",
33
+ "Intelligentes Zusammenführen generierter Workflows mit vorhandenen Dateien statt blindes Überschreiben",
34
+ "Erzeugt Deploy-Pipelines für Vercel, Netlify, Firebase, GitHub Pages, AWS, Azure, Heroku, Render und Railway",
35
+ "Enthält eingebaute Befehle zum Audit und Upgrade von Workflows",
36
+ "Typisierte cistack.config.js-Unterstützung über index.d.ts",
37
+ "Abgesichert durch automatisierte Regressionstests (Branches, Release, Smart Merge, Monorepo-Skripte, CLI-Smoke-Tests)"
38
+ ]
39
+ },
40
+ "install": {
41
+ "title": "Installation",
42
+ "quick_command": "Schnellstart",
43
+ "node_note": "cistack unterstützt Node.js 16+; das Projekt wird kontinuierlich auf Node.js 18, 20 und 22 in GitHub Actions geprüft."
44
+ },
45
+ "cli": {
46
+ "section_title": "CLI-Nutzung",
47
+ "items": [
48
+ {
49
+ "title": "Workflows generieren",
50
+ "paragraphs": [
51
+ "generate ist der Standardbefehl – npx cistack und npx cistack generate funktionieren beide.",
52
+ "Häufige Optionen:"
53
+ ],
54
+ "snippets": [
55
+ "npx cistack",
56
+ "npx cistack generate",
57
+ "npx cistack generate --path /path/to/project",
58
+ "npx cistack generate --dry-run",
59
+ "npx cistack generate --explain",
60
+ "npx cistack generate --output .github/workflows",
61
+ "npx cistack generate --no-prompt"
62
+ ]
63
+ },
64
+ {
65
+ "title": "Bestehende Workflows prüfen",
66
+ "paragraphs": [
67
+ "Prüft das generierte Workflow-Verzeichnis (fehlende Concurrency, veraltete Actions, alte Node-Versionen, fehlender Dependency-Cache usw.). Ist outputDir in cistack.config.js gesetzt, nutzen audit und upgrade ebenfalls dieses Verzeichnis."
68
+ ],
69
+ "snippets": ["npx cistack audit"]
70
+ },
71
+ {
72
+ "title": "Workflow-Actions aktualisieren",
73
+ "paragraphs": [
74
+ "Aktualisiert bekannte GitHub Actions auf die neuesten unterstützten stabilen Versionen."
75
+ ],
76
+ "snippets": ["npx cistack upgrade", "npx cistack upgrade --dry-run"]
77
+ },
78
+ {
79
+ "title": "Starter-Konfiguration anlegen",
80
+ "paragraphs": [
81
+ "Schreibt cistack.config.js mit den unterstützten Override-Schlüsseln."
82
+ ],
83
+ "snippets": ["npx cistack init"]
84
+ }
85
+ ]
86
+ },
87
+ "generated": {
88
+ "section_title": "Was wird generiert",
89
+ "items": [
90
+ {
91
+ "title": "pipeline.yml",
92
+ "paragraphs": [
93
+ "Standardmäßig erzeugt cistack einen einzelnen GitHub Actions-Workflow mit CI-, Deploy-, Docker- und Release-Jobs, damit Teams die gesamte Pipeline in einer Datei sehen.",
94
+ "Enthält Lint, Test, Build, E2E, Deploy, Docker und Release, wenn der Stack es hergibt; nutzt den erkannten Standard-Branch oder konfigurierte Branches; behält Preview-Deploys und Release-Jobs in derselben Datei; dokumentiert benötigte Secrets im Dateikopf."
95
+ ],
96
+ "snippets": []
97
+ },
98
+ {
99
+ "title": "dependabot.yml",
100
+ "paragraphs": [
101
+ "Dependabot bleibt eine separate Datei unter .github/dependabot.yml, da es kein GitHub Actions-Workflow ist.",
102
+ "Für Preview-Deployments bei Dependabot-PRs auch Deploy-Zugangsdaten als Dependabot-Secrets hinterlegen, nicht nur als Actions-Secrets. Für Vercel: VERCEL_TOKEN, VERCEL_ORG_ID und VERCEL_PROJECT_ID."
103
+ ],
104
+ "snippets": []
105
+ },
106
+ {
107
+ "title": "Split-Modus",
108
+ "paragraphs": [
109
+ "Für das alte Mehrdatei-Layout workflowLayout in cistack.config.js auf split setzen. Im Split-Modus schreibt cistack wieder getrennte ci.yml, deploy.yml, docker.yml und release.yml."
110
+ ],
111
+ "snippets": [
112
+ "module.exports = {\n workflowLayout: 'split',\n};"
113
+ ]
114
+ }
115
+ ]
116
+ },
117
+ "detection": {
118
+ "section_title": "Unterstützte Erkennung",
119
+ "hosting_title": "Hosting",
120
+ "hosting_tags": [
121
+ "Firebase",
122
+ "Vercel",
123
+ "Netlify",
124
+ "GitHub Pages",
125
+ "AWS",
126
+ "GCP App Engine",
127
+ "Azure",
128
+ "Heroku",
129
+ "Render",
130
+ "Railway",
131
+ "Docker"
132
+ ],
133
+ "frameworks_title": "Frameworks",
134
+ "frameworks_tags": [
135
+ "Next.js",
136
+ "Nuxt",
137
+ "SvelteKit",
138
+ "Remix",
139
+ "Astro",
140
+ "Vite",
141
+ "React",
142
+ "Vue",
143
+ "Angular",
144
+ "Svelte",
145
+ "Gatsby",
146
+ "Express",
147
+ "Fastify",
148
+ "NestJS",
149
+ "Hono",
150
+ "Koa",
151
+ "Django",
152
+ "Flask",
153
+ "FastAPI",
154
+ "Rails",
155
+ "Spring Boot",
156
+ "Laravel",
157
+ "Go",
158
+ "Rust"
159
+ ],
160
+ "testing_title": "Test-Tools",
161
+ "testing_tags": [
162
+ "Jest",
163
+ "Vitest",
164
+ "Mocha",
165
+ "Cypress",
166
+ "Playwright",
167
+ "Pytest",
168
+ "RSpec",
169
+ "Go test",
170
+ "Cargo test",
171
+ "PHPUnit",
172
+ "Maven / JUnit",
173
+ "Storybook"
174
+ ]
175
+ },
176
+ "configuration": {
177
+ "section_title": "Konfiguration",
178
+ "intro": "Legen Sie cistack.config.js an, um die Erkennung zu überschreiben.",
179
+ "example_caption": "Beispiel",
180
+ "keys_title": "Unterstützte Konfigurationsschlüssel (Top-Level)",
181
+ "keys": [
182
+ "nodeVersion",
183
+ "packageManager",
184
+ "hosting",
185
+ "frameworks",
186
+ "testing",
187
+ "branches",
188
+ "workflowLayout",
189
+ "cache",
190
+ "monorepo",
191
+ "release",
192
+ "secrets",
193
+ "outputDir"
194
+ ],
195
+ "branches_title": "Branch-Verhalten",
196
+ "branches": [
197
+ "Ist branches in der Config gesetzt, verwendet cistack diese exakt",
198
+ "Andernfalls wird der Standard-Branch aus Git-Metadaten gelesen, sofern verfügbar",
199
+ "Ohne Git-Metadaten fallen sichere Defaults wie main, master und develop je nach Workflow-Typ zurück"
200
+ ],
201
+ "config_snippet": "/** @type {import('cistack').Config} */\nmodule.exports = {\n nodeVersion: '20',\n packageManager: 'pnpm',\n branches: ['main', 'staging'],\n workflowLayout: 'single',\n hosting: ['Vercel'],\n outputDir: '.github/workflows',\n cache: {\n npm: true,\n cargo: true,\n pip: true,\n },\n monorepo: {\n perPackage: true,\n },\n release: {\n tool: 'semantic-release',\n },\n};"
202
+ },
203
+ "secrets": {
204
+ "section_title": "Secrets",
205
+ "body": "Generierte Deploy- und Release-Workflows listen benötigte Secrets am Dateianfang. In GitHub unter Einstellungen → Secrets and variables → Actions hinterlegen."
26
206
  },
27
- "docs": {
28
- "badge": "Technische Spezifikation v",
29
- "title_part1": "Auf Konsistenz ausgelegt.",
30
- "title_part2": "Auf Geschwindigkeit generiert.",
31
- "description": "cistack führt einen Tiefenscan deines Projektverzeichnisses durch, um produktionsreifes GitHub Actions YAML zu erstellen. Es erkennt deine Sprache, dein Framework, deine Testwerkzeuge und deine Hosting-Plattform – und schreibt dann die beste Pipeline für deinen Stack.",
32
- "section1_id": "01 / 04",
33
- "section1_num": "01. Fähigkeiten",
34
- "section1_title": "Analyse & Erkennung",
35
- "capabilities": {
36
- "analysis": { "label": "Tiefe Code-Analyse", "sub": "Liest package.json, Lock-Dateien, Konfigurationen" },
37
- "detection": { "label": "Smarte Erkennung", "sub": "Identifiziert 30+ Frameworks & 12 Sprachen" },
38
- "cache": { "label": "Native Cache-Unterstützung", "sub": "Beschleunigt Pipelines für npm, pip, go, cargo & mehr" },
39
- "preview": { "label": "PR Preview Deploys", "sub": "Automatische Umgebungen für Vercel und Netlify" },
40
- "audit": { "label": "Workflow Audit & Upgrade", "sub": "Aktualisiert Action-Versionen & prüft Best Practices" },
41
- "hosting": { "label": "Hosting Auto-Erkennung", "sub": "AWS, Vercel, Firebase, Docker & mehr" },
42
- "multi_workflow": { "label": "Multi-Workflow-Ausgabe", "sub": "ci.yml, deploy.yml, docker.yml, security.yml" },
43
- "security": { "label": "Integrierte Sicherheit", "sub": "CodeQL + Checkpoints zur Abhängigkeitsprüfung" },
44
- "monorepo": { "label": "Monorepo-kompatibel", "sub": "Turborepo, Nx, Lerna, pnpm workspaces" },
45
- "interactive": { "label": "Interaktiver Modus", "sub": "Bestätigt Einstellungen vor dem Schreiben von Dateien" },
46
- "zero_config": { "label": "Null Konfiguration", "sub": "Funktioniert sofort ohne Konfigurationsaufwand" }
47
- },
48
- "section2_num": "02. Aktivierung",
49
- "section2_title": "Installation",
50
- "command_registry": "BEFEHLS_REGISTER",
51
- "commands": {
52
- "audit": "Workflows auf veraltete Actions prüfen",
53
- "upgrade": "Alle Actions auf die neuesten Versionen updaten",
54
- "init": "Konfigurationsdatei zur Überschreibung erstellen"
55
- },
56
- "recommended_npx": "Empfohlen: npx für einmalige Generierung verwenden.",
57
- "parameters_manifest": "PARAMETER_MANIFEST",
58
- "flags": {
59
- "explain": "Begründung für erkannten Stack anzeigen",
60
- "path": "Zielverzeichnispfad für den Scan",
61
- "output": "Workflow-Ausgabeverzeichnis neu definieren",
62
- "dry_run": "Ausgabe simulieren ohne zu schreiben",
63
- "no_prompt": "Interaktive Sicherheitsprüfungen umgehen",
64
- "verbose": "Maximale stdout-Verfolgung aktivieren",
65
- "force": "Existierende Dateien ignorieren und überschreiben"
66
- },
67
- "detection_logic_title": "Erkennungslogik",
68
- "detection_logic_desc": "Automatische Erkennungsauslöser basierend auf Dateisystemsignalen.",
69
- "signal_source": "Signalquelle:",
70
- "framework_coverage": "Framework-Abdeckung",
71
- "testing_tools": "Testwerkzeuge",
72
- "section3_num": "03. Artefakte",
73
- "section3_title": "Generierte Workflows",
74
- "workflows": {
75
- "ci": { "label": "Continuous Integration", "desc": "Läuft bei Push/PR: Lint (ESLint, TS-Typcheck), Test (Node-Versionsmatrix), Build (Produktion) und E2E." },
76
- "deploy": { "label": "Continuous Deployment", "desc": "Triggert auf Main: Plattform-Deployment mit automatischen PR-Vorschau-Umgebungen für Vercel und Netlify." },
77
- "docker": { "label": "Docker Build & Push", "desc": "Triggert auf Main/Tags: Multi-Plattform-Build via Docker Buildx, GHCR-Push und GitHub Actions Caching." },
78
- "security": { "label": "Sicherheits-Audit", "desc": "Läuft bei Push/PR/Wöchentlich: Abhängigkeitsanalyse und tiefgehende CodeQL-Prüfung für die erkannte Sprache." }
79
- },
80
- "security_requirement": "Sicherheitsanforderung",
81
- "encrypted_secrets": "Verschlüsselte Secrets",
82
- "add_secrets_at": "Secrets hinzufügen unter:",
83
- "section4_num": "04. Strukturbeispiele",
84
- "section4_title": "Standard-Stack-Szenarien",
85
- "validated_output": "Validierte Ausgabe"
207
+ "quality": {
208
+ "section_title": "Entwicklung und Qualität",
209
+ "intro": "Das Projekt enthält eine Regressionssuite für historisch fehleranfällige Bereiche:",
210
+ "items": [
211
+ "Behandlung von Config-Overrides",
212
+ "Erkennung des Standard-Branches",
213
+ "Auswahl des Deploy-Branches",
214
+ "Netlify-Produktions-Branch",
215
+ "Smart-Merge-Verhalten",
216
+ "Monorepo: Build-Skript pro Paket",
217
+ "Release-Konfigurationserkennung",
218
+ "Generierung des Release-Workflows",
219
+ "CLI-Dry-Run-Smoke-Tests"
220
+ ],
221
+ "commands_title": "Prüfungen lokal ausführen",
222
+ "commands": [
223
+ "npm test",
224
+ "npm run test:smoke",
225
+ "node bin/ciflow.js audit --path .",
226
+ "node bin/ciflow.js upgrade --path . --dry-run"
227
+ ],
228
+ "repo_note": "Beim veröffentlichten Paket lautet das Kommando cistack. Im cistack-Repository ist der lokale Einstieg bin/ciflow.js."
86
229
  },
87
230
  "footer": {
88
- "project_origin": "Projekt_Herkunft",
89
- "architected_by": "Architekt",
90
- "status": "Status",
91
- "operational": "Alle Systeme betriebsbereit",
92
- "license": "Lizenz",
93
- "open_source": "Open Source",
94
- "footer_desc": "Automatisierte Generierung von CI/CD-Infrastruktur für das moderne Web. Mit Präzision gebaut für Entwickler, die Transparenz und Sicherheit in ihren Deployment-Pipelines schätzen.",
95
- "global_install": "Globale_Installation",
96
- "copyright": "CISTACK ENGINE — ALLE PIPELINES VERWIRKLICHT."
231
+ "license": "MIT-Lizenz",
232
+ "tagline": "CI/CD-Workflow-Generierung aus dem Repo, das Sie bereits haben.",
233
+ "architect_credit": "Erstellt von",
234
+ "architect_name": "Edwin Vakayil",
235
+ "copyright_suffix": "cistack. Alle Rechte vorbehalten, soweit zutreffend."
97
236
  },
98
237
  "install_toggle": {
99
238
  "recommended": "empfohlen",
100
239
  "npm_global": "npm install -g",
101
240
  "recommended_badge": "Empfohlen",
102
241
  "global_badge": "Global",
103
- "npx_desc": "Ruft immer die neueste Version ab. Kein Installationsschritt.",
104
- "npm_desc": "Bestens geeignet für Entwickler über mehrere Repos hinweg."
242
+ "npx_desc": "Holt stets die neueste Version. Keine globale Installation.",
243
+ "npm_desc": "Am besten, wenn Sie cistack in vielen Repos nutzen."
105
244
  },
106
245
  "terminal": {
107
246
  "label": "TERMINAL",
@@ -112,11 +251,11 @@
112
251
  "languages": "Sprachen:",
113
252
  "frameworks": "Frameworks:",
114
253
  "hosting": "Hosting:",
115
- "testing": "Testing:",
254
+ "testing": "Tests:",
116
255
  "release_tool": "Release-Tool:",
117
- "look_correct": "? Sieht das korrekt aus? Pipeline mit diesen Einstellungen generieren? Ja",
256
+ "look_correct": "? Passt das? Pipeline mit diesen Einstellungen generieren? Ja",
118
257
  "generated_workflows": "✔ 3 CI-Workflow(s) generiert",
119
- "smart_merged": "↻ Smart-merged: ci.yml",
258
+ "smart_merged": "↻ Smart-Merge: ci.yml",
120
259
  "updated_on": "Top-Level \"on\" aktualisiert",
121
260
  "updated_concurrency": "Top-Level \"concurrency\" aktualisiert",
122
261
  "added_lint": "Job \"lint\" hinzugefügt",
@@ -126,12 +265,12 @@
126
265
  "added_node": "Job \"build\" → Schritt \"Set up Node.js\" hinzugefügt",
127
266
  "updated_step_build": "Job \"build\" → Schritt \"Build\" aktualisiert",
128
267
  "added_upload": "Job \"build\" → Schritt \"Upload build artifact\" hinzugefügt",
129
- "written_deploy": "Geschrieben: deploy.yml",
130
- "written_security": "Geschrieben: security.yml",
131
- "written_dependabot": "Geschrieben: .github/dependabot.yml",
132
- "done_msg": "Fertig! Deine GitHub Actions Pipeline ist bereit.",
268
+ "written_deploy": "Geschrieben: deploy.yml",
269
+ "written_security": "Geschrieben: security.yml",
270
+ "written_dependabot": "Geschrieben: .github/dependabot.yml",
271
+ "done_msg": "Fertig! Ihre GitHub Actions-Pipeline ist bereit.",
133
272
  "workflows_path": "Workflows → cistack/.github/workflows",
134
273
  "dependabot_path": "Dependabot → cistack/.github/dependabot.yml",
135
- "processing": "Verarbeite Ausgabe..."
274
+ "processing": "Ausgabe wird verarbeitet…"
136
275
  }
137
276
  }