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.
Files changed (2) hide show
  1. package/dist/install.js +4 -1
  2. 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",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cclaw-cli",
3
- "version": "7.0.0",
3
+ "version": "7.0.1",
4
4
  "description": "Installer-first flow toolkit for coding agents",
5
5
  "type": "module",
6
6
  "bin": {