@pieai/doc-gov 0.4.4 → 0.4.5
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/cli-guide.md +2 -2
- package/dist/cli.js +2 -23
- package/package.json +1 -1
package/cli-guide.md
CHANGED
|
@@ -53,8 +53,8 @@ pnpm doc-gov migrate --profile doc-only --check
|
|
|
53
53
|
`router-check` is intentionally thin:
|
|
54
54
|
|
|
55
55
|
- In this upstream repo, it verifies that `AGENTS.md`,
|
|
56
|
-
`docs/governance/agents-routing/`, `profiles
|
|
57
|
-
|
|
56
|
+
`docs/governance/agents-routing/`, and `profiles/` stay connected in the
|
|
57
|
+
expected order.
|
|
58
58
|
- In a downstream project, it verifies the project router block,
|
|
59
59
|
`docs/governance/ssot-v0.9.md`, the selected agents-routing file, and old
|
|
60
60
|
shared SSOT/task-routing leftovers.
|
package/dist/cli.js
CHANGED
|
@@ -912,7 +912,6 @@ var CENTRAL_REQUIRED_FILES = [
|
|
|
912
912
|
"docs/governance/templates/archive.md",
|
|
913
913
|
"docs/governance/agents-routing/engineering-runtime-v0.9.md",
|
|
914
914
|
"docs/governance/agents-routing/doc-only-v0.9.md",
|
|
915
|
-
"integrations/directed-development.md",
|
|
916
915
|
"integrations/mattpocock-skills.md",
|
|
917
916
|
"profiles/engineering-runtime/profile.md",
|
|
918
917
|
"profiles/engineering-runtime/manifest.yml",
|
|
@@ -1017,16 +1016,6 @@ var CENTRAL_REQUIRED_NEEDLES = [
|
|
|
1017
1016
|
needle: "docs/governance/agents-routing/doc-only-v0.9.md",
|
|
1018
1017
|
message: "AGENTS.md must mention docs/governance/agents-routing/doc-only-v0.9.md."
|
|
1019
1018
|
},
|
|
1020
|
-
{
|
|
1021
|
-
file: "AGENTS.md",
|
|
1022
|
-
needle: "integrations/directed-development.md",
|
|
1023
|
-
message: "AGENTS.md must mention integrations/directed-development.md."
|
|
1024
|
-
},
|
|
1025
|
-
{
|
|
1026
|
-
file: "AGENTS.md",
|
|
1027
|
-
needle: "integrations/mattpocock-skills.md",
|
|
1028
|
-
message: "AGENTS.md must mention integrations/mattpocock-skills.md."
|
|
1029
|
-
},
|
|
1030
1019
|
{
|
|
1031
1020
|
file: "AGENTS.md",
|
|
1032
1021
|
needle: "profiles/engineering-runtime/",
|
|
@@ -1042,11 +1031,6 @@ var CENTRAL_REQUIRED_NEEDLES = [
|
|
|
1042
1031
|
needle: "docs/governance/agents-routing/",
|
|
1043
1032
|
message: "README.md must point readers to agents-routing under docs/governance/."
|
|
1044
1033
|
},
|
|
1045
|
-
{
|
|
1046
|
-
file: "docs/governance/agents-routing/engineering-runtime-v0.9.md",
|
|
1047
|
-
needle: "Use a narrowly matched skill only when helpful",
|
|
1048
|
-
message: "Engineering routing must keep optional skills narrow and task-matched."
|
|
1049
|
-
},
|
|
1050
1034
|
{
|
|
1051
1035
|
file: "docs/governance/agents-routing/engineering-runtime-v0.9.md",
|
|
1052
1036
|
needle: "current-work.md",
|
|
@@ -1054,13 +1038,8 @@ var CENTRAL_REQUIRED_NEEDLES = [
|
|
|
1054
1038
|
},
|
|
1055
1039
|
{
|
|
1056
1040
|
file: "docs/governance/agents-routing/doc-only-v0.9.md",
|
|
1057
|
-
needle: "does not use engineering
|
|
1058
|
-
message: "Doc-only routing must exclude engineering
|
|
1059
|
-
},
|
|
1060
|
-
{
|
|
1061
|
-
file: "integrations/directed-development.md",
|
|
1062
|
-
needle: "optional workflow",
|
|
1063
|
-
message: "Directed Development integration must stay optional."
|
|
1041
|
+
needle: "does not use engineering test workflows by default",
|
|
1042
|
+
message: "Doc-only routing must exclude engineering test workflows by default."
|
|
1064
1043
|
},
|
|
1065
1044
|
{
|
|
1066
1045
|
file: "integrations/mattpocock-skills.md",
|