From 285d4b94350d7b4c4c48d81c5d2203e373090b0d Mon Sep 17 00:00:00 2001 From: nav Date: Sat, 7 Mar 2026 15:42:41 +0000 Subject: [PATCH] Use openclaw dir path notation --- PLAN.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PLAN.md b/PLAN.md index f76e91f..c600dc5 100644 --- a/PLAN.md +++ b/PLAN.md @@ -13,8 +13,8 @@ Build an OpenClaw plugin that models organization hierarchy and agent identities ## 3) Storage Strategy - **Structure & identity data**: in-memory + JSON persistence (no memory_store) - **Shared memory**: memory_store keyed by scope (`org:{id}`, `dept:{id}`, `team:{id}`) -- **Filesystem resources** (OpenClaw install dir `~/.openclaw`): - - Create a data-only folder at `~/.openclaw/yonexus` (no plugin code here) +- **Filesystem resources** (OpenClaw install dir `${openclaw dir}`): + - Create a data-only folder at `${openclaw dir}/yonexus` (no plugin code here) - `yonexus/organizations//` contains: `teams/`, `docs/`, `notes/`, `knowledge/`, `rules/` - On **create_organization**: create `` folder and its subfolders - On **create_team**: create `organizations//teams//` with `agents/`, `docs/`, `notes/`, `knowledge/`, `rules/`