[instructions] Sync github-agentic-workflows.md with v0.35.1#9276
Merged
[instructions] Sync github-agentic-workflows.md with v0.35.1#9276
Conversation
Update instructions file with latest documentation changes: - Change create-agent-task to create-agent-session terminology - Add close-older-discussions field to create-discussion safe-output - Add deprecation notice for create-agent-task 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
pelikhan
approved these changes
Jan 7, 2026
This was referenced Jan 7, 2026
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.
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.