cistack 6.0.0 → 6.1.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/.github/dependabot.yml +42 -0
- package/.github/workflows/ci.yml +2 -1
- package/.github/workflows/pipeline.yml +250 -0
- package/README.md +4 -0
- package/package.json +7 -2
- package/product-site/.github/dependabot.yml +27 -0
- package/product-site/.github/workflows/pipeline.yml +202 -0
- package/product-site/.lighthouserc.json +22 -0
- package/product-site/README.md +1 -0
- package/product-site/app/[lang]/layout.tsx +95 -0
- package/product-site/app/[lang]/page.tsx +19 -0
- package/product-site/app/favicon.ico +0 -0
- package/product-site/app/globals.css +228 -0
- package/product-site/app/manifest.ts +20 -0
- package/product-site/app/robots.ts +12 -0
- package/product-site/app/sitemap.ts +12 -0
- package/product-site/components/CanvasText.tsx +219 -0
- package/product-site/components/CopyButton.tsx +85 -0
- package/product-site/components/HomeClient.tsx +985 -0
- package/product-site/components/InstallToggle.tsx +87 -0
- package/product-site/components/MotionRevealClient.tsx +53 -0
- package/product-site/components/TerminalCard.tsx +61 -0
- package/product-site/components/TerminalCardMotion.tsx +317 -0
- package/product-site/components/ui/accordion.tsx +74 -0
- package/product-site/components/ui/badge.tsx +52 -0
- package/product-site/components/ui/button.tsx +60 -0
- package/product-site/components/ui/card.tsx +103 -0
- package/product-site/components/ui/checkbox.tsx +29 -0
- package/product-site/components/ui/separator.tsx +25 -0
- package/product-site/components/ui/table.tsx +116 -0
- package/product-site/components/ui/tabs.tsx +82 -0
- package/product-site/components.json +25 -0
- package/product-site/dictionaries/br.json +137 -0
- package/product-site/dictionaries/cn.json +137 -0
- package/product-site/dictionaries/de.json +137 -0
- package/product-site/dictionaries/en.json +137 -0
- package/product-site/dictionaries/es.json +182 -0
- package/product-site/dictionaries/fr.json +182 -0
- package/product-site/dictionaries/pt.json +137 -0
- package/product-site/eslint.config.mjs +18 -0
- package/product-site/lib/dictionaries.ts +18 -0
- package/product-site/lib/dictionary-types.ts +3 -0
- package/product-site/lib/utils.ts +6 -0
- package/product-site/middleware.ts +39 -0
- package/product-site/next.config.mjs +14 -0
- package/product-site/package-lock.json +14201 -0
- package/product-site/package.json +41 -0
- package/product-site/postcss.config.mjs +7 -0
- package/product-site/public/file.svg +1 -0
- package/product-site/public/globe.svg +1 -0
- package/product-site/public/next.svg +1 -0
- package/product-site/public/og-image.png +0 -0
- package/product-site/public/vercel.svg +1 -0
- package/product-site/public/window.svg +1 -0
- package/product-site/scripts/sync-i18n.mjs +58 -0
- package/product-site/tsconfig.json +34 -0
- package/product-site/types/negotiator.d.ts +14 -0
- package/product-site/vercel.json +5 -0
|
@@ -0,0 +1,137 @@
|
|
|
1
|
+
{
|
|
2
|
+
"navigation": {
|
|
3
|
+
"version": "版本",
|
|
4
|
+
"status": "流水线_已同步",
|
|
5
|
+
"repository": "仓库",
|
|
6
|
+
"registry": "注册表",
|
|
7
|
+
"core_manifest": "核心_清单",
|
|
8
|
+
"docs": "文档"
|
|
9
|
+
},
|
|
10
|
+
"hero": {
|
|
11
|
+
"scan_identity": "扫描_身份",
|
|
12
|
+
"s1_label": "S_01 // 摄取_引擎",
|
|
13
|
+
"s1_title": "你的技术栈",
|
|
14
|
+
"s2_label": "S_02 // 流水线_合成",
|
|
15
|
+
"s2_title": "你的流水线",
|
|
16
|
+
"s3_label": "S_03 // 执行_确认",
|
|
17
|
+
"s3_title": "编排完成",
|
|
18
|
+
"description": "cistack 深度扫描您的代码仓库,为 30 多种框架和 12 个平台即时生成生产就绪的 GitHub Actions 工作流。",
|
|
19
|
+
"npx_command": "npx cistack",
|
|
20
|
+
"active_installs": "活跃安装量",
|
|
21
|
+
"per_week": "/ 周",
|
|
22
|
+
"realtime_synth": "实时_合成",
|
|
23
|
+
"integrations": "集成",
|
|
24
|
+
"stack_aware": "感应技术栈",
|
|
25
|
+
"success_rate": "成功率"
|
|
26
|
+
},
|
|
27
|
+
"docs": {
|
|
28
|
+
"badge": "技术规范 v",
|
|
29
|
+
"title_part1": "为一致性而设计。",
|
|
30
|
+
"title_part2": "为速度而生成。",
|
|
31
|
+
"description": "cistack 对您的项目目录进行深度扫描,以生成具有生产质量的 GitHub Actions YAML。它能检测您的语言、框架、测试工具和托管平台 —— 随后为您的技术栈编写最佳流水线。",
|
|
32
|
+
"section1_id": "01 / 04",
|
|
33
|
+
"section1_num": "01. 功能特性",
|
|
34
|
+
"section1_title": "分析与检测",
|
|
35
|
+
"capabilities": {
|
|
36
|
+
"analysis": { "label": "深度代码分析", "sub": "读取 package.json、lock 文件、配置" },
|
|
37
|
+
"detection": { "label": "智能检测", "sub": "识别 30 多种框架和 12 种语言" },
|
|
38
|
+
"cache": { "label": "原生缓存支持", "sub": "加速 npm、pip、go、cargo 等流水线" },
|
|
39
|
+
"preview": { "label": "PR 预览部署", "sub": "为 Vercel 和 Netlify 提供自动环境" },
|
|
40
|
+
"audit": { "label": "工作流审计与升级", "sub": "升级 Action 版本并验证最佳实践" },
|
|
41
|
+
"hosting": { "label": "托管平台自动探测", "sub": "AWS、Vercel、Firebase、Docker 等" },
|
|
42
|
+
"multi_workflow": { "label": "多工作流输出", "sub": "ci.yml、deploy.yml、docker.yml、security.yml" },
|
|
43
|
+
"security": { "label": "内置安全性", "sub": "CodeQL 检查点 + 依赖关系审计" },
|
|
44
|
+
"monorepo": { "label": "支持 Monorepo", "sub": "Turborepo、Nx、Lerna、pnpm workspaces" },
|
|
45
|
+
"interactive": { "label": "交互模式", "sub": "在写入文件前确认设置" },
|
|
46
|
+
"zero_config": { "label": "零配置", "sub": "无需设置即可开箱即用" }
|
|
47
|
+
},
|
|
48
|
+
"section2_num": "02. 激活",
|
|
49
|
+
"section2_title": "安装",
|
|
50
|
+
"command_registry": "命令_注册表",
|
|
51
|
+
"commands": {
|
|
52
|
+
"audit": "检查工作流中是否有过时的 Action",
|
|
53
|
+
"upgrade": "将所有 Action 升级到最新版本",
|
|
54
|
+
"init": "创建一个覆盖配置文件"
|
|
55
|
+
},
|
|
56
|
+
"recommended_npx": "推荐:使用 npx 进行单次生成。",
|
|
57
|
+
"parameters_manifest": "参数_清单",
|
|
58
|
+
"flags": {
|
|
59
|
+
"explain": "显示所检测到技术栈的推理过程",
|
|
60
|
+
"path": "要扫描的目标目录路径",
|
|
61
|
+
"output": "重新定义工作流输出目录",
|
|
62
|
+
"dry_run": "模拟输出而不写入",
|
|
63
|
+
"no_prompt": "跳过交互式安全检查",
|
|
64
|
+
"verbose": "开启最大 stdout 追踪",
|
|
65
|
+
"force": "忽略现有文件并覆盖"
|
|
66
|
+
},
|
|
67
|
+
"detection_logic_title": "检测逻辑",
|
|
68
|
+
"detection_logic_desc": "基于文件系统信号的自动识别触发器。",
|
|
69
|
+
"signal_source": "信号源:",
|
|
70
|
+
"framework_coverage": "框架覆盖率",
|
|
71
|
+
"testing_tools": "测试工具",
|
|
72
|
+
"section3_num": "03. 产物",
|
|
73
|
+
"section3_title": "生成的工作流",
|
|
74
|
+
"workflows": {
|
|
75
|
+
"ci": { "label": "持续集成", "desc": "在 Push/PR 时运行:代码扫描 (ESLint, TS 类型检查)、测试 (Node 版本矩阵)、构建 (生产环境) 和 E2E 测试。" },
|
|
76
|
+
"deploy": { "label": "持续部署", "desc": "在 Main 分支触发:平台部署,并为 Vercel/Netlify 提供自动 PR 预览环境。" },
|
|
77
|
+
"docker": { "label": "Docker 构建与推送", "desc": "在 Main/Tags 触发:通过 Docker Buildx 进行多平台构建,推送到 GHCR,并使用 GitHub Actions 缓存。" },
|
|
78
|
+
"security": { "label": "安全审计", "desc": "在 Push/PR/每周定时运行:对检测到的语言进行依赖项分析和 CodeQL 深度审计。" }
|
|
79
|
+
},
|
|
80
|
+
"security_requirement": "安全要求",
|
|
81
|
+
"encrypted_secrets": "加密密钥 (Secrets)",
|
|
82
|
+
"add_secrets_at": "在此处添加密钥:",
|
|
83
|
+
"section4_num": "04. 结构示例",
|
|
84
|
+
"section4_title": "标准技术栈场景",
|
|
85
|
+
"validated_output": "已验证输出"
|
|
86
|
+
},
|
|
87
|
+
"footer": {
|
|
88
|
+
"project_origin": "项目_起源",
|
|
89
|
+
"architected_by": "架构设计",
|
|
90
|
+
"status": "状态",
|
|
91
|
+
"operational": "所有系统运行正常",
|
|
92
|
+
"license": "许可证",
|
|
93
|
+
"open_source": "开源项目",
|
|
94
|
+
"footer_desc": "为现代 Web 设计的自动化 CI/CD 基础设施生成。为重视部署流水线透明度与安全性的开发者精准打造。",
|
|
95
|
+
"global_install": "全局_安装",
|
|
96
|
+
"copyright": "CISTACK ENGINE — 全体流水线已具象化。"
|
|
97
|
+
},
|
|
98
|
+
"install_toggle": {
|
|
99
|
+
"recommended": "推荐",
|
|
100
|
+
"npm_global": "npm install -g",
|
|
101
|
+
"recommended_badge": "推荐",
|
|
102
|
+
"global_badge": "全局",
|
|
103
|
+
"npx_desc": "始终获取最新版本。无需安装步骤。",
|
|
104
|
+
"npm_desc": "适合在多个仓库中频繁使用的开发者。"
|
|
105
|
+
},
|
|
106
|
+
"terminal": {
|
|
107
|
+
"label": "终端",
|
|
108
|
+
"mission": "核心_使命 // L_02",
|
|
109
|
+
"project_scanned": "✔ 项目已扫描",
|
|
110
|
+
"stack_detected": "✔ 技术栈已检测",
|
|
111
|
+
"detected_stack": "检测到的技术栈",
|
|
112
|
+
"languages": "语言:",
|
|
113
|
+
"frameworks": "框架:",
|
|
114
|
+
"hosting": "托管:",
|
|
115
|
+
"testing": "测试:",
|
|
116
|
+
"release_tool": "发布工具:",
|
|
117
|
+
"look_correct": "? 是否正确?按此设置生成流水线?是",
|
|
118
|
+
"generated_workflows": "✔ 已生成 3 个 CI 工作流",
|
|
119
|
+
"smart_merged": "↻ 智能合并:ci.yml",
|
|
120
|
+
"updated_on": "更新了顶级 \"on\" 配置",
|
|
121
|
+
"updated_concurrency": "更新了顶级 \"concurrency\" 配置",
|
|
122
|
+
"added_lint": "添加了 \"lint\" 任务",
|
|
123
|
+
"updated_build": "任务 \"build\" → 更新了名称",
|
|
124
|
+
"updated_needs": "任务 \"build\" → 更新了依赖 (needs)",
|
|
125
|
+
"added_checkout": "任务 \"build\" → 添加了 \"获取代码\" 步骤",
|
|
126
|
+
"added_node": "任务 \"build\" → 添加了 \"设置 Node.js\" 步骤",
|
|
127
|
+
"updated_step_build": "任务 \"build\" → 更新了 \"构建\" 步骤",
|
|
128
|
+
"added_upload": "任务 \"build\" → 添加了 \"上传构建产物\" 步骤",
|
|
129
|
+
"written_deploy": "已写入: deploy.yml",
|
|
130
|
+
"written_security": "已写入: security.yml",
|
|
131
|
+
"written_dependabot": "已写入: .github/dependabot.yml",
|
|
132
|
+
"done_msg": "搞定!您的 GitHub Actions 流水线已准备就绪。",
|
|
133
|
+
"workflows_path": "工作流路径 → cistack/.github/workflows",
|
|
134
|
+
"dependabot_path": "Dependabot 路径 → cistack/.github/dependabot.yml",
|
|
135
|
+
"processing": "正在处理输出..."
|
|
136
|
+
}
|
|
137
|
+
}
|
|
@@ -0,0 +1,137 @@
|
|
|
1
|
+
{
|
|
2
|
+
"navigation": {
|
|
3
|
+
"version": "VERSION",
|
|
4
|
+
"status": "Pipelines_Synchronisiert",
|
|
5
|
+
"repository": "Repository",
|
|
6
|
+
"registry": "Registry",
|
|
7
|
+
"core_manifest": "KERN_MANIFEST",
|
|
8
|
+
"docs": "Docs"
|
|
9
|
+
},
|
|
10
|
+
"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.",
|
|
19
|
+
"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"
|
|
26
|
+
},
|
|
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"
|
|
86
|
+
},
|
|
87
|
+
"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."
|
|
97
|
+
},
|
|
98
|
+
"install_toggle": {
|
|
99
|
+
"recommended": "empfohlen",
|
|
100
|
+
"npm_global": "npm install -g",
|
|
101
|
+
"recommended_badge": "Empfohlen",
|
|
102
|
+
"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."
|
|
105
|
+
},
|
|
106
|
+
"terminal": {
|
|
107
|
+
"label": "TERMINAL",
|
|
108
|
+
"mission": "KERN_MISSION // L_02",
|
|
109
|
+
"project_scanned": "✔ Projekt gescannt",
|
|
110
|
+
"stack_detected": "✔ Stack erkannt",
|
|
111
|
+
"detected_stack": "Erkannter Stack",
|
|
112
|
+
"languages": "Sprachen:",
|
|
113
|
+
"frameworks": "Frameworks:",
|
|
114
|
+
"hosting": "Hosting:",
|
|
115
|
+
"testing": "Testing:",
|
|
116
|
+
"release_tool": "Release-Tool:",
|
|
117
|
+
"look_correct": "? Sieht das korrekt aus? Pipeline mit diesen Einstellungen generieren? Ja",
|
|
118
|
+
"generated_workflows": "✔ 3 CI-Workflow(s) generiert",
|
|
119
|
+
"smart_merged": "↻ Smart-merged: ci.yml",
|
|
120
|
+
"updated_on": "Top-Level \"on\" aktualisiert",
|
|
121
|
+
"updated_concurrency": "Top-Level \"concurrency\" aktualisiert",
|
|
122
|
+
"added_lint": "Job \"lint\" hinzugefügt",
|
|
123
|
+
"updated_build": "Job \"build\" → \"name\" aktualisiert",
|
|
124
|
+
"updated_needs": "Job \"build\" → \"needs\" aktualisiert",
|
|
125
|
+
"added_checkout": "Job \"build\" → Schritt \"Checkout code\" hinzugefügt",
|
|
126
|
+
"added_node": "Job \"build\" → Schritt \"Set up Node.js\" hinzugefügt",
|
|
127
|
+
"updated_step_build": "Job \"build\" → Schritt \"Build\" aktualisiert",
|
|
128
|
+
"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.",
|
|
133
|
+
"workflows_path": "Workflows → cistack/.github/workflows",
|
|
134
|
+
"dependabot_path": "Dependabot → cistack/.github/dependabot.yml",
|
|
135
|
+
"processing": "Verarbeite Ausgabe..."
|
|
136
|
+
}
|
|
137
|
+
}
|
|
@@ -0,0 +1,137 @@
|
|
|
1
|
+
{
|
|
2
|
+
"navigation": {
|
|
3
|
+
"version": "VERSION",
|
|
4
|
+
"status": "Pipelines_Synced",
|
|
5
|
+
"repository": "Repository",
|
|
6
|
+
"registry": "Registry",
|
|
7
|
+
"core_manifest": "CORE_MANIFEST",
|
|
8
|
+
"docs": "Docs"
|
|
9
|
+
},
|
|
10
|
+
"hero": {
|
|
11
|
+
"scan_identity": "SCAN_IDENTITY",
|
|
12
|
+
"s1_label": "S_01 // INGEST_ENGINE",
|
|
13
|
+
"s1_title": "YOUR STACK",
|
|
14
|
+
"s2_label": "S_02 // PIPELINE_SYNTH",
|
|
15
|
+
"s2_title": "YOUR PIPELINE",
|
|
16
|
+
"s3_label": "S_03 // ACTION_COMMIT",
|
|
17
|
+
"s3_title": "ORCHESTRATED",
|
|
18
|
+
"description": "cistack deep-scans your repository to generate production-ready GitHub Actions workflows across 30+ frameworks and 12+ platforms.",
|
|
19
|
+
"npx_command": "npx cistack",
|
|
20
|
+
"active_installs": "Active Installs",
|
|
21
|
+
"per_week": "/ week",
|
|
22
|
+
"realtime_synth": "REALTIME_SYNTH",
|
|
23
|
+
"integrations": "Integrations",
|
|
24
|
+
"stack_aware": "Stack-Aware",
|
|
25
|
+
"success_rate": "Success Rate"
|
|
26
|
+
},
|
|
27
|
+
"docs": {
|
|
28
|
+
"badge": "Technical Specification v",
|
|
29
|
+
"title_part1": "Engineered for consistency.",
|
|
30
|
+
"title_part2": "Generated for speed.",
|
|
31
|
+
"description": "cistack deep-scans your project directory to produce production-grade GitHub Actions YAML. It detects your language, framework, testing tools, and hosting platform — then writes the best pipeline for your stack.",
|
|
32
|
+
"section1_id": "01 / 04",
|
|
33
|
+
"section1_num": "01. Capabilities",
|
|
34
|
+
"section1_title": "Analysis & Detection",
|
|
35
|
+
"capabilities": {
|
|
36
|
+
"analysis": { "label": "Deep codebase analysis", "sub": "Reads package.json, lock files, configs" },
|
|
37
|
+
"detection": { "label": "Smart detection", "sub": "Identifies 30+ frameworks & 12 languages" },
|
|
38
|
+
"cache": { "label": "Native Cache support", "sub": "Speeds up pipelines for npm, pip, go, cargo & more" },
|
|
39
|
+
"preview": { "label": "PR Preview Deploys", "sub": "Automatic environments for Vercel and Netlify" },
|
|
40
|
+
"audit": { "label": "Workflow Audit & Upgrade", "sub": "Bumps action versions & checks best practices" },
|
|
41
|
+
"hosting": { "label": "Hosting auto-detect", "sub": "AWS, Vercel, Firebase, Docker & more" },
|
|
42
|
+
"multi_workflow": { "label": "Multi-workflow output", "sub": "ci.yml, deploy.yml, docker.yml, security.yml" },
|
|
43
|
+
"security": { "label": "Security built-in", "sub": "CodeQL + dependency auditing checkpoints" },
|
|
44
|
+
"monorepo": { "label": "Monorepo aware", "sub": "Turborepo, Nx, Lerna, pnpm workspaces" },
|
|
45
|
+
"interactive": { "label": "Interactive mode", "sub": "Confirms settings before writing files" },
|
|
46
|
+
"zero_config": { "label": "Zero config", "sub": "Works out of the box with no config needed" }
|
|
47
|
+
},
|
|
48
|
+
"section2_num": "02. Activation",
|
|
49
|
+
"section2_title": "Installation",
|
|
50
|
+
"command_registry": "COMMAND_REGISTRY",
|
|
51
|
+
"commands": {
|
|
52
|
+
"audit": "Check workflows for outdated actions",
|
|
53
|
+
"upgrade": "Bump all actions to latest versions",
|
|
54
|
+
"init": "Create override config file"
|
|
55
|
+
},
|
|
56
|
+
"recommended_npx": "Recommended: Use npx for one-off generation.",
|
|
57
|
+
"parameters_manifest": "PARAMETERS_MANIFEST",
|
|
58
|
+
"flags": {
|
|
59
|
+
"explain": "Show reasoning for detected stack",
|
|
60
|
+
"path": "Target directory scanning path",
|
|
61
|
+
"output": "Redefine workflow output dir",
|
|
62
|
+
"dry_run": "Simulate output without writing",
|
|
63
|
+
"no_prompt": "Bypass interactive safety checks",
|
|
64
|
+
"verbose": "Enable maximum stdout tracing",
|
|
65
|
+
"force": "Ignore existing files and overwrite"
|
|
66
|
+
},
|
|
67
|
+
"detection_logic_title": "Detection Logic",
|
|
68
|
+
"detection_logic_desc": "Automatic recognition triggers based on filesystem signals.",
|
|
69
|
+
"signal_source": "Signal source:",
|
|
70
|
+
"framework_coverage": "Framework coverage",
|
|
71
|
+
"testing_tools": "Testing tools",
|
|
72
|
+
"section3_num": "03. Artifacts",
|
|
73
|
+
"section3_title": "Generated Workflows",
|
|
74
|
+
"workflows": {
|
|
75
|
+
"ci": { "label": "Continuous Integration", "desc": "Runs on push/PR: Lint (ESLint, TS type-check), Test (Node versions matrix), Build (production), and E2E." },
|
|
76
|
+
"deploy": { "label": "Continuous Deployment", "desc": "Triggers on main: Platform deployment with automatic PR Preview environments for Vercel and Netlify." },
|
|
77
|
+
"docker": { "label": "Docker Build & Push", "desc": "Triggers on main/tags: Multi-platform build via Docker Buildx, GHCR push, and GitHub Actions caching." },
|
|
78
|
+
"security": { "label": "Security Audit", "desc": "Runs on push/PR/weekly schedules: Dependency analysis and deep CodeQL auditing for the detected language." }
|
|
79
|
+
},
|
|
80
|
+
"security_requirement": "Security Requirement",
|
|
81
|
+
"encrypted_secrets": "Encrypted Secrets",
|
|
82
|
+
"add_secrets_at": "Add secrets at:",
|
|
83
|
+
"section4_num": "04. Structural Examples",
|
|
84
|
+
"section4_title": "Standard Stack Scenarios",
|
|
85
|
+
"validated_output": "Validated Output"
|
|
86
|
+
},
|
|
87
|
+
"footer": {
|
|
88
|
+
"project_origin": "Project_Origin",
|
|
89
|
+
"architected_by": "Architected_By",
|
|
90
|
+
"status": "Status",
|
|
91
|
+
"operational": "All Systems Operational",
|
|
92
|
+
"license": "License",
|
|
93
|
+
"open_source": "Open Source",
|
|
94
|
+
"footer_desc": "Automated CI/CD infrastructure generation for the modern web. Built with precision for developers who value visibility and security in their deployment pipelines.",
|
|
95
|
+
"global_install": "Global_Install",
|
|
96
|
+
"copyright": "CISTACK ENGINE — ALL PIPELINES REIFIED."
|
|
97
|
+
},
|
|
98
|
+
"install_toggle": {
|
|
99
|
+
"recommended": "recommended",
|
|
100
|
+
"npm_global": "npm install -g",
|
|
101
|
+
"recommended_badge": "Recommended",
|
|
102
|
+
"global_badge": "Global",
|
|
103
|
+
"npx_desc": "Always fetches the latest version. No install step.",
|
|
104
|
+
"npm_desc": "Best for developers across multiple repos."
|
|
105
|
+
},
|
|
106
|
+
"terminal": {
|
|
107
|
+
"label": "TERMINAL",
|
|
108
|
+
"mission": "CORE_MISSION // L_02",
|
|
109
|
+
"project_scanned": "✔ Project scanned",
|
|
110
|
+
"stack_detected": "✔ Stack detected",
|
|
111
|
+
"detected_stack": "Detected Stack",
|
|
112
|
+
"languages": "Languages:",
|
|
113
|
+
"frameworks": "Frameworks:",
|
|
114
|
+
"hosting": "Hosting:",
|
|
115
|
+
"testing": "Testing:",
|
|
116
|
+
"release_tool": "Release tool:",
|
|
117
|
+
"look_correct": "? Does this look correct? Generate pipeline with these settings? Yes",
|
|
118
|
+
"generated_workflows": "✔ Generated 3 CI workflow(s)",
|
|
119
|
+
"smart_merged": "↻ Smart-merged: ci.yml",
|
|
120
|
+
"updated_on": "updated top-level \"on\"",
|
|
121
|
+
"updated_concurrency": "updated top-level \"concurrency\"",
|
|
122
|
+
"added_lint": "added job \"lint\"",
|
|
123
|
+
"updated_build": "job \"build\" → updated \"name\"",
|
|
124
|
+
"updated_needs": "job \"build\" → updated \"needs\"",
|
|
125
|
+
"added_checkout": "job \"build\" → added step \"Checkout code\"",
|
|
126
|
+
"added_node": "job \"build\" → added step \"Set up Node.js\"",
|
|
127
|
+
"updated_step_build": "job \"build\" → updated step \"Build\"",
|
|
128
|
+
"added_upload": "job \"build\" → added step \"Upload build artifact\"",
|
|
129
|
+
"written_deploy": "Written: deploy.yml",
|
|
130
|
+
"written_security": "Written: security.yml",
|
|
131
|
+
"written_dependabot": "Written: .github/dependabot.yml",
|
|
132
|
+
"done_msg": "Done! Your GitHub Actions pipeline is ready.",
|
|
133
|
+
"workflows_path": "Workflows → cistack/.github/workflows",
|
|
134
|
+
"dependabot_path": "Dependabot → cistack/.github/dependabot.yml",
|
|
135
|
+
"processing": "Processing Output..."
|
|
136
|
+
}
|
|
137
|
+
}
|
|
@@ -0,0 +1,182 @@
|
|
|
1
|
+
{
|
|
2
|
+
"navigation": {
|
|
3
|
+
"version": "VERSIÓN",
|
|
4
|
+
"status": "Pipelines_Sincronizados",
|
|
5
|
+
"repository": "Repositorio",
|
|
6
|
+
"registry": "Registro",
|
|
7
|
+
"core_manifest": "MANIFESTO_NÚCLEO",
|
|
8
|
+
"docs": "Docs"
|
|
9
|
+
},
|
|
10
|
+
"hero": {
|
|
11
|
+
"scan_identity": "IDENTIDAD_ESCANEO",
|
|
12
|
+
"s1_label": "S_01 // MOTOR_INGESTA",
|
|
13
|
+
"s1_title": "TU STACK",
|
|
14
|
+
"s2_label": "S_02 // SÍNTESIS_PIPELINE",
|
|
15
|
+
"s2_title": "TU PIPELINE",
|
|
16
|
+
"s3_label": "S_03 // VALIDACIÓN_ACCIÓN",
|
|
17
|
+
"s3_title": "ORQUESTADO",
|
|
18
|
+
"description": "cistack escanea profundamente tu repositorio para generar instantáneamente flujos de trabajo de GitHub Actions listos para producción en más de 30 frameworks y 12 plataformas.",
|
|
19
|
+
"npx_command": "npx cistack",
|
|
20
|
+
"active_installs": "Instalaciones Activas",
|
|
21
|
+
"per_week": "/ semana",
|
|
22
|
+
"realtime_synth": "SÍNTESIS_TIEMPO_REAL",
|
|
23
|
+
"integrations": "Integraciones",
|
|
24
|
+
"stack_aware": "Compatible Stack",
|
|
25
|
+
"success_rate": "Tasa de Éxito"
|
|
26
|
+
},
|
|
27
|
+
"docs": {
|
|
28
|
+
"badge": "Especificación Técnica v",
|
|
29
|
+
"title_part1": "Diseñado para la consistencia.",
|
|
30
|
+
"title_part2": "Generado para la velocidad.",
|
|
31
|
+
"description": "cistack escanea profundamente el directorio de tu proyecto para producir YAML de GitHub Actions con calidad de producción. Detecta tu lenguaje, framework, herramientas de prueba y plataforma de hosting — luego escribe el mejor pipeline para tu stack.",
|
|
32
|
+
"section1_id": "01 / 04",
|
|
33
|
+
"section1_num": "01. Capacidades",
|
|
34
|
+
"section1_title": "Análisis y Detección",
|
|
35
|
+
"capabilities": {
|
|
36
|
+
"analysis": {
|
|
37
|
+
"label": "Análisis profundo del código",
|
|
38
|
+
"sub": "Lee package.json, archivos lock, configs"
|
|
39
|
+
},
|
|
40
|
+
"detection": {
|
|
41
|
+
"label": "Detección inteligente",
|
|
42
|
+
"sub": "Identifica más de 30 frameworks y 12 lenguajes"
|
|
43
|
+
},
|
|
44
|
+
"cache": {
|
|
45
|
+
"label": "Soporte de Cache nativo",
|
|
46
|
+
"sub": "Acelera los pipelines para npm, pip, go, cargo y más"
|
|
47
|
+
},
|
|
48
|
+
"preview": {
|
|
49
|
+
"label": "Despliegues PR Preview",
|
|
50
|
+
"sub": "Entornos automáticos para Vercel y Netlify"
|
|
51
|
+
},
|
|
52
|
+
"audit": {
|
|
53
|
+
"label": "Auditoría y Mejora de Workflow",
|
|
54
|
+
"sub": "Actualiza versiones de acciones y verifica mejores prácticas"
|
|
55
|
+
},
|
|
56
|
+
"hosting": {
|
|
57
|
+
"label": "Auto-detección de hosting",
|
|
58
|
+
"sub": "AWS, Vercel, Firebase, Docker y más"
|
|
59
|
+
},
|
|
60
|
+
"multi_workflow": {
|
|
61
|
+
"label": "Salida multi-workflow",
|
|
62
|
+
"sub": "ci.yml, deploy.yml, docker.yml, security.yml"
|
|
63
|
+
},
|
|
64
|
+
"security": {
|
|
65
|
+
"label": "Seguridad integrada",
|
|
66
|
+
"sub": "Puntos de control CodeQL + auditoría de dependencias"
|
|
67
|
+
},
|
|
68
|
+
"monorepo": {
|
|
69
|
+
"label": "Compatible con Monorepo",
|
|
70
|
+
"sub": "Turborepo, Nx, Lerna, pnpm workspaces"
|
|
71
|
+
},
|
|
72
|
+
"interactive": {
|
|
73
|
+
"label": "Modo interactivo",
|
|
74
|
+
"sub": "Confirma ajustes antes de escribir archivos"
|
|
75
|
+
},
|
|
76
|
+
"zero_config": {
|
|
77
|
+
"label": "Cero config",
|
|
78
|
+
"sub": "Funciona de inmediato sin necesidad de configuración"
|
|
79
|
+
}
|
|
80
|
+
},
|
|
81
|
+
"section2_num": "02. Activación",
|
|
82
|
+
"section2_title": "Instalación",
|
|
83
|
+
"command_registry": "REGISTRO_COMANDOS",
|
|
84
|
+
"commands": {
|
|
85
|
+
"audit": "Verifica flujos de trabajo por acciones obsoletas",
|
|
86
|
+
"upgrade": "Actualiza todas las acciones a las últimas versiones",
|
|
87
|
+
"init": "Crea un archivo de configuración de anulación"
|
|
88
|
+
},
|
|
89
|
+
"recommended_npx": "Recomendado: Usa npx para una generación única.",
|
|
90
|
+
"parameters_manifest": "MANIFESTO_PARÁMETROS",
|
|
91
|
+
"flags": {
|
|
92
|
+
"explain": "Muestra el razonamiento de la stack detectada",
|
|
93
|
+
"path": "Ruta del directorio objetivo a escanear",
|
|
94
|
+
"output": "Redefine el directorio de salida del workflow",
|
|
95
|
+
"dry_run": "Simula la salida sin escribir",
|
|
96
|
+
"no_prompt": "Omite las verificaciones de seguridad interactivas",
|
|
97
|
+
"verbose": "Activa el rastreo stdout máximo",
|
|
98
|
+
"force": "Ignora archivos existentes y sobreescribe"
|
|
99
|
+
},
|
|
100
|
+
"detection_logic_title": "Lógica de Detección",
|
|
101
|
+
"detection_logic_desc": "Disparadores de reconocimiento automático basados en señales del sistema de archivos.",
|
|
102
|
+
"signal_source": "Fuente de señal:",
|
|
103
|
+
"framework_coverage": "Cobertura Framework",
|
|
104
|
+
"testing_tools": "Herramientas de prueba",
|
|
105
|
+
"section3_num": "03. Artefactos",
|
|
106
|
+
"section3_title": "Workflows Generados",
|
|
107
|
+
"workflows": {
|
|
108
|
+
"ci": {
|
|
109
|
+
"label": "Integración Continua",
|
|
110
|
+
"desc": "Se ejecuta en push/PR: Lint (ESLint, type-check TS), Test (matriz versiones Node), Build (producción), y E2E."
|
|
111
|
+
},
|
|
112
|
+
"deploy": {
|
|
113
|
+
"label": "Despliegue Continuo",
|
|
114
|
+
"desc": "Se activa en main: Despliegue de plataforma con entornos PR Preview automáticos para Vercel y Netlify."
|
|
115
|
+
},
|
|
116
|
+
"docker": {
|
|
117
|
+
"label": "Build y Push Docker",
|
|
118
|
+
"desc": "Se activa en main/tags: Build multi-plataforma vía Docker Buildx, push GHCR, y cache GitHub Actions."
|
|
119
|
+
},
|
|
120
|
+
"security": {
|
|
121
|
+
"label": "Auditoría de Seguridad",
|
|
122
|
+
"desc": "Se ejecuta en push/PR/horarios semanales: Análisis de dependencias y auditoría profunda CodeQL para el lenguaje detectado."
|
|
123
|
+
}
|
|
124
|
+
},
|
|
125
|
+
"security_requirement": "Requisito de Seguridad",
|
|
126
|
+
"encrypted_secrets": "Secretos Cifrados",
|
|
127
|
+
"add_secrets_at": "Añadir secretos en:",
|
|
128
|
+
"section4_num": "04. Ejemplos Estructurales",
|
|
129
|
+
"section4_title": "Escenarios de Stacks Estándar",
|
|
130
|
+
"validated_output": "Salida Validada"
|
|
131
|
+
},
|
|
132
|
+
"footer": {
|
|
133
|
+
"project_origin": "Origen_Proyecto",
|
|
134
|
+
"architected_by": "Arquitectado_Por",
|
|
135
|
+
"status": "Estado",
|
|
136
|
+
"operational": "Todos los sistemas operativos",
|
|
137
|
+
"license": "Licencia",
|
|
138
|
+
"open_source": "Código Abierto",
|
|
139
|
+
"footer_desc": "Generación automatizada de infraestructura CI/CD para la web moderna. Construido con precisión para desarrolladores que valoran la visibilidad y seguridad en sus pipelines de despliegue.",
|
|
140
|
+
"global_install": "Instalación_Global",
|
|
141
|
+
"copyright": "CISTACK ENGINE — TODOS LOS PIPELINES REIFICADOS."
|
|
142
|
+
},
|
|
143
|
+
"install_toggle": {
|
|
144
|
+
"recommended": "recomendado",
|
|
145
|
+
"npm_global": "npm install -g",
|
|
146
|
+
"recommended_badge": "Recomendado",
|
|
147
|
+
"global_badge": "Global",
|
|
148
|
+
"npx_desc": "Siempre obtiene la última versión. Sin pasos de instalación.",
|
|
149
|
+
"npm_desc": "Ideal para desarrolladores en múltiples repositorios."
|
|
150
|
+
},
|
|
151
|
+
"terminal": {
|
|
152
|
+
"label": "TERMINAL",
|
|
153
|
+
"mission": "MISIÓN_NÚCLEO // L_02",
|
|
154
|
+
"project_scanned": "✔ Proyecto escaneado",
|
|
155
|
+
"stack_detected": "✔ Stack detectada",
|
|
156
|
+
"detected_stack": "Stack Detectada",
|
|
157
|
+
"languages": "Lenguajes:",
|
|
158
|
+
"frameworks": "Frameworks:",
|
|
159
|
+
"hosting": "Hosting:",
|
|
160
|
+
"testing": "Pruebas:",
|
|
161
|
+
"release_tool": "Herramienta release:",
|
|
162
|
+
"look_correct": "? ¿Parece correcto? ¿Generar pipeline con estos ajustes? Sí",
|
|
163
|
+
"generated_workflows": "✔ Generados 3 flujos CI",
|
|
164
|
+
"smart_merged": "↻ Mezclado inteligente: ci.yml",
|
|
165
|
+
"updated_on": "actualizado el \"on\" global",
|
|
166
|
+
"updated_concurrency": "actualizada la \"concurrency\" global",
|
|
167
|
+
"added_lint": "añadido el job \"lint\"",
|
|
168
|
+
"updated_build": "job \"build\" → nombre actualizado",
|
|
169
|
+
"updated_needs": "job \"build\" → needs actualizado",
|
|
170
|
+
"added_checkout": "job \"build\" → añadida etapa \"Checkout code\"",
|
|
171
|
+
"added_node": "job \"build\" → añadida etapa \"Set up Node.js\"",
|
|
172
|
+
"updated_step_build": "job \"build\" → etapa \"Build\" actualizada",
|
|
173
|
+
"added_upload": "job \"build\" → añadida etapa \"Upload build artifact\"",
|
|
174
|
+
"written_deploy": "Escrito: deploy.yml",
|
|
175
|
+
"written_security": "Escrito: security.yml",
|
|
176
|
+
"written_dependabot": "Escrito: .github/dependabot.yml",
|
|
177
|
+
"done_msg": "¡Listo! Tu pipeline de GitHub Actions está preparado.",
|
|
178
|
+
"workflows_path": "Workflows → cistack/.github/workflows",
|
|
179
|
+
"dependabot_path": "Dependabot → cistack/.github/dependabot.yml",
|
|
180
|
+
"processing": "Procesando Salida..."
|
|
181
|
+
}
|
|
182
|
+
}
|