@posx/core 5.5.277 → 5.5.279
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/CLAUDE.md +2 -0
- package/build/index.js +1 -1
- package/package.json +1 -1
- package/package.publish.json +1 -1
package/CLAUDE.md
CHANGED
|
@@ -8,6 +8,8 @@
|
|
|
8
8
|
- if or else has one line of code, then { } are not needed and it should be wrote into same line
|
|
9
9
|
- DO NOT write uncessary comment do not make newlines within a function and try to make the code compact
|
|
10
10
|
- All crucial code should have proper explanation in English
|
|
11
|
+
- Keep the simplifications as small and focused within the function or scope.
|
|
12
|
+
- Do not overhaul the whole file or codebase which is irrelevant to the current task.
|
|
11
13
|
|
|
12
14
|
## Best Practices for AI-Assisted Development
|
|
13
15
|
|