@legacycodehq/clarity 0.15.3 → 0.16.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 +3 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # Clarity (formerly Sanity)
1
+ # Clarity
2
2
 
3
3
  [![Built with Clarity](https://raw.githubusercontent.com/LegacyCodeHQ/clarity/main/badges/built-with-clarity-sunrise.svg)](https://raw.githubusercontent.com/LegacyCodeHQ/clarity/main/badges/built-with-clarity-sunrise.svg)
4
4
  [![License](https://img.shields.io/github/license/LegacyCodeHQ/clarity)](LICENSE)
@@ -8,9 +8,7 @@
8
8
 
9
9
  Clarity is a software design tool for AI-native developers and coding agents.
10
10
 
11
- > **Renamed from Sanity:** If you previously used `sanity`, this is the same project under a new name.
12
-
13
- **Note:** Clarity supports [**13 languages**](#supported-languages) (parsing quality may vary by language).
11
+ **Note:** Clarity supports [**14 languages**](#supported-languages) (parsing quality may vary by language).
14
12
 
15
13
  ## What You Get
16
14
 
@@ -137,6 +135,7 @@ In CLI workflows, agents are configured to open a generated visualization URL in
137
135
  - Python
138
136
  - Ruby
139
137
  - Rust
138
+ - Svelte
140
139
  - Swift
141
140
  - TypeScript
142
141
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@legacycodehq/clarity",
3
- "version": "0.15.3",
3
+ "version": "0.16.0",
4
4
  "description": "Clarity CLI npm wrapper package",
5
5
  "license": "AGPL-3.0-only",
6
6
  "homepage": "https://github.com/LegacyCodeHQ/clarity",