diff mrjunejune/BUILD @ 265:056790c4fb0d

add role-aware Epi assistant prompts Add verified June knowledge, guest/member/admin Copilot profiles, profile-isolated session recovery, animated Epi greetings, and a single authoritative runtime config workflow for inference. Co-authored-by: Copilot <[email protected]>
author MrJuneJune <me@mrjunejune.com>
date Fri, 07 Aug 2026 10:50:30 -0700
parents 04fee26ecce0
children
line wrap: on
line diff
--- a/mrjunejune/BUILD	Fri Aug 07 07:34:12 2026 -0700
+++ b/mrjunejune/BUILD	Fri Aug 07 10:50:30 2026 -0700
@@ -406,7 +406,6 @@
     ":config_file",
     ":inference_runtime_data",
     ":tectonic_runtime_data",
-    "//:env_file",
   ],
   visibility = ["//mrjunejune/test:__pkg__"],
 )
@@ -440,6 +439,13 @@
     "@python_3_11//:files",
     "@python_3_11//:python3",
   ],
+  visibility = ["//mrjunejune/test:__pkg__"],
+)
+
+filegroup(
+  name = "inference_stack_source",
+  srcs = ["inference_stack.sh"],
+  visibility = ["//mrjunejune/test:__pkg__"],
 )
 
 filegroup(