Skip to content

chore: add support for AGENTS.md#5127

Open
remyleone wants to merge 2 commits intoscaleway:mainfrom
remyleone:agents
Open

chore: add support for AGENTS.md#5127
remyleone wants to merge 2 commits intoscaleway:mainfrom
remyleone:agents

Conversation

@remyleone
Copy link
Copy Markdown
Member

Community Note

  • Please vote on this pull request by adding a 👍 reaction to the original pull request comment to help the community and maintainers prioritize this request.
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for pull request followers and do not help prioritize the request

Relates OR Closes #0000

Release note for CHANGELOG:


@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented Nov 6, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 54.36%. Comparing base (48e9b7a) to head (d95d7fd).
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #5127   +/-   ##
=======================================
  Coverage   54.36%   54.36%           
=======================================
  Files         319      319           
  Lines       70786    70786           
=======================================
  Hits        38480    38480           
  Misses      30835    30835           
  Partials     1471     1471           

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

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

estellesoulard
estellesoulard previously approved these changes Nov 28, 2025
@remyleone remyleone self-assigned this Jan 9, 2026
@yfodil yfodil changed the base branch from master to main February 27, 2026 10:37
@yfodil yfodil dismissed estellesoulard’s stale review February 27, 2026 10:37

The base branch was changed.

Copilot AI review requested due to automatic review settings March 17, 2026 16:08
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Adds an AGENTS.md “Agent Development Guide” to document local setup, contribution workflow, project structure, command/test examples, and release/dependency practices for the Scaleway CLI.

Changes:

  • Introduces a comprehensive developer guide (AGENTS.md) covering environment setup and contribution workflow.
  • Documents repository architecture and conventions for commands/tests.
  • Adds notes on linting, release process, and dependency management.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

You can also share your feedback on Copilot code review. Take the survey.


### Required Tools

Install the following tools to work on the provider:
Comment on lines +203 to +212
ArgsType: core.EmptyArgs,
ArgSpecs: core.ArgSpecs{
{
Name: "name",
Short: 'n',
Required: true,
Default: core.DefaultValue("World"),
Positional: true,
},
},
Comment on lines +227 to +230
Run: func(ctx context.Context, argsI any) (i any, e error) {
args := argsI.(*sayHelloArgs)
return fmt.Sprintf("Hello %s!", args.Name), nil
},
1. **Run linting on changed files only**
```bash
# Run on specific files/directories
golangci-lint run internal/services/account/...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants