Skip to main content

Post-Reorganization Validation Hook

Validates project structure after reorganization operations. Checks for broken references and validates against standards.

Usage: python post-reorganization-validate.py [--strict]

File: post-reorganization-validate.py

Classes

Colors

No description

Functions

check_readme_coverage(path)

Check README coverage in directories.

check_broken_links(path)

Check for broken markdown links.

check_stray_files(path)

Check for stray files at root.

check_required_files(path)

Check for required files.

main()

No description

Usage

python post-reorganization-validate.py