zed/crates/prompt_store
Smit Barmase e24c81994a
prompt_store: Fix deleted rules from the rules library being restored after restart (#47323)
Closes #40648

When deleting a prompt from the rules library, we now also delete it
from the legacy V1 database tables (if they exist). Previously, the V1
data would persist and get re-migrated on the next startup.

Release Notes:

- Fixed an issue where deleted rules from the rules library were getting
restored after a restart.
2026-01-22 02:44:47 +05:30
..
src prompt_store: Fix deleted rules from the rules library being restored after restart (#47323) 2026-01-22 02:44:47 +05:30
Cargo.toml rules_library: Only store built-in prompts when they are customized (#45112) 2025-12-18 17:21:41 +01:00
LICENSE-GPL