Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:27:08 +08:00
commit b0cadae71e
5 changed files with 94 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"name": "linear-agent",
"description": "Long-running agent workflow with Linear. Scaffolds all features upfront, then implements one per session.",
"version": "0.4.0",
"author": {
"name": "Laurynas",
"email": "laurynas@fiberplane.com"
},
"commands": [
"./commands"
],
"mcp": [
"./.mcp.json"
]
}