chore(monorepo): bootstrap workspace packages
This commit is contained in:
@@ -0,0 +1,37 @@
|
||||
{
|
||||
"version": 1,
|
||||
"bundles": [
|
||||
{
|
||||
"skill": "inbox",
|
||||
"type": "go-binary",
|
||||
"runtimePackage": "./packages/inbox-runtime",
|
||||
"entrypoint": "./packages/inbox-runtime/cmd/inbox",
|
||||
"output": "skills/inbox/assets/inbox",
|
||||
"buildState": "planned"
|
||||
},
|
||||
{
|
||||
"skill": "orch",
|
||||
"type": "go-binary",
|
||||
"runtimePackage": "./packages/orch-runtime",
|
||||
"entrypoint": "./packages/orch-runtime/cmd/orch",
|
||||
"output": "skills/orch/assets/orch",
|
||||
"buildState": "planned"
|
||||
},
|
||||
{
|
||||
"skill": "council-review",
|
||||
"type": "go-binary",
|
||||
"runtimePackage": "./packages/orch-runtime",
|
||||
"entrypoint": "./packages/orch-runtime/cmd/orch",
|
||||
"output": "skills/council-review/assets/orch",
|
||||
"buildState": "planned"
|
||||
},
|
||||
{
|
||||
"skill": "repo-memory",
|
||||
"type": "go-binary",
|
||||
"runtimePackage": "./packages/repo-memory-runtime",
|
||||
"entrypoint": "./packages/repo-memory-runtime/cmd/briefdb",
|
||||
"output": "skills/repo-memory/assets/briefdb",
|
||||
"buildState": "planned"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user