chore(rules): remove unfollowable docs-sync rule - #1421
Conversation
The rule mandated that public docs live in `web/content/docs/*.mdx` and
that new pages be registered in `web/lib/docs-nav.ts` ("New pages go
here, period"). This repo has no `web/` directory — the docs site moved
to the agentrelay.com repo. It also warned against the top-level `docs/`
directory, which no longer exists here either.
The rule has no `paths:` frontmatter, so it applied globally: every agent
working anywhere in this repo was handed doc instructions that cannot be
carried out.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Jmke9G9s7ftrN49opNmdx1
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
💤 Files with no reviewable changes (1)
📝 WalkthroughWalkthroughThe pull request deletes Changes
Estimated code review effort: 1 (Trivial) | ~2 minutes Suggested reviewers: Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary
Deletes
.claude/rules/docs-sync.md, which instructs agents to do something impossible in this repo.The rule says public docs live in
web/content/docs/*.mdx, that the Next.js app "underweb/" reads that directory, and that new pages must be registered inweb/lib/docs-nav.ts— "New pages go here, period." It then warns against touching the top-leveldocs/directory.Neither directory exists:
The docs site now lives in the
agentrelay.comrepo (web/content/docs/,web/lib/docs-nav.ts) — the rule is a leftover from before that split.It also has no
paths:frontmatter, unlike every other rule in.claude/rules/, so it applied globally: any agent working anywhere in this repo was handed doc instructions with no valid target.This is the first of several PRs from a review of the Agent Relay skills and plugins across
relay,skills, andagentrelay.com.Test Plan
web/ordocs/directory exists in this repo.agentworkforce/trajectories/archives, which are historical records and intentionally left untouchedScreenshots
n/a
Generated by Claude Code