@legacycodehq/clarity 0.21.0 → 0.23.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 [**16 languages**](#supported-languages) (parsing quality may vary by language).
11
+ **Note:** Clarity supports [**17 languages**](#supported-languages) (parsing quality may vary by language).
12
12
 
13
13
  ## What You Get
14
14
 
@@ -132,6 +132,7 @@ In CLI workflows, agents are configured to open a generated visualization URL in
132
132
  - JavaScript
133
133
  - Java
134
134
  - Kotlin
135
+ - Markdown (`.md`, `.markdown`) — relative and site-absolute links between docs
135
136
  - Python
136
137
  - Ruby
137
138
  - Rust
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@legacycodehq/clarity",
3
- "version": "0.21.0",
3
+ "version": "0.23.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",