prjct-cli 2.43.0 → 2.43.3
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/CHANGELOG.md +15 -43
- package/README.md +8 -0
- package/bin/prjct +13 -9
- package/dist/bin/prjct-core.mjs +345 -338
- package/dist/daemon/entry.mjs +265 -258
- package/dist/mcp/server.mjs +245 -238
- package/dist/templates.json +1 -1
- package/package.json +1 -1
- package/templates/codex/SKILL.md +1 -1
package/package.json
CHANGED
package/templates/codex/SKILL.md
CHANGED
|
@@ -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
|
-
-
|
|
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/)`
|