docs: CLAUDE.md 更新 + GitHub Pages ロードマップページ - #36
Conversation
研究ラインの拡張(GW/2段SHM/ドメイン適応/PRAD/代理モデル/UQ/基盤モデル/ 分離動力学/Virtual Twin/量子)、コード規約、依存・CI・pre-commit、 ディレクトリ構成、よく使うコマンドを反映。 Co-Authored-By: Claude <noreply@anthropic.com>
|
Warning Review limit reached
Next review available in: 8 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (4)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
フェアリング SHM の現状 → 水素タンク(LH2)拡張のロードマップを図入りで公開。 main の /docs から配信可能なスタンドアロン HTML + .nojekyll。 Co-Authored-By: Claude <noreply@anthropic.com>
main への push (docs 変更) で docs/ を Pages へ自動公開。 configure-pages の enablement:true で Pages 未設定でも自動有効化。 Co-Authored-By: Claude <noreply@anthropic.com>
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 58ea8ca836
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| # enablement:true で Pages 未設定でも自動有効化 | ||
| uses: actions/configure-pages@v5 | ||
| with: | ||
| enablement: true |
There was a problem hiding this comment.
Supply a PAT before enabling Pages automatically
In a repository where Pages has not already been enabled, this setting makes actions/configure-pages try to enable Pages using its default github.token, because no token: input is provided here. The upstream actions/configure-pages@v5 action.yml documents that enablement “requires a token other than GITHUB_TOKEN” with Pages/admin write permissions, so the first deploy will fail with a permissions error instead of bootstrapping Pages as the comment says; either remove enablement: true or pass an appropriate PAT/GitHub App token.
Useful? React with 👍 / 👎.
概要
2つのドキュメント変更を含みます。
1.
CLAUDE.mdを現行リポジトリ状態に更新既存の重要な指示(日本語で会話・図は英語・PR/コミット規約・34次元ノード特徴)を維持しつつ、リポジトリの拡張を反映。
src/実行・pre-commit・CI・Wiki 同期)、依存関係、よく使うコマンド、ディレクトリ構成、Docs Map を最新化2. GitHub Pages 用ロードマップページ(
docs/index.html)フェアリング SHM の現状 → 水素タンク (LH2) 拡張のロードマップを図入りで公開。
docs/.nojekyllmain/ Folder:/docs(本 PR マージ後)。公開 URL はhttps://keisuke58.github.io/Payload_gnn/確認