Astryx CLI 0.1.7 returns a detail-page skeleton whose component list and JSX include Timeline/TimelineSection. However, querying the required component contract with astryx component Timeline --dense exits nonzero and reports: No component named Timeline. This makes it impossible to follow the documented workflow of querying every proposed skeleton component before import. Expected: either register and document Timeline with an import path/props, or remove/replace it in the detail-page skeleton with semantic markup or an existing component. Observed with Node 22.23.2 and pnpm 10.15.0. No scaffold or package code was executed beyond the installed CLI query.
Astryx CLI 0.1.7 returns a detail-page skeleton whose component list and JSX include Timeline/TimelineSection. However, querying the required component contract with astryx component Timeline --dense exits nonzero and reports: No component named Timeline. This makes it impossible to follow the documented workflow of querying every proposed skeleton component before import. Expected: either register and document Timeline with an import path/props, or remove/replace it in the detail-page skeleton with semantic markup or an existing component. Observed with Node 22.23.2 and pnpm 10.15.0. No scaffold or package code was executed beyond the installed CLI query.