comparison .claude/skills/zenbu-personal-site/SKILL.md @ 261:b401627fc49e

Add JRPG mock flows and interactive previews Add scripted mock SSE commands, custom event forwarding, animated chat turns, full-height message navigation, and a cyberpunk resume dossier. Co-authored-by: Copilot <[email protected]>
author MrJuneJune <mrjunejune@users.noreply.github.com>
date Wed, 05 Aug 2026 20:38:32 -0700
parents 1f9877b637e9
children 04fee26ecce0
comparison
equal deleted inserted replaced
260:1f9877b637e9 261:b401627fc49e
85 LITELLM_MASTER_KEY='<local proxy key>' \ 85 LITELLM_MASTER_KEY='<local proxy key>' \
86 MRJUNEJUNE_ALLOW_ANONYMOUS_INFERENCE=1 \ 86 MRJUNEJUNE_ALLOW_ANONYMOUS_INFERENCE=1 \
87 bazel run //mrjunejune:run_inference_stack 87 bazel run //mrjunejune:run_inference_stack
88 ``` 88 ```
89 89
90 Use `bazel run //mrjunejune:run_inference_stack -- --mock` for deterministic
91 UI development through the real Seobeo, Deita, inference bridge, and SSE path
92 without Copilot authentication or a LiteLLM key. Mock stream scenarios are
93 maintained as `!command` event scripts in
94 `mrjunejune/inference/mock_responses.json`; custom event types pass through
95 Seobeo to the page's `mjj-jrpg-stream-event`.
96
90 ## Production-minded checklist 97 ## Production-minded checklist
91 98
92 - Use Dowa's fixed-width aliases and `boolean`/`TRUE`/`FALSE` in first-party C 99 - Use Dowa's fixed-width aliases and `boolean`/`TRUE`/`FALSE` in first-party C
93 instead of introducing `<stdint.h>` `_t` types or `<stdbool.h>` `bool`. 100 instead of introducing `<stdint.h>` `_t` types or `<stdbool.h>` `bool`.
94 - Keep auth-protected APIs strict: missing auth should be `401`, invalid token `403`, malformed JSON/input `400`, unavailable DB/S3/ffmpeg `500`. 101 - Keep auth-protected APIs strict: missing auth should be `401`, invalid token `403`, malformed JSON/input `400`, unavailable DB/S3/ffmpeg `500`.