@ulysses-ai/create-workspace 0.13.0-beta.1 → 0.13.0-beta.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ulysses-ai/create-workspace",
3
- "version": "0.13.0-beta.1",
3
+ "version": "0.13.0-beta.2",
4
4
  "description": "A workspace convention for Claude Code: sessions, handoffs, and shared context as files in git",
5
5
  "keywords": [
6
6
  "claude",
@@ -62,7 +62,7 @@ Active recommendations. Flags problems and suggests fixes, but asks before actin
62
62
  - This is the capture-time cross-check, run retroactively instead of inline
63
63
 
64
64
  ### 7. Health metrics
65
- - Total size of `shared-context/locked/` — flag if over 10KB target
65
+ - Size of `shared-context/locked/` relative to the active model's context window — flag if over 5% (yellow) or 15% (red). Absolute byte count is a weak proxy; contradictions, stale references, and duplicated coverage across files matter more than total size.
66
66
  - Number of ephemeral files — flag if accumulating without resolution
67
67
  - Session log stats (if `workspace-scratchpad/session-log.jsonl` exists):
68
68
  - Sessions without capture
@@ -78,7 +78,7 @@ Issues (3):
78
78
  ✗ shared-context/alice/old-handoff.md references branch feature/old
79
79
  but that branch was deleted
80
80
  ✗ 2 inflight files exist but no active work session (orphaned?)
81
- ✗ Locked context is 12.3KB (target: <10KB)
81
+ ✗ Locked context is 18% of model context window (red threshold: 15%)
82
82
 
83
83
  Warnings (2):
84
84
  ⚠ shared-context/alice/workspace-analytics.md not updated in 8 days