Conversation
--- Generated with the help of Claude Code, https://code.claude.com Co-Authored-By: Claude Code Opus 4.6
Generated by 🚫 Danger |
| ## Overview | ||
|
|
||
| Release Toolkit is a Ruby gem providing shared tools used in release automation for WordPress mobile apps. | ||
| It is a collection of `fastlane` actions and helper utilities that standardize the release process across multiple repositories. |
There was a problem hiding this comment.
This is so bare bone that it's almost insulting. But it's a place to start, at least the file is present now.
Things we could add:
- Coding convetions
- PR convetions
- Architecture overview
There was a problem hiding this comment.
I'm surprised that the AI wasn't able to generate a more complete AGENTS.md content by analyzing the codebase to provide some useful info about the architecture and stuff.
We could even borrow most of the things that was already written by the AI in https://deepwiki.com/wordpress-mobile/release-toolkit
There was a problem hiding this comment.
a more complete AGENTS.md content by analyzing the codebase to provide some useful info about the architecture
Yep, same.
Also info about tests, rubocop, how to run them, how to make releases -- I think this is all simple enough to be in the AGENTS.md without requiring separate files (though perhaps a "managing actions + unit tests" skill might make sense 🤔 ).
| ## Overview | ||
|
|
||
| Release Toolkit is a Ruby gem providing shared tools used in release automation for WordPress mobile apps. | ||
| It is a collection of `fastlane` actions and helper utilities that standardize the release process across multiple repositories. |
There was a problem hiding this comment.
This is so bare bone that it's almost insulting. But it's a place to start, at least the file is present now.
Things we could add:
- Coding convetions
- PR convetions
- Architecture overview
Summary
AGENTS.mdwith project overview as the source of truth for agent instructionsCLAUDE.mdcontaining only@AGENTS.mdpointerSee also:
This PR was created autonomously by Claude Code (Opus 4.6) on behalf of @mokagio with approval.