Skip to content

docs: CLAUDE.md 更新 + GitHub Pages ロードマップページ - #36

Merged
keisuke58 merged 3 commits into
mainfrom
claude/claude-md-docs-3xmxud
Jul 3, 2026
Merged

docs: CLAUDE.md 更新 + GitHub Pages ロードマップページ#36
keisuke58 merged 3 commits into
mainfrom
claude/claude-md-docs-3xmxud

Conversation

@keisuke58

@keisuke58 keisuke58 commented Jun 19, 2026

Copy link
Copy Markdown
Owner

概要

2つのドキュメント変更を含みます。

1. CLAUDE.md を現行リポジトリ状態に更新

既存の重要な指示(日本語で会話・図は英語・PR/コミット規約・34次元ノード特徴)を維持しつつ、リポジトリの拡張を反映。

  • Research Lines を新設: 静的 GNN 検出、Guided-Wave (GW)、2/3段 SHM、ドメイン適応/sim2real(OGW conformal)、PRAD、代理モデル(FNO/DeepONet/PINN)、UQ(PCE)、基盤モデル(AnomalyGFM/Chronos-2)、フェアリング分離動力学、Virtual Twin、量子 GNN
  • Code Conventionssrc/ 実行・pre-commit・CI・Wiki 同期)、依存関係、よく使うコマンド、ディレクトリ構成、Docs Map を最新化

2. GitHub Pages 用ロードマップページ(docs/index.html

フェアリング SHM の現状 → 水素タンク (LH2) 拡張のロードマップを図入りで公開。

  • 実装済み9研究ラインのステータスグリッド / 3期タイムライン / 水素タンク比較表(Fig.1)/ 着手ステップ
  • スタンドアロン HTML(外部依存なし・light/dark 対応・横スクロールなし)+ docs/.nojekyll
  • 有効化手順: リポジトリ Settings → Pages → Source: Deploy from a branch → Branch: main / Folder: /docs(本 PR マージ後)。公開 URL は https://keisuke58.github.io/Payload_gnn/

確認

  • HTML パース OK、図ラベルは英語(プロジェクト規約準拠)
  • ドキュメントのみの変更(コード影響なし)

研究ラインの拡張(GW/2段SHM/ドメイン適応/PRAD/代理モデル/UQ/基盤モデル/
分離動力学/Virtual Twin/量子)、コード規約、依存・CI・pre-commit、
ディレクトリ構成、よく使うコマンドを反映。

Co-Authored-By: Claude <noreply@anthropic.com>
@coderabbitai

coderabbitai Bot commented Jun 19, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@keisuke58, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 8 minutes

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

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 configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: fad09623-7e4c-4b53-a942-93816059d4fa

📥 Commits

Reviewing files that changed from the base of the PR and between 7f5ebc5 and 58ea8ca.

📒 Files selected for processing (4)
  • .github/workflows/pages.yml
  • CLAUDE.md
  • docs/.nojekyll
  • docs/index.html
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch claude/claude-md-docs-3xmxud

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

フェアリング SHM の現状 → 水素タンク(LH2)拡張のロードマップを図入りで公開。
main の /docs から配信可能なスタンドアロン HTML + .nojekyll。

Co-Authored-By: Claude <noreply@anthropic.com>
@keisuke58 keisuke58 changed the title docs: CLAUDE.md を現行リポジトリ状態に更新 docs: CLAUDE.md 更新 + GitHub Pages ロードマップページ Jul 3, 2026
main への push (docs 変更) で docs/ を Pages へ自動公開。
configure-pages の enablement:true で Pages 未設定でも自動有効化。

Co-Authored-By: Claude <noreply@anthropic.com>
@keisuke58
keisuke58 marked this pull request as ready for review July 3, 2026 20:13
@keisuke58
keisuke58 merged commit 6724b61 into main Jul 3, 2026
1 check passed

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 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

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge 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 👍 / 👎.

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.

2 participants