letsbe-sysadmin/tests/executors
Matt e8eae5a8e0 Add ENV_INSPECT and FILE_INSPECT executors with tests
- 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>
2025-12-04 00:47:08 +01:00
..
__init__.py Initial commit: SysAdmin Agent with executors 2025-12-03 11:05:54 +01:00
test_composite_executor.py Initial commit: SysAdmin Agent with executors 2025-12-03 11:05:54 +01:00
test_docker_executor.py Initial commit: SysAdmin Agent with executors 2025-12-03 11:05:54 +01:00
test_env_inspect_executor.py Add ENV_INSPECT and FILE_INSPECT executors with tests 2025-12-04 00:47:08 +01:00
test_env_update_executor.py Initial commit: SysAdmin Agent with executors 2025-12-03 11:05:54 +01:00
test_file_executor.py Add ENV_INSPECT and FILE_INSPECT executors with tests 2025-12-04 00:47:08 +01:00
test_file_inspect_executor.py Add ENV_INSPECT and FILE_INSPECT executors with tests 2025-12-04 00:47:08 +01:00