chore: add AGENTS.md and serena config#297
Merged
Merged
Conversation
There was a problem hiding this comment.
Claude Code Review
This repository is configured for manual code reviews. Comment @claude review to trigger a review and subscribe this PR to future pushes, or @claude review once for a one-time review.
Tip: disable this comment in your organization's Code Review settings.
Contributor
There was a problem hiding this comment.
Pull request overview
Adds repository guidance/config files intended for external tooling (Claude Code and Serena) to standardize local setup and provide architectural context.
Changes:
- Add a generated
AGENTS.mdwith development setup, commands, architecture, and conventions. - Add
CLAUDE.md. Claude-specific configuration. - Add a generated
.serena/project.ymlSerena project configuration. - Add
.serena/.gitignoreto keep Serena cache/local config out of version control.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 4 comments.
| File | Description |
|---|---|
AGENTS.md |
Adds Claude Code-focused repo guidance (setup, commands, architecture notes). |
.serena/project.yml |
Adds Serena project configuration for language/server behavior and project settings. |
.serena/.gitignore |
Ignores Serena cache and local overrides. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
cloudsmith-iduffy
approved these changes
May 20, 2026
Move the agent-guidance content to a vendor-neutral AGENTS.md so the repo doesn't favor any specific AI coding assistant. CLAUDE.md is retained as a one-line pointer for tools that look for it by name. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
- Fix requirements.in vs requirements.txt mismatch: .envrc installs requirements.in, so the non-direnv equivalent should too. Call out the locked/unlocked distinction explicitly. - Soften the "no direct API calls in cli/" claim to reflect that login/logout/check legitimately import cloudsmith_api for Configuration defaults and exception types. - Reword the "don't import cloudsmith_api from cli/commands/*" guideline to match the actual convention (avoid new request calls there; importing for config/exception types is fine). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
d2c85ff to
69b04c4
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
AGENTS.mdCLAUDE.mdthat points atAGENTS.mdfor tools that look for it by name.serena/project.ymlType of Change
Additional Notes