prjct-cli 3.49.1 → 3.50.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 CHANGED
@@ -2,6 +2,21 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ## [3.50.0] - 2026-07-12
6
+
7
+ ### Added
8
+ - Claude ecosystem adopt — trust, tiers, session, packs
9
+
10
+ ### Features
11
+
12
+ - **Claude ecosystem adopt (patterns, not products)** — model-agnostic harness organs:
13
+ - **Trust boundary** (`core/services/trust-boundary.ts`): single gate for secrets, prompt-injection, package install, imported workflow rules; wired into pre-secrets/pre-package/remember/capture/MCP/projectMemory SoT + workflow-engine
14
+ - **Alignment card** mid-cycle MUST inject (loop / context-pressure / quality / stuck) on UserPromptSubmit
15
+ - **Context cache tiers L0–L3** contract + live L0 budget; `prjct context tiers --md`, harness criterion `context-tiers`
16
+ - **Safe artifacts** audit surface (judgment, ships, handoffs, checkpoints, session continuity); `prjct context artifacts --md`
17
+ - **Managed session continuity**: land stamps `session:continuity`; prime restores resume card; SessionStart cold cue; MCP `prjct_session_resume`
18
+ - **Pack marketplace-lite**: semver + integrity hash, `seed catalog` / `seed verify`, activation receipts in `packs:installs`
19
+
5
20
  ### Bug Fixes
6
21
 
7
22
  - **Daemon performance + stability**: spawn single-flight lock kills concurrent bind races (`Failed to listen` / `chmod ENOENT`); hook vs command request lanes (no HOL-block of Claude hooks); graceful drain on shutdown; absorb uncaught errors with capped respawn; hook client timeout 5s (shim parity); version drift only when global is strictly newer semver; self-respawn only on code mtime reload; richer `daemon status` (version, RSS, active, absorbed errors)
@@ -12,7 +27,6 @@
12
27
 
13
28
  - performance + stability hardening (#550)
14
29
 
15
-
16
30
  ## [3.49.0] - 2026-07-12
17
31
 
18
32
  ### Features
@@ -23,7 +37,6 @@
23
37
 
24
38
  - project pattern supremacy + mechanical review FP refute (v3.48.0) (#549)
25
39
 
26
-
27
40
  ## [3.48.0] - 2026-07-11
28
41
 
29
42
  ### Features