prjct-cli 2.43.2 → 2.43.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.43.2",
3
+ "version": "2.43.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": {
@@ -10,7 +10,7 @@ Run `prjct <command> --md` and follow its output. Pull context on demand; never
10
10
  - Flow: `task` → work → `done` → `ship`
11
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
- - Worktree hygiene: if working in a git worktree, remove it AFTER its PR merges — `git worktree remove` from the main worktree; never with uncommitted/unpushed work, never `--force`.
13
+ - Worktrees: remove only AFTER the PR merges, from the main worktree; never with unpushed work.
14
14
  - Run `prjct --help` for the full command list; prefer the prjct MCP tools (`prjct_*`) when available.
15
15
 
16
16
  Commit footer: `Generated with [p/](https://www.prjct.app/)`