Skip to content

chore: minor Claude Code enhancements#996

Merged
carlosthe19916 merged 1 commit intoguacsec:mainfrom
carlosthe19916:hotfix/claude-enhancements1
Apr 15, 2026
Merged

chore: minor Claude Code enhancements#996
carlosthe19916 merged 1 commit intoguacsec:mainfrom
carlosthe19916:hotfix/claude-enhancements1

Conversation

@carlosthe19916
Copy link
Copy Markdown
Collaborator

@carlosthe19916 carlosthe19916 commented Apr 15, 2026

  • Add some files to .gitignore (files that claude code generates)
  • Link to AGENTS.md so we can use other Code Agents like OpenCode and not only Claude Code

Summary by Sourcery

Add configuration for using multiple code agents and ignore generated artifacts.

New Features:

  • Introduce AGENTS.md to document available code agents such as Claude Code and others.

Enhancements:

  • Update .gitignore to exclude files generated by Claude Code and similar tools.

Signed-off-by: Carlos Feria <2582866+carlosthe19916@users.noreply.github.com>
@sourcery-ai
Copy link
Copy Markdown
Contributor

sourcery-ai bot commented Apr 15, 2026

Reviewer's guide (collapsed on small PRs)

Reviewer's Guide

Updates repository tooling support for code agents by extending .gitignore for Claude Code artifacts and introducing an AGENTS manifest file linking to CLAUDE.md.

File-Level Changes

Change Details Files
Extend .gitignore to exclude Claude Code–generated artifacts from version control.
  • Add ignore patterns for files produced by Claude Code
  • Ensure transient/codegen outputs are not accidentally committed
.gitignore
Introduce an agents manifest file to document available code agents and link to existing Claude-specific documentation.
  • Create AGENTS.md as a central place to list supported code agents
  • Add an entry pointing to CLAUDE.md so Claude Code remains discoverable from the manifest
AGENTS.md

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it. You can also reply to a
    review comment with @sourcery-ai issue to create an issue from it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time. You can also comment
    @sourcery-ai title on the pull request to (re-)generate the title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time exactly where you
    want it. You can also comment @sourcery-ai summary on the pull request to
    (re-)generate the summary at any time.
  • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
    request to (re-)generate the reviewer's guide at any time.
  • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
    pull request to resolve all Sourcery comments. Useful if you've already
    addressed all the comments and don't want to see them anymore.
  • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
    request to dismiss all existing Sourcery reviews. Especially useful if you
    want to start fresh with a new review - don't forget to comment
    @sourcery-ai review to trigger a new review!

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

Copy link
Copy Markdown
Contributor

@sourcery-ai sourcery-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey - I've left some high level feedback:

  • AGENTS.md currently contains only the text CLAUDE.md; consider turning this into a short list/table of available agents with proper Markdown links (e.g., [Claude Code](CLAUDE.md)) and a brief explanation of how to switch between them.
Prompt for AI Agents
Please address the comments from this code review:

## Overall Comments
- AGENTS.md currently contains only the text `CLAUDE.md`; consider turning this into a short list/table of available agents with proper Markdown links (e.g., `[Claude Code](CLAUDE.md)`) and a brief explanation of how to switch between them.

Sourcery is free for open source - if you like our reviews please consider sharing them ✨
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.

@codecov
Copy link
Copy Markdown

codecov bot commented Apr 15, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 66.83%. Comparing base (7d24134) to head (4a04c6a).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #996      +/-   ##
==========================================
- Coverage   66.91%   66.83%   -0.08%     
==========================================
  Files         221      221              
  Lines        3887     3887              
  Branches      903      903              
==========================================
- Hits         2601     2598       -3     
- Misses        945      950       +5     
+ Partials      341      339       -2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@carlosthe19916 carlosthe19916 added this pull request to the merge queue Apr 15, 2026
Merged via the queue into guacsec:main with commit efe3b95 Apr 15, 2026
11 checks passed
@github-project-automation github-project-automation bot moved this to Done in Trustify Apr 15, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants