prjct-cli 2.37.1 → 2.37.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 -0
- package/dist/bin/prjct-core.mjs +127 -127
- package/dist/daemon/entry.mjs +67 -67
- package/dist/mcp/server.mjs +22 -22
- 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
|
@@ -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
|
|
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
|
|