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
236 changed files with 1097 additions and 962 deletions
@@ -27,17 +27,17 @@ goose Mobile requires deep access to your device. Use at your own risk — best
## Installation
- **Pre-built APK:** Install quickly via [Firebase distribution link](https://appdistribution.firebase.google.com/pub/i/3f111ea732d5f7f6).
- **Build from Source:** Developer instructions are in the [goose Mobile repository](https://github.com/block/goose-mobile).
- **Build from Source:** Developer instructions are in the [goose Mobile repository](https://github.com/aaif-goose/goose-mobile).
## Extending goose Mobile
goose Mobile supports the **mobile MCP** system, which lets it use tools from other apps without leaving context — e.g., fetching weather data via a weather extension.
Sample code and setup instructions are in the repository [README](https://github.com/block/goose-mobile).
Sample code and setup instructions are in the repository [README](https://github.com/aaif-goose/goose-mobile).
## Contribute
We welcome contributions! See the [Contributing Guide](https://github.com/block/goose-mobile/blob/main/CONTRIBUTING.md) for details.
We welcome contributions! See the [Contributing Guide](https://github.com/aaif-goose/goose-mobile/blob/main/CONTRIBUTING.md) for details.
---
For more scenarios, instructions, and development setup, visit the [goose Mobile repository](https://github.com/block/goose-mobile).
For more scenarios, instructions, and development setup, visit the [goose Mobile repository](https://github.com/aaif-goose/goose-mobile).
+1 -1
View File
@@ -69,7 +69,7 @@ The list of experimental features may change as goose development progresses. So
<Card
title="GitHub Issues"
description="Report bugs, request features, or contribute to the development of experimental features."
link="https://github.com/block/goose/issues"
link="https://github.com/aaif-goose/goose/issues"
/>
<Card
title="Discord Community"
@@ -103,4 +103,4 @@ From the Desktop app's Gateway settings, you can:
## Additional Resources
- [Telegram Bot API Documentation](https://core.telegram.org/bots)
- [Gateway PR #7199](https://github.com/block/goose/pull/7199)
- [Gateway PR #7199](https://github.com/aaif-goose/goose/pull/7199)