improve¶
Description¶
Verify and improve repository structure and files.
Required Parameters:
type_of_repo (-t): Type of repository to verify (autonomy, python)
author (--author): Author of the repository
name (--name): Name of the repository
Optional Parameters:
path (-p): Path to repository to verify. (Default: current directory)
yes (-y): Auto-confirm all prompts. (Default: False)
Usage: Verify current directory: adev improve -t autonomy --author myname --name myrepo
Verify specific path:
adev improve -p /path/to/repo -t autonomy --author myname --name myrepo
Auto-confirm fixes:
adev improve -t autonomy --author myname --name myrepo -y
Notes¶
- Verifies repository structure against template
- Shows detailed verification results
- Can automatically fix differences if confirmed
- Reports pass/fail/modified/skipped counts
- Exits with error if files are modified or verification fails