@pieai/doc-gov 0.3.17 → 0.4.0
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 +28 -0
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -70,6 +70,8 @@ import { join, relative } from "node:path";
|
|
|
70
70
|
|
|
71
71
|
// src/core/external-artifacts.ts
|
|
72
72
|
var EXTERNAL_ARTIFACT_PREFIXES = [
|
|
73
|
+
"docs/adr/",
|
|
74
|
+
"docs/agents/",
|
|
73
75
|
"docs/brainstorms/",
|
|
74
76
|
"docs/solutions/",
|
|
75
77
|
"docs/pulse-reports/"
|
|
@@ -912,6 +914,7 @@ var CENTRAL_REQUIRED_FILES = [
|
|
|
912
914
|
"docs/governance/agents-routing/doc-only-v0.9.md",
|
|
913
915
|
"integrations/superpowers.md",
|
|
914
916
|
"integrations/directed-development.md",
|
|
917
|
+
"integrations/mattpocock-skills.md",
|
|
915
918
|
"profiles/engineering-runtime/profile.md",
|
|
916
919
|
"profiles/engineering-runtime/manifest.yml",
|
|
917
920
|
"profiles/doc-only/profile.md",
|
|
@@ -1026,6 +1029,11 @@ var CENTRAL_REQUIRED_NEEDLES = [
|
|
|
1026
1029
|
needle: "integrations/directed-development.md",
|
|
1027
1030
|
message: "AGENTS.md must mention integrations/directed-development.md."
|
|
1028
1031
|
},
|
|
1032
|
+
{
|
|
1033
|
+
file: "AGENTS.md",
|
|
1034
|
+
needle: "integrations/mattpocock-skills.md",
|
|
1035
|
+
message: "AGENTS.md must mention integrations/mattpocock-skills.md."
|
|
1036
|
+
},
|
|
1029
1037
|
{
|
|
1030
1038
|
file: "AGENTS.md",
|
|
1031
1039
|
needle: "profiles/engineering-runtime/",
|
|
@@ -1076,6 +1084,21 @@ var CENTRAL_REQUIRED_NEEDLES = [
|
|
|
1076
1084
|
needle: "optional workflow",
|
|
1077
1085
|
message: "Directed Development integration must stay optional."
|
|
1078
1086
|
},
|
|
1087
|
+
{
|
|
1088
|
+
file: "integrations/mattpocock-skills.md",
|
|
1089
|
+
needle: "does not vendor",
|
|
1090
|
+
message: "mattpocock/skills integration must preserve the external-skill boundary."
|
|
1091
|
+
},
|
|
1092
|
+
{
|
|
1093
|
+
file: "integrations/mattpocock-skills.md",
|
|
1094
|
+
needle: "Superpowers remains the default engineering workflow",
|
|
1095
|
+
message: "mattpocock/skills integration must keep Superpowers as the default workflow owner."
|
|
1096
|
+
},
|
|
1097
|
+
{
|
|
1098
|
+
file: "integrations/mattpocock-skills.md",
|
|
1099
|
+
needle: "docs/agents/**",
|
|
1100
|
+
message: "mattpocock/skills integration must document Matt-owned setup artifacts."
|
|
1101
|
+
},
|
|
1079
1102
|
{
|
|
1080
1103
|
file: "profiles/engineering-runtime/manifest.yml",
|
|
1081
1104
|
needle: "docs/governance/agents-routing/engineering-runtime-v0.9.md",
|
|
@@ -1086,6 +1109,11 @@ var CENTRAL_REQUIRED_NEEDLES = [
|
|
|
1086
1109
|
needle: "integrations/superpowers.md",
|
|
1087
1110
|
message: "Engineering profile manifest must include the Superpowers integration."
|
|
1088
1111
|
},
|
|
1112
|
+
{
|
|
1113
|
+
file: "profiles/engineering-runtime/manifest.yml",
|
|
1114
|
+
needle: "integrations/mattpocock-skills.md",
|
|
1115
|
+
message: "Engineering profile manifest must include the mattpocock/skills integration."
|
|
1116
|
+
},
|
|
1089
1117
|
{
|
|
1090
1118
|
file: "profiles/doc-only/manifest.yml",
|
|
1091
1119
|
needle: "docs/governance/agents-routing/doc-only-v0.9.md",
|