@claudetools/tools 0.1.1 → 0.1.2
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/README.md +1 -1
- package/dist/cli.js +2 -2
- package/package.json +2 -2
package/README.md
CHANGED
package/dist/cli.js
CHANGED
|
@@ -32,7 +32,7 @@ if (values.version) {
|
|
|
32
32
|
// Handle help flag
|
|
33
33
|
if (values.help) {
|
|
34
34
|
console.log(`
|
|
35
|
-
claudetools -
|
|
35
|
+
claudetools - Persistent AI memory for Claude Code
|
|
36
36
|
|
|
37
37
|
Usage:
|
|
38
38
|
claudetools [options]
|
|
@@ -42,7 +42,7 @@ Options:
|
|
|
42
42
|
-v, --version Show version
|
|
43
43
|
-h, --help Show this help
|
|
44
44
|
|
|
45
|
-
Running without options starts the
|
|
45
|
+
Running without options starts the server.
|
|
46
46
|
|
|
47
47
|
Documentation: https://github.com/claudetools/memory
|
|
48
48
|
`);
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@claudetools/tools",
|
|
3
|
-
"version": "0.1.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "0.1.2",
|
|
4
|
+
"description": "Persistent AI memory, task management, and codebase intelligence for Claude Code",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"bin": {
|