drft-cli 0.15.0 → 0.17.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 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # drft
2
2
 
3
- A structural integrity checker for linked file systems.
3
+ A drift checker for linked files, built for LLMs and humans working in the same repo.
4
4
 
5
5
  This is the npm distribution of [drft](https://github.com/johnmdonahue/drft-cli). It downloads the prebuilt binary for your platform.
6
6
 
@@ -14,7 +14,7 @@ npm install drft-cli
14
14
 
15
15
  ```bash
16
16
  npx drft check
17
- npx drft lock
17
+ npx drft lock --all
18
18
  npx drft graph
19
19
  npx drft impact setup.md
20
20
  ```
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "drft-cli",
3
- "version": "0.15.0",
4
- "binaryVersion": "0.15.0",
3
+ "version": "0.17.0",
4
+ "binaryVersion": "0.17.0",
5
5
  "description": "A structural integrity checker for markdown directories",
6
6
  "license": "MIT",
7
7
  "repository": {