HarperFast / HarperFast/harper
drop_component should reject non-existent project names instead of returning 200
Open
area:components
bug
from-jira
- Dominant language
- JavaScript
- Stars
- 89
- Forks
- 10
- Avg merge
- 2d 6h
- Merged PRs (30d)
- 200
Description
## Problem
`drop_component` accepts any `project` value — including non-existent project names — and returns HTTP 200, giving callers a false success response.
## Expected
Return a 404 or validation error when the specified project does not exist.
🤖 Filed by Claude on behalf of Kris.
Contributor guide
Assessment
This issue has not been assessed yet.