@uzysjung/agent-harness 26.113.0 → 26.114.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.113.0",
712
+ version: "26.114.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: {
@@ -1862,11 +1862,11 @@ var ALWAYS_HOOKS = [
1862
1862
  "hito-counter.sh"
1863
1863
  ];
1864
1864
  var COMMON_SKILL_DIRS = ["north-star", "gh-issue-workflow"];
1865
- var COMMON_SKILL_DIRS_ECC = ["strategic-compact", "deep-research"];
1866
- var MODIFIED_COMMON_SKILL_DIRS = ["continuous-learning-v2"];
1865
+ var COMMON_SKILL_DIRS_ECC = ["strategic-compact"];
1866
+ var MODIFIED_COMMON_SKILL_DIRS = ["continuous-learning-v2", "deep-research"];
1867
1867
  var DEV_SKILL_DIRS = [];
1868
- var DEV_SKILL_DIRS_ECC = ["eval-harness", "agent-introspection-debugging"];
1869
- var MODIFIED_DEV_SKILL_DIRS = ["verification-loop"];
1868
+ var DEV_SKILL_DIRS_ECC = ["agent-introspection-debugging"];
1869
+ var MODIFIED_DEV_SKILL_DIRS = ["verification-loop", "eval-harness"];
1870
1870
  var MODIFIED_ECC_SKILL_DIRS = [...MODIFIED_COMMON_SKILL_DIRS, ...MODIFIED_DEV_SKILL_DIRS];
1871
1871
  var UI_SKILL_DIRS = ["ui-visual-review"];
1872
1872
  var UI_SKILL_DIRS_ECC = ["e2e-testing"];