From 6a6f27ebf82f21375f9b42c5a993e77621ff3044 Mon Sep 17 00:00:00 2001 From: olivrg Date: Sat, 20 Jun 2026 11:43:01 +0100 Subject: [PATCH] chore: drop nonexistent examples entry from package.json files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The `examples/` entry referenced a directory that does not exist (npm silently omitted it). The originally-planned examples were Helio *policy* files (personal/team.helio.yaml), which belong to the main Helio project, not this policy-agnostic adapter — the adapter's own config (incl. evidence rules) is documented in the README. Removing the dangling entry; the published tarball is unchanged. --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index e7f518d..26fb99a 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,6 @@ "files": [ "dist", "openclaw.plugin.json", - "examples", "README.md", "CHANGELOG.md", "LICENSE"