prjct-cli 2.45.0 → 2.46.1

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,16 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ## [2.46.1] - 2026-06-19
6
+
7
+ ### Fixed
8
+ - `prjct spec audit <id> --lenses a,b,c` now actually overrides the lens set. The flag was dropped by every CLI dispatch path (`route-spec`, daemon `dispatch`, and the `audit-spec` alias), which forwarded only `{ md }` — so the documented override silently fell back to the deterministic baseline (shipped that way in 2.46.0). Now forwarded through all paths, with a router-level test that drives `routeSpec` (the earlier tests called the method directly and missed the gap).
9
+
10
+ ## [2.46.0] - 2026-06-19
11
+
12
+ ### Added
13
+ - dynamic audit-spec lenses (deterministic baseline + agent override)
14
+
5
15
  ### Fixed
6
16
  - **The first command after an upgrade no longer stalls.** The post-upgrade re-setup (provider installers, Context7 verification, the per-project migration over the whole projects dir) ran synchronously inside whatever command the user happened to run first — up to ~30s of silent blocking on machines with large project dirs. It now runs in a detached `__post-upgrade` child (the auto-updater pattern): the command returns immediately (measured 31.6s → 0.10s) and a one-line banner says setup is finishing in the background. Explicit `prjct update` keeps its synchronous, progress-printing behavior. Both detached-child internals are now in the daemon shim's skip set — routing them to the daemon silently failed them.
7
17
 
@@ -14,7 +24,6 @@
14
24
 
15
25
  - lean — anti-over-engineering capability (prjct-native ponytail) (#434)
16
26
 
17
-
18
27
  ## [2.44.2] - 2026-06-12
19
28
 
20
29
  ### Bug Fixes
@@ -25,56 +34,48 @@
25
34
 
26
35
  - dead-code + anti-pattern sweep — DRY/KISS pass (#431)
27
36
 
28
-
29
37
  ## [2.44.1] - 2026-06-12
30
38
 
31
39
  ### Performance
32
40
 
33
41
  - token diet — coarse timestamps, quiet state lines, counts-only skill State, instruction dedupe (#430)
34
42
 
35
-
36
43
  ## [2.44.0] - 2026-06-11
37
44
 
38
45
  ### Features
39
46
 
40
47
  - retrieval quality — superseded filter, proven-first digests, MCP parity, push-path ship credit, unicode keywords (#429)
41
48
 
42
-
43
49
  ## [2.43.4] - 2026-06-11
44
50
 
45
51
  ### Performance
46
52
 
47
53
  - indexed range queries, git TTL cache, version-aware vault fingerprint, upgrade-scan guard (#428)
48
54
 
49
-
50
55
  ## [2.43.3] - 2026-06-11
51
56
 
52
57
  ### Bug Fixes
53
58
 
54
59
  - Codex first-class — skill under 1KB cap, MCP wiring, real AGENTS.md, doctor checks (#427)
55
60
 
56
-
57
61
  ## [2.43.2] - 2026-06-11
58
62
 
59
63
  ### Bug Fixes
60
64
 
61
65
  - release job is idempotent — recovery path for partial failures + retried npm publish (#426)
62
66
 
63
-
64
67
  ## [2.43.1] - 2026-06-11
65
68
 
66
69
  ### Bug Fixes
67
70
 
68
71
  - memory cap never deletes knowledge — exclude memory.remember.* from capEntries (#425)
69
72
 
70
-
71
73
  ## [2.43.0] - 2026-06-10
72
74
 
73
75
  ### Features
74
76
 
75
77
  - vault v2 — signal-first RAG (telemetry quarantine, link-only tags, dashboard index) (#424)
76
78
 
77
-
78
79
  ## [2.42.6] - 2026-06-10
79
80
 
80
81
  ### Bug Fixes
@@ -85,35 +86,30 @@
85
86
 
86
87
  - pin bun via .bun-version — stop resolving 'latest' on every run (#423)
87
88
 
88
-
89
89
  ## [2.42.5] - 2026-06-10
90
90
 
91
91
  ### Bug Fixes
92
92
 
93
93
  - confirmed findings from the v2.42.x range code review (#421)
94
94
 
95
-
96
95
  ## [2.42.4] - 2026-06-10
97
96
 
98
97
  ### Performance
99
98
 
100
99
  - optimization backlog — FTS5 prefix indexes, god-file splits, glob removal + broken post-upgrade setup fixed (#420)
101
100
 
102
-
103
101
  ## [2.42.3] - 2026-06-10
104
102
 
105
103
  ### Refactoring
106
104
 
107
105
  - follow-ups — workflow-engine rename, PRJCT_CLI_HOME everywhere, bin split, lazy daemon groups (#419)
108
106
 
109
-
110
107
  ## [2.42.2] - 2026-06-10
111
108
 
112
109
  ### Refactoring
113
110
 
114
111
  - single command manifest — quadruple dispatch eliminated, flag-strip class gone by construction (#418)
115
112
 
116
-
117
113
  ## [2.42.1] - 2026-06-10
118
114
 
119
115
  ### Performance
@@ -134,7 +130,6 @@
134
130
 
135
131
  - feat: LLM-first surface — untruncated agent output, subagent digest, skill-miss loop, indexed recall (#415)
136
132
 
137
-
138
133
  ## [2.41.0] - 2026-06-09
139
134
 
140
135
  Memory recall + apply-loop: prjct now *applies* what it learns at the moment it matters, not just on demand — and the knowledge survives model updates.