@uzysjung/agent-harness 26.106.0 → 26.107.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/index.js CHANGED
@@ -709,7 +709,7 @@ var cac = (name = "") => new CAC(name);
709
709
  // package.json
710
710
  var package_default = {
711
711
  name: "@uzysjung/agent-harness",
712
- version: "26.106.0",
712
+ version: "26.107.0",
713
713
  description: "Curate vetted AI-coding skills & plugins by your tech stack \u2014 install only what you need, across Claude Code, Codex, OpenCode & Antigravity",
714
714
  type: "module",
715
715
  publishConfig: {
@@ -1763,7 +1763,7 @@ var all = () => true;
1763
1763
  var dev = (s) => hasDevTrack(s.tracks);
1764
1764
  var ui = (s) => hasUiTrack(s.tracks);
1765
1765
  var onTracks = (pattern) => (s) => anyTrack(s.tracks, pattern);
1766
- var COMMON_RULES = ["git-policy", "change-management", "gates-taxonomy"];
1766
+ var COMMON_RULES = ["git-policy", "change-management", "gates-taxonomy", "doc-governance"];
1767
1767
  var DEV_RULES = ["test-policy", "ship-checklist", "code-style", "error-handling"];
1768
1768
  var UI_RULES = ["design-workflow", "playwright-launch"];
1769
1769
  var TRACK_RULES = {