@aryaminus/controlkeel-pi-extension 0.4.2 → 0.4.4
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.
|
@@ -5,4 +5,4 @@ Use this command in Pi to reopen the latest ControlKeel review you are tracking
|
|
|
5
5
|
Suggested flow:
|
|
6
6
|
1. Read the last stored review id from your notes or prior command output.
|
|
7
7
|
2. Run `controlkeel review plan open --id <review_id> --json`
|
|
8
|
-
3. If the review is still pending,
|
|
8
|
+
3. If the review is still pending, ask the user for approval in this conversation, then record it with `controlkeel review plan respond <review_id> --decision approved --json`.
|
|
@@ -5,5 +5,7 @@ Use this command from Pi planning mode after the current plan has been written t
|
|
|
5
5
|
Workflow:
|
|
6
6
|
1. Confirm the plan file is up to date.
|
|
7
7
|
2. Run `controlkeel review plan submit --body-file PLAN.md --submitted-by pi --json`.
|
|
8
|
-
3.
|
|
9
|
-
4.
|
|
8
|
+
3. Read the returned `review.id` and `browser_url` (if available).
|
|
9
|
+
4. Present the plan summary to the user and ask for approval in this conversation.
|
|
10
|
+
5. After the user approves, record it with `controlkeel review plan respond <review_id> --decision approved --feedback-notes "User approved in chat" --json`.
|
|
11
|
+
6. Only switch into execution after approval.
|
package/package.json
CHANGED
package/pi-extension.json
CHANGED