Goal
Update build/test/lint automation to target the new Go subtree layout without breaking existing workflows.
Scope
- Update
Makefile targets and path assumptions.
- Update CI jobs to run checks against moved package structure.
- Keep current platform behavior and shim integration unchanged.
Acceptance Criteria
make test, make lint, and test-all remain green.
- CI workflows pass across configured OS matrix.
- No regressions in release pipeline inputs from layout changes.
Goal
Update build/test/lint automation to target the new Go subtree layout without breaking existing workflows.
Scope
Makefiletargets and path assumptions.Acceptance Criteria
make test,make lint, andtest-allremain green.