refactor: consolidate test-iso.sh and monitor-build.sh into run.sh

- Merged VM testing functions into run.sh (test:iso commands)
- Merged build monitoring into run.sh (monitor command)
- Updated tests to reference ./run.sh test:iso instead of ./test-iso.sh
- Updated documentation (README.md, AGENTS.md, STATUS.md)
- Removed standalone scripts per project cleanup

💘 Generated with Crush

Assisted-by: GLM-4.7 via Crush <crush@charm.land>
This commit is contained in:
Charles N Wyble
2026-02-17 15:22:21 -05:00
parent 3b5558c031
commit d9f2f02138
12 changed files with 487 additions and 447 deletions

View File

@@ -377,6 +377,6 @@ All tests (except VM tests) run inside Docker container:
---
**Last Updated**: 2026-01-28
**Last Updated**: 2026-02-17
**Test Framework**: BATS v1.x
**Coverage Tool**: Manual assessment

View File

@@ -72,8 +72,9 @@ partman-crypto/use-luks2 boolean true
**Configuration**:
```bash
passwd/user-password password knelfootballtier0secure2026!
passwd/root-password password knelfootballtier0secure2026!
# Passwords are prompted during installation (not hardcoded)
passwd/user-password-crypted string !
passwd/root-password-crypted string !
```
### 1.3 Password Complexity - MANDATORY ✅