@d5render/cli 0.1.90 → 0.1.91
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/.skills/code-review/SKILL.md +1 -1
- package/bin/d5cli +1 -1
- package/package.json +1 -1
|
@@ -19,7 +19,7 @@ Then,
|
|
|
19
19
|
- Another of:
|
|
20
20
|
- Read all modified codes block, build a complete data flow and call relationship graph about the codes to review logic
|
|
21
21
|
- Consider whether there is a better implementation for the current logic.
|
|
22
|
-
- One more of: Read the
|
|
22
|
+
- One more of: Read the history of diff blocks
|
|
23
23
|
- Identify issues by incorporating commit history.
|
|
24
24
|
- Consider other related aspects of the current function and provide corresponding suggestions.
|
|
25
25
|
- Parallel subagents have the following additions.
|
package/bin/d5cli
CHANGED