prjct-cli 3.29.1 → 3.32.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 +28 -27
- package/README.md +3 -3
- package/dist/bin/prjct-core.mjs +610 -472
- package/dist/bin/prjct-hooks.mjs +259 -239
- package/dist/daemon/entry.mjs +426 -390
- package/dist/mcp/server.mjs +234 -224
- package/dist/templates.json +1 -1
- package/package.json +7 -2
- package/templates/global/CURSOR.mdc +6 -9
- package/templates/global/WINDSURF.md +6 -9
- package/templates/skills/prjct/SKILL.md +28 -95
package/CHANGELOG.md
CHANGED
|
@@ -2,20 +2,46 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
+
### Added
|
|
6
|
+
- xAI Grok Build CLI compatibility (agent-runtime-registry)
|
|
7
|
+
|
|
8
|
+
## [3.32.0] - 2026-07-09
|
|
9
|
+
|
|
10
|
+
### Features
|
|
11
|
+
|
|
12
|
+
- passive capture v2, land auto-synthesis, weak-vs-frontier demo (#528)
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
## [3.31.0] - 2026-07-09
|
|
16
|
+
|
|
17
|
+
### Features
|
|
18
|
+
|
|
19
|
+
- absolute scorecard, lean defaults, multi-provider maps (#526)
|
|
20
|
+
|
|
21
|
+
### Bug Fixes
|
|
22
|
+
|
|
23
|
+
- Node 22 + pin npm@11 so publish is not blocked by engines (#527)
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
## [3.30.0] - 2026-07-09
|
|
27
|
+
|
|
28
|
+
### Features
|
|
29
|
+
|
|
30
|
+
- xAI Grok Build CLI compatibility (#525)
|
|
31
|
+
|
|
32
|
+
|
|
5
33
|
## [3.29.1] - 2026-07-06
|
|
6
34
|
|
|
7
35
|
### Bug Fixes
|
|
8
36
|
|
|
9
37
|
- fail remember on required write errors (#524)
|
|
10
38
|
|
|
11
|
-
|
|
12
39
|
## [3.29.0] - 2026-07-03
|
|
13
40
|
|
|
14
41
|
### Features
|
|
15
42
|
|
|
16
43
|
- surface work-graph + ceremony verbs in the verb map (#523)
|
|
17
44
|
|
|
18
|
-
|
|
19
45
|
## [3.28.1] - 2026-07-03
|
|
20
46
|
|
|
21
47
|
### Bug Fixes
|
|
@@ -23,70 +49,60 @@
|
|
|
23
49
|
- import 'it' in task-orchestration test (#522)
|
|
24
50
|
- research classifies as its own kind → parallel fan-out (#521)
|
|
25
51
|
|
|
26
|
-
|
|
27
52
|
## [3.28.0] - 2026-07-03
|
|
28
53
|
|
|
29
54
|
### Features
|
|
30
55
|
|
|
31
56
|
- Tier-3 hygiene — tiered MCP loading + bounded working-set renders (#520)
|
|
32
57
|
|
|
33
|
-
|
|
34
58
|
## [3.27.0] - 2026-07-03
|
|
35
59
|
|
|
36
60
|
### Features
|
|
37
61
|
|
|
38
62
|
- Tier-2 ceremonies — journal, compiled briefs, replan, prime/land, adversarial review (#519)
|
|
39
63
|
|
|
40
|
-
|
|
41
64
|
## [3.26.0] - 2026-07-03
|
|
42
65
|
|
|
43
66
|
### Features
|
|
44
67
|
|
|
45
68
|
- the work graph — deps, ready frontier, atomic claim, phases, decompose loop (Tier 1) (#518)
|
|
46
69
|
|
|
47
|
-
|
|
48
70
|
## [3.25.0] - 2026-07-03
|
|
49
71
|
|
|
50
72
|
### Features
|
|
51
73
|
|
|
52
74
|
- time-window token attribution + historical backfill from transcripts (#517)
|
|
53
75
|
|
|
54
|
-
|
|
55
76
|
## [3.24.3] - 2026-07-03
|
|
56
77
|
|
|
57
78
|
### Bug Fixes
|
|
58
79
|
|
|
59
80
|
- completion no longer clobbers measured task tokens with zero (#516)
|
|
60
81
|
|
|
61
|
-
|
|
62
82
|
## [3.24.2] - 2026-07-03
|
|
63
83
|
|
|
64
84
|
### Bug Fixes
|
|
65
85
|
|
|
66
86
|
- clamp plausible token overages — per-task tokens finally populate (#515)
|
|
67
87
|
|
|
68
|
-
|
|
69
88
|
## [3.24.1] - 2026-07-03
|
|
70
89
|
|
|
71
90
|
### Bug Fixes
|
|
72
91
|
|
|
73
92
|
- run packed versions via the production launcher with installed deps (#514)
|
|
74
93
|
|
|
75
|
-
|
|
76
94
|
## [3.24.0] - 2026-07-02
|
|
77
95
|
|
|
78
96
|
### Features
|
|
79
97
|
|
|
80
98
|
- session tracker on typed tables + token-budget default — storage backlog closed (#513)
|
|
81
99
|
|
|
82
|
-
|
|
83
100
|
## [3.23.0] - 2026-07-02
|
|
84
101
|
|
|
85
102
|
### Features
|
|
86
103
|
|
|
87
104
|
- tier-2 package — guard PR mode, global KB, memory lifecycle, changelog, bench, import hint (#512)
|
|
88
105
|
|
|
89
|
-
|
|
90
106
|
## [3.22.0] - 2026-07-02
|
|
91
107
|
|
|
92
108
|
### Features
|
|
@@ -97,77 +113,66 @@
|
|
|
97
113
|
|
|
98
114
|
- refresh AGENTS.md routing block (v3.21.2 dogfood) (#510)
|
|
99
115
|
|
|
100
|
-
|
|
101
116
|
## [3.21.2] - 2026-07-02
|
|
102
117
|
|
|
103
118
|
### Performance
|
|
104
119
|
|
|
105
120
|
- hot-path follow-up — stop-hook throttle, BM25 query-path, config cache (#509)
|
|
106
121
|
|
|
107
|
-
|
|
108
122
|
## [3.21.1] - 2026-07-02
|
|
109
123
|
|
|
110
124
|
### Bug Fixes
|
|
111
125
|
|
|
112
126
|
- cleanup sweep — dead code, edge cases in recent ships, hot-path perf (#508)
|
|
113
127
|
|
|
114
|
-
|
|
115
128
|
## [3.21.0] - 2026-07-02
|
|
116
129
|
|
|
117
130
|
### Features
|
|
118
131
|
|
|
119
132
|
- gentle-ai learnings — ALL 8 mechanisms (#507)
|
|
120
133
|
|
|
121
|
-
|
|
122
134
|
## [3.20.0] - 2026-07-02
|
|
123
135
|
|
|
124
136
|
### Features
|
|
125
137
|
|
|
126
138
|
- task history in typed tasks table — state blob −94% (Schema v2 C4, history slice) (#506)
|
|
127
139
|
|
|
128
|
-
|
|
129
140
|
## [3.19.0] - 2026-07-02
|
|
130
141
|
|
|
131
142
|
### Features
|
|
132
143
|
|
|
133
144
|
- ideas in typed table + orphan kv-key sweep (Schema v2) (#505)
|
|
134
145
|
|
|
135
|
-
|
|
136
146
|
## [3.18.0] - 2026-07-02
|
|
137
147
|
|
|
138
148
|
### Features
|
|
139
149
|
|
|
140
150
|
- restore velocity from typed delivery data + developer-evolution weekly snapshots (#504)
|
|
141
151
|
|
|
142
|
-
|
|
143
152
|
## [3.17.0] - 2026-07-02
|
|
144
153
|
|
|
145
154
|
### Features
|
|
146
155
|
|
|
147
156
|
- queue in typed queue_tasks — retire the 1.08MB per-prompt blob (Schema v2) (#503)
|
|
148
157
|
|
|
149
|
-
|
|
150
158
|
## [3.16.0] - 2026-07-02
|
|
151
159
|
|
|
152
160
|
### Features
|
|
153
161
|
|
|
154
162
|
- metrics in typed tables + stamp tasks.shipped_at — two more dual-store bugs fixed (#502)
|
|
155
163
|
|
|
156
|
-
|
|
157
164
|
## [3.15.1] - 2026-07-02
|
|
158
165
|
|
|
159
166
|
### Bug Fixes
|
|
160
167
|
|
|
161
168
|
- harden session ships — sync ping-pong, node 22.5–22.12 fallback, classifier false positives (#501)
|
|
162
169
|
|
|
163
|
-
|
|
164
170
|
## [3.15.0] - 2026-07-01
|
|
165
171
|
|
|
166
172
|
### Features
|
|
167
173
|
|
|
168
174
|
- ships in typed shipped_features table — retire the 5.4MB kv_store blob (Schema v2 C5) (#500)
|
|
169
175
|
|
|
170
|
-
|
|
171
176
|
## [3.14.0] - 2026-07-01
|
|
172
177
|
|
|
173
178
|
### Features
|
|
@@ -178,28 +183,24 @@
|
|
|
178
183
|
|
|
179
184
|
- run bundled entry in-process — 41% faster commands (#498)
|
|
180
185
|
|
|
181
|
-
|
|
182
186
|
## [3.13.0] - 2026-07-01
|
|
183
187
|
|
|
184
188
|
### Features
|
|
185
189
|
|
|
186
190
|
- Schema v2 relational redesign + vault removal + legacy cleanup (#497)
|
|
187
191
|
|
|
188
|
-
|
|
189
192
|
## [3.12.2] - 2026-06-29
|
|
190
193
|
|
|
191
194
|
### Bug Fixes
|
|
192
195
|
|
|
193
196
|
- regenerate statusline body on upgrade so the version-check fix ships (#496)
|
|
194
197
|
|
|
195
|
-
|
|
196
198
|
## [3.12.1] - 2026-06-29
|
|
197
199
|
|
|
198
200
|
### Bug Fixes
|
|
199
201
|
|
|
200
202
|
- statusline version check owned by daemon, not legacy files (#495)
|
|
201
203
|
|
|
202
|
-
|
|
203
204
|
## [3.12.0] - 2026-06-29
|
|
204
205
|
|
|
205
206
|
### Added
|
package/README.md
CHANGED
|
@@ -167,9 +167,9 @@ It reports concrete support levels:
|
|
|
167
167
|
| `hosted` | Repo instructions are the portable layer; platform config may be manual. |
|
|
168
168
|
|
|
169
169
|
Run `prjct agents doctor --md` to see the current machine/project matrix for
|
|
170
|
-
Claude Code, Codex, Gemini CLI, OpenCode, Qwen Code, Kimi CLI,
|
|
171
|
-
Windsurf, Cline/Roo-family agents, hosted agents, and future
|
|
172
|
-
clients.
|
|
170
|
+
Claude Code, Codex, Gemini CLI, OpenCode, Qwen Code, Kimi CLI, Grok Build,
|
|
171
|
+
Cursor, Windsurf, Cline/Roo-family agents, hosted agents, and future
|
|
172
|
+
AGENTS.md/MCP clients.
|
|
173
173
|
|
|
174
174
|
Use `prjct agents doctor --fix` inside a prjct project to refresh the portable
|
|
175
175
|
`AGENTS.md` surface and any repo-local IDE rule adapters prjct manages. The
|