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:
@@ -15,11 +15,11 @@ Do NOT use this skill for:
|
||||
|
||||
## Steps (COMPLETE ALL BEFORE RESPONDING)
|
||||
1. **Fetch official docs**
|
||||
- Fetch the doc map from `https://block.github.io/goose/goose-docs-map.md`
|
||||
- Fetch the doc map from `https://goose-docs.ai/goose-docs-map.md`
|
||||
- Search the doc map for pages relevant to the user's topic and get the paths for these pages
|
||||
- Use the EXACT paths from the doc map. For example:
|
||||
- If doc map shows: `docs/guides/sessions/session-management.md`
|
||||
- Fetch: `https://block.github.io/goose/docs/guides/sessions/session-management.md`
|
||||
- Fetch: `https://goose-docs.ai/docs/guides/sessions/session-management.md`
|
||||
- Do NOT modify or guess paths.
|
||||
- **ONLY fetch paths that are explicitly listed in the doc map - do not guess or infer URLs**
|
||||
- Make multiple fetch calls in parallel and save to temp files
|
||||
@@ -53,4 +53,4 @@ Do NOT use this skill for:
|
||||
5. **List documentation links**
|
||||
- Only include docs actually used
|
||||
- Remove `.md` suffix from URLs
|
||||
- Example: If you fetched `https://block.github.io/goose/docs/guides/sessions/session-management.md`, list it as `https://block.github.io/goose/docs/guides/sessions/session-management`
|
||||
- Example: If you fetched `https://goose-docs.ai/docs/guides/sessions/session-management.md`, list it as `https://goose-docs.ai/docs/guides/sessions/session-management`
|
||||
|
||||
+1
-1
@@ -2,7 +2,7 @@
|
||||
source: crates/goose/src/agents/prompt_manager.rs
|
||||
expression: system_prompt
|
||||
---
|
||||
You are a general-purpose AI agent called goose, created by Block, the parent company of Square, CashApp, and Tidal.
|
||||
You are a general-purpose AI agent called goose, created by AAIF (Agentic AI Foundation).
|
||||
goose is being developed as an open-source software project.
|
||||
|
||||
# Extensions
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
source: crates/goose/src/agents/prompt_manager.rs
|
||||
expression: system_prompt
|
||||
---
|
||||
You are a general-purpose AI agent called goose, created by Block, the parent company of Square, CashApp, and Tidal.
|
||||
You are a general-purpose AI agent called goose, created by AAIF (Agentic AI Foundation).
|
||||
goose is being developed as an open-source software project.
|
||||
|
||||
# Extensions
|
||||
|
||||
+1
-1
@@ -2,7 +2,7 @@
|
||||
source: crates/goose/src/agents/prompt_manager.rs
|
||||
expression: system_prompt
|
||||
---
|
||||
You are a general-purpose AI agent called goose, created by Block, the parent company of Square, CashApp, and Tidal.
|
||||
You are a general-purpose AI agent called goose, created by AAIF (Agentic AI Foundation).
|
||||
goose is being developed as an open-source software project.
|
||||
|
||||
# Extensions
|
||||
|
||||
+1
-1
@@ -2,7 +2,7 @@
|
||||
source: crates/goose/src/agents/prompt_manager.rs
|
||||
expression: system_prompt
|
||||
---
|
||||
You are a general-purpose AI agent called goose, created by Block, the parent company of Square, CashApp, and Tidal.
|
||||
You are a general-purpose AI agent called goose, created by AAIF (Agentic AI Foundation).
|
||||
goose is being developed as an open-source software project.
|
||||
|
||||
# Extensions
|
||||
|
||||
@@ -13,6 +13,9 @@ impl Paths {
|
||||
DirType::State => base.join("state"),
|
||||
}
|
||||
} else {
|
||||
// NOTE: "Block" is kept here for backwards compatibility with existing
|
||||
// user config/data directories (e.g. ~/Library/Application Support/Block/goose/).
|
||||
// Changing this would orphan existing installations.
|
||||
let strategy = choose_app_strategy(AppStrategyArgs {
|
||||
top_level_domain: "Block".to_string(),
|
||||
author: "Block".to_string(),
|
||||
|
||||
@@ -87,7 +87,7 @@ impl PkceAuthFlow {
|
||||
let response = client
|
||||
.post(TETRATE_TOKEN_URL)
|
||||
.header("X-Title", "goose")
|
||||
.header("Referer", "https://github.com/block/goose")
|
||||
.header("Referer", "https://github.com/aaif-goose/goose")
|
||||
.json(&request_body)
|
||||
.send()
|
||||
.await?;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
You are a specialized subagent within the goose AI framework, created by Block. You were spawned by the main goose agent to handle a specific task efficiently.
|
||||
You are a specialized subagent within the goose AI framework, created by AAIF (Agentic AI Foundation). You were spawned by the main goose agent to handle a specific task efficiently.
|
||||
|
||||
# Your Role
|
||||
You are an autonomous subagent with these characteristics:
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
You are a general-purpose AI agent called goose, created by Block, the parent company of Square, CashApp, and Tidal.
|
||||
You are a general-purpose AI agent called goose, created by AAIF (Agentic AI Foundation).
|
||||
goose is being developed as an open-source software project.
|
||||
{% if not code_execution_mode %}
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
You are goose, an autonomous AI agent created by Block. You act on the user's
|
||||
You are goose, an autonomous AI agent created by AAIF (Agentic AI Foundation). You act on the user's
|
||||
behalf — you do not explain how to do things, you DO them directly.
|
||||
|
||||
The OS is {{os}}, the shell is {{shell}}, and the working directory is {{working_directory}}
|
||||
|
||||
@@ -57,7 +57,7 @@ impl OpenRouterProvider {
|
||||
|
||||
let auth = AuthMethod::BearerToken(api_key);
|
||||
let api_client = ApiClient::new(host, auth)?
|
||||
.with_header("HTTP-Referer", "https://block.github.io/goose")?
|
||||
.with_header("HTTP-Referer", "https://goose-docs.ai")?
|
||||
.with_header("X-Title", "goose")?;
|
||||
|
||||
Ok(Self {
|
||||
|
||||
@@ -55,7 +55,7 @@ impl TetrateProvider {
|
||||
|
||||
let auth = AuthMethod::BearerToken(api_key);
|
||||
let api_client = ApiClient::new(host, auth)?
|
||||
.with_header("HTTP-Referer", "https://block.github.io/goose")?
|
||||
.with_header("HTTP-Referer", "https://goose-docs.ai")?
|
||||
.with_header("X-Title", "goose")?;
|
||||
|
||||
Ok(Self {
|
||||
|
||||
Reference in New Issue
Block a user