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