Skip to content

docs: add CLAUDE.md for AI coding assistants#657

Merged
Atralupus merged 1 commit into
planetarium:mainfrom
Atralupus:add-claude-md
May 22, 2026
Merged

docs: add CLAUDE.md for AI coding assistants#657
Atralupus merged 1 commit into
planetarium:mainfrom
Atralupus:add-claude-md

Conversation

@Atralupus

Copy link
Copy Markdown
Member

Summary

Adds a CLAUDE.md at the repository root to help Claude Code / AI coding assistants (and new contributors) get oriented quickly.

It documents:

  • Project overview and architecture (Mimir.Worker → MongoDB → Mimir GraphQL API)
  • A per-project module map for the solution
  • Build / test / run commands, derived from the solution, Dockerfiles, docker-compose.yml, and the CI workflows
  • The GraphQL query surface, offset-paging behavior (UseOffsetPaging, no totalCount, default 100 / max 300), and the metadata sync-lag caveat
  • The MongoDB data-model layout and the chain → DB sync flow (PollerType, handlers, converters)
  • A "where to look for X" index pointing at in-repo paths

All referenced paths and GraphQL field names were verified against the current main.

🤖 Generated with Claude Code

Document the architecture (Mimir.Worker -> MongoDB -> Mimir GraphQL API),
the per-project module map, build/test/run commands, the GraphQL query
surface and offset-paging behavior, the MongoDB data model and chain-sync
flow, and a "where to look for X" index. Content derived from the current
codebase.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
@Atralupus Atralupus added this pull request to the merge queue May 22, 2026
Merged via the queue into planetarium:main with commit 25e141e May 22, 2026
7 checks passed
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.

1 participant