@mdsmith/cli 0.25.0 → 0.26.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 +13 -3
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -1,8 +1,18 @@
1
1
  # @mdsmith/cli
2
2
 
3
- Fast, auto-fixing Markdown linter and formatter for docs, READMEs,
4
- and AI-generated content. This is the npm distribution of the Go
5
- binary published at
3
+ <?include
4
+ file: ../../docs/brand/fragments/tagline.fragment.md
5
+ ?>
6
+ <!-- Generated by `mdsmith-release sync-messaging` from
7
+ docs/brand/messaging.md — do not edit by hand. -->
8
+
9
+ Write content; mdsmith keeps your Markdown neat and consistent — fast
10
+ enough to stay out of your way. Auto-fix on save, instant navigation,
11
+ cross-file integrity, and generated sections that keep a single source of
12
+ truth in sync across files and pipelines.
13
+ <?/include?>
14
+
15
+ This is the npm distribution of the Go binary published at
6
16
  <https://github.com/jeduden/mdsmith>.
7
17
 
8
18
  The npm root is `@mdsmith/cli` because the unscoped `mdsmith`
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mdsmith/cli",
3
- "version": "0.25.0",
4
- "description": "Fast, auto-fixing Markdown linter and formatter for docs, READMEs, and AI-generated content.",
3
+ "version": "0.26.0",
4
+ "description": "Write content; mdsmith keeps your Markdown neat and consistent fast enough to stay out of your way. Auto-fix on save, instant navigation, cross-file integrity, and generated sections that keep a single source of truth in sync across files and pipelines.",
5
5
  "license": "MIT",
6
6
  "homepage": "https://mdsmith.dev",
7
7
  "repository": {
@@ -25,11 +25,11 @@
25
25
  "node": ">=18"
26
26
  },
27
27
  "optionalDependencies": {
28
- "@mdsmith/linux-x64": "0.25.0",
29
- "@mdsmith/linux-arm64": "0.25.0",
30
- "@mdsmith/darwin-x64": "0.25.0",
31
- "@mdsmith/darwin-arm64": "0.25.0",
32
- "@mdsmith/win32-x64": "0.25.0"
28
+ "@mdsmith/linux-x64": "0.26.0",
29
+ "@mdsmith/linux-arm64": "0.26.0",
30
+ "@mdsmith/darwin-x64": "0.26.0",
31
+ "@mdsmith/darwin-arm64": "0.26.0",
32
+ "@mdsmith/win32-x64": "0.26.0"
33
33
  },
34
34
  "scripts": {
35
35
  "test": "bun test"