docs(claude): update rules to reflect current architecture and workflow#329
Merged
AugustoL merged 2 commits intoopenscan-explorer:devfrom Mar 19, 2026
Merged
Conversation
- workflow: add dual strategy (patch PRs to dev, release branches for minor/major) - architecture: update to NetworkAdapter/AdapterFactory pattern, add Bitcoin and Hardhat - patterns: fix paths, update "add network" steps to new adapter structure - i18n: add 5 supported languages, tooltips namespace, update checklists - code-style: reference all 5 locales in i18n verification
|
🚀 Preview: https://pr-329--openscan.netlify.app |
josealoha666
suggested changes
Mar 19, 2026
Collaborator
josealoha666
left a comment
There was a problem hiding this comment.
A couple of doc updates still do not match the current tree:
.claude/rules/i18n.mdadds atooltipsnamespace, but there is nosrc/locales/*/tooltips.jsonin this branch.- The new guidance to add keys to
src/locales/{es,ja,pt-BR,zh}/{namespace}.jsonis too broad as written: some namespaces are not present in every locale today (for examplerpcs.jsonexists inen/esbut not inja/pt-BR/zh).
Can you align the rule text with the actual locale layout in the repo, or add the missing locale files/namespaces if that is the intended source of truth?
MatiasOS
approved these changes
Mar 19, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Update Claude Code instruction files to reflect the current state of the codebase and project workflow.
Related Issue
N/A — documentation maintenance
Type of Change
Changes Made
dev, minor/major releases use release branchesNetworkAdapterabstract class withAdapterFactory. Added Bitcoin and Hardhat adaptersevm/address/shared/), updated "adding a new network" steps to useAdapterFactorytooltipsnamespace, updated all checklistsChecklist
npm run format:fixandnpm run lint:fixnpm run typecheckwith no errors