maestro-flow-one 0.2.27 → 0.2.28
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.
|
@@ -35,7 +35,7 @@ $ARGUMENTS -- optional flags.
|
|
|
35
35
|
| Agent | Focus | Output file |
|
|
36
36
|
|-------|-------|-------------|
|
|
37
37
|
| Mapper 1 | **Tech stack** -- languages, frameworks, dependencies, build system | `tech-stack.md` |
|
|
38
|
-
| Mapper 2 | **Architecture** --
|
|
38
|
+
| Mapper 2 | **Architecture** -- layers, module boundaries, data flow, entry points | `architecture.md` |
|
|
39
39
|
| Mapper 3 | **Features** -- capabilities, API surface, user-facing functionality | `features.md` |
|
|
40
40
|
| Mapper 4 | **Cross-cutting concerns** -- error handling, logging, auth, config, testing | `concerns.md` |
|
|
41
41
|
|
|
@@ -43,9 +43,7 @@ $ARGUMENTS -- optional flags.
|
|
|
43
43
|
- `.workflow/` -- must be initialized (project.md, state.json exist)
|
|
44
44
|
- `.workflow/codebase/` -- target directory (will be cleared and rebuilt)
|
|
45
45
|
- `.workflow/codebase/doc-index.json` -- generated documentation index
|
|
46
|
-
- `.workflow/codebase/knowledge-graph.json` -- Knowledge Graph with nodes, edges, layers, and tour (generated by
|
|
47
|
-
|
|
48
|
-
**UA vendor requirement:** The KG pipeline (Steps 10–17) requires the UA vendor at `~/.maestro/vendor/ua/understand-anything-plugin/`. If not installed, these steps are skipped automatically. Run `scripts/ua-vendor-setup.sh` to install.
|
|
46
|
+
- `.workflow/codebase/knowledge-graph.json` -- Knowledge Graph with nodes, edges, layers, and tour (generated by `maestro kg index`)
|
|
49
47
|
</context>
|
|
50
48
|
|
|
51
49
|
<execution>
|
|
@@ -79,8 +77,8 @@ Follow '~/.maestro/workflows/codebase-rebuild.md' completely.
|
|
|
79
77
|
- [ ] All documentation files regenerated
|
|
80
78
|
- [ ] state.json updated with rebuild timestamp
|
|
81
79
|
- [ ] project.md Tech Stack section updated if changes detected
|
|
82
|
-
- [ ] KG pipeline executed (
|
|
83
|
-
- [ ] knowledge-graph.json generated in .workflow/codebase/
|
|
80
|
+
- [ ] KG pipeline executed (`maestro kg index`)
|
|
81
|
+
- [ ] knowledge-graph.json generated in .workflow/codebase/
|
|
84
82
|
- [ ] KG nodes indexed as virtual wiki entries (automatic via WikiIndexer on next wiki access)
|
|
85
83
|
- [ ] Next step routing: `/manage-status` or `/manage-codebase-refresh` for incremental updates later
|
|
86
84
|
- [ ] KG impact check available: `maestro kg diff-wiki` for future change impact analysis
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "maestro-flow-one",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.28",
|
|
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"
|