Mohamed Boudra b32ad5ef13 Add exploreFileSystem() to DaemonClient + E2E tests
- Add exploreFileSystem(agentId, path, mode) method to DaemonClient
- Sends file_explorer_request, waits for file_explorer_response
- Returns {path, mode, directory, file, error} payload
- Add 3 E2E tests:
  - "lists directory contents" - verifies entries with name, kind, size
  - "reads file contents" - verifies file object with path, kind, content
  - "returns error for non-existent path" - verifies error handling

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-25 18:17:46 +07:00
2025-12-25 11:31:56 +07:00
Description
Languages
TypeScript 98.1%
JavaScript 1.3%
Shell 0.1%
Swift 0.1%