@bradheitmann/odin-sentinel 0.4.2 → 0.4.3
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.
|
@@ -33,10 +33,9 @@ function filesToAudit() {
|
|
|
33
33
|
|
|
34
34
|
const publicFiles = filesToAudit();
|
|
35
35
|
|
|
36
|
-
//
|
|
37
|
-
//
|
|
38
|
-
//
|
|
39
|
-
// and uses tilde home paths in its install instructions.
|
|
36
|
+
// The bundled bootstrap protocol document references agent harness config
|
|
37
|
+
// directories and tilde home paths as part of its install guidance. The
|
|
38
|
+
// path-style rules below skip these files; the rest of the rules still apply.
|
|
40
39
|
const BUNDLED_DOC = new Set([
|
|
41
40
|
"protocol/bootstrap-" + "sk" + "ill.md",
|
|
42
41
|
"plugins/sentinel-coordination-protocol/" + "sk" + "ills/sentinel-coordination-protocol/SK" + "ILL.md"
|