Skip to content

docs: add agent-feedback system - #889

Closed
LuLaValva wants to merge 2 commits into
mainfrom
llavalva-M451495HWX-agent-feedback-2g6lhy
Closed

docs: add agent-feedback system#889
LuLaValva wants to merge 2 commits into
mainfrom
llavalva-M451495HWX-agent-feedback-2g6lhy

Conversation

@LuLaValva

Copy link
Copy Markdown
Member

Adds an agent-feedback/ directory so actionable observations that are out of scope for the task that surfaced them get recorded instead of dropped — or, worse, fixed inside an unrelated diff. Ported from the marko repo, which has been running this system for a while.

Each category file (bugs, a11y, cleanup, perf, dx, unclear) starts empty; README.md covers when to add an entry, the entry format, and the rule that entries are deleted in the same PR as the fix. Two things differ from marko's version: an a11y category, since WCAG 2.2 AA is a non-negotiable here and would otherwise be buried in bugs, and a rule that an entry must name which of the five framework packages a defect reaches and which were actually checked.

CLAUDE.md gets a pointer to it, matching how marko surfaces the system.

🤖 Generated with Claude Code

Record actionable observations that are out of scope for the task that
surfaced them, instead of dropping them or widening an unrelated diff.
Ported from the marko repo, with an a11y category and a rule requiring
entries to name which framework packages a defect reaches.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Copilot AI lite review requested due to automatic review settings August 14, 2026 20:25
@changeset-bot

changeset-bot Bot commented Aug 14, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: de0867c

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds an agent-feedback/ system to the repo so out-of-scope but actionable findings are captured in a structured place instead of being silently dropped or fixed in unrelated diffs, and links it from CLAUDE.md.

Changes:

  • Documented the “agent feedback” workflow and rules in agent-feedback/README.md.
  • Added empty category stubs (bugs, a11y, cleanup, perf, dx, unclear) for consistent capture.
  • Added a pointer to the system from CLAUDE.md (and reinforced the “don’t widen diffs” constraint).

Reviewed changes

Copilot reviewed 8 out of 8 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
CLAUDE.md Adds the out-of-scope fix constraint and a new “Agent Feedback” section linking to the system.
agent-feedback/README.md Defines when/how to add entries, required metadata, and the entry template.
agent-feedback/bugs.md Stub category file for suspected bugs.
agent-feedback/a11y.md Stub category file for accessibility gaps.
agent-feedback/cleanup.md Stub category file for cleanup/refactors.
agent-feedback/perf.md Stub category file for performance/bundle/CSS size opportunities.
agent-feedback/dx.md Stub category file for developer-experience friction.
agent-feedback/unclear.md Stub category file for confusing code/docs notes.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment thread agent-feedback/README.md Outdated
@github-actions

github-actions Bot commented Aug 14, 2026

Copy link
Copy Markdown
Contributor

PR Preview Deployed (removed)

Websiteevo-markoevo-reactebayui-coreebayui-core-reactskin

commit de0867c

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
@LuLaValva

Copy link
Copy Markdown
Member Author

Removing in favor of a more comprehensive agent system that @ArtBlue is working on

@LuLaValva LuLaValva closed this Aug 15, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants