Skip to content

Commit 0cc5409

Browse files
committed
fix(init): /remember skill now calls icm remember
Not the old `icm store -t note` command
1 parent 0ee0e2a commit 0cc5409

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/icm-cli/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3568,7 +3568,7 @@ Store the following in ICM memory: $ARGUMENTS
35683568
35693569
Run:
35703570
```bash
3571-
icm store -t \"note\" -c \"$ARGUMENTS\"
3571+
icm remember \"$ARGUMENTS\"
35723572
```
35733573
";
35743574

0 commit comments

Comments
 (0)