Mercurial
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 264:04fee26ecce0 | 265:056790c4fb0d |
|---|---|
| 404 data = [ | 404 data = [ |
| 405 ":src_files_development", | 405 ":src_files_development", |
| 406 ":config_file", | 406 ":config_file", |
| 407 ":inference_runtime_data", | 407 ":inference_runtime_data", |
| 408 ":tectonic_runtime_data", | 408 ":tectonic_runtime_data", |
| 409 "//:env_file", | |
| 410 ], | 409 ], |
| 411 visibility = ["//mrjunejune/test:__pkg__"], | 410 visibility = ["//mrjunejune/test:__pkg__"], |
| 412 ) | 411 ) |
| 413 | 412 |
| 414 alias( | 413 alias( |
| 438 "//mrjunejune/inference:mock_sidecar", | 437 "//mrjunejune/inference:mock_sidecar", |
| 439 "@copilot_cli_linux_x86_64//:copilot", | 438 "@copilot_cli_linux_x86_64//:copilot", |
| 440 "@python_3_11//:files", | 439 "@python_3_11//:files", |
| 441 "@python_3_11//:python3", | 440 "@python_3_11//:python3", |
| 442 ], | 441 ], |
| 442 visibility = ["//mrjunejune/test:__pkg__"], | |
| 443 ) | |
| 444 | |
| 445 filegroup( | |
| 446 name = "inference_stack_source", | |
| 447 srcs = ["inference_stack.sh"], | |
| 448 visibility = ["//mrjunejune/test:__pkg__"], | |
| 443 ) | 449 ) |
| 444 | 450 |
| 445 filegroup( | 451 filegroup( |
| 446 name = "config_file", | 452 name = "config_file", |
| 447 srcs = [".config"], | 453 srcs = [".config"], |