docs(conventions): add plugin-data-reports keying convention - #2329
docs(conventions): add plugin-data-reports keying convention#2329kyle-sexton wants to merge 1 commit into
Conversation
Fixes #2278. Co-authored-by: Kyle Sexton <kyle-sexton@users.noreply.github.com>
|
Bugbot is not enabled for your account, so this pull request was not reviewed. Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs. |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 84a01d2e17
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
|
Claude finished @kyle-sexton's task in 2m 30s —— View job Claude Code Review
SummaryThis PR is superseded by already-merged work. PR #2335 (commit What's on
If merged as-is, this PR would land a second, competing convention doc at a different path ( Recommendation: rebase this branch onto current Smaller notes
|
|
Claude has reviewed this PR 1 time. The lane skips further automatic reviews after 5; deleting this comment resets the count. |
Fixes #2278.
Adds
docs/conventions/plugin-data-reports/governing how plugins name, key, retain, and overwrite artifacts under${CLAUDE_PLUGIN_DATA}. Registers the convention in PLUGIN-PHILOSOPHY.md. Adoptions foraudit-instructionsandclaude-memory:auditremain tracked in #2276 and #2277.Related