test(ultraplan-local): add session-state fixtures

Two fixtures for session-state-validator (Step 4):
- valid-in-progress.json — well-formed schema-v1 object
- malformed.json — truncated JSON for negative tests

Step 3 of /ultracontinue v3.3.0.
This commit is contained in:
Kjell Tore Guttormsen 2026-05-01 20:21:50 +02:00
commit 12eae8c678
2 changed files with 9 additions and 0 deletions

View file

@ -0,0 +1 @@
{ "schema_version": 1, "project": "x", "status":

View file

@ -0,0 +1,8 @@
{
"schema_version": 1,
"project": ".claude/projects/2026-05-01-example-multisession",
"next_session_brief_path": ".claude/projects/2026-05-01-example-multisession/brief.md",
"next_session_label": "Session 2: Implement validator + tests",
"status": "in_progress",
"updated_at": "2026-05-01T18:00:00.000Z"
}