Mercurial
diff .claude/skills/zenbu-bazel-c/SKILL.md @ 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/.claude/skills/zenbu-bazel-c/SKILL.md Fri Aug 07 07:34:12 2026 -0700 +++ b/.claude/skills/zenbu-bazel-c/SKILL.md Fri Aug 07 10:50:30 2026 -0700 @@ -68,6 +68,17 @@ - During iteration, run only the narrow shard for the changed behavior; run the aggregate suite before completion. +### Runtime configuration + +- Each service uses one ignored, documented config file as its normal runtime + configuration source. Do not introduce `.env` files or require users to + export shell variables before ordinary Bazel run/deploy commands. +- Committed config templates contain placeholders only. Real config and secrets + stay ignored and outside immutable production bundles. +- Supervisors may propagate parsed config to child processes through their + process environment as an internal implementation detail. Environment + overrides are compatibility/testing hooks, not the primary user workflow. + ## Coding conventions to preserve - Prefer Dowa's integer and boolean aliases (`uint8`, `uint16`, `uint32`,