feat: scaffold remove command foundations

This commit is contained in:
Rogee
2025-10-29 18:21:01 +08:00
parent ceea09f7be
commit 446bd46b95
25 changed files with 994 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
# Remove Command Fixtures
Sample directory structures used by remove command tests. Keep filenames ASCII and small.
- `basic/` — General-purpose samples demonstrating sequential token removals.
- `conflicts/` — Files that collide after token removal to exercise conflict handling.
- `empties/` — Names that collapse to empty or near-empty results to validate warnings.
Add directories/files sparingly so tests stay fast and portable.

View File

View File

View File

View File

View File

View File

View File