SDT/docs/gui-tui-parity.json
stan44 2c5493f249
Some checks failed
reliability-matrix / ubuntu-latest / .NET tests (push) Failing after 2m46s
reliability-matrix / macos-latest / .NET tests (push) Has been cancelled
reliability-matrix / windows-latest / .NET tests (push) Has been cancelled
second first push?
2026-03-01 21:40:14 -06:00

71 lines
1.8 KiB
JSON

{
"version": "1.0",
"updatedAtUtc": "2026-03-02T01:00:00Z",
"features": [
{
"id": "workspace.switch_and_candidates",
"tui": true,
"gui": true,
"status": "in_progress",
"owner": "bridge",
"notes": "GUI can load configured + candidate projects and add/add+init candidates through workspace bridge."
},
{
"id": "workflow.run",
"tui": true,
"gui": true,
"status": "done",
"owner": "gui",
"notes": "GUI runs workflow via headless run bridge with live stream."
},
{
"id": "debug.run",
"tui": true,
"gui": true,
"status": "done",
"owner": "gui",
"notes": "GUI runs debug profiles via headless debug bridge with live stream."
},
{
"id": "failure.card",
"tui": true,
"gui": true,
"status": "done",
"owner": "engine",
"notes": "GUI renders failure card fields from headless summary payload."
},
{
"id": "run.context.lifecycle",
"tui": true,
"gui": true,
"status": "done",
"owner": "gui",
"notes": "GUI shows run context and lifecycle fields from summary/events."
},
{
"id": "history.events.viewer",
"tui": true,
"gui": true,
"status": "done",
"owner": "bridge",
"notes": "Bridge methods provide history/event file list and event-file read."
},
{
"id": "favorites.quick_actions",
"tui": true,
"gui": true,
"status": "in_progress",
"owner": "bridge",
"notes": "Bridge exposes favorites list/toggle; richer quick-action UI still pending."
},
{
"id": "setup_wizard_autofix",
"tui": true,
"gui": false,
"status": "planned",
"owner": "gui",
"notes": "GUI currently exposes doctor + setup plan preview only."
}
]
}