@recallnet/remark-lint-docs-reachability 0.2.4 → 0.2.6

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 +1 -0
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -56,3 +56,4 @@ This package intentionally complements:
56
56
 
57
57
  - `remark-validate-links` for link validity
58
58
  - `remark-lint-frontmatter-schema` for frontmatter schema checks
59
+ - `@recallnet/remark-lint-docs-taxonomy` for path and filename enforcement
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@recallnet/remark-lint-docs-reachability",
3
- "version": "0.2.4",
3
+ "version": "0.2.6",
4
4
  "description": "Remark plugin that flags markdown docs not reachable from policy roots.",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -25,9 +25,9 @@
25
25
  "src"
26
26
  ],
27
27
  "dependencies": {
28
+ "@recallnet/docs-governance-policy": "workspace:*",
28
29
  "remark": "^15.0.1",
29
- "remark-frontmatter": "^5.0.0",
30
- "@recallnet/docs-governance-policy": "0.2.3"
30
+ "remark-frontmatter": "^5.0.0"
31
31
  },
32
32
  "publishConfig": {
33
33
  "access": "public"
@@ -35,4 +35,4 @@
35
35
  "engines": {
36
36
  "node": ">=20.0.0"
37
37
  }
38
- }
38
+ }