chore(aaif): rename a bunch of repository references (#8152)

Signed-off-by: Michael Neale <michael.neale@gmail.com>
Co-authored-by: Michael Neale <michael.neale@gmail.com>

continuing migration to aaif
This commit is contained in:
Jack Amadeo 2026-04-07 01:34:48 -04:00 committed by GitHub
parent 0b080faad5
commit 583acd4335
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
236 changed files with 1097 additions and 962 deletions

View file

@ -213,7 +213,7 @@ and stepping through the server code while interacting with the UI.
To fork the repository:
1. Go to https://github.com/block/goose and click “Fork” (top-right corner).
1. Go to https://github.com/aaif-goose/goose and click “Fork” (top-right corner).
2. This creates https://github.com/<your-username>/goose under your GitHub account.
3. Clone your fork (not the main repo):
@ -225,7 +225,7 @@ cd goose
4. Add the main repository as upstream:
```
git remote add upstream https://github.com/block/goose.git
git remote add upstream https://github.com/aaif-goose/goose.git
```
5. Create a branch in your fork for your changes:
@ -250,7 +250,7 @@ git merge upstream/main
git push origin my-feature-branch
```
8. Open a Pull Request from your branch on your fork to block/gooses main branch.
8. Open a Pull Request from your branch on your fork to aaif-goose/gooses main branch.
## Keeping Your Fork Up-to-Date
@ -262,7 +262,7 @@ repository. This helps avoid conflicts and allows us to merge your pull requests
1. **Add the Main Repository as a Remote** (Skip if you have already set this up):
```bash
git remote add upstream https://github.com/block/goose.git
git remote add upstream https://github.com/aaif-goose/goose.git
```
2. **Fetch the Latest Changes from the Main Repository**:
@ -346,7 +346,7 @@ Then you can view your traces at http://localhost:3000
This project follows the [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) specification for PR titles. Conventional Commits make it easier to understand the history of a project and facilitate automation around versioning and changelog generation.
[issues]: https://github.com/block/goose/issues
[issues]: https://github.com/aaif-goose/goose/issues
[hermit]: https://cashapp.github.io/hermit/
[just]: https://github.com/casey/just?tab=readme-ov-file#installation
@ -366,7 +366,7 @@ There are numerous ways to be an open source contributor and contribute to goose
- **Stars on GitHub:** If you resonate with our project and find it valuable, consider starring our goose on GitHub! 🌟
- **Ask Questions:** Your questions not only help us improve but also benefit the community. If you have a question, don't hesitate to ask it on [Discord](https://discord.gg/goose-oss).
- **Give Feedback:** Have a feature you want to see or encounter an issue with goose, [click here to open an issue](https://github.com/block/goose/issues/new/choose), [start a discussion](https://github.com/block/goose/discussions) or tell us on Discord.
- **Give Feedback:** Have a feature you want to see or encounter an issue with goose, [click here to open an issue](https://github.com/aaif-goose/goose/issues/new/choose), [start a discussion](https://github.com/aaif-goose/goose/discussions) or tell us on Discord.
- **Participate in Community Events:** We host a variety of community events and livestreams on Discord every month, ranging from workshops to brainstorming sessions. You can subscribe to our [events calendar](https://calget.com/c/t7jszrie) or follow us on [social media](https://linktr.ee/goose_oss) to stay in touch.
- **Improve Documentation:** Good documentation is key to the success of any project. You can help improve the quality of our existing docs or add new pages.
- **Help Other Members:** See another community member stuck? Or a contributor blocked by a question you know the answer to? Reply to community threads or do a code review for others to help.