Skip to content

GH#155: fix: address docs assistant review followup#156

Merged
superdav42 merged 1 commit into
mainfrom
feature/auto-20260707-035254-gh155
Jul 7, 2026
Merged

GH#155: fix: address docs assistant review followup#156
superdav42 merged 1 commit into
mainfrom
feature/auto-20260707-035254-gh155

Conversation

@superdav42

Copy link
Copy Markdown
Contributor

Summary

Addressed review followup from PR #153 by keeping the embedded assistant theme in sync with Docusaurus color-mode changes and hardening AI docs manifest generation. Manifest records now use gray-matter for frontmatter parsing, strip frontmatter from indexed content, derive the public base URL from Docusaurus config, use url plus metadata.slug instead of duplicate route fields, and report read/write failures with file context.

Files Changed

scripts/build-ai-docs-manifests.js, src/theme/Root.js

Runtime Testing

  • Risk level: Low (agent prompts / infrastructure scripts)
  • Verification: node scripts/build-ai-docs-manifests.js; npm run build -- --locale en; node JSONL assertion confirmed generated records omit top-level route, include metadata.slug, and strip leading frontmatter from content

Resolves #155


aidevops.sh v3.31.80 plugin for OpenCode v1.17.13 with gpt-5.5 spent 15m and 49,065 tokens on this as a headless worker.

@superdav42 superdav42 added the origin:worker Created by headless/pulse worker session label Jul 7, 2026
@superdav42

Copy link
Copy Markdown
Contributor Author

Completion Summary

  • What: Addressed review followup from PR feat: embed docs assistant #153 by keeping the embedded assistant theme in sync with Docusaurus color-mode changes and hardening AI docs manifest generation. Manifest records now use gray-matter for frontmatter parsing, strip frontmatter from indexed content, derive the public base URL from Docusaurus config, use url plus metadata.slug instead of duplicate route fields, and report read/write failures with file context.
  • Issue: Review followup: PR #153 — feat: embed docs assistant #155
  • Files changed: scripts/build-ai-docs-manifests.js, src/theme/Root.js
  • Testing: node scripts/build-ai-docs-manifests.js; npm run build -- --locale en; node JSONL assertion confirmed generated records omit top-level route, include metadata.slug, and strip leading frontmatter from content
  • Key decisions: none

aidevops.sh v3.31.80 plugin for OpenCode v1.17.13 with gpt-5.5 spent 15m and 49,065 tokens on this as a headless worker.

@coderabbitai

coderabbitai Bot commented Jul 7, 2026

Copy link
Copy Markdown

Warning

Review limit reached

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

Next review available in: 56 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: 96ccf286-74cb-4e02-abcf-09558fd8b3b7

📥 Commits

Reviewing files that changed from the base of the PR and between c11bea7 and 8cd5dd7.

📒 Files selected for processing (2)
  • scripts/build-ai-docs-manifests.js
  • src/theme/Root.js
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feature/auto-20260707-035254-gh155

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.

@superdav42 superdav42 added the status:in-review PR open, awaiting review/merge label Jul 7, 2026
@superdav42 superdav42 merged commit 37935d5 into main Jul 7, 2026
5 checks passed
@superdav42 superdav42 deleted the feature/auto-20260707-035254-gh155 branch July 7, 2026 10:09
@superdav42 superdav42 added the review-feedback-scanned Merged PR already scanned for quality feedback label Jul 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

origin:worker Created by headless/pulse worker session review-feedback-scanned Merged PR already scanned for quality feedback status:in-review PR open, awaiting review/merge

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Review followup: PR #153 — feat: embed docs assistant

1 participant