@xulthekl/team-flow 0.48.0 → 0.49.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.
Files changed (53) hide show
  1. package/.claude/always/phase-guard.md +1 -1
  2. package/.claude-plugin/marketplace.json +1 -1
  3. package/.claude-plugin/plugin.json +1 -1
  4. package/.codex-plugin/plugin.json +1 -1
  5. package/.cursor-plugin/marketplace.json +1 -1
  6. package/.cursor-plugin/plugin.json +1 -1
  7. package/.github/plugin/marketplace.json +2 -2
  8. package/AGENTS.md +2 -2
  9. package/CHANGELOG.md +40 -0
  10. package/GEMINI.md +1 -1
  11. package/INSTALL.md +2 -2
  12. package/README.md +3 -3
  13. package/docs/README_en.md +1 -1
  14. package/docs/solutions/INDEX.md +0 -14
  15. package/gemini-extension.json +1 -1
  16. package/hooks/session-start +2 -2
  17. package/llms.txt +1 -1
  18. package/package.json +1 -1
  19. package/plugin.json +1 -1
  20. package/scripts/guard/checks/compound-captured.mjs +6 -3
  21. package/scripts/lib/cmd-runtime.mjs +1 -0
  22. package/scripts/lib/execution-plan.mjs +72 -25
  23. package/scripts/lib/execution-recommendation.mjs +4 -18
  24. package/scripts/lib/hash.mjs +41 -2
  25. package/scripts/lib/prototype-sync.mjs +2 -1
  26. package/scripts/lib/sdd-overlay.mjs +3 -2
  27. package/scripts/lib/solutions-capture.mjs +2 -1
  28. package/scripts/lib/solutions-index-gen.mjs +2 -1
  29. package/scripts/lib/solutions-inject.mjs +2 -1
  30. package/scripts/lib/solutions-promote.mjs +90 -12
  31. package/scripts/lib/test-record.mjs +67 -21
  32. package/skills/build-executor/SKILL.md +8 -2
  33. package/skills/ce-compound/references/promotion-rules.md +1 -1
  34. package/skills/ce-compound/references/schema.yaml +10 -1
  35. package/skills/contract-builder/references/glaf4-delegation.md +5 -3
  36. package/skills/release-archivist/SKILL.md +7 -8
  37. package/skills/release-archivist/references/closing-procedures.md +7 -2
  38. package/skills/workflow-start/SKILL.md +2 -1
  39. package/templates/learnings.md +51 -0
  40. package/docs/solutions/cross-phase/2026-07-28-no-summary.md +0 -17
  41. package/docs/solutions/cross-phase/2026-07-29-no-summary.md +0 -17
  42. package/docs/solutions/cross-phase/2026-07-30-no-summary.md +0 -17
  43. package/docs/solutions/cross-phase/2026-07-31-no-summary.md +0 -17
  44. package/docs/solutions/cross-phase/2026-08-01-no-summary.md +0 -17
  45. package/docs/solutions/cross-phase/2026-08-03-no-summary.md +0 -17
  46. package/docs/solutions/cross-phase/2026-08-04-no-summary.md +0 -17
  47. package/docs/solutions/cross-phase/2026-08-05-no-summary.md +0 -17
  48. package/docs/solutions/cross-phase/2026-08-06-no-summary.md +0 -17
  49. package/docs/solutions/cross-phase/2026-08-07-no-summary.md +0 -17
  50. package/docs/solutions/cross-phase/2026-08-17-no-summary.md +0 -17
  51. package/docs/solutions/cross-phase/2026-08-18-no-summary.md +0 -17
  52. package/docs/solutions/cross-phase/2026-08-19-no-summary.md +0 -17
  53. package/docs/solutions/cross-phase/2026-08-21-no-summary.md +0 -17
