@legacycodehq/clarity 0.15.2 → 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.
- package/README.md +3 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Clarity
|
|
1
|
+
# Clarity
|
|
2
2
|
|
|
3
3
|
[](https://raw.githubusercontent.com/LegacyCodeHQ/clarity/main/badges/built-with-clarity-sunrise.svg)
|
|
4
4
|
[](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
|
-
|
|
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
|
|