Skip to content
Merged
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
14 changes: 1 addition & 13 deletions .cursor-plugin/marketplace.json
Original file line number Diff line number Diff line change
@@ -1,13 +1 @@
{
"name": "plugin-library-marketplace",
"owner": {
"name": "plugin-library"
},
"plugins": [
{
"description": "Browse installed and marketplace plugins, read every skill in full, and hand one to a Grok Bot.",
"name": "plugin-library",
"source": "./artifact"
}
]
}
{"name":"plugin-library-marketplace","owner":{"name":"plugin-library"},"plugins":[{"description":"Browse installed and marketplace plugins, read every skill in full, and hand one to a Grok Bot.","name":"plugin-library","source":"./artifact"}]}
9 changes: 0 additions & 9 deletions .github/workflows/publish-agent-bundle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,6 @@ jobs:
- name: Build and verify artifact
run: npm run check

- name: Generate repository marketplace from artifact
run: |
node --input-type=module <<'JS'
import { readFileSync, writeFileSync } from 'node:fs';
const marketplace = JSON.parse(readFileSync('artifact/.cursor-plugin/marketplace.json', 'utf8'));
for (const plugin of marketplace.plugins) plugin.source = './artifact';
writeFileSync('.cursor-plugin/marketplace.json', JSON.stringify(marketplace, null, 2) + '\n');
JS

- name: Commit generated artifact on main
run: |
git config user.name github-actions[bot]
Expand Down
2 changes: 1 addition & 1 deletion agent-bundle.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export default defineConfig({
assets: ['public', 'data'],
lib: false,
marketplace: true,
output: { distPath: 'artifact' },
output: { distPath: 'artifact', repositoryMarketplace: true },
plugin: {
description:
'Browse installed and marketplace plugins, read every skill in full, and hand one to a Grok Bot.',
Expand Down
2 changes: 1 addition & 1 deletion artifact/agent-bundle.manifest.json

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"devDependencies": {
"@types/node": "^24.0.0",
"agent-bundle": "https://pkg.pr.new/ScriptedAlchemy/agent-bundle/agent-bundle@ab5ae66e1d9c2829a092640c586e2b3eacc4be88",
"agent-bundle": "https://pkg.pr.new/ScriptedAlchemy/agent-bundle/agent-bundle@e5bdc7d25e45b1a8e6abeba64e6865871ecf6026",
"typescript": "^7.0.0"
}
}
Loading