@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.
Files changed (2) hide show
  1. package/dist/cli.js +7 -2
  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: "chosen agents-routing file",
1087
- message: "Starter AGENTS template must make projects name their chosen agents-routing file."
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",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pieai/doc-gov",
3
- "version": "0.4.5",
3
+ "version": "0.4.6",
4
4
  "description": "AI-native documentation governance CLI for project docs, agent routing, and lifecycle checks.",
5
5
  "keywords": [
6
6
  "ai-agents",