@uzysjung/agent-harness 26.112.0 → 26.113.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.
|
|
712
|
+
version: "26.113.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: {
|
|
@@ -1865,7 +1865,9 @@ var COMMON_SKILL_DIRS = ["north-star", "gh-issue-workflow"];
|
|
|
1865
1865
|
var COMMON_SKILL_DIRS_ECC = ["strategic-compact", "deep-research"];
|
|
1866
1866
|
var MODIFIED_COMMON_SKILL_DIRS = ["continuous-learning-v2"];
|
|
1867
1867
|
var DEV_SKILL_DIRS = [];
|
|
1868
|
-
var DEV_SKILL_DIRS_ECC = ["eval-harness", "
|
|
1868
|
+
var DEV_SKILL_DIRS_ECC = ["eval-harness", "agent-introspection-debugging"];
|
|
1869
|
+
var MODIFIED_DEV_SKILL_DIRS = ["verification-loop"];
|
|
1870
|
+
var MODIFIED_ECC_SKILL_DIRS = [...MODIFIED_COMMON_SKILL_DIRS, ...MODIFIED_DEV_SKILL_DIRS];
|
|
1869
1871
|
var UI_SKILL_DIRS = ["ui-visual-review"];
|
|
1870
1872
|
var UI_SKILL_DIRS_ECC = ["e2e-testing"];
|
|
1871
1873
|
var PYTHON_SKILL_DIRS_ECC = ["python-patterns", "python-testing"];
|
|
@@ -2005,6 +2007,14 @@ function buildManifest(spec) {
|
|
|
2005
2007
|
applies: (s) => !s.withEcc && hasDevTrack(s.tracks)
|
|
2006
2008
|
});
|
|
2007
2009
|
}
|
|
2010
|
+
for (const sd of MODIFIED_DEV_SKILL_DIRS) {
|
|
2011
|
+
m.push({
|
|
2012
|
+
source: `skills/${sd}`,
|
|
2013
|
+
target: `.claude/skills/${sd}`,
|
|
2014
|
+
type: "dir",
|
|
2015
|
+
applies: dev
|
|
2016
|
+
});
|
|
2017
|
+
}
|
|
2008
2018
|
for (const sd of UI_SKILL_DIRS) {
|
|
2009
2019
|
m.push({
|
|
2010
2020
|
source: `skills/${sd}`,
|