@uzysjung/agent-harness 26.142.0 → 26.144.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/{chunk-JB5WSU5G.js → chunk-7KAPL2PZ.js} +7 -1
- package/dist/{chunk-JB5WSU5G.js.map → chunk-7KAPL2PZ.js.map} +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/trust-tier-drift.js +1 -1
- package/package.json +1 -1
- package/templates/rules/doc-governance.md +7 -1
- package/templates/rules/ship-checklist.md +1 -1
- package/templates/scripts/spec-drift-check.sh +131 -0
- package/templates/skills/audit-harness-fit/SKILL.md +164 -48
|
@@ -1250,6 +1250,12 @@ function buildManifest(spec) {
|
|
|
1250
1250
|
type: "file",
|
|
1251
1251
|
applies: all
|
|
1252
1252
|
});
|
|
1253
|
+
m.push({
|
|
1254
|
+
source: "scripts/spec-drift-check.sh",
|
|
1255
|
+
target: ".uzys-agent-harness/spec-drift-check.sh",
|
|
1256
|
+
type: "file",
|
|
1257
|
+
applies: all
|
|
1258
|
+
});
|
|
1253
1259
|
for (const a of CORE_AGENTS) {
|
|
1254
1260
|
m.push({
|
|
1255
1261
|
source: `agents/${a}.md`,
|
|
@@ -1594,4 +1600,4 @@ export {
|
|
|
1594
1600
|
formatResidentCostLine,
|
|
1595
1601
|
formatResidentCostBlock
|
|
1596
1602
|
};
|
|
1597
|
-
//# sourceMappingURL=chunk-
|
|
1603
|
+
//# sourceMappingURL=chunk-7KAPL2PZ.js.map
|