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
+7 -7
View File
@@ -63,7 +63,7 @@ module.exports = {
name: '@electron-forge/publisher-github',
config: {
repository: {
owner: process.env.GITHUB_OWNER || 'block',
owner: process.env.GITHUB_OWNER || 'aaif-goose',
name: process.env.GITHUB_REPO || 'goose',
},
prerelease: false,
@@ -87,8 +87,8 @@ module.exports = {
config: {
name: 'Goose',
bin: 'Goose',
maintainer: 'Block, Inc.',
homepage: 'https://block.github.io/goose/',
maintainer: 'AAIF (Agentic AI Foundation)',
homepage: 'https://goose-docs.ai/',
categories: ['Development'],
desktopTemplate: './forge.deb.desktop',
options: {
@@ -102,8 +102,8 @@ module.exports = {
config: {
name: 'Goose',
bin: 'Goose',
maintainer: 'Block, Inc.',
homepage: 'https://block.github.io/goose/',
maintainer: 'AAIF (Agentic AI Foundation)',
homepage: 'https://goose-docs.ai/',
categories: ['Development'],
desktopTemplate: './forge.rpm.desktop',
options: {
@@ -117,13 +117,13 @@ module.exports = {
name: '@electron-forge/maker-flatpak',
config: {
options: {
id: 'io.github.block.Goose',
id: 'io.github.block.Goose', // NOTE: kept for backwards compat with existing installs
categories: ['Development'],
icon: {
scalable: 'src/images/icon.svg',
'512x512': 'src/images/icon-512.png',
},
homepage: 'https://block.github.io/goose/',
homepage: 'https://goose-docs.ai/',
runtimeVersion: '25.08',
baseVersion: '25.08',
bin: 'Goose',