procedure-cli 1.0.4 → 1.1.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "procedure-cli",
3
- "version": "1.0.4",
3
+ "version": "1.1.0",
4
4
  "description": "CLI-based AI Agent powered by AI SDK 6, Z.ai, and OpenAI",
5
5
  "type": "module",
6
6
  "files": [
@@ -55,6 +55,13 @@ When a user reports a bug:
55
55
  2. **If valid** — append a new `CR-` entry to `CODE-REVIEW.md` following the code review logging procedure (Entry ID, Scope, Validation Matrix, Findings with `file:line` evidence and severity, Verification Notes).
56
56
  3. **If not valid** — explain to the user why the reported behavior is expected or not reproducible.
57
57
 
58
+ ## Understanding, Planning & Approval
59
+
60
+ - Always confirm the understanding in Vietnamese
61
+ - Always present the approach based on the confirming understanding
62
+ - Always wait for the user's approval on the understanding and the approach
63
+ - Make a task after being approved
64
+
58
65
  ## Testing
59
66
 
60
67
  1. Run `{{typecheckCommand}}` — must pass with no errors
@@ -82,6 +82,13 @@ All colors accessed through `C` from `src/lib/theme.ts`. **Never hardcode hex va
82
82
  - If something goes sideways, STOP and re-plan — don't keep pushing
83
83
  - A good plan lets you one-shot the implementation
84
84
 
85
+ ### Understanding, Planning & Approval
86
+ - Always confirm the understanding in Vietnamese
87
+ - Always present the approach based on the confirming understanding
88
+ - Always wait for the user's approval on the understanding and the approach
89
+ - Make a task after being approved
90
+ - Leverage team agents if possible
91
+
85
92
  ### Documentation Sync
86
93
  - After EVERY implementation: update CLAUDE.md, README.md, and product artifacts (docs/PRD.md, docs/USER-STORIES.md) to reflect the current state
87
94
  - Architecture descriptions, step counts, component lists, and behavioral descriptions must match the actual code