[instructions] Sync github-agentic-workflows.md with v0.35.1 #9276
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.
Instructions Update - Synchronized with v0.35.1
This PR updates the
github-agentic-workflows.mdfile based on documentation changes since the latest release (v0.35.1, released 2026-01-06).Changes Made
Breaking Change: Agent Task → Agent Session Terminology
create-agent-tasktocreate-agent-sessionin safe-outputs documentationcreate-agent-taskis deprecated (usecreate-agent-session)"New Feature: Close Older Discussions
close-older-discussionsfield tocreate-discussionsafe-output configurationtitle-prefixorlabelsto identify matching discussionsDocumentation Commits Reviewed
docs/src/content/docs/guides/ephemerals.mdfile (399 lines)Validation
Notes on Ephemerals Coverage
The new ephemerals documentation includes multiple capabilities. This PR focuses on documenting only the new fields and breaking changes:
Already Documented (no changes needed):
expiresfield for issues, discussions, PRs (lines 330-336)hide-older-commentsfield for comments (lines 386-391)allowed-github-referencessecurity config (lines 623-638)stop-afterworkflow deadline (lines 82)New Additions in This PR:
close-older-discussionsfield (line 362)create-agent-sessionterminology update (line 560-567)The instructions file remains concise and focused on schema documentation, while the full ephemerals guide provides comprehensive patterns and use cases in the main documentation.