Skip to content

fix: update Quick Reference config path to OpenCode in context7.md (GH#3468)#4555

Merged
alex-solovyev merged 1 commit intomainfrom
bugfix/issue-3468-quality-debt
Mar 14, 2026
Merged

fix: update Quick Reference config path to OpenCode in context7.md (GH#3468)#4555
alex-solovyev merged 1 commit intomainfrom
bugfix/issue-3468-quality-debt

Conversation

@marcusquinn
Copy link
Copy Markdown
Owner

Summary

  • Updates the Quick Reference Config Location in .agents/tools/context/context7.md from the Claude Desktop path to the OpenCode path (~/.config/opencode/opencode.json)
  • Resolves the inconsistency flagged in PR refactor: remove non-OpenCode AI tool support from aidevops #412 review by CodeRabbit where the prerequisite recommended OpenCode but the Quick Reference still pointed to the Claude Desktop config path

Changes

Single-line fix in the Quick Reference block (line 52):

-**Config Location**: `~/Library/Application Support/Claude/claude_desktop_config.json`
+**Config Location**: `~/.config/opencode/opencode.json`

Notes

  • The "For Claude Desktop" setup section (lines 120–133) is retained intentionally as an MCP config format reference, consistent with PR refactor: remove non-OpenCode AI tool support from aidevops #412's stated intent to keep "MCP config reference sections in deployment.md (useful for MCP developers)". The guarding note at line 112 makes this intent clear.
  • markdownlint passes with no errors.

Closes #3468

…de in context7.md

Resolves GH#3468 — the Quick Reference section still pointed to the
Claude Desktop config path after PR #412 switched the doc to be
OpenCode-focused. Update to ~/.config/opencode/opencode.json to
match the primary supported tool.

The Claude Desktop section below remains as intentional MCP reference
(consistent with deployment.md), guarded by the existing note.
@gemini-code-assist
Copy link
Copy Markdown

Warning

You have reached your daily quota limit. Please wait up to 24 hours and I will start processing your requests again!

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai bot commented Mar 14, 2026

Important

Review skipped

Auto reviews are limited based on label configuration.

🚫 Review skipped — only excluded labels are configured. (1)
  • no-review

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: 6db42770-7961-4719-9c25-462e0ea5a35b

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch bugfix/issue-3468-quality-debt
📝 Coding Plan
  • Generate coding plan for human review comments

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 and usage tips.

@github-actions github-actions bot added the bug Auto-created from TODO.md tag label Mar 14, 2026
@github-actions
Copy link
Copy Markdown
Contributor

🔍 Code Quality Report

�[0;35m[MONITOR]�[0m Code Review Monitoring Report

�[0;34m[INFO]�[0m Latest Quality Status:
SonarCloud: 0 bugs, 0 vulnerabilities, 414 code smells

�[0;34m[INFO]�[0m Recent monitoring activity:
Sat Mar 14 01:22:28 UTC 2026: Code review monitoring started
Sat Mar 14 01:22:28 UTC 2026: SonarCloud - Bugs: 0, Vulnerabilities: 0, Code Smells: 414

📈 Current Quality Metrics

  • BUGS: 0
  • CODE SMELLS: 414
  • VULNERABILITIES: 0

Generated on: Sat Mar 14 01:22:31 UTC 2026


Generated by AI DevOps Framework Code Review Monitoring

@sonarqubecloud
Copy link
Copy Markdown

@alex-solovyev alex-solovyev merged commit d0c8d00 into main Mar 14, 2026
19 checks passed
@alex-solovyev alex-solovyev deleted the bugfix/issue-3468-quality-debt branch March 14, 2026 03:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Auto-created from TODO.md tag

Projects

None yet

Development

Successfully merging this pull request may close these issues.

quality-debt: .agents/tools/context/context7.md — PR #412 review feedback (medium)

2 participants