extend workspace template bundles with extra .opencode files (#1159)

Route template publish/fetch through the OpenWork server so shared setup links carry template files and keep local or remote imports on the same contract.
This commit is contained in:
ben
2026-03-24 21:27:04 -07:00
committed by GitHub
parent e53a616ec9
commit 21a26ef580
17 changed files with 571 additions and 31 deletions

View File

@@ -70,6 +70,8 @@ Agents, skills, and commands should model the following as OpenWork server behav
- workspace creation and initialization
- writes to `.opencode/`, `opencode.json`, and `opencode.jsonc`
- OpenWork workspace config writes (`.opencode/openwork.json`)
- workspace template export/import, including shareable `.opencode/**` files and `opencode.json` state
- share-bundle publish/fetch flows used by OpenWork template links
- reload event generation after config or capability changes
- other filesystem-backed capability changes that must work across desktop host mode and remote clients