Cross-platform recursive file copying library that replicates Unix 'cp -R' command functionality
Agent Success
Agent success rate when using this tile
66%
Improvement
Agent success rate improvement when using this tile compared to baseline
1x
Baseline
Agent success rate without this tile
66%
Generated
Agent Claude Code
Scenario 1
Delete destination tree before copying (deleteFirst)
Scenario 2
Overwrite control when targets already exist
Scenario 3
CLI command for cross-platform recursive copy
Scenario 4
Error when no files remain after filtering (No files to copy)
Scenario 5
Post-copy stat confirmation of copied paths (confirm)
Scenario 6
Create missing directories and preserve file permissions
Scenario 7
Copy empty directories without removing existing siblings
Scenario 8
Filter paths before copying (RegExp or predicate function)
Scenario 9
Recursive copy of directories/files with destination list
Scenario 10
Single-file copy with trailing separator treated as directory
tessl i tessl/npm-cpr@3.0.0