Skip to content

Releases: ayeshLK/archsmith

@archsmith/schema@0.6.0

Choose a tag to compare

@github-actions github-actions released this 08 Aug 21:27
0c2b72a

Minor Changes

  • 05c4855: Advance the IR schema to 0.3.0, add its stable editor-validation URL, and reject the incomplete accessible color family until its governed palette is fully designed and tested.

@archsmith/schema@0.5.1

Choose a tag to compare

@github-actions github-actions released this 08 Aug 13:48
6144eab

Patch Changes

  • 31c7af5: Add npm package metadata to improve discoverability and package page links.

@archsmith/renderer@0.6.0

Choose a tag to compare

@github-actions github-actions released this 08 Aug 21:27
0c2b72a

Minor Changes

  • 05c4855: Advance the IR schema to 0.3.0, add its stable editor-validation URL, and reject the incomplete accessible color family until its governed palette is fully designed and tested.

Patch Changes

  • Updated dependencies [05c4855]
    • @archsmith/schema@0.6.0

@archsmith/renderer@0.5.1

Choose a tag to compare

@github-actions github-actions released this 08 Aug 13:48
6144eab

Patch Changes

  • 31c7af5: Add npm package metadata to improve discoverability and package page links.
  • Updated dependencies [31c7af5]
    • @archsmith/schema@0.5.1

@archsmith/mcp-server@0.5.2

Choose a tag to compare

@github-actions github-actions released this 08 Aug 21:27
0c2b72a

Patch Changes

  • Updated dependencies [05c4855]
    • @archsmith/schema@0.6.0
    • @archsmith/renderer@0.6.0

@archsmith/mcp-server@0.5.1

Choose a tag to compare

@github-actions github-actions released this 08 Aug 13:48
6144eab

Patch Changes

  • 31c7af5: Add npm package metadata to improve discoverability and package page links.
  • Updated dependencies [31c7af5]
    • @archsmith/renderer@0.5.1
    • @archsmith/schema@0.5.1

@archsmith/cli@0.5.2

Choose a tag to compare

@github-actions github-actions released this 08 Aug 21:27
0c2b72a

Patch Changes

  • 78eb2e1: Derive the CLI's reported version from package metadata so releases cannot drift from archsmith --version.
  • Updated dependencies [05c4855]
    • @archsmith/schema@0.6.0
    • @archsmith/renderer@0.6.0

@archsmith/cli@0.5.1

Choose a tag to compare

@github-actions github-actions released this 08 Aug 13:48
6144eab

Patch Changes

  • 31c7af5: Add npm package metadata to improve discoverability and package page links.
  • Updated dependencies [31c7af5]
    • @archsmith/renderer@0.5.1
    • @archsmith/schema@0.5.1

@archsmith/schema@0.5.0

Choose a tag to compare

Initial release

  • The diagram IR schema (JSON Schema draft 2020-12) and governed registries (sub-layers, colors, icons).

@archsmith/renderer@0.5.0

Choose a tag to compare

Initial release

  • validate() and render() — IR in, SVG out. Pure function, no LLM dependency.
  • Text measured against a bundled Arimo font (via fontkit); the same font is embedded in the output SVG by default, so a diagram renders identically regardless of what's installed on the viewing machine.