# QUALITY CHECK dev-0.7.2

## Scope

Module filename standardization for UnifiedControl.

## Checks

- Renamed `scripts/` JavaScript module files from PascalCase to `lower_snake_case.js`.
- Updated AMD dependency path literals in runtime modules.
- Updated Demo HTML inline AMD references.
- Updated docs and package metadata references.
- Verified that JavaScript class names remain unchanged.
- Verified that no PascalCase `.js` files remain under `scripts/` except language resource names that are already lowercase.
- Verified JavaScript syntax with `node --check` for all runtime modules.

## Notes

The public AMD entry remains `scripts/main.js`. Host and application packages should normally depend on `UnifiedControl/main`, not internal module files. When internal extension modules are needed, module ids must use lower_snake_case paths.
