feat(cli): add nerve workflow thread <runId> command — closes #77

Implements the workflow thread CLI command that retrieves
workflow execution context (logs, events, state) for a given run.

- Add 'nerve workflow thread <runId>' subcommand
- Add log-store query API in daemon
- Add tests for CLI and log-store
- Export new daemon types for thread data

小橘 <xiaoju@shazhou.work>
This commit is contained in:
2026-04-24 05:59:53 +00:00
parent 9cdac05f2c
commit dcfb00128d
15 changed files with 499 additions and 3 deletions
+3
View File
@@ -26,6 +26,9 @@ importers:
citty:
specifier: ^0.1.6
version: 0.1.6
yaml:
specifier: ^2.8.3
version: 2.8.3
devDependencies:
'@rslib/core':
specifier: ^0.21.3