feat: add source auth diagnostics

This commit is contained in:
lda
2026-06-13 16:07:24 +07:00 Verified
parent 381d0b1924
commit 3f91c4bca5
17 changed files with 1460 additions and 5 deletions
+14
View File
@@ -123,6 +123,20 @@ availability, durable run counts/latest run, admin counts, auth record count,
and desired registry count when the target exposes those surfaces. It does not
return auth payload values, trace entries, or checkpoint state.
### Diagnose A Source
Use `wf source diagnose <source_id>` to inspect source health before calling
capabilities:
```bash
wf --config wf.config.json source diagnose gdrive.personal
```
The output reports transport kind, auth reference, whether the auth record
exists, whether the auth scheme is compatible with the transport, catalog
snapshot counts, and non-secret diagnostics. Secret payload values are never
printed.
## Output Policy
JSON is the default output format for every command.