From 7471e07cbbfd027ac691c5effffcaf02197a112a Mon Sep 17 00:00:00 2001 From: tegwick Date: Sat, 16 May 2026 09:05:04 +0200 Subject: [PATCH] Include topaz bundle .manifest in the spike example MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Dotfile was missed by the previous git add — bundle/.manifest is the OPA bundle root manifest Topaz consults to know which Rego packages belong in the bundle. Co-Authored-By: Claude Opus 4.7 --- examples/topaz/bundle/.manifest | 1 + 1 file changed, 1 insertion(+) create mode 100644 examples/topaz/bundle/.manifest diff --git a/examples/topaz/bundle/.manifest b/examples/topaz/bundle/.manifest new file mode 100644 index 0000000..6846b81 --- /dev/null +++ b/examples/topaz/bundle/.manifest @@ -0,0 +1 @@ +{"roots":["flexauth/markitect/documents"]}