prjct-cli 3.3.0 → 3.4.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/CHANGELOG.md CHANGED
@@ -2,6 +2,11 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ## [3.4.0] - 2026-06-26
6
+
7
+ ### Added
8
+ - work cost
9
+
5
10
  ## [3.3.0] - 2026-06-26
6
11
 
7
12
  ### Added
package/README.md CHANGED
@@ -204,6 +204,7 @@ checks. See [EVALS.md](./EVALS.md) for the full workflow.
204
204
  |---|---|
205
205
  | `prjct insights value --md` | Durable memory, preventive guardrails, shipped work, sync metrics, and detected agent coverage. |
206
206
  | `prjct insights quality --md` | Duplicate, stale, low-signal, or untyped memories before they poison recall. |
207
+ | `prjct insights cost --md` | AI work cost: token coverage, subscription burn, context reuse, and capture gaps. |
207
208
  | `prjct insights report 7 --md` | A human/team report from shipped work and carry-forward lessons. |
208
209
  | `prjct insights continue codex --md` | A continuation brief for the next agent with checks it should run first. |
209
210
  | `prjct insights guardrails --md` | File-specific warnings for the current changeset from preventive memory. |
@@ -280,7 +281,7 @@ Cursor and Windsurf use their installed prjct router files; otherwise run `prjct
280
281
  | `prjct search "<query>"` | Search project memory — blended BM25 + semantic + recency recall (`prjct search mem_1234` resolves an entry by id). |
281
282
  | `prjct guard <file>` | Surface preventive memory before editing a risky file. |
282
283
  | `prjct performance [days]` | Measure dev+LLM efficiency per work cycle. |
283
- | `prjct insights [value\|quality\|report\|continue\|guardrails]` | Project intelligence and quality proof. |
284
+ | `prjct insights [value\|quality\|cost\|report\|continue\|guardrails]` | Project intelligence, token cost, and quality proof. |
284
285
  | `prjct ship [name]` | Run the project's ship workflow (commit, push, PR, persist). |
285
286
  | `prjct sync` | Re-index files, git co-change, imports; refresh project analysis. |
286
287
  | `prjct agents doctor` | Show the auditable compatibility matrix for local and project agent runtimes. |