Files
browser/openspec/changes/allow-forced-server-deletion/tasks.md
T
2026-08-04 15:03:49 +08:00

756 B

1. Backend Force Delete

  • 1.1 Add force-delete fields to server deletion DTO/domain request and route handling.
  • 1.2 Update service deletion validation so running/installing servers require explicit force confirmation.
  • 1.3 Add backend service/API tests for forced running and installing deletion plus default rejection.

2. Frontend Confirmation

  • 2.1 Extend the server deletion request type and API usage with force confirmation fields.
  • 2.2 Update the server list delete dialog to show active-state force warning and confirmation input.
  • 2.3 Update frontend tests for forced delete payloads and copy.

3. Verification

  • 3.1 Run OpenSpec strict validation, structure check, and focused backend/frontend tests.