Go to file
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
.claude Fix docker volume mounts for host directory access 2025-12-03 15:20:07 +01:00
app Add ENV_INSPECT and FILE_INSPECT executors with tests 2025-12-04 00:47:08 +01:00
tests Add ENV_INSPECT and FILE_INSPECT executors with tests 2025-12-04 00:47:08 +01:00
.gitignore Initial commit: SysAdmin Agent with executors 2025-12-03 11:05:54 +01:00
CLAUDE.md Initial commit: SysAdmin Agent with executors 2025-12-03 11:05:54 +01:00
Dockerfile Download Docker Compose plugin directly from GitHub 2025-12-03 16:35:51 +01:00
docker-compose.yml Fix docker volume mounts for host directory access 2025-12-03 15:20:07 +01:00
pytest.ini Initial commit: SysAdmin Agent with executors 2025-12-03 11:05:54 +01:00
requirements.txt Initial commit: SysAdmin Agent with executors 2025-12-03 11:05:54 +01:00