@xulthekl/team-flow 0.27.0 → 0.27.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/.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/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 +24 -37
- package/llms.txt +1 -1
- package/package.json +1 -1
- package/plugin.json +1 -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. 23 skills + 8 agents with embedded TDD, SDD, code review, debugging, delta spec sync, and design-system-driven prototyping.",
|
|
12
|
-
"version": "0.27.
|
|
12
|
+
"version": "0.27.2",
|
|
13
13
|
"source": "./",
|
|
14
14
|
"author": {
|
|
15
15
|
"name": "LT",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "team-flow",
|
|
3
|
-
"version": "0.27.
|
|
3
|
+
"version": "0.27.2",
|
|
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). 23 skills + 8 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). 23 skills + 8 agents, one install.",
|
|
5
|
-
"version": "0.27.
|
|
5
|
+
"version": "0.27.2",
|
|
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.27.
|
|
9
|
+
"version": "0.27.2"
|
|
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.27.
|
|
15
|
+
"version": "0.27.2",
|
|
16
16
|
"source": ".",
|
|
17
17
|
"author": {
|
|
18
18
|
"name": "LT",
|
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.27.
|
|
11
|
+
# team-flow v0.27.2 | 阶段: {{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.27.
|
|
3
|
+
> 当前版本:`v0.27.2`
|
|
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.27.
|
|
129
|
+
- Current: `v0.27.2`
|
|
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). 17 skills, one install.",
|
|
4
|
-
"version": "0.27.
|
|
4
|
+
"version": "0.27.2",
|
|
5
5
|
"contextFileName": "GEMINI.md"
|
|
6
6
|
}
|
package/hooks/session-start
CHANGED
|
@@ -1,39 +1,17 @@
|
|
|
1
1
|
#!/usr/bin/env bash
|
|
2
|
-
# v0.27.
|
|
2
|
+
# v0.27.2: auto-sync CLI version with plugin version
|
|
3
3
|
set -e
|
|
4
4
|
|
|
5
|
+
# ═══════════════════════════════════════════════════════════════
|
|
6
|
+
# Plugin version (update this when releasing new versions)
|
|
7
|
+
# ═══════════════════════════════════════════════════════════════
|
|
8
|
+
PLUGIN_VERSION="0.27.2"
|
|
9
|
+
|
|
5
10
|
# ═══════════════════════════════════════════════════════════════
|
|
6
11
|
# Step 1: Auto-sync CLI version with plugin version
|
|
7
12
|
# ═══════════════════════════════════════════════════════════════
|
|
8
13
|
|
|
9
14
|
sync_tf_version() {
|
|
10
|
-
# Find plugin.json from plugin root
|
|
11
|
-
local plugin_json=""
|
|
12
|
-
local plugin_root="${CURSOR_PLUGIN_ROOT:-${CLAUDE_PLUGIN_ROOT:-}}"
|
|
13
|
-
|
|
14
|
-
if [ -n "$plugin_root" ] && [ -f "$plugin_root/plugin.json" ]; then
|
|
15
|
-
plugin_json="$plugin_root/plugin.json"
|
|
16
|
-
else
|
|
17
|
-
# Fallback: search common plugin directories
|
|
18
|
-
for dir in ".cursor" ".claude" ".cline" ".kiro" ".windsurf"; do
|
|
19
|
-
if [ -f "$dir/plugin.json" ]; then
|
|
20
|
-
plugin_json="$dir/plugin.json"
|
|
21
|
-
break
|
|
22
|
-
fi
|
|
23
|
-
done
|
|
24
|
-
fi
|
|
25
|
-
|
|
26
|
-
# Read plugin version from plugin.json
|
|
27
|
-
local plugin_version=""
|
|
28
|
-
if [ -n "$plugin_json" ]; then
|
|
29
|
-
plugin_version=$(grep -o '"version"[[:space:]]*:[[:space:]]*"[^"]*"' "$plugin_json" | head -1 | grep -o '[0-9]\+\.[0-9]\+\.[0-9]\+')
|
|
30
|
-
fi
|
|
31
|
-
|
|
32
|
-
# If plugin.json not found or version not extracted, skip sync
|
|
33
|
-
if [ -z "$plugin_version" ]; then
|
|
34
|
-
return 0
|
|
35
|
-
fi
|
|
36
|
-
|
|
37
15
|
# Get installed tf version
|
|
38
16
|
local installed_version=""
|
|
39
17
|
if command -v tf &>/dev/null; then
|
|
@@ -41,18 +19,27 @@ sync_tf_version() {
|
|
|
41
19
|
fi
|
|
42
20
|
|
|
43
21
|
# Compare versions and sync if needed
|
|
44
|
-
if [ "$installed_version" != "$
|
|
45
|
-
echo "🔄 team-flow CLI version mismatch: ${installed_version:-not installed} → $
|
|
46
|
-
echo " Auto-installing @xulthekl/team-flow@$
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
22
|
+
if [ "$installed_version" != "$PLUGIN_VERSION" ]; then
|
|
23
|
+
echo "🔄 team-flow CLI version mismatch: ${installed_version:-not installed} → $PLUGIN_VERSION"
|
|
24
|
+
echo " Auto-installing @xulthekl/team-flow@$PLUGIN_VERSION..."
|
|
25
|
+
|
|
26
|
+
# Try install with cache clean on failure
|
|
27
|
+
if ! npm install -g "@xulthekl/team-flow@$PLUGIN_VERSION" 2>&1; then
|
|
28
|
+
echo "⚠️ Install failed, cleaning cache and retrying..."
|
|
29
|
+
npm cache clean --force 2>/dev/null
|
|
30
|
+
if ! npm install -g "@xulthekl/team-flow@$PLUGIN_VERSION" 2>&1; then
|
|
31
|
+
echo "❌ Auto-install failed after cache clean. Please run manually:"
|
|
32
|
+
echo " npm cache clean --force && npm install -g @xulthekl/team-flow@$PLUGIN_VERSION"
|
|
33
|
+
return 1
|
|
34
|
+
fi
|
|
35
|
+
fi
|
|
36
|
+
|
|
37
|
+
echo "✅ @xulthekl/team-flow@$PLUGIN_VERSION installed successfully"
|
|
51
38
|
fi
|
|
52
39
|
}
|
|
53
40
|
|
|
54
|
-
# Run version sync (
|
|
55
|
-
sync_tf_version
|
|
41
|
+
# Run version sync (show output for visibility)
|
|
42
|
+
sync_tf_version
|
|
56
43
|
|
|
57
44
|
# ═══════════════════════════════════════════════════════════════
|
|
58
45
|
# Step 2: Inject workflow context
|
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.27.
|
|
6
|
+
Current version: v0.27.2.
|
|
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.27.
|
|
3
|
+
"version": "0.27.2",
|
|
4
4
|
"description": "Unified plugin (23 skills + 8 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.27.
|
|
3
|
+
"version": "0.27.2",
|
|
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). 23 skills + 8 agents, one install.",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "LT"
|