Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ Release Toolkit is a _fastlane_ plugin implemented as a Ruby gem (`fastlane-plu
- **Main branch**: `trunk`
- **Gem version**: defined in `lib/fastlane/plugin/wpmreleasetoolkit/version.rb`

## Quick Start

```sh
bundle install && bundle exec rubocop && bundle exec rspec
```

## Build and Development Commands

```sh
Expand Down Expand Up @@ -215,3 +221,7 @@ Runtime and development dependencies with version constraints are defined in `fa
- **gettext** — i18n/PO files
- **google-cloud-storage** — GCS uploads
- **buildkit** — Buildkite API

## Common Pitfalls

- **Don't inspect or edit `vendor/` unless necessary** — The bundled gems and SwiftGen binaries live there.