feat(docs): add Agent Guide for indexer-core usage and integration#113
feat(docs): add Agent Guide for indexer-core usage and integration#113daithihearn merged 2 commits intomainfrom
indexer-core usage and integration#113Conversation
📝 WalkthroughWalkthroughThe CLAUDE.md file was significantly condensed to a single directive against duplicating project guidance, while a new AGENTS.md documentation file was introduced providing a canonical guide for agents working with the indexer-core library, covering core components, runtime modes, and development workflows. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~5 minutes Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 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 |
📦 Snapshot PublishedUsageAdd the GitHub Packages repository to your repositories {
maven {
url = uri("https://maven.pkg.github.com/vechain/indexer-core")
credentials {
username = findProperty("gpr.user") as String? ?: System.getenv("GITHUB_ACTOR")
password = findProperty("gpr.key") as String? ?: System.getenv("GITHUB_TOKEN")
}
}
}Then use the dependency: implementation("org.vechain:indexer-core:pr.113.3758b84-SNAPSHOT")Note: Requires a GitHub PAT with |
There was a problem hiding this comment.
🧹 Nitpick comments (1)
AGENTS.md (1)
46-46: Optional: Consider capitalizing "Markdown" as a proper noun.The static analysis tool suggests "Markdown" should be capitalized as it's a proper noun (the name of a formatting language).
📝 Proposed capitalization fix
-The repo markdown docs are the source of truth. Prefer them over memory, ad hoc code reading, or external copies. +The repo Markdown docs are the source of truth. Prefer them over memory, ad hoc code reading, or external copies.🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed. In `@AGENTS.md` at line 46, Update the phrase "markdown docs" to use the proper noun capitalization "Markdown" in AGENTS.md so the line reads e.g. "The repo Markdown docs are the source of truth." — locate the exact sentence containing "markdown docs" and replace "markdown" with "Markdown" to match the suggested capitalization.
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Nitpick comments:
In `@AGENTS.md`:
- Line 46: Update the phrase "markdown docs" to use the proper noun
capitalization "Markdown" in AGENTS.md so the line reads e.g. "The repo Markdown
docs are the source of truth." — locate the exact sentence containing "markdown
docs" and replace "markdown" with "Markdown" to match the suggested
capitalization.
ℹ️ Review info
⚙️ Run configuration
Configuration used: defaults
Review profile: CHILL
Plan: Pro
Run ID: 90f64f4d-c654-4cfd-9d14-de1ae3c2b37d
📒 Files selected for processing (2)
.claude/CLAUDE.mdAGENTS.md
Summary by CodeRabbit