refactor(monorepo): extract inbox and orch runtimes
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
"runtimePackage": "./packages/inbox-runtime",
|
||||
"entrypoint": "./packages/inbox-runtime/cmd/inbox",
|
||||
"output": "skills/inbox/assets/inbox",
|
||||
"buildState": "planned"
|
||||
"buildState": "ready"
|
||||
},
|
||||
{
|
||||
"skill": "orch",
|
||||
@@ -15,7 +15,7 @@
|
||||
"runtimePackage": "./packages/orch-runtime",
|
||||
"entrypoint": "./packages/orch-runtime/cmd/orch",
|
||||
"output": "skills/orch/assets/orch",
|
||||
"buildState": "planned"
|
||||
"buildState": "ready"
|
||||
},
|
||||
{
|
||||
"skill": "council-review",
|
||||
@@ -23,7 +23,7 @@
|
||||
"runtimePackage": "./packages/orch-runtime",
|
||||
"entrypoint": "./packages/orch-runtime/cmd/orch",
|
||||
"output": "skills/council-review/assets/orch",
|
||||
"buildState": "planned"
|
||||
"buildState": "ready"
|
||||
},
|
||||
{
|
||||
"skill": "repo-memory",
|
||||
|
||||
Reference in New Issue
Block a user