The project has no runtime or compile-time secrets (offline desktop
tool, no DB/API keys), so the secret/ folder held only example launch
scripts that were never used. Remove it and the related .gitignore
rules; trim references in ARCHITECTURE.md and CLAUDE.md.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
- Gizmo now renders in a separate transparent Viewport3D overlaid on
the main view, so the manipulator is never occluded inside solid
parts and is always grabbable from any angle
- Overlay camera follows the main camera (position/dir/FOV/near-far)
on every change; raw Viewport3D lets empty-area clicks pass through
so orbit / zoom / measurement still work; IsHitTestVisible bound to
GizmoEnabled. Mouse-up handled on the overlay (handledEventsToo),
with _gizmoBakePending guarding against double-bake
- Window title shows version (STPViewer V0.3.1)
- Remove the two test STEP models from the repo (customer part
numbers) -> moved to For_AI/ (gitignored); add *.stp/*.step to
.gitignore so CAD files never get committed again
- Docs updated (ARCHITECTURE Phase 11, CLAUDE.md, README)
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>