feat(incident): regenerate work-item commands for AI SRE assignees - #201
Merged
Merged
Conversation
debidong
force-pushed
the
feat/work-item-ai-sre
branch
from
September 23, 2026 09:01
ea67954 to
e2273df
Compare
Point create and assignees-reset at the assignees object array, and add --assignee-type on list. Response help and the incident skill card follow. go-flashduty is pinned to v0.15.5, which carries the work-item AI SRE assignee spec and SDK fields.
debidong
force-pushed
the
feat/work-item-ai-sre
branch
from
September 23, 2026 09:01
e2273df to
683b4e4
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Regenerated from flashcatcloud/go-flashduty#81 (spec + SDK update for AI SRE work-item assignees):
incident work-item-create/incident work-item-assignees-reset: structuredassignees({type: person|ai_sre, id?}) accepted body-only via--data;--assignee-idshelp updated to mark it as the legacy all-person alias (mutually exclusive withassignees).incident work-item-list: new--assignee-typeflag (person/ai_sre); response help listsassignees,agent_session_id,agent_session_venue.skills/flashduty/reference/incident.mdGENERATED fences refreshed viamake gen-cards.Stacked dependency
go.modpins go-flashduty to the pre-release pseudo-version of flashcatcloud/go-flashduty#81 (v0.15.5-0.20260923080305-4fdfebaecf85). Repin to the next release tag after #81 merges and ships, before merging this PR.Verified
go build ./...,go test ./...(9 packages ok),make check-cards, and help output of the three commands.