Add Japanese BEAR Examples CMS source index#364
Conversation
Walkthrough新しい日本語ドキュメント「BEAR.Examples CMS ソース索引」を ChangesBEAR.Examples CMS 索引ドキュメント追加
Estimated code review effort🎯 2 (Simple) | ⏱️ ~12 minutes Possibly related PRs
Suggested reviewers
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ 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 |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@manuals/1.0/ja/bear-examples-cms-source-index.md`:
- Line 52: 見出しテキスト「### `db-read-by-natural-key` — natural
keyで1件読む」を自然な日本語に直してください(例: 「### `db-read-by-natural-key` — natural
keyで1件を読む」);該当箇所は見出し行内の文字列なので、ハイフン以降の説明文を「natural keyで1件を読む」に変更して可読性を向上させてください。
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Repository UI
Review profile: CHILL
Plan: Pro
Run ID: 2cfa3a2f-1a56-448d-a895-5ecbd0e966bb
📒 Files selected for processing (2)
llms.txtmanuals/1.0/ja/bear-examples-cms-source-index.md
| - **Key points:** `item(int $id): Article|null`、SQLファイルは `article_item.sql`、ResourceはSQLを直接持たない。 | ||
| - **Do not:** Resource内にSQLを書く。templateからDBを読む。 | ||
|
|
||
| ### `db-read-by-natural-key` — natural keyで1件読む |
There was a problem hiding this comment.
見出しの日本語を自然な形に修正してください。
natural keyで1件読む は natural keyで1件を読む のほうが自然です。見出しなので可読性のために直しておくのがよいです。
✏️ 修正案
-### `db-read-by-natural-key` — natural keyで1件読む
+### `db-read-by-natural-key` — natural keyで1件を読む📝 Committable suggestion
‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.
| ### `db-read-by-natural-key` — natural keyで1件読む | |
| ### `db-read-by-natural-key` — natural keyで1件を読む |
🧰 Tools
🪛 LanguageTool
[uncategorized] ~52-~52: 文法ミスがあります。"を読む"の間違いです。
Context: ...## db-read-by-natural-key — natural keyで1件読む - ID: db-read-by-natural-key ...
(MEISI_YOMU)
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
In `@manuals/1.0/ja/bear-examples-cms-source-index.md` at line 52, 見出しテキスト「###
`db-read-by-natural-key` — natural keyで1件読む」を自然な日本語に直してください(例: 「###
`db-read-by-natural-key` — natural
keyで1件を読む」);該当箇所は見出し行内の文字列なので、ハイフン以降の説明文を「natural keyで1件を読む」に変更して可読性を向上させてください。
Summary
llms.txtso AI agents can discover itNotes
The new page assumes the future
BEAR.Examples/cmslayout andBEAR\\Examples\\Cmsnamespace. It intentionally uses source-path references instead of external GitHub URLs while that repository move is still pending.Included sample cards
Data access / BDR
db-read-one-entity— DBから主キーで1件のEntityを読むdb-read-by-natural-key— natural keyで1件読むdb-read-list-pager— DBから一覧をページングして読むdb-command-write— DB書き込みをCommand Interfaceに分けるdb-link-table-sync— link tableをclear/linkで同期するdb-result-projection— Query結果を専用Result objectにするdb-array-row-comparison— Entityではなくarrayで読む比較例を見るdb-sqlquery-orchestration—SqlQueryInterfaceで複数SQLを調停するdb-raw-pdo-comparison— Raw PDOとの違いを見るResource / API
api-get-hal-resource— GET ResourceをHAL+JSONで返すapi-post-input-dto— POST入力をInput DTOで受けるapi-put-tristate-input— PUTでtri-state入力を扱うapi-delete-no-content— DELETE成功を204で返すnot-found-response— 見つからないResourceを404にするjson-schema-validation— Request/ResponseをJSON Schemaで検証するhal-link— HAL_linksを#[Link]で宣言するhal-embed— HAL_embeddedを#[Embed]とaddQuery()で作るHTML / Page
page-resource-qiq-detail— Page Resourceで1件詳細HTMLを描画するpage-resource-list— Page Resourceで一覧HTMLを描画するmarkdown-to-html— Markdown本文をHTMLへ変換するadmin-prg-form— Admin formでPRGを使うRuntime / representation
stream-response— ファイルやバイナリをストリームで返すcacheable-leaf—#[Cacheable]だけのleaf resourceを作るcache-embed-dependency—#[Embed]親Resourceの依存を自動合成するcache-body-derived-dependency— body由来の可変長依存をfromAssoc()で宣言するasync-embed-parallel— embed graphを並列実行に載せるcli-resource— ResourceをCLIコマンドとして公開するTests / fake
fake-sql-query— DBなしでMediaQueryをFakeするapp-resource-test— App ResourceのAPI contractをテストするpage-resource-test— Page ResourceのHTML contractをテストするhypermedia-workflow-test— Link/Embedを辿るworkflowをテストするmysql-integration-test— 実DB経路を必要時だけ検証するSemantic / generated artifacts
alps-profile-ssot— ALPS profileを意味のSSOTにするsemantic-fake-data— semantic-exで決定的fake dataを作るjson-schema-generated— fake observationからJSON Schemaを生成するapidoc-llms-generated— API docsとllms.txtを生成するValidation
php bin/gen_llms.phpbundle exec jekyll buildwith rbenv Ruby 3.2.2_site/manuals/1.0/ja/bear-examples-cms-source-index.htmlis generatedllms-full.txtincludes the new source index contentSummary by CodeRabbit
リリースノート