cclaw-cli 7.0.0 → 7.0.1
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/dist/install.js +4 -1
- package/package.json +1 -1
package/dist/install.js
CHANGED
|
@@ -125,7 +125,10 @@ const DEPRECATED_AGENT_FILES = [
|
|
|
125
125
|
"learnings-researcher.md",
|
|
126
126
|
"framework-docs-researcher.md",
|
|
127
127
|
"best-practices-researcher.md",
|
|
128
|
-
"git-history-analyzer.md"
|
|
128
|
+
"git-history-analyzer.md",
|
|
129
|
+
"test-author.md",
|
|
130
|
+
"slice-implementer.md",
|
|
131
|
+
"slice-documenter.md"
|
|
129
132
|
];
|
|
130
133
|
const DEPRECATED_COMMAND_FILES = [
|
|
131
134
|
"learn.md",
|