You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: session notes, updated TODO and CHANGELOG for Phase 1 Lab 01 completion
- IT-STACK-TODO.md: mark Phases 1-4 complete, Phase 5-7 scaffold complete,
Lab 01 done for all 5 Phase 1 modules (4%), add direction decision table
- CHANGELOG.md: add v0.7.0 entry (Ansible roles, Lab 01 content, CI fixes)
- SESSION-2026-02-27.md: verbose session notes covering Ansible role
architecture, per-module Lab 01 design decisions, all 8 CI bugs with
root cause analysis, development guide, and Lab 02 sprint plan
- Fixed `Validate Docker Compose files` step: was globbing all 6 files including scaffolds with `$firstPort` placeholders → now validates `standalone.yml` strictly, others with `--no-interpolate || warn`
54
+
- Fixed smoke test script name: was `test-lab-01.sh` (generic) → now `test-lab-XX-01.sh` (module-numbered)
55
+
- Fixed `((PASS++))` post-increment with `set -euo pipefail`: post-increment returns old value (0 on first call = falsy = `set -e` exits) → changed to `((++PASS))` pre-increment
0 commit comments