4 Commits

Author SHA1 Message Date
architeur
212e5a7844 Restructure documentation for context compacting
- CLAUDE.md: Only essential work instructions
- ARCHITECTURE.md: Technical details and tool list
- HANDOVER.md: Session state and next tasks

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-29 22:54:03 +01:00
architeur
873fba3f76 Add GH documentation tools, GIS import, terrain analysis
New Grasshopper tools:
- grasshopper_delete_component: Remove components from canvas
- grasshopper_add_group: Add comment groups around components
- grasshopper_add_scribble: Add text annotations
- grasshopper_rename_component: Rename component nicknames

New GIS/Terrain tools:
- rhino_import_geotiff: Import GeoTIFF as heightfield mesh
- rhino_import_shapefile: Import ESRI Shapefiles
- rhino_import_xyz: Import XYZ point clouds
- rhino_transform_coordinates: Offset/transform coordinates
- rhino_get_bounding_box: Get object bounds
- rhino_create_grid: Create survey grids
- rhino_create_site_section: Generate terrain profiles
- rhino_calculate_area_volume: Calculate cut/fill volumes

Added:
- CLAUDE.md: Project documentation with dev guidelines
- install.bat: Windows installer script
- MeshTerrainHandler.cs: Separate handler for mesh/terrain/GIS

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-29 22:44:43 +01:00
architeur
f9d6715056 Fix build errors for .NET 7.0 / Rhino 9 WIP
- Target .NET 7.0 for Rhino 9 WIP compatibility
- Fix Sphere volume calculation (manual formula)
- Fix BooleanDifference API signature
- Replace IGH_BakeAwareObject with IGH_GeometricGoo for baking
- Fix anonymous type declarations in GrasshopperHandler

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-29 21:19:27 +01:00
architeur
e066f9fce5 Initial commit: RhinoMCP project structure
- MCP Server (Python) with full tool definitions for Rhino/Grasshopper
- Rhino Plugin (C#) with HTTP server for command execution
- Support for geometry creation, manipulation, boolean operations
- Grasshopper integration: sliders, toggles, components, connections
- MIT License, README with architecture documentation

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-29 21:09:28 +01:00