Deleting a Project¶
Pre-flight steps before deleting a project — confirm slug, explain impact, then call
When to use¶
user wants to remove a project from the registry
Slash command: /wb-project-delete
Related capabilities¶
projects/project_delete
Directions¶
Pre-flight sequence (do not skip):
1. Confirm the slug with the user.
2. Show what will happen: the project identity is removed from the registry, but Hindsight memories are preserved.
3. Call: mcp__work-buddy__wb_run("project_delete", {"slug": "..."})
The consent system will handle approval automatically.
Don'ts: - Do not call project_delete without confirming the slug first - Do not assume Hindsight memories are deleted — they are not
If the user also wants to clear Hindsight memories:
mcp__work-buddy__wb_run("memory_prune", {...})
This is a separate consent-gated operation.