Agent tooling relocation, architecture redesign docs#3343
Conversation
Applied via @cursor push command
|
Important Review skippedAuto reviews are disabled on this repository. To trigger a review, include ⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
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 |
Description and Related Issue(s)
This pull request consolidates Blockscout frontend agent documentation under
.agents/(rules, skills, andAGENTS.md), aligns Claude/Cursor entrypoints with symlinks, and removes redundant root-levelCLAUDE.mdand the old.cursor/rules/frontend.mdcin favor of the expanded rule set. It also promotes the architecture redesign narrative intoclient/ARCH_REDESIGN.md(renamed from the former root doc), adds a structuredclient/MIGRATION_TASKS.mdchecklist for ongoing migration work, and introducesdocs/GLOSSARY.mdfor shared terminology.On the product side, it adds small CSV export utilities (
getFileName,getPrefixByFilter), tweaks the download icon asset, updates the related visual regression snapshot, and extends the cspell dictionary as needed.Proposed Changes
.agents/layout with architecture, design system, code quality, TypeScript, env-vars, tests, and glossary rules; skills moved from.cursorto.agents;.claudesymlinks to.agents;.cursor/BUGBOT.mdtrimmed.architecture_design.md→client/ARCH_REDESIGN.mdwith edits; newclient/MIGRATION_TASKS.mdanddocs/GLOSSARY.md.client/features/csv-export/utils/for file naming and filter-based prefixes; icon and visual test snapshot updates.Breaking or Incompatible Changes
None intended. Repository layout for AI/agent files changes paths from
.cursorto.agents; anyone with local scripts or bookmarks pointing at old paths should update them.Additional Information
n/a
Checklist for PR author