Skip to content

Tool: fs_rm #17

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from
Draft

Tool: fs_rm #17

wants to merge 5 commits into from

Conversation

heusalagroupbot
Copy link
Collaborator

Adds tools/cmd/fs_rm (+ tests). Handles file/dir deletion with recursive/force options, error contract standardized.

aibuddy added 5 commits August 19, 2025 15:40
Adds tools/cmd/exec (implementation and tests) and tools/testutil helpers.
Implements argv-only exec with timeout, cwd, env, and stdin support.
…ntract

Adds tools/cmd/fs_read_file with tests. Enforces repo-relative paths,
supports offsetBytes and maxBytes, returns base64 content with eof flag.
Adds tools/cmd/fs_write_file with tests. Writes via temp+rename, supports base64 input and mode, repo-relative path validation.
…tests

Adds tools/cmd/fs_append_file with tests. Appends base64 content with advisory lock; includes single and concurrent writers tests.
Adds tools/cmd/fs_rm with tests. Supports file and directory removal, recursive and force behaviors, repo-relative validation.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant