Skip to content

Container-first validation: remove fallbacks, fill check gaps#443

Merged
wphillipmoore merged 1 commit into
developfrom
chore/442-container-first-validation
Mar 5, 2026
Merged

Container-first validation: remove fallbacks, fill check gaps#443
wphillipmoore merged 1 commit into
developfrom
chore/442-container-first-validation

Conversation

@wphillipmoore

Copy link
Copy Markdown
Collaborator

Summary

  • Remove fallback docker run blocks from all dev scripts
  • Add uv sync --check, uv lock --check, and pip-licenses to audit.sh
  • Require docker-test on PATH with clear error message

Test plan

  • Run scripts/dev/test.sh — tests pass in container
  • Run scripts/dev/audit.sh — sync check, lock check, pip-audit, pip-licenses all run
  • Verify clear error when docker-test not on PATH

Closes #442

🤖 Generated with Claude Code

Remove fallback docker run blocks from dev scripts. Require docker-test
on PATH. Add uv sync --check, uv lock --check, and pip-licenses to
audit.sh for parity with validate-local-python.

Closes #442

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@wphillipmoore wphillipmoore enabled auto-merge (squash) March 5, 2026 18:56
@wphillipmoore wphillipmoore merged commit 51c931b into develop Mar 5, 2026
16 checks passed
@wphillipmoore wphillipmoore deleted the chore/442-container-first-validation branch March 5, 2026 18:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Container-first validation: remove fallbacks, fill check gaps

1 participant