docs: rework homepage and add aaif migration blog post (#8356)

Signed-off-by: Michael Neale <michael.neale@gmail.com>
This commit is contained in:
Michael Neale
2026-04-07 17:18:04 +10:00
committed by GitHub
parent 583acd4335
commit 7449a96664
15 changed files with 822 additions and 115 deletions
+3 -3
View File
@@ -61,9 +61,9 @@ function validPayload(overrides = {}) {
iat: now - 10,
exp: now + 300,
jti: `test-jti-${++jtiCounter}`,
repository: "block/goose",
repository: "aaif-goose/goose",
ref: "refs/heads/main",
sub: "repo:block/goose:ref:refs/heads/main",
sub: "repo:aaif-goose/goose:ref:refs/heads/main",
...overrides,
};
}
@@ -141,7 +141,7 @@ function testEnv(overrides = {}) {
UPSTREAM_URL: "https://api.anthropic.com",
UPSTREAM_AUTH_HEADER: "x-api-key",
UPSTREAM_API_KEY: "sk-ant-real-key",
ALLOWED_REPOS: "block/goose",
ALLOWED_REPOS: "aaif-goose/goose",
MAX_TOKEN_AGE_SECONDS: "1200",
MAX_REQUESTS_PER_TOKEN: "200",
RATE_LIMIT_PER_SECOND: "2",