@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.
@@ -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 Git messages and modification history chronologically
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
@@ -8,7 +8,7 @@ import { fileURLToPath } from "node:url";
8
8
 
9
9
  //#region package.json
10
10
  var name$1 = "@d5render/cli";
11
- var version = "0.1.90";
11
+ var version = "0.1.91";
12
12
 
13
13
  //#endregion
14
14
  //#region packages/env.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@d5render/cli",
3
- "version": "0.1.90",
3
+ "version": "0.1.91",
4
4
  "license": "MIT",
5
5
  "author": "jasirou",
6
6
  "bin": {