@@ -1,17 +0,0 @@
1
- ---
2
- phase: cross-phase
3
- domain: general
4
- type: insight
5
- severity: medium
6
- date: 2026-08-01
7
- source:
8
- ---
9
-
10
- ## 问题描述
11
- (no summary)
12
-
13
- ## 根因/模式
14
- (待补充)
15
-
16
- ## 预防措施/应用方式
17
- (待补充)
@@ -1,17 +0,0 @@
1
- ---
2
- phase: cross-phase
3
- domain: general
4
- type: insight
5
- severity: medium
6
- date: 2026-08-03
7
- source:
8
- ---
9
-
10
- ## 问题描述
11
- (no summary)
12
-
13
- ## 根因/模式
14
- (待补充)
15
-
16
- ## 预防措施/应用方式
17
- (待补充)
@@ -1,17 +0,0 @@
1
- ---
2
- phase: cross-phase
3
- domain: general
4
- type: insight
5
- severity: medium
6
- date: 2026-08-04
7
- source:
8
- ---
9
-
10
- ## 问题描述
11
- (no summary)
12
-
13
- ## 根因/模式
14
- (待补充)
15
-
16
- ## 预防措施/应用方式
17
- (待补充)
@@ -1,17 +0,0 @@
1
- ---
2
- phase: cross-phase
3
- domain: general
4
- type: insight
5
- severity: medium
6
- date: 2026-08-05
7
- source:
8
- ---
9
-
10
- ## 问题描述
11
- (no summary)
12
-
13
- ## 根因/模式
14
- (待补充)
15
-
16
- ## 预防措施/应用方式
17
- (待补充)
@@ -1,17 +0,0 @@
1
- ---
2
- phase: cross-phase
3
- domain: general
4
- type: insight
5
- severity: medium
6
- date: 2026-08-06
7
- source:
8
- ---
9
-
10
- ## 问题描述
11
- (no summary)
12
-
13
- ## 根因/模式
14
- (待补充)
15
-
16
- ## 预防措施/应用方式
17
- (待补充)
@@ -1,17 +0,0 @@
1
- ---
2
- phase: cross-phase
3
- domain: general
4
- type: insight
5
- severity: medium
6
- date: 2026-08-07
7
- source:
8
- ---
9
-
10
- ## 问题描述
11
- (no summary)
12
-
13
- ## 根因/模式
14
- (待补充)
15
-
16
- ## 预防措施/应用方式
17
- (待补充)
@@ -1,17 +0,0 @@
1
- ---
2
- phase: cross-phase
3
- domain: general
4
- type: insight
5
- severity: medium
6
- date: 2026-08-17
7
- source:
8
- ---
9
-
10
- ## 问题描述
11
- (no summary)
12
-
13
- ## 根因/模式
14
- (待补充)
15
-
16
- ## 预防措施/应用方式
17
- (待补充)
@@ -1,17 +0,0 @@
1
- ---
2
- phase: cross-phase
3
- domain: general
4
- type: insight
5
- severity: medium
6
- date: 2026-08-18
7
- source:
8
- ---
9
-
10
- ## 问题描述
11
- (no summary)
12
-
13
- ## 根因/模式
14
- (待补充)
15
-
16
- ## 预防措施/应用方式
17
- (待补充)
@@ -1,17 +0,0 @@
1
- ---
2
- phase: cross-phase
3
- domain: general
4
- type: insight
5
- severity: medium
6
- date: 2026-08-19
7
- source:
8
- ---
9
-
10
- ## 问题描述
11
- (no summary)
12
-
13
- ## 根因/模式
14
- (待补充)
15
-
16
- ## 预防措施/应用方式
17
- (待补充)
@@ -1,17 +0,0 @@
1
- ---
2
- phase: cross-phase
3
- domain: general
4
- type: insight
5
- severity: medium
6
- date: 2026-08-21
7
- source:
8
- ---
9
-
10
- ## 问题描述
11
- (no summary)
12
-
13
- ## 根因/模式
14
- (待补充)
15
-
16
- ## 预防措施/应用方式
17
- (待补充)