@uzysjung/agent-harness 26.120.0 → 26.126.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/README.ko.md +12 -0
- package/README.md +9 -0
- package/dist/{chunk-2VII24JD.js → chunk-ZSLMD5SP.js} +10 -4
- package/dist/{chunk-2VII24JD.js.map → chunk-ZSLMD5SP.js.map} +1 -1
- package/dist/index.js +848 -234
- package/dist/index.js.map +1 -1
- package/dist/trust-tier-drift.js +1 -1
- package/package.json +1 -1
- package/templates/hooks/session-start.sh +24 -3
- package/templates/hooks/spec-drift-check.sh +24 -1
- package/templates/rules/cli-development.md +16 -0
- package/templates/rules/git-policy.md +4 -0
- package/templates/rules/no-false-ship.md +55 -0
- package/templates/skills/continuous-learning-v2/SKILL.md +25 -29
- package/templates/skills/continuous-learning-v2/agents/observer-loop.sh +362 -0
- package/templates/skills/continuous-learning-v2/agents/observer.md +189 -0
- package/templates/skills/continuous-learning-v2/agents/session-guardian.sh +150 -0
- package/templates/skills/continuous-learning-v2/agents/start-observer.sh +252 -0
- package/templates/skills/continuous-learning-v2/hooks/observe.sh +189 -32
- package/templates/skills/continuous-learning-v2/scripts/detect-project.sh +113 -19
- package/templates/skills/continuous-learning-v2/scripts/instinct-cli.py +558 -28
- package/templates/skills/continuous-learning-v2/scripts/lib/homunculus-dir.sh +31 -0
- package/templates/skills/continuous-learning-v2/scripts/migrate-homunculus.sh +68 -0
- package/templates/skills/continuous-learning-v2/scripts/test_parse_instinct.py +1420 -0
- package/templates/skills/harness-health-audit/SKILL.md +14 -2
- package/templates/skills/harness-health-audit/scripts/observation-digest.mjs +212 -0
- package/templates/skills/multi-persona-review/SKILL.md +16 -0
- package/templates/skills/recurrence-prevention/SKILL.md +4 -0
- package/templates/skills/strategic-compact/SKILL.md +26 -12
package/README.ko.md
CHANGED
|
@@ -41,6 +41,18 @@ claude # 또는 codex / opencode / agy
|
|
|
41
41
|
|
|
42
42
|
위저드는 TTY 가 필요하다. CI·컨테이너·온보딩 스크립트용 flag 모드는 [사용 가이드](docs/USAGE.md#non-interactive-install)를 참고한다.
|
|
43
43
|
|
|
44
|
+
무엇을 설치했는지 기록으로 남는다. 그래서 나중에 확인하고 되돌릴 수 있다:
|
|
45
|
+
|
|
46
|
+
```bash
|
|
47
|
+
npx -y @uzysjung/agent-harness list # 이 프로젝트에 깔린 것
|
|
48
|
+
npx -y @uzysjung/agent-harness uninstall # 무엇을 뺄지 고른다
|
|
49
|
+
```
|
|
50
|
+
|
|
51
|
+
터미널에서 실행하면 `uninstall` 이 무엇을 뺄지 묻는다 — 항목별로, 또는 전부. 안전하게 되돌릴 수
|
|
52
|
+
있는 것만 되돌리고 나머지는 *출력한다* — 글로벌 자산, 훅 등록, `.mcp.json` 같은 `.claude/` 밖 파일.
|
|
53
|
+
사용자 내용이 섞인 파일을 기계적으로 고치지 않는다. 설치 화면에서 체크를 풀어도 제거되지 않는다 —
|
|
54
|
+
제거는 여기서만 일어난다. 자세한 내용은 [uninstall](docs/USAGE.md#uninstall-v26640) 참고.
|
|
55
|
+
|
|
44
56
|
## 왜
|
|
45
57
|
|
|
46
58
|
코딩 에이전트의 기능은 계속 고도화되고 있다. 하지만 한 번 설치한 skill 과 MCP 는 실제 사용 여부와 상관없이 매 세션 context window 를 차지한다. awesome-list 에 수백 개의 선택지가 있어도 내 기술 스택에 어떤 항목이 맞는지까지는 알려주지 않는다. 결국 모든 항목을 설치해 매 세션 불필요한 비용을 치르거나, 프로젝트를 시작할 때마다 직접 목록을 읽고 골라야 한다.
|
package/README.md
CHANGED
|
@@ -41,6 +41,15 @@ claude # or codex / opencode / agy
|
|
|
41
41
|
|
|
42
42
|
The wizard needs a TTY. For CI, containers, or onboarding scripts there is a flag-based mode — see the [usage guide](docs/USAGE.md#non-interactive-install).
|
|
43
43
|
|
|
44
|
+
What it installed is recorded, so you can review it and take it back out:
|
|
45
|
+
|
|
46
|
+
```bash
|
|
47
|
+
npx -y @uzysjung/agent-harness list # what this project got
|
|
48
|
+
npx -y @uzysjung/agent-harness uninstall # pick what to remove
|
|
49
|
+
```
|
|
50
|
+
|
|
51
|
+
Run in a terminal, `uninstall` asks what to take out — item by item, or everything. It reverses what it safely can and *prints* the rest — global assets, hook registrations, and files outside `.claude/` such as `.mcp.json` — instead of editing files that hold your own content. Unchecking something in the installer never removes it; removal only happens here. See [uninstall](docs/USAGE.md#uninstall-v26640).
|
|
52
|
+
|
|
44
53
|
## Why
|
|
45
54
|
|
|
46
55
|
Coding agents keep getting stronger on their own. But every skill and MCP you install sits in the context window each session whether you use it or not, and the awesome-lists carry hundreds of options with no way to tell which ones your stack actually calls for. So you either install everything and pay for it every session, or read through the lists yourself each time you start a project.
|
|
@@ -1164,7 +1164,13 @@ var all = () => true;
|
|
|
1164
1164
|
var dev = (s) => hasDevTrack(s.tracks);
|
|
1165
1165
|
var ui = (s) => hasUiTrack(s.tracks);
|
|
1166
1166
|
var onTracks = (pattern) => (s) => anyTrack(s.tracks, pattern);
|
|
1167
|
-
var COMMON_RULES = [
|
|
1167
|
+
var COMMON_RULES = [
|
|
1168
|
+
"git-policy",
|
|
1169
|
+
"change-management",
|
|
1170
|
+
"gates-taxonomy",
|
|
1171
|
+
"doc-governance",
|
|
1172
|
+
"no-false-ship"
|
|
1173
|
+
];
|
|
1168
1174
|
var DEV_RULES = ["test-policy", "ship-checklist", "code-style", "error-handling"];
|
|
1169
1175
|
var UI_RULES = ["design-workflow", "playwright-launch", "benchmark-parity"];
|
|
1170
1176
|
var TRACK_RULES = {
|
|
@@ -1224,8 +1230,8 @@ var ALWAYS_HOOKS = [
|
|
|
1224
1230
|
"checkpoint-snapshot.sh"
|
|
1225
1231
|
];
|
|
1226
1232
|
var COMMON_SKILL_DIRS = ["north-star", "gh-issue-workflow"];
|
|
1227
|
-
var COMMON_SKILL_DIRS_ECC = ["strategic-compact"];
|
|
1228
|
-
var MODIFIED_COMMON_SKILL_DIRS = ["
|
|
1233
|
+
var COMMON_SKILL_DIRS_ECC = ["strategic-compact", "continuous-learning-v2"];
|
|
1234
|
+
var MODIFIED_COMMON_SKILL_DIRS = ["deep-research"];
|
|
1229
1235
|
var DEV_SKILL_DIRS = [];
|
|
1230
1236
|
var DEV_SKILL_DIRS_ECC = ["agent-introspection-debugging"];
|
|
1231
1237
|
var MODIFIED_DEV_SKILL_DIRS = ["verification-loop", "eval-harness"];
|
|
@@ -1542,4 +1548,4 @@ export {
|
|
|
1542
1548
|
summarizeContextCost,
|
|
1543
1549
|
formatResidentCostLine
|
|
1544
1550
|
};
|
|
1545
|
-
//# sourceMappingURL=chunk-
|
|
1551
|
+
//# sourceMappingURL=chunk-ZSLMD5SP.js.map
|