Skip to content

Agent tooling relocation, architecture redesign docs#3343

Merged
tom2drum merged 26 commits intomainfrom
arch-redesign-2
Apr 7, 2026
Merged

Agent tooling relocation, architecture redesign docs#3343
tom2drum merged 26 commits intomainfrom
arch-redesign-2

Conversation

@tom2drum
Copy link
Copy Markdown
Collaborator

@tom2drum tom2drum commented Apr 7, 2026

Description and Related Issue(s)

This pull request consolidates Blockscout frontend agent documentation under .agents/ (rules, skills, and AGENTS.md), aligns Claude/Cursor entrypoints with symlinks, and removes redundant root-level CLAUDE.md and the old .cursor/rules/frontend.mdc in favor of the expanded rule set. It also promotes the architecture redesign narrative into client/ARCH_REDESIGN.md (renamed from the former root doc), adds a structured client/MIGRATION_TASKS.md checklist for ongoing migration work, and introduces docs/GLOSSARY.md for 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

  • Agent / editor setup: New .agents/ layout with architecture, design system, code quality, TypeScript, env-vars, tests, and glossary rules; skills moved from .cursor to .agents; .claude symlinks to .agents; .cursor/BUGBOT.md trimmed.
  • Documentation: architecture_design.mdclient/ARCH_REDESIGN.md with edits; new client/MIGRATION_TASKS.md and docs/GLOSSARY.md.
  • CSV export: New helpers in 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 .cursor to .agents; anyone with local scripts or bookmarks pointing at old paths should update them.

Additional Information

n/a

Checklist for PR author

  • I have tested these changes locally.
  • I added tests to cover any new functionality, following this guide
  • Whenever I fix a bug, I include a regression test to ensure that the bug does not reappear silently.
  • If I have added a feature or functionality that is not privacy-compliant (e.g., tracking, analytics, third-party services), I have disabled it for private mode.
  • If I have added, changed, renamed, or removed an environment variable
    • I updated the list of environment variables in the documentation
    • I made the necessary changes to the validator script according to the guide
    • I added "ENVs" label to this pull request

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai bot commented Apr 7, 2026

Important

Review skipped

Auto reviews are disabled on this repository. To trigger a review, include @coderabbitai review in the PR description. Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro

Run ID: 2b64c42c-54ee-42d0-9267-5b519a5699a3

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@tom2drum tom2drum changed the title Agent tooling relocation, architecture redesign docs, and CSV export filename helpers Agent tooling relocation, architecture redesign docs Apr 7, 2026
@tom2drum tom2drum merged commit ec266dc into main Apr 7, 2026
11 of 12 checks passed
@tom2drum tom2drum deleted the arch-redesign-2 branch April 7, 2026 14:42
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