@uzysjung/agent-harness 26.143.0 → 26.145.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-7KAPL2PZ.js → chunk-OEIGA5IL.js} +2 -2
- package/dist/{chunk-7KAPL2PZ.js.map → chunk-OEIGA5IL.js.map} +1 -1
- package/dist/index.js +60 -3
- package/dist/index.js.map +1 -1
- package/dist/trust-tier-drift.js +1 -1
- package/package.json +1 -1
- package/templates/CLAUDE.md +122 -91
- package/templates/rules/change-management.md +6 -39
- package/templates/rules/cli-development.md +10 -24
- package/templates/rules/doc-governance.md +5 -48
- package/templates/rules/git-policy.md +9 -32
- package/templates/rules/ship-checklist.md +8 -14
- package/templates/rules/test-policy.md +20 -31
- package/templates/skills/audit-harness-fit/SKILL.md +212 -48
- package/templates/skills/external-model-consult/SKILL.md +14 -3
- package/templates/skills/model-orchestration/SKILL.md +60 -0
- package/templates/skills/multi-persona-review/SKILL.md +36 -1
- package/templates/skills/multi-persona-review/references/reviewer-design.md +8 -0
- package/templates/rules/benchmark-parity.md +0 -40
|
@@ -1165,7 +1165,7 @@ var ui = (s) => hasUiTrack(s.tracks);
|
|
|
1165
1165
|
var onTracks = (pattern) => (s) => anyTrack(s.tracks, pattern);
|
|
1166
1166
|
var COMMON_RULES = ["git-policy", "change-management", "doc-governance"];
|
|
1167
1167
|
var DEV_RULES = ["test-policy", "ship-checklist"];
|
|
1168
|
-
var UI_RULES = ["playwright-launch"
|
|
1168
|
+
var UI_RULES = ["playwright-launch"];
|
|
1169
1169
|
var TRACK_RULES = {
|
|
1170
1170
|
"csr-supabase": [],
|
|
1171
1171
|
"csr-fastify": [],
|
|
@@ -1600,4 +1600,4 @@ export {
|
|
|
1600
1600
|
formatResidentCostLine,
|
|
1601
1601
|
formatResidentCostBlock
|
|
1602
1602
|
};
|
|
1603
|
-
//# sourceMappingURL=chunk-
|
|
1603
|
+
//# sourceMappingURL=chunk-OEIGA5IL.js.map
|