Commit graph

2 commits

Author SHA1 Message Date
jedarden
3885fddbd8 docs(notes): correct acceptance-test file count in spaxel-build inventory (bf-1yeh)
mothership/test/acceptance/ has 7 as*_test.go files (as1..as7), not 9.
Total .go files = 10 (7 as* + integration_test + io_install_upgrade_test
+ test_helpers). Verified by ls.

Co-Authored-By: Claude <noreply@anthropic.com>
2026-07-04 09:36:38 -04:00
jedarden
2f12a4d1d1 docs(notes): add spaxel-build WorkflowTemplate path inventory (bf-1yeh)
Appendix A to ci-test-sim-reference-map.md: line-by-line path inventory
of the spaxel-build WorkflowTemplate. Every Go step runs with cwd=mothership,
so ./cmd/sim (L385), ./cmd/mothership (L392), and ./test/acceptance/ (L400)
all resolve under the mothership module. Confirms the template references
none of: root cmd/sim, root test/acceptance, tests/e2e/run.sh, or
mothership/tests/e2e/e2e_test.go (the latter only transitively compile-
covered by go test ./...).

Co-Authored-By: Claude <noreply@anthropic.com>
2026-07-04 09:17:14 -04:00