apero-kit-cli 2.2.3 → 2.2.4
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,3 +1,11 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: code-simplifier
|
|
3
|
+
description: >-
|
|
4
|
+
Simplifies and refines code for clarity, consistency, and maintainability
|
|
5
|
+
while preserving all functionality. Use when refactoring requests mention
|
|
6
|
+
"simplify", "clean up", or "reduce complexity".
|
|
7
|
+
---
|
|
8
|
+
|
|
1
9
|
# Code Simplifier Agent
|
|
2
10
|
|
|
3
11
|
Simplifies and refines code for clarity, consistency, and maintainability while preserving all functionality. Focuses on recently modified code unless instructed otherwise.
|