// Integration tests for cleanup module
// Note: The cleanup function is internal to alef-cli, so we test
// its behavior through the public API by running alef generate.
#[test]
fn test_integration_imports() {
// This test verifies the binary can be compiled with the cleanup module.
// The actual cleanup behavior is tested through e2e tests with real kreuzberg project.
}