maestro-flow-one 0.2.21 → 0.2.22
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.
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
## Sync from maestro-flow v0.4.16
|
|
2
|
+
|
|
3
|
+
同步 2 个新 commands + 1 个 updated command(claude/codex agents 无变更)。
|
|
4
|
+
|
|
5
|
+
新增:
|
|
6
|
+
- `commands/manage/knowledge-audit.md` — 三存储淘汰对称入口
|
|
7
|
+
- `commands/lifecycle/security-audit.md`
|
|
8
|
+
|
|
9
|
+
更新:
|
|
10
|
+
- `commands/lifecycle/plan.md` — 同步精简风格
|
|
11
|
+
|
|
12
|
+
### maestro-flow v0.4.16 变更摘要
|
|
13
|
+
|
|
14
|
+
#### Features
|
|
15
|
+
- **feat(ralph)**: 新增 maestro ralph CLI 子命令族(session/skills/next/check/complete)+ step 加载脚本化
|
|
16
|
+
- **feat(knowledge-audit)**: 新增 manage-knowledge-audit 命令 — spec / wiki / knowhow 三存储淘汰对称入口
|
|
17
|
+
|
|
18
|
+
#### Bug Fixes
|
|
19
|
+
- **fix(ralph)**: 路径展开 + emit 格式重设计
|
|
20
|
+
- **fix(statusline)**: 简化 line 2 链式渲染 + 48h 过期 + 兼容旧 schema
|
|
21
|
+
- **fix(install)**: manifest 记录 hook level + TUI 默认值从上次安装恢复
|
|
22
|
+
|
|
23
|
+
Full changelog: https://github.com/catlog22/maestro-flow/releases/tag/v0.4.16
|
|
@@ -71,7 +71,7 @@ Other commands:
|
|
|
71
71
|
- [ ] Deep questioning completed (threads followed, not rushed) — or extracted from document/brainstorm
|
|
72
72
|
- [ ] `.workflow/project.md` created with Core Value, Requirements (Validated/Active/Out of Scope), Key Decisions
|
|
73
73
|
- [ ] `.workflow/state.json` created with artifacts[] array, initialized to idle state
|
|
74
|
-
- [ ] `.workflow/config.json` created with
|
|
74
|
+
- [ ] `.workflow/config.json` created with workflow / execution / git / gates / codebase / guard / collab / specInjection / dashboard segments
|
|
75
75
|
- [ ] `.workflow/specs/` initialized with convention files
|
|
76
76
|
- [ ] Research completed (if enabled) — 4 parallel agents spawned
|
|
77
77
|
- [ ] User knows next step is `/maestro-roadmap` (light) or `/maestro-roadmap --mode full` (spec package)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "maestro-flow-one",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.22",
|
|
4
4
|
"description": "All Maestro workflow commands as a single Claude Code skill — intent routing, decision gates, minimal closed-loop chains",
|
|
5
5
|
"bin": {
|
|
6
6
|
"maestro-flow": "bin/maestro-flow.js"
|