Directory Update Log

Generated from the authored source at docs/llm-wiki/log.md — the wiki owns these facts (ADR: D1 of docs/plans/20260811_documentation_system_execution.md). Edit that file, then regenerate: python docs/portfolio/_build/generate_wiki_pages.py.


2026-09-17

  • Update: 3D & CAD visualization — the range test that separates an orientation error from a position error works only on fixed features; a finding built on two curved silhouettes was withdrawn the same day it was published, and control points are now taken from an object’s centre by equipment tag (landmarks/capture_by_tag.py), with the object chosen rather than derived because a tag names an assembly. The landmark fit is recorded and off: it is evidence about the ninety-second window it was measured in, and a hold-out only tests the axis you split on. Ways these measurements have gone wrong: four → six.

2026-08-11

  • Update: Refreshed Backend API — 104 route handlers / 125 operations (was 101/122) — and AI interface, for WP-3 of docs/plans/20260809_agent_tool_surface_and_analyze_execution.md: the suggestion review surface. Three new operations (listImageAnnotationSuggestions, appendAnnotationReviewDecisions, listAnnotationCategories), none of them agent tools; the rule that model output renders visually distinct from stored annotations; and the distinction between a session-scoped IMAGE_ANALYSIS_RESULT overlay and a recorded suggestion that survives a reload.

2026-08-10

  • Update: Refreshed Backend API — 101 route handlers / 122 operations (was 98/119); the auth split is now 88 bearer-capable / 23 cookie-only / 11 public, so a bearer is the normal case rather than the exception; scripts/check_swagger_drift.py now verifies each security declaration against its handler rather than merely requiring one; recorded the x-agent-tool and x-environment conventions, the kavai api CLI generated from the spec, and what the 2026-08-10 audit found after the 2026-07-31 worklist was cleared — including the still-open cross-tenant write in PUT /datasets/{slug}/3d-config.

2026-07-30