Skip to content

feat(cli): add remember subcommand#231

Merged
pszymkowiak merged 2 commits into
rtk-ai:developfrom
jpds:feat/remember-subcommand
May 23, 2026
Merged

feat(cli): add remember subcommand#231
pszymkowiak merged 2 commits into
rtk-ai:developfrom
jpds:feat/remember-subcommand

Conversation

@jpds
Copy link
Copy Markdown

@jpds jpds commented May 15, 2026

I have Claude Code configured with:

icm init --mode hook
icm init --mode skill
icm init --mode cli

I had Claude /recall the progress of a project, and then fixed up some pending items within those memories, I then asked Claude to update the memories and he ran:

icm remember # does not exist
icm --help
icm store ...

Apparently, this was because he thought the subcommand would match the skill innovation of /remember. This PR adds a positional subcommand for him to easily access this.

jpds added 2 commits May 16, 2026 13:14
Adds `icm remember <content>` as a positional shorthand for `icm store`. Topic
defaults to the auto-detected project name; can be overridden with `--topic`.

Includes `cmd_remember_tests` covering default topic/importance, topic
override, and importance override.
Not the old `icm store -t note` command
@jpds jpds force-pushed the feat/remember-subcommand branch from c708cdb to 0cc5409 Compare May 16, 2026 12:15
@pszymkowiak pszymkowiak changed the base branch from main to develop May 23, 2026 08:57
@pszymkowiak pszymkowiak merged commit 1f31222 into rtk-ai:develop May 23, 2026
12 of 13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants