The torus primitive was creating "donut" shapes that looked unrealistic.
Fixed 7 parts by replacing torus with layered cylinders:
- flywheel: Now shows proper disc with bolt holes, no ring gear torus
- first-gear through fifth-gear: Tiered cylinders with splined hub
- release-bearing: Proper cylindrical bearing stack
Added torus detection to validate-geometry.ts:
- DONUT SHAPE: Warns when torus tubeR > 15% of body radius
- DOMINANT TORUS: Warns when torus radius close to body size
All 16 gearbox parts now pass validation with scores 84-162.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Detects problematic patterns that produce visually poor results:
- First shape is subtraction/intersection (nothing to operate on)
- BREEZE BLOCK: Single base with only subtractions (invisible internal cuts)
- NO EXTERNAL FEATURES: All unions centered (looks like basic shape)
- Subtraction encompasses base shape (may hollow out completely)
- Duplicate shapes (likely copy-paste error)
- Subtraction outside base bounds (has no effect)
- Very thin shapes (may be invisible)
- Zero/negative dimensions
Smart exceptions:
- Shaft bores (long thin cylinders) don't trigger "larger than base" warning
Added --strict mode to treat warnings as errors.
Updated validate-assembly.sh to show warning count.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Added detailed clutch disc geometry:
- Dual-layer friction ring surfaces
- 8 damper spring cylinders arranged radially
- 4 spring retainer plates
- Splined hub with cross-pattern cutout
- Hub retention flange
Also fixed validate-geometry.ts to accept #RGB shorthand colors.
All 16 gearbox parts now pass complexity scoring (min 79, max 162).
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
CLI tools for fast iteration without browser:
- validate-geometry.ts: JSON schema validation
- geometry-stats.ts: Metrics and warnings (breeze block detection)
- complexity-score.ts: Visual interest scoring with breakdown
- ascii-preview.ts: Terminal-based top-down/front view
- validate-assembly.sh: Batch validate all parts
Updated 3D_GEOMETRY_AUTHORING_GUIDE.md with headless workflow section.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Documents the iterative process for creating realistic 3D part geometry:
- Visual feedback loop (view → analyze → improve)
- Schema reference for all primitive types
- Design patterns by part type (housings, gears, shafts, bearings, plates)
- Color guidelines for distinguishing features
- Key insight: external features matter, internal subtractions are invisible
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Added external features to make the gear case look like a real gearbox housing:
- Mating flange with 6 bolt bosses and bolt holes
- Two shaft bearing housings (cylindrical protrusions)
- Vertical structural ribbing
- Output shaft housing boss
- Drain plug boss
Also includes camera position fix (150,150,150) and grid size (200) for mm-scale parts.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Tab & viewer styling:
- Match dark theme with gradient accents and glow effects
- Update ThreeCanvas background to dark blue (#1a1a2e)
- Add cyan accent lighting for visual interest
- Style part selector with dark theme colors
Add geometry3d to all 16 gearbox parts:
- bell-housing: conical bell shape with bolt holes
- gear-case: rectangular housing with shaft bores
- input-shaft: splined end with bearing journal and gear
- layshaft: multiple integrated gears along shaft
- output-shaft: mainshaft with synchro hub locations
- first-gear through fifth-gear: progressively smaller gears
- synchro-hub: splined hub with external teeth
- selector-fork: Y-shaped component for synchro engagement
- flywheel, clutch-disc, pressure-plate, release-bearing (already done)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Add tabbed interface to switch between Exploded View and 3D Part View
- Create JSCAD-to-Three.js converter for CSG operations (union, subtract, intersect)
- Support cylinder, box, sphere, torus, cone geometry types with transforms
- Add ThreeCanvas component with OrbitControls for camera manipulation
- Add PartSelector sidebar for selecting parts to view in 3D
- Extend Part type with optional geometry3d array for 3D definitions
- Add geometry3d to clutch parts: flywheel, clutch-disc, pressure-plate, release-bearing
- Parts without geometry3d fall back to placeholder box
Dependencies: three, @react-three/fiber, @react-three/drei, @jscad/modeling
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- 12 parts: bell housing, input/output shafts, layshaft, 5 gears,
synchro hubs, selector forks, gear case
- Add automotive category with Ford manufacturer
- Add castAluminum material for transmission housings
- Gear ratios: 1st 3.58:1 to 5th 0.82:1 overdrive
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Migrate from vanilla JS to Next.js 15 with TypeScript
- Add Love2D-style AABB collision detection for parts
- Dynamic canvas that expands when parts collide
- UI boundary collision (horizontal rule grace margin)
- Sass styling with dark theme
- Interactive controls (explosion slider, rotation)
- Part highlighting with glow effects
- Breadcrumb navigation
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Complete manifest hierarchy for plugin discovery:
- Root level: lists all 6 languages (python, go, rust, cpp, mojo, ts)
- Language level: lists all categories per language
- Category level: lists all plugins with metadata
Structure enables programmatic plugin discovery and loading
across the multi-language workflow plugin ecosystem.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Multi-language workflow plugin system following Python's structure:
- Each plugin in its own directory with implementation + package.json
- Category-level package.json manifests listing all plugins
- Consistent interface: run(runtime, inputs) -> outputs
Languages added:
- Go: math, string, logic, list, dict, var, convert (25+ plugins)
- Rust: math, string, logic, list, convert, var (50+ functions)
- C++: header-only math, string, logic, var, convert (30+ plugins)
- Mojo: math, string, list with systems programming features
Python structure fixed:
- Reorganized flat files into plugin subdirectories
- Added package.json metadata to all 120+ plugins
- Added missing backend category (15 plugins)
- Category manifests with plugin lists
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- codegen: Visual code generation studio (React, Vite)
- packagerepo: Package repository service (Python, FastAPI)
Now 13 standalone projects in monorepo.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Added official examples from github.com/modular/modular:
- gpu-intro, gpu-functions, gpu-block-and-warp (GPU programming)
- layout_tensor, layouts (tensor operations)
- life (Conway's Game of Life)
- operators (custom operators)
- process (subprocess handling)
- python-interop (Python integration)
- testing (unit test patterns)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Replaces typthon with Mojo - a Python-superset language with:
- Strict typing with compile-time checking
- SIMD and parallel processing support
- Python interoperability
- Systems-level performance (comparable to C++)
Includes examples for:
- Basic syntax and structs
- SIMD vector operations
- Python library integration
- Performance benchmarks
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Typthon was an experiment in strictly typed Python. Mojo provides
this natively with better performance and official tooling support.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Android client for managing CapRover PaaS deployments - deploy apps,
manage containers, and monitor server status from mobile.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Python wrapper around CadQuery for simplified 3D CAD operations with
clean API for creating shapes, performing boolean operations, and
exporting to various formats.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Technical approaches covering:
- Grammar modifications for mandatory annotations
- AST-level type checking pass
- Hindley-Milner style type inference
- Subtype relations and union types
- Null safety implementation
- Helpful error messages with hints
- Bytecode optimizations using type info
- Gradual typing mode for migration
- IDE/LSP integration points
- Testing strategy for type system
Includes priority order and list of CPython files to modify.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Custom Android GitHub client built with:
- Kotlin + Jetpack Compose
- Material Design 3
- Gradle build system
Alternative to native GitHub Android app with improved UX.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Full-featured pastebin application with:
- Next.js frontend with TypeScript
- Express backend with SQLite/PostgreSQL
- Syntax highlighting for 100+ languages
- Code quality validation system
- Comprehensive accessibility (WCAG compliance)
- Docker deployment configuration
- Playwright E2E tests
- Jest unit tests
This provides a standalone web application that can be
integrated as a capability module in the Universal Platform.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- codegen: Low-code React app with JSON-driven component system
- packagerepo: Schema-driven package repository with backend/frontend
- postgres: Next.js app with Drizzle ORM and PostgreSQL
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Import SDL3CPlusPlus C++ game engine with:
- SDL3 + bgfx rendering backend
- Vulkan/Metal/DirectX shader support
- MaterialX material system
- Scene framework with ECS architecture
- Comprehensive test suite (TDD approach)
- Conan package management
- CMake build system
This provides the native C++ foundation for the Universal Platform's
Game and 3D capability modules.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Update CLAUDE.md with the Universal Platform architecture vision:
- Add new "Universal Platform Vision" section at top
- Include full system architecture diagram showing:
- Three frontends (CLI, Qt6, Web) connected via Frontend Bus
- MetaBuilder Core subsystems (State Machine, Command Bus, Event Stream, etc.)
- 10 capability module categories (Code, Graphics, 3D, Media, System, Game, Data, Docs, Comms, AI)
- Runtime layer (Native, WASM, Workflow, GPU)
- Map existing components to architecture layers
- List planned core subsystems with status
- Update project status to reflect Universal Platform direction
- Link to full architecture doc at docs/UNIVERSAL_PLATFORM_ARCHITECTURE.md
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>