Fix Daily Chronicle tone to attribute bot activity to humans#10302
Merged
Fix Daily Chronicle tone to attribute bot activity to humans#10302
Conversation
Co-authored-by: dsyme <7204669+dsyme@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix tone of Daily Chronicle bot messages
Fix Daily Chronicle tone to attribute bot activity to humans
Jan 16, 2026
Contributor
|
@copilot add section about this topic in the create-agentic-workflows.md prompt to provide guidance for future generated agentic workflows |
Contributor
|
@dsyme also tweaking the generator to implement this |
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Contributor
Author
Added human agency guidance to the create-agentic-workflow template in commit d7086ef. The new section instructs workflow authors to:
This guidance is now part of the workflow creation template and will be included in future generated workflows, especially reporting/summary workflows. |
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.
The Daily Chronicle workflow was framing bot activity (@github-actions[bot], @copilot) as independent "takeovers" rather than recognizing these as tools triggered by human actors (issue assigners, reviewers, mergers).
Changes
Added "CRITICAL: Human Agency First" section with explicit attribution requirements:
Updated editorial guidelines to emphasize human attribution:
Expanded writing style rules:
Added technical requirement to identify human actors:
Added human agency guidance to create-agentic-workflow template:
Example transformation
Before:
After:
Files modified
.github/workflows/daily-repo-chronicle.md(+52 lines of attribution guidance).github/workflows/daily-repo-chronicle.lock.yml(recompiled).github/aw/create-agentic-workflow.md(+8 lines of human agency guidance)pkg/cli/templates/create-agentic-workflow.md(+8 lines, auto-synced)Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.