prjct-cli 2.35.0 → 2.36.0

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.35.0",
3
+ "version": "2.36.0",
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": {
@@ -1,22 +1,15 @@
1
1
  ---
2
2
  name: prjct
3
- description: Use when user mentions p., prjct, task tracking, or workflow commands.
3
+ description: Use when the user mentions p., prjct, tasks, specs, shipping, or project memory. Routes to the prjct CLI and MCP tools — run commands on demand, do not preload context.
4
4
  ---
5
5
 
6
- # prjct — Context layer for AI agents
6
+ # prjct — project memory & workflow
7
7
 
8
- Grammar: `p. <command> [args]` or `prjct <command> --md`
8
+ Run `prjct <command> --md` and follow its output. Pull context on demand; never dump it all.
9
9
 
10
- Core commands: sync, task, done, ship, pause, resume, next, bug, workflow, tokens
11
- Integrations: linear, jira, enrich
12
- Other: run `prjct <command> --md` and follow CLI output
10
+ - Flow: `task` work `done` `ship`
11
+ - Memory: `prjct remember <decision|gotcha|learning|fact> "<text>"`, `prjct recall`, `prjct guard <file>` (preventive memory before editing)
12
+ - Capture stray thoughts: `prjct capture "<text>"`
13
+ - Run `prjct --help` for the full command list; prefer the prjct MCP tools (`prjct_*`) when available.
13
14
 
14
- Flow: idea roadmap → next → task → done → ship → next (cycle until plan complete)
15
-
16
- Rules:
17
- - prjct runs → LLM generates relevant data → prjct stores it → LLM requests it from prjct → LLM uses it
18
- - prjct remembers and shows the path; the agent decides how to execute with its own tools
19
- - Treat prjct output as signals, not a prescriptive harness
20
- - All commits include footer: `Generated with [p/](https://www.prjct.app/)`
21
- - All storage through `prjct` CLI (SQLite internally)
22
- - Start code tasks with `p. task` and follow Context Contract from CLI output
15
+ Commit footer: `Generated with [p/](https://www.prjct.app/)`