@d5render/cli 0.1.15 → 0.1.18
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/review/SKILL.md +2 -3
- package/.skills/review/version +1 -1
- package/bin/copilot.js +3187 -2868
- package/bin/d5cli +38 -16
- package/package.json +1 -1
package/.skills/review/SKILL.md
CHANGED
|
@@ -6,6 +6,5 @@ description: When the task is code-review, please follow this document to procee
|
|
|
6
6
|
1. read file [review.instructions.md](./review.instructions.md).
|
|
7
7
|
2. find all Markdown resumes within the project and their basic understanding of the project.
|
|
8
8
|
3. integrate your understanding of code-review to process task.
|
|
9
|
-
4.
|
|
10
|
-
5.
|
|
11
|
-
6. output all the context read, especially the introductory document.
|
|
9
|
+
4. the merge request is only for change reference and is not the main objective of the review; therefore, it does not require in-depth analysis.
|
|
10
|
+
5. pay attention to the issue tracking description in the context, and try to use relevant tools to obtain more context.
|
package/.skills/review/version
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.0.
|
|
1
|
+
0.0.2
|