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-scopedIMAGE_ANALYSIS_RESULToverlay 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.pynow verifies eachsecuritydeclaration against its handler rather than merely requiring one; recorded thex-agent-toolandx-environmentconventions, thekavai apiCLI 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 inPUT /datasets/{slug}/3d-config.
2026-07-30
Creation: Added 3D & CAD visualization, distilled from the new Web Handbook chapter (
docs/handbooks/content/web/visualization-3d.md) covering CesiumJS, Google Photorealistic 3D Tiles, 3D Gaussian Splats, and the Autodesk APS viewer.Creation: Added Web testing, distilled from the new Web Handbook chapter (
docs/handbooks/content/web/testing.md) covering the component/API/E2E suites and TDD conventions.Update: Converted the bundle to Open Knowledge Format v0.2 — OKF frontmatter on every concept, listing-form index, this log.
Creation: Established Web application, Workspaces & modules, Component library, Backend API, AI interface, and Data & storage, distilled from the Web Handbook (
docs/handbooks/content/web/).