docs: rework homepage and add aaif migration blog post (#8356)
Signed-off-by: Michael Neale <michael.neale@gmail.com>
This commit is contained in:
@@ -31,7 +31,7 @@ For cases when it's a large pull request, or I don't understand what is going on
|
||||
E.g
|
||||
|
||||
```
|
||||
Hey Goose, this pull request https://github.com/block/goose/pull/1949, has a lot of changes. Can you summarize into a changelog for me?
|
||||
Hey Goose, this pull request https://github.com/aaif-goose/goose/pull/1949, has a lot of changes. Can you summarize into a changelog for me?
|
||||
```
|
||||
|
||||
## Knowledge Graph Memory: Context on Steroids
|
||||
|
||||
@@ -329,7 +329,7 @@ Wanna see it in action?
|
||||
|
||||
Download [goose](/docs/quickstart#install-goose), give an MCP server a UI facelift of your own, and see the magic for yourself. Boring text prompts will never hit the same again.
|
||||
|
||||
*Got questions?* Explore our [docs](/docs/category/guides), browse the [blog](/blog), or join the conversation in our [Discord](https://discord.gg/goose-oss) and [GitHub Discussions](https://github.com/block/goose/discussions). We’d love to have you.
|
||||
*Got questions?* Explore our [docs](/docs/category/guides), browse the [blog](/blog), or join the conversation in our [Discord](https://discord.gg/goose-oss) and [GitHub Discussions](https://github.com/aaif-goose/goose/discussions). We’d love to have you.
|
||||
|
||||
|
||||
<head>
|
||||
|
||||
@@ -0,0 +1,38 @@
|
||||
---
|
||||
title: "goose repo and site migrating to aaif"
|
||||
description: "goose has moved to the Agentic AI Foundation (aaif) at the Linux Foundation"
|
||||
authors:
|
||||
- mic
|
||||
---
|
||||
|
||||
goose has moved! The project now lives under the [Agentic AI Foundation (AAIF)](https://aaif.io/) at the Linux Foundation.
|
||||
|
||||
There is also a new docs site [https://goose-docs.ai/](https://goose-docs.ai/) with a nice .ai TLD!
|
||||
|
||||
<!-- truncate -->
|
||||
|
||||
## What's changed
|
||||
|
||||
The GitHub repository and related projects have moved from `block/goose` to a new org:
|
||||
|
||||
**[https://github.com/aaif-goose/goose](https://github.com/aaif-goose/goose)**
|
||||
|
||||
This includes related repositories in the [aaif-goose](https://github.com/aaif-goose) organization.
|
||||
|
||||
Everything else — the project, the community, the mission — remains the same. goose is still open source, still actively developed, and still the same agent you know.
|
||||
|
||||
## Migration in progress
|
||||
|
||||
We're still working through some migration issues (broken links, redirects, CI, etc). If you hit anything that seems off, please reach out on [Discord](https://discord.gg/goose-oss) and let us know.
|
||||
|
||||
## Update your remotes
|
||||
|
||||
If you have a local clone, update your git remote:
|
||||
|
||||
```bash
|
||||
git remote set-url origin git@github.com:aaif-goose/goose.git
|
||||
```
|
||||
|
||||
## Learn more
|
||||
|
||||
Visit [aaif.io](https://aaif.io/) to learn more about the foundation and its mission.
|
||||
Reference in New Issue
Block a user