diff --git a/CLAUDE.md b/CLAUDE.md index 38bb248..005c4ae 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -24,8 +24,9 @@ If the call fails, the API is offline: `cd ~/the-custodian/state-hub && make api **Step 2 — Scan local workplans** -Read every file matching `workplans/*.md` in this repo. For each one with -`status: active`, extract and note: +Read every `.md` file under `workplans/`. Use `Glob(pattern="**/*.md", path="workplans/")` +or Bash `ls workplans/` to discover them. For each file with `status: active`, +extract and note: - The workplan title and ID - All tasks whose `status` is `todo` or `in_progress`