Commit 814a217
authored
chore(cli): regen against go-flashduty — add session-delete, drop console-only skill-download (#61)
* chore(cli): regen against go-flashduty (adds session-delete, drops skill-download)
Bump go-flashduty to the merged spec-sync commit (go-flashduty #14) and
regenerate cligen.
- adds `fduty safari session-delete` (POST /safari/session/delete) — was a
public op with no cli command.
- drops `fduty safari skill-download` — /safari/skill/download was reclassified
jwt (console-only application/zip download; fc-pgy #570, flashduty-docs #106)
and is no longer a public op. The old command was a broken, unused generated
artifact (the SDK method couldn't decode a zip).
- session.go: Sessions.List -> Sessions.ReadList (hand-written /insight list
helper) following the SDK's read/write method rename.
- regenerated zz_generated_* reflect the SDK type refresh (TimestampMilli,
pointer scalars) and the a2a/mcp operationId renames.
Build + full test suite green; the "every public op reachable" coverage
invariant passes (251/251 non-streaming generated, session-export the only
curated streaming op).
* chore(cli): regenerate channel card fence after go-flashduty bump
The go-flashduty bump adds the channel escalate-webhook-robot-list command
(the cli was 8 days behind). Regenerate the channel skill card's GENERATED
fence so `skilldoc check` (check-cards CI) stays green.1 parent ce5428f commit 814a217
11 files changed
Lines changed: 621 additions & 543 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
| 4 | + | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
197 | 197 | | |
198 | 198 | | |
199 | 199 | | |
200 | | - | |
| 200 | + | |
201 | 201 | | |
202 | 202 | | |
203 | 203 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments