@pieai/doc-gov 0.4.5 → 0.4.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.
- package/dist/cli.js +7 -2
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -1083,8 +1083,8 @@ var CENTRAL_REQUIRED_NEEDLES = [
|
|
|
1083
1083
|
},
|
|
1084
1084
|
{
|
|
1085
1085
|
file: "starter/AGENTS.template.md",
|
|
1086
|
-
needle: "
|
|
1087
|
-
message: "Starter AGENTS template must
|
|
1086
|
+
needle: "selected agents routing file",
|
|
1087
|
+
message: "Starter AGENTS template must identify the selected agents routing file."
|
|
1088
1088
|
},
|
|
1089
1089
|
{
|
|
1090
1090
|
file: "starter/AGENTS.template.md",
|
|
@@ -1111,6 +1111,11 @@ var CENTRAL_REQUIRED_NEEDLES = [
|
|
|
1111
1111
|
needle: "docs/governance/doc-types.md",
|
|
1112
1112
|
message: "Starter AGENTS template must point agents to docs/governance/doc-types.md."
|
|
1113
1113
|
},
|
|
1114
|
+
{
|
|
1115
|
+
file: "starter/AGENTS.template.md",
|
|
1116
|
+
needle: "When the task creates, edits, moves, deletes, or governs documentation",
|
|
1117
|
+
message: "Starter AGENTS template must load detailed document rules conditionally."
|
|
1118
|
+
},
|
|
1114
1119
|
{
|
|
1115
1120
|
file: "starter/AGENTS.template.md",
|
|
1116
1121
|
needle: "docs/policy/**/*.md",
|