Add AI agent files#2253
Conversation
|
Important Review skippedAuto incremental reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
📝 WalkthroughWalkthroughThis PR adds AI agent guidance documentation for the platform.bible-extension repository. It introduces ChangesAI Agent Guidance Documentation
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related issues
Possibly related PRs
Poem
🚥 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: 2
🤖 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 `@platform.bible-extension/AGENTS.md`:
- Around line 15-18: Update the fenced code block so it declares the language
for syntax highlighting (e.g., change the opening backticks to ```bash); locate
the block containing the two commands "npm core:install" and "npm install" in
AGENTS.md and replace the opening fence with a language-specified fence
(```bash) to ensure proper shell highlighting and tooling support.
- Around line 22-24: The fenced code block containing the line `task
build-fw-lite` should include a language specifier for proper highlighting;
change the triple-backtick fence to specify a shell language (e.g., use ```bash)
so the code block around `task build-fw-lite` reads as a bash/shell snippet.
🪄 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: eff6ae39-203f-4cb6-ac33-50f0599dae2f
📒 Files selected for processing (2)
platform.bible-extension/AGENTS.mdplatform.bible-extension/CLAUDE.md
| ``` | ||
| npm core:install | ||
| npm install | ||
| ``` |
There was a problem hiding this comment.
Add language specifier to code block.
The fenced code block should specify bash or shell for proper syntax highlighting and tooling support.
📝 Proposed fix
-```
+```bash
npm core:install
npm install</details>
<details>
<summary>🧰 Tools</summary>
<details>
<summary>🪛 markdownlint-cli2 (0.22.1)</summary>
[warning] 15-15: Fenced code blocks should have a language specified
(MD040, fenced-code-language)
</details>
</details>
<details>
<summary>🤖 Prompt for AI Agents</summary>
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
In @platform.bible-extension/AGENTS.md around lines 15 - 18, Update the fenced
code block so it declares the language for syntax highlighting (e.g., change the
opening backticks to bash); locate the block containing the two commands "npm core:install" and "npm install" in AGENTS.md and replace the opening fence with a language-specified fence (bash) to ensure proper shell highlighting and
tooling support.
</details>
<!-- fingerprinting:phantom:triton:puma -->
<!-- d98c2f50 -->
<!-- This is an auto-generated comment by CodeRabbit -->
| ``` | ||
| task build-fw-lite | ||
| ``` |
There was a problem hiding this comment.
Add language specifier to code block.
The fenced code block should specify bash or shell for proper syntax highlighting and tooling support.
📝 Proposed fix
-```
+```bash
task build-fw-lite</details>
<details>
<summary>🧰 Tools</summary>
<details>
<summary>🪛 markdownlint-cli2 (0.22.1)</summary>
[warning] 22-22: Fenced code blocks should have a language specified
(MD040, fenced-code-language)
</details>
</details>
<details>
<summary>🤖 Prompt for AI Agents</summary>
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
In @platform.bible-extension/AGENTS.md around lines 22 - 24, The fenced code
block containing the line task build-fw-lite should include a language
specifier for proper highlighting; change the triple-backtick fence to specify a
shell language (e.g., use ```bash) so the code block around task build-fw-lite
reads as a bash/shell snippet.
</details>
<!-- fingerprinting:phantom:triton:puma -->
<!-- d98c2f50 -->
<!-- This is an auto-generated comment by CodeRabbit -->
Generated with Claude Code's
/init, lightly edited, and renamed asAGENTS.mdfor general use.Devin: https://app.devin.ai/review/sillsdev/languageforge-lexbox/pull/2253