Skip to content

Commit 1784ffc

Browse files
committed
fix: Use './' for marketplace plugin source path
1 parent 5ac7836 commit 1784ffc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.claude-plugin/marketplace.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"plugins": [
88
{
99
"name": "agent-sequencer",
10-
"source": ".",
10+
"source": "./",
1111
"description": "Claude Code skill + MCP server for step-driving AI agents through classical sequencer programs.",
1212
"homepage": "https://github.com/OPENSPHERE-Inc/agent-sequencer",
1313
"license": "MIT",

0 commit comments

Comments
 (0)