@syntesseraai/opencode-feature-factory 0.6.19 → 0.6.20

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.
@@ -12,15 +12,3 @@ return:
12
12
  - /mini-loop/documentation/gate $RESULT[mini-doc-review]
13
13
  - If `MINI_LOOP_DOCUMENTATION_GATE=REWORK`, continue loop with prior documentation review feedback included in the next documentation pass.
14
14
  ---
15
-
16
- Execute the documentation mini-loop for the approved implementation context.
17
-
18
- Orchestrator constraint:
19
-
20
- This command is a **dispatch orchestrator only**. You must NOT directly read, edit, modify, write, or create any code files, configuration files, or repository files. Your sole responsibility is to invoke the declared sub-commands (`document`, `review`, `gate`), pass structured data between them via `{as:name}` / `$RESULT[name]`, evaluate gate/loop conditions, and route execution. All file-touching work belongs exclusively to the leaf sub-commands.
21
-
22
- Stop criteria:
23
-
24
- - approve when `MINI_LOOP_DOCUMENTATION_GATE=APPROVED`
25
- - continue while `MINI_LOOP_DOCUMENTATION_GATE=REWORK` and iteration < 5
26
- - escalate to user when iteration reaches 5 without approval
@@ -12,15 +12,3 @@ return:
12
12
  - /mini-loop/implementation/gate $RESULT[mini-impl-review]
13
13
  - If `MINI_LOOP_IMPLEMENTATION_GATE=REWORK`, continue loop with prior review feedback included in the next build input.
14
14
  ---
15
-
16
- Execute the implementation mini-loop for the active requirements/rework context.
17
-
18
- Orchestrator constraint:
19
-
20
- This command is a **dispatch orchestrator only**. You must NOT directly read, edit, modify, write, or create any code files, configuration files, or repository files. Your sole responsibility is to invoke the declared sub-commands (`build`, `review`, `gate`), pass structured data between them via `{as:name}` / `$RESULT[name]`, evaluate gate/loop conditions, and route execution. All file-touching work belongs exclusively to the leaf sub-commands.
21
-
22
- Stop criteria:
23
-
24
- - approve when `MINI_LOOP_IMPLEMENTATION_GATE=APPROVED`
25
- - continue while `MINI_LOOP_IMPLEMENTATION_GATE=REWORK` and iteration < 10
26
- - escalate to user when iteration reaches 10 without approval
@@ -7,17 +7,3 @@ return:
7
7
  - /mini-loop/implementation/run {as:implementation-phase} $ARGUMENTS
8
8
  - /mini-loop/documentation/run $RESULT[implementation-phase]
9
9
  ---
10
-
11
- Run the two-stage mini-loop workflow from this requirements brief:
12
-
13
- $ARGUMENTS
14
-
15
- Execution requirements:
16
-
17
- 1. Always complete implementation approval before starting documentation.
18
- 2. Use `{as:name}` and `$RESULT[name]` for all handoffs.
19
- 3. Keep loop decisions deterministic and gate-driven.
20
-
21
- Orchestrator constraint:
22
-
23
- This command is a **top-level dispatch orchestrator only**. You must NOT directly read, edit, modify, write, or create any code files, configuration files, or repository files. Your sole responsibility is to invoke the declared phase commands in order, pass structured data between them via `{as:name}` / `$RESULT[name]`, and evaluate gate conditions. All file-touching work belongs exclusively to the leaf sub-commands within each phase.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/package.json",
3
3
  "name": "@syntesseraai/opencode-feature-factory",
4
- "version": "0.6.19",
4
+ "version": "0.6.20",
5
5
  "type": "module",
6
6
  "description": "OpenCode plugin for Feature Factory agents - provides sub-agents and skills for validation, review, security, and architecture assessment",
7
7
  "license": "MIT",