refactor(ui): rename admin Templates tab to Prompts #28
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Context
The admin tab labelled "Templates" contains prompt-instruction overrides — the files seeded into each deck's
prompts/directory. This name collides with the layout blueprints landing in lhumina_code/hero_slides#27. Renaming now frees the "Templates" label for that feature and removes the ambiguity for users.Goals
index.htmlanddashboard.jsFeasibility
Trivial. Search-and-replace across two files (
index.html,dashboard.js). Zero risk of functional regression — no data structures, RPC methods, or file paths change. Can be done and merged independently of all other issues; recommended to land first to free the "Templates" name before layout blueprint work begins.