pasika 0.5.15 → 0.5.16
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.
|
@@ -6122,7 +6122,10 @@ var zirkaConfig = {
|
|
|
6122
6122
|
};
|
|
6123
6123
|
var documentationConfig = {
|
|
6124
6124
|
files: ["docs/**/*.md"],
|
|
6125
|
-
|
|
6125
|
+
// vulyk-generated agent files are not authored docs: with per-directory
|
|
6126
|
+
// targets they can land under docs/ (e.g. docs/AGENTS.md) and must not be
|
|
6127
|
+
// held to the documentation guide.
|
|
6128
|
+
ignores: ["**/_*/**", "**/AGENTS.md", "**/CLAUDE.md"],
|
|
6126
6129
|
plugins: {
|
|
6127
6130
|
markdown,
|
|
6128
6131
|
pasika: pasikaPlugin
|