Skip to content

v0.11.0

Choose a tag to compare

@wfukatsu wfukatsu released this 26 Jun 08:24
· 328 commits to main since this release
1639405

Nexus Architect v0.11.0

All three plugins (product, architect, scalardb) released together at 0.11.0.

Changed

  • /product:generate-ui-mock now produces a navigable, clickable prototype. Mocks are no longer disconnected single-screen HTML files — screens are ordered by the domain story's numbered activities, and each screen's flow-advancing action is a real <a href> to the next activity's screen, so you can click through the whole story end to end.
    • Back/next navigation and a step N of M indicator on every screen
    • Branch links to alternate-path target screens
    • Per-story flow index ({STORY}-index.html) as the entry point
    • Deterministic file names ({STORY}-NN-{slug}.html)
    • Missing story steps render as disabled TBD links — never dead ends
    • Traceability records next/prev screen edges

See CHANGELOG.md / CHANGELOG_ja.md.

🤖 Generated with Claude Code