Skip to content

Commit 5e9b6b3

Browse files
mokagioclaudeCopilot
authored
Add Bootstrap section to AGENTS.md (#25586)
* Add Bootstrap section to AGENTS.md Agents reading `AGENTS.md` had no canonical entry point for getting the repo to a buildable state. The information lived in `README.md`'s "Getting Started" section but wasn't surfaced where agents look. Surfacing `bundle exec rake dependencies` as the bootstrap command is especially useful in a worktree workflow, where `WordPress/Frameworks/` is gitignored and must be re-populated per worktree. --- Generated with the help of Claude Code, https://code.claude.com Co-Authored-By: Claude Code Opus 4.7 <noreply@anthropic.com> * Remove AI verboseness Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> Co-authored-by: Gio Lodi <giovanni.lodi42@gmail.com> * Add missing new line --------- Co-authored-by: Claude Code Opus 4.7 <noreply@anthropic.com> Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent d7d022f commit 5e9b6b3

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

AGENTS.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,16 @@ WordPress for iOS is the official mobile app for WordPress that lets users creat
88

99
Minimum requires iOS version is iOS 17. The latest iOS version is iOS 26.
1010

11+
## Bootstrap
12+
13+
To prepare a fresh clone or worktree to build the app, run:
14+
15+
```sh
16+
rake dependencies
17+
```
18+
19+
This is the canonical entry point for getting the repo ready to build.
20+
1121
## High-Level Architecture
1222

1323
### Project Structure

0 commit comments

Comments
 (0)