mirror of
https://github.com/block/goose.git
synced 2026-04-26 10:40:45 +00:00
move agent skills to repo root for tool discoverability (#8535)
Some checks are pending
Canary / Upload Install Script (push) Blocked by required conditions
Canary / bundle-desktop (push) Blocked by required conditions
Canary / bundle-desktop-intel (push) Blocked by required conditions
Canary / bundle-desktop-linux (push) Blocked by required conditions
Canary / bundle-desktop-windows (push) Blocked by required conditions
Canary / Release (push) Blocked by required conditions
Cargo Deny / deny (push) Waiting to run
Unused Dependencies / machete (push) Waiting to run
CI / changes (push) Waiting to run
CI / Check Rust Code Format (push) Blocked by required conditions
CI / Build and Test Rust Project (push) Blocked by required conditions
CI / Build Rust Project on Windows (push) Waiting to run
CI / Lint Rust Code (push) Blocked by required conditions
CI / Check Generated Schemas are Up-to-Date (push) Blocked by required conditions
CI / Test and Lint Electron Desktop App (push) Blocked by required conditions
Goose 2 CI / Lint & Format (push) Waiting to run
Goose 2 CI / Unit Tests (push) Waiting to run
Goose 2 CI / Desktop Build & E2E (push) Waiting to run
Goose 2 CI / Rust Lint (push) Waiting to run
Live Provider Tests / check-fork (push) Waiting to run
Live Provider Tests / changes (push) Blocked by required conditions
Live Provider Tests / Build Binary (push) Blocked by required conditions
Live Provider Tests / Smoke Tests (push) Blocked by required conditions
Live Provider Tests / Smoke Tests (Code Execution) (push) Blocked by required conditions
Live Provider Tests / Compaction Tests (push) Blocked by required conditions
Live Provider Tests / goose server HTTP integration tests (push) Blocked by required conditions
Publish Docker Image / docker (push) Waiting to run
Scorecard supply-chain security / Scorecard analysis (push) Waiting to run
Canary / Prepare Version (push) Waiting to run
Canary / build-cli (push) Blocked by required conditions
Some checks are pending
Canary / Upload Install Script (push) Blocked by required conditions
Canary / bundle-desktop (push) Blocked by required conditions
Canary / bundle-desktop-intel (push) Blocked by required conditions
Canary / bundle-desktop-linux (push) Blocked by required conditions
Canary / bundle-desktop-windows (push) Blocked by required conditions
Canary / Release (push) Blocked by required conditions
Cargo Deny / deny (push) Waiting to run
Unused Dependencies / machete (push) Waiting to run
CI / changes (push) Waiting to run
CI / Check Rust Code Format (push) Blocked by required conditions
CI / Build and Test Rust Project (push) Blocked by required conditions
CI / Build Rust Project on Windows (push) Waiting to run
CI / Lint Rust Code (push) Blocked by required conditions
CI / Check Generated Schemas are Up-to-Date (push) Blocked by required conditions
CI / Test and Lint Electron Desktop App (push) Blocked by required conditions
Goose 2 CI / Lint & Format (push) Waiting to run
Goose 2 CI / Unit Tests (push) Waiting to run
Goose 2 CI / Desktop Build & E2E (push) Waiting to run
Goose 2 CI / Rust Lint (push) Waiting to run
Live Provider Tests / check-fork (push) Waiting to run
Live Provider Tests / changes (push) Blocked by required conditions
Live Provider Tests / Build Binary (push) Blocked by required conditions
Live Provider Tests / Smoke Tests (push) Blocked by required conditions
Live Provider Tests / Smoke Tests (Code Execution) (push) Blocked by required conditions
Live Provider Tests / Compaction Tests (push) Blocked by required conditions
Live Provider Tests / goose server HTTP integration tests (push) Blocked by required conditions
Publish Docker Image / docker (push) Waiting to run
Scorecard supply-chain security / Scorecard analysis (push) Waiting to run
Canary / Prepare Version (push) Waiting to run
Canary / build-cli (push) Blocked by required conditions
Signed-off-by: morgmart <98432065+morgmart@users.noreply.github.com>
This commit is contained in:
parent
210ef52d81
commit
529d6f7195
18 changed files with 10 additions and 1 deletions
1
.claude/skills/create-app-e2e-test
Symbolic link
1
.claude/skills/create-app-e2e-test
Symbolic link
|
|
@ -0,0 +1 @@
|
||||||
|
../../.agents/skills/create-app-e2e-test
|
||||||
1
.codex/skills/code-review
Symbolic link
1
.codex/skills/code-review
Symbolic link
|
|
@ -0,0 +1 @@
|
||||||
|
../../.agents/skills/code-review
|
||||||
1
.codex/skills/create-app-e2e-test
Symbolic link
1
.codex/skills/create-app-e2e-test
Symbolic link
|
|
@ -0,0 +1 @@
|
||||||
|
../../.agents/skills/create-app-e2e-test
|
||||||
1
.codex/skills/create-pr
Symbolic link
1
.codex/skills/create-pr
Symbolic link
|
|
@ -0,0 +1 @@
|
||||||
|
../../.agents/skills/create-pr
|
||||||
1
.codex/skills/edge-case-finder
Symbolic link
1
.codex/skills/edge-case-finder
Symbolic link
|
|
@ -0,0 +1 @@
|
||||||
|
../../.agents/skills/edge-case-finder
|
||||||
1
.cursor/skills/code-review
Symbolic link
1
.cursor/skills/code-review
Symbolic link
|
|
@ -0,0 +1 @@
|
||||||
|
../../.agents/skills/code-review
|
||||||
1
.cursor/skills/create-app-e2e-test
Symbolic link
1
.cursor/skills/create-app-e2e-test
Symbolic link
|
|
@ -0,0 +1 @@
|
||||||
|
../../.agents/skills/create-app-e2e-test
|
||||||
1
.cursor/skills/create-pr
Symbolic link
1
.cursor/skills/create-pr
Symbolic link
|
|
@ -0,0 +1 @@
|
||||||
|
../../.agents/skills/create-pr
|
||||||
1
.cursor/skills/edge-case-finder
Symbolic link
1
.cursor/skills/edge-case-finder
Symbolic link
|
|
@ -0,0 +1 @@
|
||||||
|
../../.agents/skills/edge-case-finder
|
||||||
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -35,7 +35,7 @@ ui/desktop/src/bin/goose_llm.dll
|
||||||
.hermit/
|
.hermit/
|
||||||
|
|
||||||
# Claude
|
# Claude
|
||||||
.claude
|
.claude/settings.local.json
|
||||||
|
|
||||||
debug_*.txt
|
debug_*.txt
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue