prjct-cli 2.37.2 → 2.37.4

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "prjct-cli",
3
- "version": "2.37.2",
3
+ "version": "2.37.4",
4
4
  "description": "Context layer for AI agents. Project context for Claude Code, Gemini CLI, and more.",
5
5
  "main": "dist/bin/prjct.mjs",
6
6
  "bin": {
@@ -8,7 +8,7 @@ description: Use when the user mentions p., prjct, tasks, specs, shipping, or pr
8
8
  Run `prjct <command> --md` and follow its output. Pull context on demand; never dump it all.
9
9
 
10
10
  - Flow: `task` → work → `done` → `ship`
11
- - Memory: `prjct remember <decision|gotcha|learning|fact> "<text>"`, `prjct recall`, `prjct guard <file>` (preventive memory before editing)
11
+ - Memory: `prjct remember <decision|gotcha|learning|fact> "<text>"`, `prjct context memory <topic>` (recall), `prjct guard <file>` (preventive memory before editing)
12
12
  - Capture stray thoughts: `prjct capture "<text>"`
13
13
  - Run `prjct --help` for the full command list; prefer the prjct MCP tools (`prjct_*`) when available.
14
14