- Add EnvInspectExecutor to read ENV files and return key-value pairs - Add FileInspectExecutor to read portions of text files (up to 1MB) - Add FileExecutor tests including /opt/letsbe/config path verification - Register new executors in EXECUTOR_REGISTRY 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| base.py | ||
| composite_executor.py | ||
| docker_executor.py | ||
| echo_executor.py | ||
| env_inspect_executor.py | ||
| env_update_executor.py | ||
| file_executor.py | ||
| file_inspect_executor.py | ||
| playwright_executor.py | ||
| shell_executor.py | ||