@uzysjung/agent-harness 26.135.0 → 26.136.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 +3 -2
- package/dist/index.js.map +1 -1
- package/dist/trust-tier-drift.js +2 -0
- package/dist/trust-tier-drift.js.map +1 -1
- package/package.json +3 -2
- package/templates/rules/doc-governance.md +10 -12
- package/templates/rules/git-policy.md +6 -40
- package/templates/skills/harness-health-audit/SKILL.md +6 -0
- package/templates/skills/recurrence-prevention/SKILL.md +37 -8
package/dist/index.js
CHANGED
|
@@ -712,7 +712,7 @@ var cac = (name = "") => new CAC(name);
|
|
|
712
712
|
// package.json
|
|
713
713
|
var package_default = {
|
|
714
714
|
name: "@uzysjung/agent-harness",
|
|
715
|
-
version: "26.
|
|
715
|
+
version: "26.136.0",
|
|
716
716
|
description: "Curate vetted AI-coding skills & plugins by your tech stack \u2014 install only what you need, across Claude Code, Codex, OpenCode & Antigravity",
|
|
717
717
|
type: "module",
|
|
718
718
|
publishConfig: {
|
|
@@ -744,7 +744,8 @@ var package_default = {
|
|
|
744
744
|
format: "biome format --write src tests",
|
|
745
745
|
ci: "npm run typecheck && npm run lint && npm run test:coverage && npm run build",
|
|
746
746
|
prepare: "[ -d dist ] || npm run build",
|
|
747
|
-
"cost:report": "npm run build && node scripts/context-cost-report.mjs"
|
|
747
|
+
"cost:report": "npm run build && node scripts/context-cost-report.mjs",
|
|
748
|
+
"cost:baseline": "npm run build && node scripts/context-cost-baseline.mjs"
|
|
748
749
|
},
|
|
749
750
|
dependencies: {
|
|
750
751
|
"@clack/prompts": "^1.3.0",
|