docs: add CLAUDE.md for Claude Code guidance#30
Merged
Conversation
LeoFalco
force-pushed
the
docs/add-claude-md
branch
from
July 20, 2026 18:08
e8fb47b to
7050ca6
Compare
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01XNT6qdw2UgQUY9xHp9t1Wc
LeoFalco
force-pushed
the
docs/add-claude-md
branch
from
July 20, 2026 18:09
7050ca6 to
bfa767d
Compare
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.
Summary
Adds a root
CLAUDE.mdto guide Claude Code (and human contributors) when working in this repo.This is a docs-companion repository — every script is a self-contained, runnable demo of one Amonamarth API call, not application code — and that shape isn't obvious from a file listing. The guide captures:
node:assert, so running a script is its test.nvm use(Node v16),npm install,node <path>to run an example,npm run lint:fix. CI runs super-linter on PRs tomaster..envwithAPI_KEY, sent asx-api-keyviacore/client.js.core/internals: the axios client logs requests/responses, parses XML, and usesvalidateStatus: () => true(non-2xx doesn't throw);utils.jsunwrappersgetData/getItems/getFistItem.pt/en/es) and the rule to keep them in sync, translating only comments and strings.Notes