Create and share 3D architectural projects.
This report presents the forensic synthetic code analysis of pascalorg/editor, a TypeScript project with 20,622 GitHub stars. SynthScan v2.0 examined 399,926 lines of code across 1762 source files, recording 1447 pattern matches distributed across 7 syntactic categories. The overall adjusted score of 4.3 places this repository in the Likely human-written band.
The scanner applied 160+ deterministic lexical heuristics, multi-line block detectors, abstract syntax tree depth profilers, and a cross-file Jaccard similarity matrix to construct a statistically normalised synthetic code estimate. All matches are individually weighted by severity coefficient and contextual multiplier before summation, and the resulting headline score is temporally discounted to account for the repository's development history relative to the commercial emergence of large language model coding tooling (November 2022 onward).
This chart maps the temporal evolution of the adjusted synthetic code score across successive scan runs. An upward trajectory indicates ongoing incorporation of AI-generated code or expanding LLM-assisted scaffolding; a stable or declining trajectory may reflect active human refactoring, code removal, or the adoption of stricter authorship policies. The dashed secondary line (right axis) independently tracks total raw pattern hit count, which can diverge from the normalised score when codebase size changes significantly between scans.
Classifies detected patterns by their diagnostic confidence and structural impact. CRITICAL patterns (coefficient 10) represent definitive synthetic signatures — hallucinated imports, explicit LLM attribution metadata — virtually never produced by human authors. HIGH (5) indicates strong structural tells such as cross-file repetition or cross-linguistic idioms. MEDIUM (2) covers recognisable conversational padding and AI-specific vocabulary. LOW (1) captures subtle indicators like tautological comments and generic boilerplate that require density to carry independent signal.
This horizontal bar chart decomposes the repository's raw synthetic code score by top-level directory, allowing you to pinpoint precisely which modules or components carry the highest AI authorship density. Directories with disproportionately high scores relative to their size warrant targeted manual review: concentrated AI signatures often trace back to mass-generated configuration layers, auto-ported test suites, LLM-scaffolded boilerplate classes, or entire subsystems authored under heavy copilot assistance. Use this view to prioritise your human code-review effort.
The scanner identified 1447 distinct pattern matches across 7 syntactic categories. Each entry below represents a discrete location in the source code where the engine recorded a statistically significant AI authorship indicator. Expand any category row to inspect the individual file paths, line numbers, code snippets, and the lexical context (CODE, COMMENT, or STRING) in which each match was detected.
Reading the findings table: The Severity column indicates the diagnostic confidence level (CRITICAL / HIGH / MEDIUM / LOW). The Context column identifies whether the match occurred inside executable code, an inline comment, or a string literal — comment-context matches receive a ×1.5 weight because LLMs systematically over-annotate. The ⚡ bolt icon marks clustered matches: three or more patterns within a 10-line window, each receiving an additional ×1.5 density multiplier as dense clusters constitute far stronger evidence of synthetic authorship than isolated hits.
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | packages/core/src/material-library.ts | 4169 | function notifyDynamicLibraryChange(): void { | CODE |
| LOW⚡ | packages/core/src/material-library.ts | 4184 | export function unregisterLibraryMaterials(ids: string[]): void { | CODE |
| LOW⚡ | packages/core/src/material-library.ts | 4192 | export function getDynamicLibraryMaterials(): MaterialCatalogItem[] { | CODE |
| LOW⚡ | packages/core/src/material-library.ts | 4196 | export function subscribeLibraryMaterials(listener: () => void): () => void { | CODE |
| LOW⚡ | packages/core/src/material-library.ts | 4203 | export function getLibraryMaterialsVersion(): number { | CODE |
| LOW | packages/core/src/material-library.ts | 4231 | export function getLibraryMaterialIdFromRef(materialRef?: string | null) { | CODE |
| LOW | packages/core/src/material-library.ts | 4237 | export function getSceneMaterialIdFromRef(materialRef?: string | null): string | null { | CODE |
| LOW | packages/core/src/utils/clone-scene-graph.test.ts | 81 | function sceneWithControlledDimensions(): SceneGraph { | CODE |
| LOW | packages/core/src/schema/nodes/dormer.ts | 116 | export function getEffectiveDormerSurfaceMaterial( | CODE |
| LOW | packages/core/src/schema/nodes/ridge-vent.ts | 76 | export function getRidgeVentLinesForSegment(segment: RoofSegmentNode): RidgeVentLine[] { | CODE |
| LOW | packages/core/src/schema/nodes/ridge-vent.ts | 230 | export function createDefaultRidgeVentsForSegment(segment: RoofSegmentNode): RidgeVentNode[] { | CODE |
| LOW | …ckages/core/src/schema/nodes/construction-dimension.ts | 132 | export function resolveConstructionDimensionDrawingPresentation( | CODE |
| LOW | …ckages/core/src/schema/nodes/construction-dimension.ts | 143 | export function resolveConstructionDimensionDrawingOverride( | CODE |
| LOW | …ckages/core/src/schema/nodes/construction-dimension.ts | 154 | export function setConstructionDimensionDrawingPresentation( | CODE |
| LOW | …ckages/core/src/schema/nodes/construction-dimension.ts | 172 | export function setConstructionDimensionDrawingSuppressedSegments( | CODE |
| LOW⚡ | …ckages/core/src/schema/nodes/construction-dimension.ts | 188 | export function constructionDimensionRequiredAnchorCount(mode: ConstructionDimensionMode): number { | CODE |
| LOW⚡ | …ckages/core/src/schema/nodes/construction-dimension.ts | 192 | function isDefaultConstructionDimensionDrawingOverride( | CODE |
| LOW⚡ | …ckages/core/src/schema/nodes/construction-dimension.ts | 201 | function normalizeSuppressedSegmentIndexes(indexes: readonly number[]): number[] { | CODE |
| LOW | packages/core/src/schema/nodes/roof-segment.ts | 457 | function getPrimarySlopeRiseFraction(input: PitchInputs & ShapeRatios): number { | CODE |
| LOW | packages/core/src/schema/nodes/roof-segment.ts | 531 | export function getRoofSegmentVisibleTopBounds( | CODE |
| LOW | packages/core/src/schema/nodes/roof-segment.ts | 672 | export function getPitchFromActiveRoofHeight(input: PitchInputs & { roofHeight: number }): number { | CODE |
| LOW | packages/core/src/schema/nodes/roof-segment.ts | 691 | function getLegacyRoofSegmentSurfaceMaterial( | CODE |
| LOW | packages/core/src/schema/nodes/roof-segment.ts | 706 | export function getEffectiveSegmentSurfaceMaterial( | CODE |
| LOW | packages/core/src/schema/nodes/roof-segment.ts | 750 | export function hasSegmentMaterialOverride(node: RoofSegmentNode): boolean { | CODE |
| LOW | packages/core/src/schema/nodes/roof.ts | 43 | function getLegacyRoofSurfaceMaterial(node: RoofNode): RoofSurfaceMaterialSpec { | CODE |
| LOW | packages/core/src/schema/nodes/roof.ts | 50 | export function getEffectiveRoofSurfaceMaterial( | CODE |
| LOW | packages/core/src/schema/nodes/roof-segment-walls.ts | 238 | export function segmentPointToRoofWallFace( | CODE |
| LOW | packages/core/src/schema/nodes/roof-segment-walls.ts | 352 | export function getMaxRoofRectWidthFromAnchor( | CODE |
| LOW | packages/core/src/schema/nodes/roof-segment-walls.ts | 377 | export function getMaxRoofRectHeightFromAnchor( | CODE |
| LOW | packages/core/src/schema/nodes/wall.ts | 262 | function getWallFaceBandSlotsForCount( | CODE |
| LOW | packages/core/src/schema/nodes/wall.ts | 278 | function getWallFaceBandDefaultSlot(slotId: WallBandSurfaceSlotId): string { | CODE |
| LOW | packages/core/src/schema/nodes/wall.ts | 293 | export function buildWallFaceBandCountPatch( | CODE |
| LOW | packages/core/src/schema/nodes/wall.ts | 344 | export function buildEnabledWallFaceBandPatch( | CODE |
| LOW | packages/core/src/schema/nodes/wall.ts | 350 | export function getWallSurfaceSideFromBandSlot(slotId: string): WallSurfaceSide | null { | CODE |
| LOW | packages/core/src/schema/nodes/wall.ts | 385 | function getConfiguredWallSurfaceMaterial( | CODE |
| LOW | packages/core/src/schema/nodes/wall.ts | 406 | export function getEffectiveWallSurfaceMaterial( | CODE |
| LOW | packages/core/src/schema/nodes/wall.ts | 421 | export function getWallSurfaceMaterialSignature(spec: WallSurfaceMaterialSpec): string { | CODE |
| LOW | packages/core/src/schema/nodes/stair.ts | 97 | function getLegacyStairSurfaceMaterial(node: StairNode): StairSurfaceMaterialSpec { | CODE |
| LOW | packages/core/src/schema/nodes/stair.ts | 104 | export function getEffectiveStairSurfaceMaterial( | CODE |
| LOW | …ages/core/src/hooks/spatial-grid/support-host-patch.ts | 77 | export function resolveWallSupportSlabPatch( | CODE |
| LOW | …ages/core/src/hooks/spatial-grid/support-host-patch.ts | 140 | export function resolveMovedWallSupportSlabPatch( | CODE |
| LOW | …ages/core/src/hooks/spatial-grid/support-host-patch.ts | 201 | export function resolveFenceSupportSlabPatch( | CODE |
| LOW | …kages/core/src/hooks/spatial-grid/spatial-grid-sync.ts | 240 | export function markLevelHeightDependents( | CODE |
| LOW | …kages/core/src/hooks/spatial-grid/spatial-grid-sync.ts | 327 | export function markTerrainSupportDependents( | CODE |
| LOW | …kages/core/src/hooks/spatial-grid/spatial-grid-sync.ts | 372 | export function markCoveringDependentsBelow( | CODE |
| LOW | …es/core/src/hooks/spatial-grid/spatial-grid-manager.ts | 1229 | export function getWallBaseElevationForNodes( | CODE |
| LOW | …es/core/src/hooks/spatial-grid/spatial-grid-manager.ts | 1254 | export function getWallEffectiveHeightForNodes( | CODE |
| LOW | packages/core/src/lib/measurement-geometry.ts | 34 | export function measurementAnchorFallback(anchor: MeasurementAnchor): MeasurementPoint { | CODE |
| LOW | packages/core/src/lib/measurement-geometry.ts | 76 | function closestPointOnMeasurementSegment( | CODE |
| LOW | packages/core/src/lib/measurement-geometry.ts | 104 | export function closestMeasurementFeatureBinding( | CODE |
| LOW | packages/core/src/lib/measurement-geometry.ts | 176 | export function remapMeasurementReferences( | CODE |
| LOW | packages/core/src/lib/measurement-geometry.ts | 217 | export function remapConstructionDimensionReferences( | CODE |
| LOW | packages/core/src/lib/measurement-geometry.ts | 232 | export function measurementAnchorReferenceNodeIds( | CODE |
| LOW | packages/core/src/lib/measurement-geometry.ts | 242 | export function measurementReferenceNodeIds(measurement: MeasurementPayload): AnyNodeId[] { | CODE |
| LOW | packages/core/src/lib/measurement-geometry.ts | 280 | export function areMeasurementPointsCoplanar( | CODE |
| LOW | packages/core/src/lib/door-operation.ts | 33 | export function getGarageVisibleOpeningRatio( | CODE |
| LOW | packages/core/src/lib/space-detection.ts | 297 | function pointDistanceToPolygonBoundary(point: Point2D, polygon: Point2D[]) { | CODE |
| LOW | packages/core/src/lib/space-detection.ts | 355 | function autoRoomVerticalPlacements( | CODE |
| LOW | packages/core/src/lib/space-detection.ts | 439 | function sampleWallPointsForRoomDetection( | CODE |
| LOW | packages/core/src/lib/space-detection.ts | 491 | function splitStraightWallAtVertices(start: Point2D, end: Point2D, vertices: Point2D[]) { | CODE |
| 1091 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | packages/core/src/registry/types.ts | 11 | // ─── GeometryContext ───────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/core/src/registry/types.ts | 165 | // ─── FloorplanPalette ──────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/core/src/registry/types.ts | 204 | // ─── FloorplanGeometry ─────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/core/src/registry/types.ts | 265 | // ─── NodePort ──────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/core/src/registry/types.ts | 299 | // ─── ToolHint ──────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/core/src/registry/types.ts | 703 | // ─── FloorplanAffordance ───────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/core/src/registry/types.ts | 779 | // ─── FloorplanMoveTarget ───────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/core/src/registry/types.ts | 860 | // ─── Plugin manifest ───────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/core/src/registry/types.ts | 868 | // ─── NodeDefinition ────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/core/src/registry/types.ts | 1331 | // ─── Keyboard actions ──────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/core/src/registry/types.ts | 1366 | // ─── Presentation (tool palette + UI surface) ──────────────────────── | COMMENT |
| MEDIUM | packages/core/src/registry/types.ts | 1461 | // ─── Capabilities ──────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/core/src/registry/types.ts | 2096 | // ─── Relations ─────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/core/src/registry/types.ts | 2105 | // ─── ParametricDescriptor ──────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/core/src/registry/types.ts | 2231 | // ─── Affordance ────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/core/src/registry/types.ts | 2244 | // ─── DragAction primitive ──────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/core/src/registry/types.ts | 2261 | // ─── SceneApi ──────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/core/src/registry/types.ts | 2302 | // ─── Registry surface ──────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/core/src/services/validate-dwv.ts | 92 | // ── Per-segment slope (waste only) ────────────────────────────── | COMMENT |
| MEDIUM | packages/core/src/services/validate-dwv.ts | 128 | // ── Component-scoped trap rules ────────────────────────────────── | COMMENT |
| MEDIUM | packages/core/src/services/snap.ts | 21 | // ─── Grid snap ──────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/core/src/services/snap.ts | 86 | // ─── Angle snap ─────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/core/src/services/snap.ts | 164 | // ─── Top-level SnapServices facade ──────────────────────────────────── | COMMENT |
| MEDIUM | packages/core/src/services/alignment.ts | 258 | // ─── Anchor extractors (pure) ───────────────────────────────────────── | COMMENT |
| MEDIUM | packages/nodes/src/gutter/profile-geometry.ts | 35 | // ─── Outlet cross-section shape ────────────────────────────────────── | COMMENT |
| MEDIUM | packages/nodes/src/gutter/geometry.ts | 434 | // ─── Hangers ─────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/nodes/src/gutter/geometry.ts | 509 | // ─── Outlet ──────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/nodes/src/gutter/length-snap.ts | 191 | // ─── Segment-frame ↔ roof-frame transform ──────────────────────────── | COMMENT |
| MEDIUM | packages/nodes/src/solar-panel/geometry.ts | 193 | // ─── Layout helpers (used by the inspector / placement tool) ───────── | COMMENT |
| MEDIUM | packages/nodes/src/column/floorplan.ts | 244 | // ── Inlined helpers from legacy floorplan-panel.tsx ─────────────────── | COMMENT |
| MEDIUM | packages/nodes/src/shared/auto-fitting.ts | 183 | // ─── Tee taps (branch off a trunk's body) ──────────────────────────── | COMMENT |
| MEDIUM | packages/nodes/src/shared/auto-fitting.ts | 347 | // ─── Cross taps (drawn run passes THROUGH a trunk's body) ──────────── | COMMENT |
| MEDIUM | packages/nodes/src/shared/auto-fitting.ts | 666 | // ─── DWV pipe joints ───────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/nodes/src/shared/roof-surface.ts | 12 | // ─── Roof-surface helpers ──────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/nodes/src/shared/roof-surface.ts | 510 | // ─── Quaternion helper ─────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/nodes/src/shared/ports.ts | 73 | // ─── Run-body hits ─────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/nodes/src/turbine-vent/geometry.ts | 52 | // ─── Public builders ───────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/nodes/src/turbine-vent/geometry.ts | 123 | // ─── Vane profile ──────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/nodes/src/turbine-vent/geometry.ts | 198 | // ─── Primitive builders ────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/nodes/src/turbine-vent/geometry.ts | 292 | // ─── Geometry plumbing ─────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/nodes/src/eyebrow-vent/geometry.ts | 63 | // ─── Style: scoop (the eyebrow) ─────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/nodes/src/eyebrow-vent/geometry.ts | 102 | // ─── Style: half-round (D-shaped louver vent) ───────────────────────────── | COMMENT |
| MEDIUM | packages/nodes/src/eyebrow-vent/geometry.ts | 142 | // ─── Style: slant-box (low hooded box) ──────────────────────────────────── | COMMENT |
| MEDIUM | packages/nodes/src/eyebrow-vent/geometry.ts | 209 | // ─── Louver helpers ─────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/nodes/src/eyebrow-vent/geometry.ts | 347 | // ─── Primitives ─────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/nodes/src/eyebrow-vent/geometry.ts | 402 | // ─── Winding-safe primitives ───────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/nodes/src/window/move-tool.tsx | 710 | // ── Roof-segment wall faces ───────────────────────────────────── | COMMENT |
| MEDIUM | packages/nodes/src/window/tool.tsx | 516 | // ── Direct wall-mesh hover ────────────────────────────────────── | COMMENT |
| MEDIUM | packages/nodes/src/window/tool.tsx | 588 | // ── Floor free-follow ─────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/nodes/src/window/tool.tsx | 608 | // ── Roof-segment wall faces ───────────────────────────────────── | COMMENT |
| MEDIUM | packages/nodes/src/chimney/geometry.ts | 105 | // ─── Body ──────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/nodes/src/chimney/geometry.ts | 177 | // ─── Cap ───────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/nodes/src/chimney/geometry.ts | 250 | // ─── Flues ─────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/nodes/src/chimney/geometry.ts | 324 | // ─── Cricket ───────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/nodes/src/chimney/geometry.ts | 421 | // ─── Bands ─────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/nodes/src/chimney/geometry.ts | 482 | // ─── Helpers ───────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/nodes/src/shelf/geometry.ts | 138 | // ─── Style helpers ─────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/nodes/src/shelf/geometry.ts | 378 | // ─── Shared helpers ────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/nodes/src/cupola/geometry.ts | 84 | // ─── Body / cornice / base ─────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/nodes/src/cupola/geometry.ts | 106 | // ─── Louvers ───────────────────────────────────────────────────────── | COMMENT |
| 75 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | tooling/release/release.sh | 1 | #!/usr/bin/env bash | COMMENT |
| LOW | packages/core/src/utils/heal-scene-graph.ts | 1 | // Repairs scene-graph corruption that pre-dates the source fixes, so existing | COMMENT |
| LOW | packages/core/src/schema/nodes/item.ts | 81 | name: z.string(), | COMMENT |
| LOW | packages/core/src/schema/nodes/item.ts | 141 | // (ItemSystem's wall-side push applies the same way); the renderer | COMMENT |
| LOW | packages/core/src/schema/nodes/eyebrow-vent.ts | 21 | width: z.number().default(0.5), | COMMENT |
| LOW | packages/core/src/schema/nodes/duct-segment.ts | 21 | type: nodeType('duct-segment'), | COMMENT |
| LOW | packages/core/src/schema/nodes/duct-segment.ts | 41 | // the horizontal plane, so its profile stays continuous through the | COMMENT |
| LOW | packages/core/src/schema/nodes/duct-fitting.ts | 41 | // XYZ euler radians. | COMMENT |
| LOW | packages/core/src/schema/nodes/door.ts | 61 | wallId: z.string().optional(), | COMMENT |
| LOW | packages/core/src/schema/nodes/gutter.ts | 41 | // to tilt for a custom run. | COMMENT |
| LOW | packages/core/src/schema/nodes/roof-segment.ts | 101 | position: z.tuple([z.number(), z.number(), z.number()]).default([0, 0, 0]), | COMMENT |
| LOW | packages/core/src/schema/nodes/downspout.ts | 21 | gutterId: z.string().optional(), | COMMENT |
| LOW | packages/core/src/schema/nodes/downspout.ts | 41 | // escape hatch when the auto-routed wall position doesn't match the | COMMENT |
| LOW | packages/core/src/schema/nodes/turbine-vent.ts | 21 | diameter: z.number().default(0.32), | COMMENT |
| LOW | packages/core/src/schema/nodes/wall.ts | 141 | interiorMaterialPreset: z.string().optional(), | COMMENT |
| LOW | packages/core/src/schema/nodes/fence.ts | 21 | // (>= 2 points) the fence centerline is a smooth Catmull-Rom curve through | COMMENT |
| LOW | packages/core/src/schema/nodes/box-vent.ts | 21 | COMMENT | |
| LOW | packages/core/src/schema/nodes/duct-terminal.ts | 21 | position: z.tuple([z.number(), z.number(), z.number()]).default([0, 0, 0]), | COMMENT |
| LOW | packages/core/src/schema/nodes/shelf.ts | 81 | bracketStyle: z.enum(['minimal', 'industrial', 'hidden']).default('minimal'), | COMMENT |
| LOW | …ore/src/hooks/spatial-grid/pointer-support-cap.test.ts | 261 | // move an item over the deck near its far edge with an angled camera. | COMMENT |
| LOW | packages/core/src/registry/types.ts | 261 | */ | COMMENT |
| LOW | packages/core/src/registry/types.ts | 701 | } | COMMENT |
| LOW | packages/core/src/registry/types.ts | 781 | // Kind-specific 2D move-on-floorplan handler. Distinct from | COMMENT |
| LOW | packages/core/src/registry/subtree.ts | 1 | import { | COMMENT |
| LOW | packages/core/src/registry/handles.ts | 1 | // In-world resize / move arrow descriptors. Each `NodeDefinition` may | COMMENT |
| LOW | packages/core/src/services/opening-guides.ts | 1 | // Proximity / alignment guides for wall-hosted openings (doors, windows). | COMMENT |
| LOW | packages/core/src/services/alignment.ts | 161 | return { guides: result.guides, snap: { dx: dxL, dz: dzL } } | COMMENT |
| LOW | packages/core/src/store/use-scene.ts | 641 | mintedMaterials: Record<SceneMaterialId, SceneMaterial> | COMMENT |
| LOW | packages/core/src/store/use-scene.ts | 921 | COMMENT | |
| LOW | packages/core/src/store/use-scene.ts | 1101 | // 3f. Ceiling follows-mode classification (the ceiling mirror of 3c; runs | COMMENT |
| LOW | packages/nodes/src/index.test.ts | 21 | COMMENT | |
| LOW | packages/nodes/src/dormer/renderer.tsx | 161 | COMMENT | |
| LOW | packages/nodes/src/dormer/definition.ts | 41 | // dormer dimensions and are resolved per-handle via the function form | COMMENT |
| LOW | packages/nodes/src/dormer/definition.ts | 61 | // registered ref frame is dormer-local (renderer applies position + | COMMENT |
| LOW | packages/nodes/src/dormer/definition.ts | 261 | return -(n.wallSkirtHeight / 2) + n.windowOffsetY | COMMENT |
| LOW | packages/nodes/src/dormer/definition.ts | 421 | // the asymmetric front/back depth split stay out for now. Re-adding | COMMENT |
| LOW | packages/nodes/src/dormer/csg-geometry.ts | 801 | // would expose where dormer wall meets host roof. | COMMENT |
| LOW | packages/nodes/src/wall/move-tool.tsx | 241 | for (const entry of updates) { | COMMENT |
| LOW | packages/nodes/src/wall/move-tool.tsx | 261 | // materialised on release; rooms whose closing wall pulls away | COMMENT |
| LOW | packages/nodes/src/wall/move-tool.tsx | 481 | // When the move is axis-locked (side-handle drag), snap the wall | COMMENT |
| LOW | packages/nodes/src/wall/floorplan-affordances.ts | 281 | // Pointer-up always runs canCommit — drop the alignment guide here | COMMENT |
| LOW | packages/nodes/src/wall/floorplan-move.ts | 81 | wallParentId: node.parentId ?? null, | COMMENT |
| LOW | packages/nodes/src/wall/move-endpoint-tool.tsx | 261 | // fences, items, slabs, ceilings, columns), gathered once (the set is | COMMENT |
| LOW | packages/nodes/src/slab/definition.ts | 341 | priority: 4, | COMMENT |
| LOW | packages/nodes/src/stair-segment/definition.ts | 41 | } | COMMENT |
| LOW | packages/nodes/src/gutter/renderer.tsx | 181 | ) | COMMENT |
| LOW | packages/nodes/src/gutter/renderer.tsx | 221 | COMMENT | |
| LOW | packages/nodes/src/gutter/floorplan.ts | 61 | const halfLen = Math.max(node.length, 0.1) / 2 | COMMENT |
| LOW | packages/nodes/src/gutter/geometry.ts | 101 | bevelEnabled: false, | COMMENT |
| LOW | packages/nodes/src/gutter/geometry.ts | 181 | pieces.push(rightCap) | COMMENT |
| LOW | packages/nodes/src/gutter/geometry.ts | 281 | } | COMMENT |
| LOW | packages/nodes/src/gutter/geometry.ts | 501 | // Center the bar at X = position, Y just above the rim line, Z | COMMENT |
| LOW | packages/nodes/src/gutter/length-snap.ts | 181 | if (!found) return { length: proposedLength } | COMMENT |
| LOW | packages/nodes/src/stair/floorplan.ts | 441 | opacity: showSelectedChrome ? 0.92 : 0.72, | COMMENT |
| LOW | packages/nodes/src/stair/definition.ts | 501 | // Each flight's transform depends on every prior sibling's | COMMENT |
| LOW | packages/nodes/src/ceiling/definition.ts | 61 | anchor: ceilingPolygonCenter(n), | COMMENT |
| LOW | packages/nodes/src/duct-fitting/geometry.ts | 421 | COMMENT | |
| LOW | packages/nodes/src/fence/definition.ts | 341 | // Stage C: floor-plan rendering. FloorplanRegistryLayer iterates kinds | COMMENT |
| LOW | packages/nodes/src/item/definition.ts | 301 | // the legacy `editor/src/components/tools/item/item-tool.tsx`. | COMMENT |
| LOW | packages/nodes/src/item/floorplan-move.ts | 161 | COMMENT | |
| 95 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | packages/core/src/lib/space-detection.ts | 255 | // sampling a grid of cell centers over the subject's bbox. Cheap and robust | COMMENT |
| MEDIUM | packages/nodes/src/door/floorplan.ts | 607 | // the leaf. Built as a polygon so it's robust to wall orientation. | COMMENT |
| MEDIUM | packages/ifc-converter/src/index.ts | 392 | // type id — robust across web-ifc versions. IfcCircleProfileDef has a | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | packages/core/src/schema/material.ts | 30 | // Coerce unknown presets (legacy/AI-generated data) to 'custom' instead of throwing. | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | …ditor/src/components/editor/custom-camera-controls.tsx | 1291 | // navigation guardrails. | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | packages/nodes/src/item/definition.ts | 197 | id: 'placeholder', | CODE |