@legacycodehq/clarity 0.19.1 → 0.20.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -8,7 +8,7 @@
8
8
 
9
9
  Clarity is a software design tool for AI-native developers and coding agents.
10
10
 
11
- **Note:** Clarity supports [**15 languages**](#supported-languages) (parsing quality may vary by language).
11
+ **Note:** Clarity supports [**16 languages**](#supported-languages) (parsing quality may vary by language).
12
12
 
13
13
  ## What You Get
14
14
 
@@ -139,6 +139,7 @@ In CLI workflows, agents are configured to open a generated visualization URL in
139
139
  - Svelte
140
140
  - Swift
141
141
  - TypeScript
142
+ - Zig
142
143
 
143
144
  ---
144
145
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@legacycodehq/clarity",
3
- "version": "0.19.1",
3
+ "version": "0.20.0",
4
4
  "description": "Clarity CLI npm wrapper package",
5
5
  "license": "AGPL-3.0-only",
6
6
  "homepage": "https://github.com/LegacyCodeHQ/clarity-cli",