localclawd 2.2.1 → 2.2.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.mjs +7436 -7545
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -155,7 +155,7 @@ The CLI is built for longer coding loops, not only one-shot prompts.
|
|
|
155
155
|
- `/keepgoing` continues through pending work until the model emits a completion or input-needed signal.
|
|
156
156
|
- `/thinkharder` increases verification rigor and model self-checking for complex changes.
|
|
157
157
|
- `/buddy` creates a persistent ASCII companion persona for the current session.
|
|
158
|
-
- `/includememory` removes `
|
|
158
|
+
- `/includememory` removes `LOCALCLAWD.local.md` from gitignore so local memory can be committed when you want to share it.
|
|
159
159
|
|
|
160
160
|
### Project-local image workflow
|
|
161
161
|
|