From 427fbf82c7566be263f3d79bc5dcf333a1eb63a0 Mon Sep 17 00:00:00 2001 From: Arun Kumar Date: Sat, 28 Feb 2026 21:16:19 +0530 Subject: [PATCH] Fix typo Fix typo for `folder` --- ARCHITECTURE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ARCHITECTURE.md b/ARCHITECTURE.md index 5a76b7687..7cfe9b852 100644 --- a/ARCHITECTURE.md +++ b/ARCHITECTURE.md @@ -69,7 +69,7 @@ These are all opencode primitives you can read the docs to find out exactly how - uses all these primitives - uses native OpenCode commands for reusable flows (markdown files in `.opencode/commands`) -- adds a new abstraction "workspace" is a project fodler and a simple .json file that includes a list of opencode primitives that map perfectly to an opencode workdir (not fully implemented) +- adds a new abstraction "workspace" is a project folder and a simple .json file that includes a list of opencode primitives that map perfectly to an opencode workdir (not fully implemented) - openwork can open a workpace.json and decide where to populate a folder with thse settings (not implemented today ## Core Architecture