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