Skip to content

refactor(capture): extract assembly record builders#610

Merged
w1ne merged 1 commit into
developfrom
codex/assembly-record-builders
Jul 9, 2026
Merged

refactor(capture): extract assembly record builders#610
w1ne merged 1 commit into
developfrom
codex/assembly-record-builders

Conversation

@w1ne

@w1ne w1ne commented Jul 9, 2026

Copy link
Copy Markdown
Owner

Summary

  • Extract assembly feature record construction and solved-pose validation from CaptureSession into src/modeling/capture/assemblyFeatureRecords.ts
  • Keep CaptureSession responsible for session membership/kind validation and shape registration only
  • Add byte-stability, regression, and architecture-boundary coverage for assembly record builders

Verification

  • npm test -- tests/unit/capture/assemblyFeatureRecords.test.ts tests/unit/assemblies/assemblyCapture.test.ts tests/unit/assemblies/subAssemblyComposition.test.ts src/modeling/mates/validator.test.ts tests/integration/lowering/sceneAssemblyModel.test.ts tests/integration/lowering/coloredPosedAssembly.test.ts src/modeling/capture/posesGate.test.ts src/modeling/mates/poseEnvelope.test.ts src/modeling/mates/workspaceReachability.test.ts tests/integration/lowering/sceneBackendEmission.test.ts tests/integration/lowering/sceneMultiMesh.test.ts tests/unit/kernel/architectureBoundary.test.ts
  • npm run typecheck
  • npx eslint src/modeling/capture/captureSession.ts src/modeling/capture/assemblyFeatureRecords.ts tests/unit/capture/assemblyFeatureRecords.test.ts
  • npx depcruise --config .dependency-cruiser.cjs --output-type json src/modeling/capture/assemblyFeatureRecords.ts

No docs or generated assets changed.

@w1ne w1ne merged commit 15c77ba into develop Jul 9, 2026
13 checks passed
@w1ne w1ne deleted the codex/assembly-record-builders branch July 9, 2026 23:14
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.

1 participant