[add] CLAUDE.md (working guidelines for Claude Code)#69
Merged
Conversation
Meta-first guidance for future Claude Code sessions: consult the smart-friend skill for a second opinion on design/debugging, work test-first, verify before claiming, the PR/merge conventions, and the durable non-obvious pitfalls (Eigen auto use-after-scope, quaternion scalar-first vs Eigen coeffs, TOML int/float arrays). Deliberately omits obvious build commands and easily-discoverable, fast-changing code structure; keeps a short "physics lives in do_step()" orientation instead. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01LiKBVgTqjZV84zcMVY3w46
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.
概要
Claude Code(将来のセッション)向けの作業指針
CLAUDE.mdを追加します。メタ指針を優先し、自明なビルドコマンドや読めば分かる/変わりやすいコード構成は書きません。内容
autoの use-after-scope、quaternion スカラ先頭 vs Eigencoeffs()、TOML の int/float 配列。do_step()に集約、RK4 がObjectを積分」の一言のみ(ファイル列挙はしない)。方針