chore: mille.toml の entrypoint/runner 分離 + SVG 更新#79
Merged
Conversation
- src/main.rs → entrypoint レイヤー(runner のみ依存許可) - src/runner.rs → runner レイヤー(全レイヤー依存 + allow_call_patterns) - runner.rs がどのレイヤーにも属していなかった問題を解消 - mille.svg / website SVG を最新の依存グラフで更新 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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
src/main.rs(1行のラッパー)とsrc/runner.rs(実質エントリポイント)を別レイヤーに分離src/main.rs— runner のみ依存許可(厳格)src/runner.rs— 全レイヤー依存 +allow_call_patternsでメソッド制限runner.rsがどのレイヤーにも属しておらず自己チェックから漏れていた問題を解消mille.svg/website/src/assets/mille.svgを最新の依存グラフで更新Test plan
mille check— entrypoint (1 file) + runner (1 file) として認識、0 violationscargo test— 全テスト通過mille check通過🤖 Generated with Claude Code