From 19534d88353984d436b84df5f59b49877d643f84 Mon Sep 17 00:00:00 2001 From: Claude Date: Mon, 31 Aug 2026 22:50:06 +0000 Subject: [PATCH] docs(skills): give datasets/ a home in the published project-layout tree MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The objectstack-platform layout tree — the one place the published catalog tells an agent what directories an ObjectStack project has — enumerated dashboards/ and reports/ but not datasets/. An agent reading only the tree learned that the two analytics surfaces have homes and that the layer they bind does not appear to have one at all, which is the #13696 failure shape: a module's app face complete, its analytics face silently empty. Paid from measured in-file headroom, not a ceiling move: 67 bytes added against 74 available (12687 -> 12704 tokens, ceiling 12705). Co-Authored-By: Claude Fable 5 Claude-Session: https://claude.ai/code/session_01Msg17tAHJ3jVTYFgHydCm2 --- skills/objectstack-platform/SKILL.md | 1 + 1 file changed, 1 insertion(+) diff --git a/skills/objectstack-platform/SKILL.md b/skills/objectstack-platform/SKILL.md index bf8f62977d..d7708a5b13 100644 --- a/skills/objectstack-platform/SKILL.md +++ b/skills/objectstack-platform/SKILL.md @@ -101,6 +101,7 @@ my-app/ │ └── index.ts ├── dashboards/ # Optional: dashboards ├── reports/ # Optional: reports + ├── datasets/ # Optional: analytics datasets ├── i18n/ # Optional: translation bundles └── handlers/ # Optional: runtime hook handlers ```