Skip to content

Commit 286ddf5

Browse files
committed
fix: require A2A instructions flag
1 parent 58c726a commit 286ddf5

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/flashcatcloud/flashduty-cli
33
go 1.25.1
44

55
require (
6-
github.com/flashcatcloud/go-flashduty v0.5.4-0.20260629090534-8f1a398d02df
6+
github.com/flashcatcloud/go-flashduty v0.5.4-0.20260629091912-04a0bfaf665d
77
github.com/mattn/go-runewidth v0.0.24
88
github.com/spf13/cobra v1.10.2
99
github.com/spf13/pflag v1.0.10

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
github.com/clipperhouse/uax29/v2 v2.2.0 h1:ChwIKnQN3kcZteTXMgb1wztSgaU+ZemkgWdohwgs8tY=
22
github.com/clipperhouse/uax29/v2 v2.2.0/go.mod h1:EFJ2TJMRUaplDxHKj1qAEhCtQPW2tJSwu5BF98AuoVM=
33
github.com/cpuguy83/go-md2man/v2 v2.0.6/go.mod h1:oOW0eioCTA6cOiMLiUPZOpcVxMig6NIQQ7OS05n1F4g=
4-
github.com/flashcatcloud/go-flashduty v0.5.4-0.20260629090534-8f1a398d02df h1:1/4t9DDRjjL+N8o90ioDBJ4CvU7ox/1rrAl/OxF8LhQ=
5-
github.com/flashcatcloud/go-flashduty v0.5.4-0.20260629090534-8f1a398d02df/go.mod h1:aA0RtZEs0AYOwwdNKdtVeD8YMOdnmVY1zAlVD+9Ovx8=
4+
github.com/flashcatcloud/go-flashduty v0.5.4-0.20260629091912-04a0bfaf665d h1:jWzPzsWn46dCWC/PL5nncOTL1Zid4UMynbPsbL1mGdU=
5+
github.com/flashcatcloud/go-flashduty v0.5.4-0.20260629091912-04a0bfaf665d/go.mod h1:aA0RtZEs0AYOwwdNKdtVeD8YMOdnmVY1zAlVD+9Ovx8=
66
github.com/inconshreveable/mousetrap v1.1.0 h1:wN+x4NVGpMsO7ErUn/mUI3vEoE6Jt13X2s0bqwp9tc8=
77
github.com/inconshreveable/mousetrap v1.1.0/go.mod h1:vpF70FUmC8bwa3OWnCshd2FqLfsEA9PFc4w1p2J65bw=
88
github.com/mattn/go-runewidth v0.0.24 h1:cpokDiIn0MGnhdHwuWnJBITySJ20QyNGnY2kR/ay2DU=

internal/cli/zz_generated_a2a_agents.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

skills/flashduty/reference/safari.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Create A2A agent
4848
- `--auth-mode` string — Authentication mode: shared (default), per_user_secret, or per_user_oauth.
4949
- `--auth-type` string — Authentication type for the remote agent.
5050
- `--card-url` string (required) — URL of the remote agent card.
51-
- `--instructions` string — Invocation instructions included in AI SRE's system prompt to decide when to call this A2A agent. Must be nonblank.
51+
- `--instructions` string (required) — Invocation instructions included in AI SRE's system prompt to decide when to call this A2A agent. Must be nonblank.
5252
- `--oauth-metadata` string — JSON OAuth metadata; reserved for per_user_oauth.
5353
- `--secret-schema` string — JSON secret schema; required when auth_mode=per_user_secret.
5454
- `--streaming` bool — Whether the remote agent supports streaming.

0 commit comments

Comments
 (0)