@sjawhar/opencode-legion-envoy 0.15.0 → 0.16.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -13831,6 +13831,13 @@ var LegionDaemonApi = {
13831
13831
  }),
13832
13832
  response: object({})
13833
13833
  },
13834
+ PhaseComplete: {
13835
+ request: strictObject({
13836
+ grantId: nonEmptyString,
13837
+ summary: nonEmptyString
13838
+ }),
13839
+ response: object({})
13840
+ },
13834
13841
  SpawnWorker: {
13835
13842
  request: architectCapability.extend({
13836
13843
  issue: nonEmptyString,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sjawhar/opencode-legion-envoy",
3
- "version": "0.15.0",
3
+ "version": "0.16.0",
4
4
  "type": "module",
5
5
  "main": "dist/src/server.js",
6
6
  "exports": {