@pieai/doc-gov 0.4.3 → 0.4.4

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 (3) hide show
  1. package/README.md +3 -3
  2. package/dist/cli.js +8 -40
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -52,9 +52,9 @@ It does not try to swallow product artifacts, prompts, generated media,
52
52
  runtime notes, or source assets outside `docs/**` unless a project explicitly
53
53
  opts them into doc-gov.
54
54
 
55
- It also recognizes selected external workflow artifacts under `docs/**` as
56
- outside the Doc Gov schema. For example, Compound Engineering learning records
57
- under `docs/solutions/**` use CE frontmatter, not Doc Gov frontmatter.
55
+ It also recognizes reusable learning artifacts under `docs/solutions/**` as
56
+ outside the Doc Gov schema. They use the compact learning-record frontmatter,
57
+ not Doc Gov frontmatter.
58
58
 
59
59
  ## Status
60
60
 
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/superpowers.md",
916
915
  "integrations/directed-development.md",
917
916
  "integrations/mattpocock-skills.md",
918
917
  "profiles/engineering-runtime/profile.md",
@@ -970,8 +969,7 @@ var ROUTER_BLOCK_END = "<!-- PGS-ROUTER:END -->";
970
969
  var EXTERNAL_ROUTER_MARKERS = [
971
970
  "## gstack",
972
971
  "## GStack",
973
- "## Skill routing",
974
- "## Superpowers"
972
+ "## Skill routing"
975
973
  ];
976
974
  var CENTRAL_REQUIRED_NEEDLES = [
977
975
  {
@@ -1019,11 +1017,6 @@ var CENTRAL_REQUIRED_NEEDLES = [
1019
1017
  needle: "docs/governance/agents-routing/doc-only-v0.9.md",
1020
1018
  message: "AGENTS.md must mention docs/governance/agents-routing/doc-only-v0.9.md."
1021
1019
  },
1022
- {
1023
- file: "AGENTS.md",
1024
- needle: "integrations/superpowers.md",
1025
- message: "AGENTS.md must mention integrations/superpowers.md."
1026
- },
1027
1020
  {
1028
1021
  file: "AGENTS.md",
1029
1022
  needle: "integrations/directed-development.md",
@@ -1051,8 +1044,8 @@ var CENTRAL_REQUIRED_NEEDLES = [
1051
1044
  },
1052
1045
  {
1053
1046
  file: "docs/governance/agents-routing/engineering-runtime-v0.9.md",
1054
- needle: "Use matching Superpowers workflow if applicable",
1055
- message: "Engineering routing must delegate Superpowers only inside the selected lane."
1047
+ needle: "Use a narrowly matched skill only when helpful",
1048
+ message: "Engineering routing must keep optional skills narrow and task-matched."
1056
1049
  },
1057
1050
  {
1058
1051
  file: "docs/governance/agents-routing/engineering-runtime-v0.9.md",
@@ -1061,23 +1054,8 @@ var CENTRAL_REQUIRED_NEEDLES = [
1061
1054
  },
1062
1055
  {
1063
1056
  file: "docs/governance/agents-routing/doc-only-v0.9.md",
1064
- needle: "does not use Superpowers TDD or Directed Development by default",
1065
- message: "Doc-only routing must exclude engineering Superpowers/DD by default."
1066
- },
1067
- {
1068
- file: "integrations/superpowers.md",
1069
- needle: "Agents routing classifies first",
1070
- message: "Superpowers integration must state that agents routing classifies first."
1071
- },
1072
- {
1073
- file: "integrations/superpowers.md",
1074
- needle: "Superpowers executes inside the selected lane",
1075
- message: "Superpowers integration must state that Superpowers executes inside the lane."
1076
- },
1077
- {
1078
- file: "integrations/superpowers.md",
1079
- needle: "does not vendor",
1080
- message: "Superpowers integration must preserve the external-plugin boundary."
1057
+ needle: "does not use engineering TDD or Directed Development by default",
1058
+ message: "Doc-only routing must exclude engineering TDD/DD by default."
1081
1059
  },
1082
1060
  {
1083
1061
  file: "integrations/directed-development.md",
@@ -1091,8 +1069,8 @@ var CENTRAL_REQUIRED_NEEDLES = [
1091
1069
  },
1092
1070
  {
1093
1071
  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."
1072
+ needle: "no default workflow owner",
1073
+ message: "mattpocock/skills integration must not create a mandatory workflow owner."
1096
1074
  },
1097
1075
  {
1098
1076
  file: "integrations/mattpocock-skills.md",
@@ -1104,11 +1082,6 @@ var CENTRAL_REQUIRED_NEEDLES = [
1104
1082
  needle: "docs/governance/agents-routing/engineering-runtime-v0.9.md",
1105
1083
  message: "Engineering profile manifest must point to engineering routing."
1106
1084
  },
1107
- {
1108
- file: "profiles/engineering-runtime/manifest.yml",
1109
- needle: "integrations/superpowers.md",
1110
- message: "Engineering profile manifest must include the Superpowers integration."
1111
- },
1112
1085
  {
1113
1086
  file: "profiles/engineering-runtime/manifest.yml",
1114
1087
  needle: "integrations/mattpocock-skills.md",
@@ -1119,11 +1092,6 @@ var CENTRAL_REQUIRED_NEEDLES = [
1119
1092
  needle: "docs/governance/agents-routing/doc-only-v0.9.md",
1120
1093
  message: "Doc-only profile manifest must point to doc-only routing."
1121
1094
  },
1122
- {
1123
- file: "profiles/doc-only/manifest.yml",
1124
- needle: "superpowers: false",
1125
- message: "Doc-only profile manifest must keep Superpowers disabled by default."
1126
- },
1127
1095
  {
1128
1096
  file: "starter/AGENTS.template.md",
1129
1097
  needle: ROUTER_BLOCK_BEGIN,
@@ -2472,7 +2440,7 @@ function printHelp() {
2472
2440
  console.log(" scan [--check] Regenerate (or verify) docs/governance/MANIFEST.yml");
2473
2441
  console.log(" audit Advisory health report");
2474
2442
  console.log(" links Validate current-layer local Markdown links");
2475
- console.log(" router-check Validate router/profile/Superpowers wiring");
2443
+ console.log(" router-check Validate router/profile/skill wiring");
2476
2444
  console.log(" doctor Run the full governance health and guardrail check");
2477
2445
  console.log(" migrate --profile X --check Check project readiness for a selected profile");
2478
2446
  console.log(" find <topic> Search canonical docs by id/title/tag/path");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pieai/doc-gov",
3
- "version": "0.4.3",
3
+ "version": "0.4.4",
4
4
  "description": "AI-native documentation governance CLI for project docs, agent routing, and lifecycle checks.",
5
5
  "keywords": [
6
6
  "ai-agents",