openwork-server 0.17.13 → 0.17.15

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.
package/README.md CHANGED
@@ -133,15 +133,6 @@ OpenCode proxy:
133
133
  - `GET|POST|... /opencode/*`
134
134
  - `GET|POST|... /w/:id/opencode/*`
135
135
 
136
- OpenCode Router proxy:
137
-
138
- - `GET|POST|... /opencode-router/*`
139
- - `GET|POST|... /w/:id/opencode-router/*`
140
-
141
- Auth policy:
142
- - `GET /opencode-router/health` requires client auth.
143
- - All other `/opencode-router/*` endpoints require host/owner auth.
144
-
145
136
  ## Approvals
146
137
 
147
138
  All writes are gated by host approval.
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openwork-server",
3
- "version": "0.17.13",
3
+ "version": "0.17.15",
4
4
  "description": "Filesystem-backed API for OpenWork remote clients",
5
5
  "type": "module",
6
6
  "bin": {