@thierrynakoa/fire-flow 12.2.0 → 12.2.1
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-plugin/plugin.json +2 -2
- package/README.md +4 -4
- package/package.json +4 -2
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "
|
|
2
|
+
"name": "dominion-flow",
|
|
3
3
|
"version": "12.2.0",
|
|
4
|
-
"description": "
|
|
4
|
+
"description": "Dominion Flow is a comprehensive orchestration platform that empowers your Claude agent. It gives Claude a complete, structured workflow for taking projects from idea to production — with parallel execution, 478+ reusable skills, session memory across handoffs, 70-point quality verification, autonomous mode, Phoenix Rebuild (messy-to-clean), E2E testing, and a circuit breaker to prevent stuck loops. Includes 46 slash commands organized into 8 tiers covering planning, execution, verification, debugging, skills management, milestone tracking, and learning mode.",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Thierry",
|
|
7
7
|
"email": ""
|
package/README.md
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
#
|
|
1
|
+
# Dominion Flow (Fire Flow) v12.2
|
|
2
2
|
|
|
3
3
|
**The most comprehensive orchestration platform for Claude Code.**
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
Dominion Flow gives Claude a complete, structured way to take your project from idea to finished code — with built-in quality checks, session memory, parallel execution, and a library of 478+ proven patterns. Think of it as a project management system that lives inside Claude Code.
|
|
6
6
|
|
|
7
7
|
---
|
|
8
8
|
|
|
9
9
|
## NEW in v12.2: Phoenix Rebuild
|
|
10
10
|
|
|
11
|
-
**Every AI coding tool creates code.
|
|
11
|
+
**Every AI coding tool creates code. Dominion Flow is the first that can take a messy "vibe coded" project and rebuild it clean.**
|
|
12
12
|
|
|
13
13
|
```bash
|
|
14
14
|
/fire-phoenix --source ./my-messy-app
|
|
@@ -37,7 +37,7 @@ AUTOPSY → INTENT → CLARIFY → VISION → REBUILD → COMPARISON
|
|
|
37
37
|
|
|
38
38
|
## What Does It Do?
|
|
39
39
|
|
|
40
|
-
When you start a new project, Claude normally has no memory between sessions, no standard process, and no way to verify its own work.
|
|
40
|
+
When you start a new project, Claude normally has no memory between sessions, no standard process, and no way to verify its own work. Dominion Flow fixes all of that:
|
|
41
41
|
|
|
42
42
|
- **Structured workflow** — A numbered pipeline (Plan → Execute → Verify → Handoff) so nothing gets skipped
|
|
43
43
|
- **Session memory** — Claude picks up exactly where it left off, every time
|
package/package.json
CHANGED
|
@@ -1,15 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thierrynakoa/fire-flow",
|
|
3
|
-
"version": "12.2.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "12.2.1",
|
|
4
|
+
"description": "Dominion Flow — the most comprehensive orchestration platform for Claude Code. 46 commands, 15 agents, 478+ skills. Plan → Execute → Verify → Handoff with parallel execution, session memory, circuit breaker safety, Phoenix Rebuild, and learning mode.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"claude-code",
|
|
7
|
+
"dominion-flow",
|
|
7
8
|
"plugin",
|
|
8
9
|
"workflow",
|
|
9
10
|
"orchestration",
|
|
10
11
|
"ai-agent",
|
|
11
12
|
"parallel-execution",
|
|
12
13
|
"session-memory",
|
|
14
|
+
"phoenix-rebuild",
|
|
13
15
|
"debugging",
|
|
14
16
|
"skills-library"
|
|
15
17
|
],
|