From 4cf7b042d1451568265e8831583ad10fcdd0b1ac Mon Sep 17 00:00:00 2001 From: Samuel Glauser Date: Mon, 20 Apr 2026 13:47:36 +0200 Subject: [PATCH] fix: change sample orgs to NodeType Markdown for search visibility ACME, Northwind, and Cornerstone used NodeType: Organization which triggers OrganizationAccessRule, failing the read permission check for file-based samples. Markdown NodeType has no custom access rule, matching how FutuRe (which works correctly) is configured. Co-Authored-By: Claude Opus 4.6 --- samples/Graph/Data/ACME/index.md | 2 +- samples/Graph/Data/Cornerstone/index.md | 2 +- samples/Graph/Data/Northwind/index.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/samples/Graph/Data/ACME/index.md b/samples/Graph/Data/ACME/index.md index e08bdb8e3..5ebe8d823 100644 --- a/samples/Graph/Data/ACME/index.md +++ b/samples/Graph/Data/ACME/index.md @@ -1,5 +1,5 @@ --- -NodeType: Organization +NodeType: Markdown Name: ACME Category: Task Management Description: Project and task management demo showcasing MeshWeaver's collaborative workflows and AI agent integration diff --git a/samples/Graph/Data/Cornerstone/index.md b/samples/Graph/Data/Cornerstone/index.md index ddf8c725e..7633c3a19 100644 --- a/samples/Graph/Data/Cornerstone/index.md +++ b/samples/Graph/Data/Cornerstone/index.md @@ -1,5 +1,5 @@ --- -NodeType: Organization +NodeType: Markdown Name: Cornerstone Category: Insurance Description: Reinsurance pricing demo showcasing property risk management, geographic visualization, and Excel data import diff --git a/samples/Graph/Data/Northwind/index.md b/samples/Graph/Data/Northwind/index.md index ac71fb0ff..3e92fe550 100644 --- a/samples/Graph/Data/Northwind/index.md +++ b/samples/Graph/Data/Northwind/index.md @@ -1,5 +1,5 @@ --- -NodeType: Organization +NodeType: Markdown Name: Northwind Category: Analytics Description: Gourmet food distribution analytics demonstrating MeshWeaver's data visualization and AI-assisted exploration capabilities