prjct-cli 2.2.9 → 2.2.12

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
@@ -1,5 +1,22 @@
1
1
  # Changelog
2
2
 
3
+ ## [2.2.12] - 2026-04-26
4
+
5
+ ### Performance
6
+
7
+ - silence Stop nag + drop variable content from SessionStart (cache stability) (#261)
8
+
9
+
10
+ ## [2.2.11] - 2026-04-25
11
+
12
+ ### Added
13
+ - current work
14
+
15
+ ## [2.2.10] - 2026-04-25
16
+
17
+ ### Added
18
+ - current work
19
+
3
20
  ## [2.2.9] - 2026-04-25
4
21
 
5
22
  ### Bug Fixes
package/README.md CHANGED
@@ -154,7 +154,6 @@ prjct install Install Claude Code hooks (merge-safe)
154
154
  prjct uninstall Complete system removal
155
155
  prjct sync Sync project state, rebuild indexes
156
156
  prjct regen Full vault rebuild from SQLite
157
- prjct serve [port] Start web dashboard (default port 3478)
158
157
  prjct watch Auto-sync on file changes
159
158
  prjct doctor Check system health
160
159
  prjct hooks <install|uninstall|status> Git hooks for auto-sync
@@ -215,14 +214,6 @@ Two reasons: (1) any agent with `Read`/`Glob` consumes it without an SDK or MCP
215
214
 
216
215
  A combined ranker fuses the three signals (`core/domain/file-ranker.ts`) and powers `prjct context files`, plus `prjct_related`, `prjct_impact`, and `prjct_stale` in the MCP server.
217
216
 
218
- ## Web Dashboard
219
-
220
- ```bash
221
- prjct serve # default port 3478 ("prjct" on a phone keypad)
222
- ```
223
-
224
- Hono-based HTTP server with REST endpoints for tasks / inbox / shipped / memory, SSE for real-time updates, and a status-bar endpoint for IDE integration.
225
-
226
217
  ## Issue Tracker Integration
227
218
 
228
219
  Bring your own MCP — prjct doesn't duplicate trackers.
@@ -258,7 +249,6 @@ prjct-cli/
258
249
  schemas/ Zod — runtime validation
259
250
  infrastructure/ path-manager, ai-provider, command-installer
260
251
  daemon/ Background daemon (file watching)
261
- server/ Hono HTTP + SSE
262
252
  sync/ Cloud sync client + auth-config
263
253
  templates/
264
254
  commands/ Thin per-command templates (defer to CLI --md)