Require passive voice and Gardener attribution in dispatched GitHub content - #83
Merged
Merged
Conversation
…ontent A PR/issue a dispatched run opens is written under the operator's own gh identity, so it's otherwise indistinguishable from one they wrote by hand. Every place gardener writes GitHub content on their behalf (align --implement/--file-issue, tend) now must use passive voice and disclose that it was drafted during a Gardener session, linking the repo. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
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.
Summary
ghidentity, so it's otherwise indistinguishable from something they wrote by hand.dev_loop.ATTRIBUTION_REQUIREMENT(+GARDENER_REPO_URL): every such piece of content must be in passive voice and include a disclosure line noting it was drafted during a Gardener session, linking this repo. Commit messages stay exempt — those already followCOMMIT_PR_CONVENTIONS.md's own style.align --implement,align --file-issue(cli.py'sMODE_INSTRUCTIONS), andtend(dev_loop.py'sbuild_tend_prompt).Test plan
PYTHONPATH=. python3.11 -m unittest discover -s tests— 553 tests, all passalign --implement,align --file-issue, andtendpromptsCo-Authored-By: Claude Sonnet 5 noreply@anthropic.com