docs: add AGENTS.md and CLAUDE.md agent guardrails - #8
Draft
posthog[bot] wants to merge 1 commit into
Draft
Conversation
Add agent-instruction files at the repo root to stop coding agents from creating duplicate tickets or leaving finished work stale. Both files encode the same ticket-hygiene rules and are kept in sync: search existing tickets across active and completed states before creating one, pick an existing ticket at task start, reconcile against merged PRs and commits before reporting work complete, and never mark a stale ticket Done without repo/PR evidence. BD-215 is documented as the first application of the rule. Generated-By: PostHog Code Task-Id: bb54298b-7717-4750-b821-4431f87c481d
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
Creates
AGENTS.md(concise) andCLAUDE.md(fuller) at the repo root — neither existed before. They encode the same ticket-hygiene rules and are kept in sync.The rules:
Why
Agents kept spawning duplicate tickets and marking stale ones Done without evidence. This is internal maintainer hygiene for a solo-maintained shadcn design-system registry — no user-facing or production impact — so the guardrails live in the two files agents actually read.
Created with PostHog Desktop from this inbox report.