openwork-server 0.11.67 → 0.11.69

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
@@ -124,14 +124,14 @@ OpenCode proxy:
124
124
  - `GET|POST|... /opencode/*`
125
125
  - `GET|POST|... /w/:id/opencode/*`
126
126
 
127
- Owpenbot proxy:
127
+ OpenCode Router proxy:
128
128
 
129
- - `GET|POST|... /owpenbot/*`
130
- - `GET|POST|... /w/:id/owpenbot/*`
129
+ - `GET|POST|... /opencode-router/*`
130
+ - `GET|POST|... /w/:id/opencode-router/*`
131
131
 
132
132
  Auth policy:
133
- - `GET /owpenbot/health` requires client auth.
134
- - All other `/owpenbot/*` endpoints require host/owner auth.
133
+ - `GET /opencode-router/health` requires client auth.
134
+ - All other `/opencode-router/*` endpoints require host/owner auth.
135
135
 
136
136
  ## Approvals
137
137
 
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openwork-server",
3
- "version": "0.11.67",
3
+ "version": "0.11.69",
4
4
  "description": "Filesystem-backed API for OpenWork remote clients",
5
5
  "type": "module",
6
6
  "bin": {