Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"name": "tower-cli",
"owner": {
"name": "Tower"
},
"plugins": [
{
"name": "tower",
"source": "./plugin",
"description": "Tower compute platform — run and deploy Python apps, pipelines, and AI agents"
}
]
}
6 changes: 3 additions & 3 deletions .github/workflows/regenerate-skill.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
paths:
- 'crates/tower-cmd/**'
- 'crates/tower/**'
- 'skills/tower/SKILL.md'
- 'plugin/skills/tower/SKILL.md'
- '.github/workflows/regenerate-skill.yml'

concurrency:
Expand All @@ -30,7 +30,7 @@ jobs:
uses: Swatinem/rust-cache@v2

- name: Regenerate SKILL.md
run: cargo run --quiet --bin tower -- skill generate > skills/tower/SKILL.md
run: cargo run --quiet --bin tower -- skill generate > plugin/skills/tower/SKILL.md

- name: Open PR if SKILL.md changed
uses: peter-evans/create-pull-request@v7
Expand All @@ -44,4 +44,4 @@ jobs:
branch: chore/regenerate-skill
base: develop
delete-branch: true
add-paths: skills/tower/SKILL.md
add-paths: plugin/skills/tower/SKILL.md
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading