@lininn/openflow 0.1.1 → 0.1.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lininn/openflow",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "OpenSpec + Superpowers workflow orchestrator for Claude Code",
5
5
  "bin": {
6
6
  "openflow": "./bin/openflow.js"
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: openflow
3
- description: "OpenSpec + Superpowers 工作流协调器。使用 /openflow proposal 轻量提问、/openflow brainstorming 深度设计、/openflow spec 生成规格、/openflow build 执行实现、/openflow close 验证归档。串联需求规格与工程执行,消除格式鸿沟。"
3
+ description: "OpenSpec + Superpowers workflow orchestrator. Use /openflow proposal for quick capture, /openflow brainstorming for deep design, /openflow spec to generate specs + translate, /openflow build to execute, /openflow close to verify and archive. Bridges requirements specs and engineering execution."
4
4
  ---
5
5
 
6
6
  # openflow: 工作流协调器
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: openflow/brainstorming
3
- description: 深度设计多轮探索,确认架构和方案
3
+ description: Deep design multi-round exploration to confirm architecture and approach
4
4
  ---
5
5
 
6
6
  # Brainstorming: 深度设计
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: openflow/build
3
- description: 调用 Superpowers 执行实现,支持断点恢复
3
+ description: Call Superpowers to execute implementation, supports checkpoint recovery
4
4
  ---
5
5
 
6
6
  # Build: Superpowers 执行
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: openflow/close
3
- description: 验证实现一致性并归档
3
+ description: Verify implementation consistency and archive
4
4
  ---
5
5
 
6
6
  # Close: 验证归档
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: openflow/proposal
3
- description: 轻量需求捕获 — 3-5 个问题快速收敛需求
3
+ description: Lightweight requirement capture — 3-5 questions to quickly converge on requirements
4
4
  ---
5
5
 
6
6
  # Proposal: 轻量需求捕获
package/templates/spec.md CHANGED
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: openflow/spec
3
- description: 调用 OpenSpec 生成规格文档,确认后自动翻译为 plan-ready.md
3
+ description: Call OpenSpec to generate specs, auto-translate to plan-ready.md after user confirmation
4
4
  ---
5
5
 
6
6
  # Spec: 生成规格并翻译