@xulthekl/team-flow 0.38.0 → 0.39.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/.claude/always/phase-guard.md +1 -1
- package/.claude-plugin/marketplace.json +1 -1
- package/.claude-plugin/plugin.json +1 -1
- package/.codex-plugin/plugin.json +1 -1
- package/.cursor-plugin/marketplace.json +1 -1
- package/.cursor-plugin/plugin.json +1 -1
- package/.github/plugin/marketplace.json +2 -2
- package/CHANGELOG.md +12 -0
- package/GEMINI.md +1 -1
- package/INSTALL.md +1 -1
- package/README.md +1 -1
- package/docs/README_en.md +1 -1
- package/gemini-extension.json +1 -1
- package/hooks/session-start +2 -2
- package/llms.txt +1 -1
- package/package.json +1 -1
- package/plugin.json +1 -1
- package/skills/workflow-feedback/SKILL.md +10 -0
- package/skills/workflow-feedback/references/feedback-template.md +7 -1
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
{
|
|
10
10
|
"name": "team-flow",
|
|
11
11
|
"description": "8-state spec workflow + compound global compounding + architecture-design (4A/DDD) + local HTML prototype + product-level orchestration + bootstrap + e2e + session handoff + workflow feedback. 24 skills + 15 agents with embedded TDD, SDD, code review, debugging, delta spec sync, and design-system-driven prototyping.",
|
|
12
|
-
"version": "0.
|
|
12
|
+
"version": "0.39.0",
|
|
13
13
|
"source": "./",
|
|
14
14
|
"author": {
|
|
15
15
|
"name": "LT",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "team-flow",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.39.0",
|
|
4
4
|
"description": "Unified workflow plugin: team-flow (spec-driven dev: TDD/SDD/code-review/debugging) + compound-engineering core subset (brainstorm/plan/compound/strategy/ideate/proof, global compounding) + architecture-design (4A+DDD incremental design & global compounding) + prototype (local HTML prototype, zero external deps) + e2e (Playwright E2E, AC-driven) + workflow-orchestrator (product-level workflow orchestration) + workflow-bootstrap (existing project onboarding) + session-handoff (context transfer) + workflow-feedback (issue tracking). 24 skills + 15 agents, one install.",
|
|
5
5
|
"source": "./",
|
|
6
6
|
"author": {
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "team-flow",
|
|
3
3
|
"displayName": "team-flow",
|
|
4
4
|
"description": "Unified workflow plugin: team-flow (spec-driven dev: TDD/SDD/code-review/debugging) + compound-engineering core subset (brainstorm/plan/compound/strategy/ideate/proof, global compounding) + architecture-design (4A+DDD incremental design & global compounding) + prototype (local HTML prototype, zero external deps) + e2e (Playwright E2E, AC-driven) + workflow-orchestrator (product-level workflow orchestration) + workflow-bootstrap (existing project onboarding) + session-handoff (context transfer) + workflow-feedback (issue tracking). 24 skills + 15 agents, one install.",
|
|
5
|
-
"version": "0.
|
|
5
|
+
"version": "0.39.0",
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "LT",
|
|
8
8
|
"url": "https://github.com/LT"
|
|
@@ -6,13 +6,13 @@
|
|
|
6
6
|
},
|
|
7
7
|
"metadata": {
|
|
8
8
|
"description": "Unified workflow plugins and skills for AI coding agents (team-flow: team-flow + compound + architecture-design + prototype).",
|
|
9
|
-
"version": "0.
|
|
9
|
+
"version": "0.39.0"
|
|
10
10
|
},
|
|
11
11
|
"plugins": [
|
|
12
12
|
{
|
|
13
13
|
"name": "team-flow",
|
|
14
14
|
"description": "Unified workflow with planning artifacts, execution contracts, TDD, review gates, systematic debugging, delta spec sync, architecture-design, and local HTML prototyping.",
|
|
15
|
-
"version": "0.
|
|
15
|
+
"version": "0.39.0",
|
|
16
16
|
"source": ".",
|
|
17
17
|
"author": {
|
|
18
18
|
"name": "LT",
|
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,13 @@ The format loosely follows Keep a Changelog.
|
|
|
6
6
|
|
|
7
7
|
## [Unreleased]
|
|
8
8
|
|
|
9
|
+
## [0.39.0] - 2026-08-06
|
|
10
|
+
|
|
11
|
+
### Added(workflow-feedback 环境版本记录)
|
|
12
|
+
|
|
13
|
+
- **feedback-template.md**:YAML frontmatter 增加 `environment` 字段,记录问题发生时的环境版本(plugin_version/node_version/npm_version/platform/shell),version 升到 2
|
|
14
|
+
- **SKILL.md**:Step 2(上下文关联)增加环境版本采集命令表,指导 agent 自动采集并写入 feedback 文件
|
|
15
|
+
|
|
9
16
|
## [0.38.0] - 2026-08-06
|
|
10
17
|
|
|
11
18
|
### Added(E2E case 记录 + 复利闭环 + 下游确认)
|
|
@@ -16,6 +23,11 @@ The format loosely follows Keep a Changelog.
|
|
|
16
23
|
- **LLM 消费点 e2e 豁免(防断链)**:release-archivist Step 2b / build-executor implementer / code-reviewer 三个消费点的 coverage 分母与金字塔配比排除 `test_tier=e2e`
|
|
17
24
|
- **生成器/上游同步**:contract-builder Generation Protocol 第 7 步 E2E 评估 + Summary/契约段 E2E 行;test-matrix-export `TEST_KIND_TO_TIER` 加 `playwright_prototype`/`playwright_integration` → e2e;spec-writer Scenario 标签补 `##### E2E:`;design-methods-detail test_tier 表补 e2e;test-quality-rules 规则 11 明确 e2e case 合法落点 `e2e/`
|
|
18
25
|
|
|
26
|
+
### Added(审查类 agent 改造——reviewer 直接写报告文件)
|
|
27
|
+
|
|
28
|
+
- **6 个 reviewer agent 从只读改为直接写审查报告文件**:architecture-reviewer / change-split-auditor / code-reviewer / cross-change-consistency-checker / prd-completeness-reviewer / prototype-reviewer——`tools` 加 `Write`,Iron Law 从"返回报告由编排层持久化"改为"agent 直接写报告到 `changes/<name>/architecture/auto-review.md`(change 模式)/ `docs/architecture/iterations/vN/auto-review.md`(product 模式)+ 返回摘要与文件路径"
|
|
29
|
+
- **配套 skill 调用说明同步**:workflow-start(architecture-reviewer 直接写 auto-review.md)/ prototype + orchestration-flow(prototype-reviewer)/ ce-brainstorm prototype-loop(prd-completeness-reviewer)/ workflow-orchestrator s2-prd-prototype-loop(prototype-reviewer)
|
|
30
|
+
|
|
19
31
|
### Bug Fixes(feedback 2026-08-05,test-merge 五 bug)
|
|
20
32
|
|
|
21
33
|
- **resolveDeferred 误删 Current Cases**:原全文件 regex `\|<caseId>\|[^\n]*\n` 把 baselines Current Cases 表正常 case 行全部误删(表体清空、Evolution Log 计数保留)→ 改为仅删除 `## Deferred Items` 段内被新 case 覆盖的行
|
package/GEMINI.md
CHANGED
|
@@ -8,7 +8,7 @@ The workflow is self-contained and does not require OpenSpec or Superpowers at r
|
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
<!-- team-flow-phase-guard-start -->
|
|
11
|
-
# team-flow v0.
|
|
11
|
+
# team-flow v0.39.0 | 阶段: {{state}} | 工作流: {{workflow}}
|
|
12
12
|
当前阶段允许的操作由 workflow-start 路由规则定义。
|
|
13
13
|
禁止跨越 DP gate 进入下一阶段。变更范围以 execution-contract.md 的 Intent Lock 为准。
|
|
14
14
|
<!-- team-flow-phase-guard-end -->
|
package/INSTALL.md
CHANGED
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# team-flow
|
|
2
2
|
|
|
3
|
-
> 当前版本:`v0.
|
|
3
|
+
> 当前版本:`v0.39.0`
|
|
4
4
|
|
|
5
5
|
> 统一插件:**team-flow**(spec 驱动开发)+ **compound-engineering 核心子集**(全局复利)+ **architecture-design**(4A+DDD 增量设计)+ **prototype**(本地 HTML 原型)+ **e2e**(AC 驱动 E2E)+ **workflow-orchestrator**(产品级编排)+ **workflow-bootstrap**(既有项目接入)。一次安装,七套能力协同。
|
|
6
6
|
|
package/docs/README_en.md
CHANGED
|
@@ -126,7 +126,7 @@ npm install -g team-flow
|
|
|
126
126
|
|
|
127
127
|
### Version
|
|
128
128
|
|
|
129
|
-
- Current: `v0.
|
|
129
|
+
- Current: `v0.39.0`
|
|
130
130
|
- v0.9.1 highlights: DP-4 execution-mode recommendations, a portable runtime across 17 platforms, and a raw-package smoke with no plugin-root variable.
|
|
131
131
|
- Self-contained — no OpenSpec or Superpowers runtime required
|
|
132
132
|
- Upstream: [Fission-AI/OpenSpec](https://github.com/Fission-AI/OpenSpec), [obra/superpowers](https://github.com/obra/superpowers)
|
package/gemini-extension.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "team-flow",
|
|
3
3
|
"description": "Unified workflow plugin: team-flow (spec-driven dev) + compound-engineering core subset + architecture-design (4A/DDD) + prototype (local HTML). 24 skills, one install.",
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.39.0",
|
|
5
5
|
"contextFileName": "GEMINI.md"
|
|
6
6
|
}
|
package/hooks/session-start
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
#!/usr/bin/env bash
|
|
2
|
-
# v0.
|
|
2
|
+
# v0.39.0: auto-sync CLI version with plugin version
|
|
3
3
|
set -e
|
|
4
4
|
|
|
5
5
|
# ═══════════════════════════════════════════════════════════════
|
|
6
6
|
# Plugin version (update this when releasing new versions)
|
|
7
7
|
# ═══════════════════════════════════════════════════════════════
|
|
8
|
-
PLUGIN_VERSION="0.
|
|
8
|
+
PLUGIN_VERSION="0.39.0"
|
|
9
9
|
|
|
10
10
|
# ═══════════════════════════════════════════════════════════════
|
|
11
11
|
# Step 1: Auto-sync CLI version with plugin version
|
package/llms.txt
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
## Overview
|
|
4
4
|
spec-superflow is a self-contained workflow integration plugin for Claude Code, Cursor, OpenAI Codex CLI/App, GitHub Copilot CLI, Gemini CLI, OpenCode, WorkBuddy, and Trae. It merges spec-driven planning artifacts (proposal, specs, design, tasks) with disciplined execution guardrails (TDD, review gates, controlled handoff) into one unified workflow.
|
|
5
5
|
|
|
6
|
-
Current version: v0.
|
|
6
|
+
Current version: v0.39.0.
|
|
7
7
|
|
|
8
8
|
## Key Documents
|
|
9
9
|
- README.md: Chinese homepage with full usage guide and FAQ
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xulthekl/team-flow",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.39.0",
|
|
4
4
|
"description": "Unified plugin (24 skills + 15 agents) integrating team-flow, compound-engineering, architecture-design, prototype, design-system, workflow-orchestrator, workflow-bootstrap, e2e, session-handoff, workflow-feedback for multi-agent coding tools.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
package/plugin.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "team-flow",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.39.0",
|
|
4
4
|
"description": "Unified workflow plugin: team-flow (spec-driven dev: TDD/SDD/code-review/debugging) + compound-engineering core subset (brainstorm/plan/compound/strategy/ideate/proof, global compounding) + architecture-design (4A+DDD incremental design & global compounding) + prototype (local HTML prototype, zero external deps) + e2e (Playwright E2E, AC-driven) + workflow-orchestrator (product-level workflow orchestration) + workflow-bootstrap (existing project onboarding) + session-handoff (context transfer) + workflow-feedback (issue tracking). 24 skills + 15 agents, one install.",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "LT"
|
|
@@ -84,6 +84,16 @@ argument-hint: "[问题简述] [--category <分类>] [--severity <P0-P3>]"
|
|
|
84
84
|
- 涉及的 skill / agent / CLI 命令
|
|
85
85
|
- 涉及的产物路径
|
|
86
86
|
|
|
87
|
+
**环境版本采集**(写入 feedback frontmatter 的 `environment` 字段):
|
|
88
|
+
|
|
89
|
+
| 字段 | 采集命令 | 说明 |
|
|
90
|
+
|------|---------|------|
|
|
91
|
+
| `plugin_version` | `cat team-flow/package.json \| grep '"version"' \| head -1` | team-flow 插件版本 |
|
|
92
|
+
| `node_version` | `node -v` | Node.js 运行时版本 |
|
|
93
|
+
| `npm_version` | `npm -v` | npm 版本 |
|
|
94
|
+
| `platform` | `uname -s \| tr '[:upper:]' '[:lower:]'` | 操作系统平台 |
|
|
95
|
+
| `shell` | `basename "$SHELL"` | 当前 shell |
|
|
96
|
+
|
|
87
97
|
### Step 3:结构化记录
|
|
88
98
|
|
|
89
99
|
按 `references/feedback-template.md` 格式输出:
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
```yaml
|
|
9
9
|
---
|
|
10
10
|
type: workflow-feedback
|
|
11
|
-
version:
|
|
11
|
+
version: 2
|
|
12
12
|
created_at: <ISO 8601>
|
|
13
13
|
category: <skill-trigger | sop-flow | artifact-quality | state-management | agent-quality | cli-command | ux-interaction | performance | cross-platform | documentation>
|
|
14
14
|
severity: <P0 | P1 | P2 | P3>
|
|
@@ -16,6 +16,12 @@ status: open
|
|
|
16
16
|
related_skill: <skill-name | null>
|
|
17
17
|
related_phase: <S1-S5 | change-level | null>
|
|
18
18
|
related_requirement: <req-id | null>
|
|
19
|
+
environment:
|
|
20
|
+
plugin_version: <team-flow 插件版本>
|
|
21
|
+
node_version: <Node.js 版本>
|
|
22
|
+
npm_version: <npm 版本>
|
|
23
|
+
platform: <darwin | linux | win32>
|
|
24
|
+
shell: <zsh | bash | powershell>
|
|
19
25
|
---
|
|
20
26
|
```
|
|
21
27
|
|