@uzysjung/agent-harness 26.152.0 → 26.153.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-EQDC2AAU.js → chunk-OYNSK6QF.js} +20 -11
- package/dist/chunk-OYNSK6QF.js.map +1 -0
- package/dist/index.js +89 -45
- package/dist/index.js.map +1 -1
- package/dist/trust-tier-drift.js +1 -1
- package/package.json +1 -1
- package/templates/CLAUDE.md +93 -145
- package/templates/codex/README.md +6 -7
- package/templates/codex/config.toml.template +1 -9
- package/templates/skills/audit-harness-fit/README.md +76 -43
- package/templates/skills/audit-harness-fit/SKILL.md +62 -47
- package/templates/skills/audit-harness-fit/evals/scenarios.yaml +179 -22
- package/templates/skills/audit-harness-fit/references/apply.md +74 -45
- package/templates/skills/audit-harness-fit/references/audit.md +142 -118
- package/templates/skills/audit-harness-fit/references/populate.md +53 -49
- package/templates/skills/audit-harness-fit/references/verification.md +131 -100
- package/templates/skills/clear-korean-communication/SKILL.md +76 -209
- package/templates/skills/external-model-consult/scripts/codex-ask.sh +9 -4
- package/templates/skills/external-model-consult/scripts/gemini-ask.sh +9 -4
- package/templates/skills/model-orchestration/SKILL.md +123 -267
- package/templates/skills/objective-brief/SKILL.md +3 -3
- package/dist/chunk-EQDC2AAU.js.map +0 -1
- package/templates/codex/hooks/README.md +0 -37
- package/templates/codex/hooks/session-start.sh +0 -7
- package/templates/codex/hooks/uncommitted-check.sh +0 -7
- package/templates/skills/clear-korean-communication/references/pre-send-checklist.md +0 -37
- package/templates/skills/clear-korean-communication/references/why-it-works.md +0 -24
- package/templates/skills/clear-korean-communication/references/worked-examples.md +0 -89
|
@@ -275,7 +275,7 @@ var EXTERNAL_ASSETS = [
|
|
|
275
275
|
id: "audit-harness-fit",
|
|
276
276
|
tier: "official",
|
|
277
277
|
// uzys 자사 스킬
|
|
278
|
-
description: "Audit harness fit \u2014
|
|
278
|
+
description: "Audit harness fit \u2014 improve agent instructions and skills for autonomous, productive delivery with verifiable quality: resolve needless questions and repeated checks, conflicting decisions, missing actionable context, and low-value procedures; adapt guidance to demonstrated model and tool capabilities; also fill or refresh AGENTS.md / CLAUDE.md project context from repository evidence",
|
|
279
279
|
category: "workflow",
|
|
280
280
|
source: "uzys",
|
|
281
281
|
condition: { kind: "any-track", tracks: [...TRACKS] },
|
|
@@ -516,7 +516,10 @@ var EXTERNAL_ASSETS = [
|
|
|
516
516
|
condition: { kind: "opt-in" },
|
|
517
517
|
// 리포에 스킬 14종(brandkit·brutalist·minimalist 등)이 있고 본체가 `taste-skill` —
|
|
518
518
|
// 스타일 변형은 그 안에서 고른다. 다른 단일 대표 자산(remotion)과 같은 형태.
|
|
519
|
-
|
|
519
|
+
// 2026-09-20 (#420) — 업스트림이 SKILL.md 의 `name:` 을 `design-taste-frontend` 로 바꿨다. `npx skills
|
|
520
|
+
// add --skill` 은 디렉터리명이 아니라 **frontmatter name** 으로 맞춘다(실측: 옛 이름은 "No matching
|
|
521
|
+
// skills found", 새 이름은 설치 완료). 디렉터리는 여전히 `skills/taste-skill/` 이다.
|
|
522
|
+
method: { kind: "skill", source: "Leonxlnx/taste-skill", skill: "design-taste-frontend" }
|
|
520
523
|
},
|
|
521
524
|
{
|
|
522
525
|
id: "scroll-world",
|
|
@@ -531,10 +534,10 @@ var EXTERNAL_ASSETS = [
|
|
|
531
534
|
// 2026-08-16 — Preline 은 Tailwind 컴포넌트 킷이지만 **프레임워크에 매이지 않는다**: htmx·
|
|
532
535
|
// vanilla 에도 붙는다(사용자 확인). 그래서 `frontend` 이면서 React/Vue 트랙 전용이 아니다.
|
|
533
536
|
//
|
|
534
|
-
// 리포 안에 스킬은 `skills/theme-generator/`
|
|
535
|
-
//
|
|
536
|
-
//
|
|
537
|
-
//
|
|
537
|
+
// 리포 안에 테마 스킬은 `skills/theme-generator/` 하나다. 2026-08-16 실측에서는 `npx skills add`
|
|
538
|
+
// 가 디렉터리명(`theme-generator`)으로 맞췄는데, 2026-09-01 부터 그 이름이 "No matching skills
|
|
539
|
+
// found" 가 됐다(#420) — 지금은 SKILL.md 의 `name:`(`preline-theme-generator`)으로 맞춘다(실측
|
|
540
|
+
// 2026-09-20: 옛 이름 exit 1 · 새 이름 설치 완료). 이름이 바뀌면 월 1회 catalog-verify 가 잡는다.
|
|
538
541
|
//
|
|
539
542
|
// 같은 날 조사한 flowbite 는 **넣지 않는다**: 에이전트용 제공물이 MCP 서버뿐인데, 이 저장소의
|
|
540
543
|
// `.mcp.json` 조립은 트랙 조건만 읽어 opt-in 경로가 없다 — 넣으면 해당 트랙 전원에게 항상
|
|
@@ -547,7 +550,11 @@ var EXTERNAL_ASSETS = [
|
|
|
547
550
|
category: "frontend",
|
|
548
551
|
source: "htmlstreamofficial",
|
|
549
552
|
condition: { kind: "opt-in" },
|
|
550
|
-
method: {
|
|
553
|
+
method: {
|
|
554
|
+
kind: "skill",
|
|
555
|
+
source: "htmlstreamofficial/preline",
|
|
556
|
+
skill: "preline-theme-generator"
|
|
557
|
+
}
|
|
551
558
|
},
|
|
552
559
|
// === dev tools (has_dev_track) ===
|
|
553
560
|
// v26.110.0 (ADR-039) — code-review: /code-review 커맨드 1개 (다중 에이전트 confidence
|
|
@@ -1954,6 +1961,7 @@ function descriptorTokens(path2) {
|
|
|
1954
1961
|
}
|
|
1955
1962
|
function residentCost(entries, root = resolveBundleRoot()) {
|
|
1956
1963
|
const tpl = (source) => join3(root, "templates", source);
|
|
1964
|
+
const measured = (e) => e.file ?? tpl(e.source);
|
|
1957
1965
|
const perSkill = {};
|
|
1958
1966
|
let rules = 0;
|
|
1959
1967
|
let skillDescriptors = 0;
|
|
@@ -1963,13 +1971,13 @@ function residentCost(entries, root = resolveBundleRoot()) {
|
|
|
1963
1971
|
let agentItems = 0;
|
|
1964
1972
|
for (const e of entries) {
|
|
1965
1973
|
if (e.target.startsWith(".claude/rules/")) {
|
|
1966
|
-
rules += fileTokens(
|
|
1974
|
+
rules += fileTokens(measured(e));
|
|
1967
1975
|
ruleItems += 1;
|
|
1968
1976
|
} else if (e.target.startsWith(".claude/agents/")) {
|
|
1969
|
-
agentDescriptors += descriptorTokens(
|
|
1977
|
+
agentDescriptors += descriptorTokens(measured(e));
|
|
1970
1978
|
agentItems += 1;
|
|
1971
1979
|
} else if (e.target.startsWith(".claude/skills/")) {
|
|
1972
|
-
const t = descriptorTokens(join3(
|
|
1980
|
+
const t = descriptorTokens(join3(measured(e), "SKILL.md"));
|
|
1973
1981
|
skillDescriptors += t;
|
|
1974
1982
|
skillItems += 1;
|
|
1975
1983
|
const id = /\.claude\/skills\/([^/]+)/.exec(e.target)?.[1];
|
|
@@ -2134,6 +2142,7 @@ export {
|
|
|
2134
2142
|
buildAssetSpec,
|
|
2135
2143
|
resolveRules,
|
|
2136
2144
|
ALL_RULES,
|
|
2145
|
+
TRACK_AGENTS,
|
|
2137
2146
|
RETIRED_AGENTS,
|
|
2138
2147
|
RETIRED_AGENT_IDS,
|
|
2139
2148
|
isCliNeutralTarget,
|
|
@@ -2148,4 +2157,4 @@ export {
|
|
|
2148
2157
|
formatResidentCostLine,
|
|
2149
2158
|
formatResidentCostBlock
|
|
2150
2159
|
};
|
|
2151
|
-
//# sourceMappingURL=chunk-
|
|
2160
|
+
//# sourceMappingURL=chunk-OYNSK6QF.js.map
|