@uzysjung/agent-harness 26.154.0 → 26.155.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 CHANGED
@@ -65,7 +65,7 @@ npx -y @uzysjung/agent-harness uninstall # 무엇을 뺄지 고른다
65
65
 
66
66
  - **스택 기반 큐레이션.** 검증된 옵션 중에서 이 프로젝트에 실제로 필요한 자산만 골라 설치한다. `csr-supabase` 를 고르면 세 묶음이 미리 체크된다 — 모든 track 이 받는 4종(`north-star`·`objective-brief`·`gh-issue-workflow`·`audit-harness-fit`), 개발 track 이 받는 것들(`find-skills`·`agent-browser`·`frontend-design` + 방법론 스킬 5종), 그리고 이 스택이 필요로 하는 React·shadcn·Supabase·Postgres. 카탈로그의 나머지는 처음부터 끼어들지 않는다.
67
67
 
68
- - **규율 레이어.** 실제 프로덕션 프로젝트를 에이전트로 운영하며 추출한 룰·훅·방법론 스킬·CI 스캐폴드로 구성된다. 문서 거버넌스와 검증 게이트, 작업 브리프 정규화, 재발 방지 체계를 아우르며, 특히 스킬 14종은 마켓플레이스에 의존하지 않고 이 저장소에서 직접 쓰고 관리한다. 그중 13종은 id 로 지정할 수 있고(`--with`/`--without`), 그 13종 가운데 5종은 3단계 화면에서 한 줄로 묶여 함께 켜지고 꺼진다. 이 레이어 덕분에 단순한 skill 모음을 넘어선 하네스로 작동한다.
68
+ - **규율 레이어.** 실제 프로덕션 프로젝트를 에이전트로 운영하며 추출한 룰·훅·방법론 스킬·CI 스캐폴드로 구성된다. 문서 거버넌스와 검증 게이트, 작업 브리프 정규화, 재발 방지 체계를 아우르며, 특히 스킬 14종은 마켓플레이스에 의존하지 않고 이 저장소에서 직접 쓰고 관리한다. 그중 13종은 id 로 지정할 수 있다(`--with`/`--without`). 이 레이어 덕분에 단순한 skill 모음을 넘어선 하네스로 작동한다.
69
69
 
70
70
  - **4개 CLI, 하나의 어휘.** 1급 지원 대상인 Claude Code 에는 모든 자산·훅·plugin 을 적용하고, Codex, OpenCode, Antigravity 에는 skill 과 rule 레이어를 적용한다. 프로젝트가 특정 CLI 에 묶이지 않는다.
71
71
 
@@ -81,6 +81,7 @@ vetted 등급의 조건은 GitHub star 1,000개 이상, 활발한 유지보수,
81
81
 
82
82
  무엇을 만드느냐에 따라 11개 track 으로 나눈다:
83
83
 
84
+ - **스택 미정** — `base` (원칙·방법론·테스트 스킬만, 스택 전용 자산 없음)
84
85
  - **프론트엔드 + 백엔드** — `csr-supabase` · `csr-fastify` · `csr-fastapi` · `ssr-nextjs` · `ssr-htmx`
85
86
  - **데이터** — `data`
86
87
  - **비즈니스** — `executive` · `project-management` · `growth-marketing`
package/README.md CHANGED
@@ -61,7 +61,7 @@ This tool starts from the stack instead. You pick a track, and it pre-checks the
61
61
 
62
62
  - **Curation by tech stack.** Of the vetted options, you install only what this project calls for. Pick `csr-supabase` and step 3 pre-checks three groups: the four that every track gets (`north-star`, `objective-brief`, `gh-issue-workflow`, `audit-harness-fit`), the dev-track set (`find-skills`, `agent-browser`, `frontend-design`, and the five method skills), and the ones this stack calls for — React, shadcn, Supabase, Postgres. Not the rest of the catalog.
63
63
 
64
- - **A discipline layer.** Rules, hooks, method skills, and CI scaffolds distilled from running real production projects with agents: doc governance, verification gates, normalized task briefs, recurrence prevention. Fourteen of those skills are written and maintained in this repo rather than pulled from a marketplace — thirteen of them selectable by id with `--with` / `--without`, five of which collapse into one row at step 3 — so the harness ships the method, not just a pointer to one. This layer is what makes it a harness rather than a skill pack.
64
+ - **A discipline layer.** Rules, hooks, method skills, and CI scaffolds distilled from running real production projects with agents: doc governance, verification gates, normalized task briefs, recurrence prevention. Fourteen of those skills are written and maintained in this repo rather than pulled from a marketplace — thirteen of them selectable by id with `--with` / `--without` — so the harness ships the method, not just a pointer to one. This layer is what makes it a harness rather than a skill pack.
65
65
 
66
66
  - **Four CLIs, one vocabulary.** Claude Code is first class — all assets, hooks, and plugins. Codex, OpenCode, and Antigravity get the skills and rules layer. Your project is not locked to one CLI.
67
67
 
@@ -79,6 +79,7 @@ Every asset carries its tier as a badge at step 3: **★ official** (Anthropic-o
79
79
 
80
80
  Eleven tracks, grouped by what you're building:
81
81
 
82
+ - **No stack yet** — `base` (principles, method skills, tests; nothing stack-specific)
82
83
  - **Frontend + backend** — `csr-supabase` · `csr-fastify` · `csr-fastapi` · `ssr-nextjs` · `ssr-htmx`
83
84
  - **Data** — `data`
84
85
  - **Business** — `executive` · `project-management` · `growth-marketing`
@@ -40,6 +40,8 @@ var init_esm_shims = __esm({
40
40
  // src/types.ts
41
41
  init_esm_shims();
42
42
  var TRACKS = [
43
+ // #456 (2026-09-20) — 스택 무관: 원칙·방법론·테스트 스킬만. 스택을 아직 안 정한 프로젝트용.
44
+ "base",
43
45
  "tooling",
44
46
  "csr-supabase",
45
47
  "csr-fastify",
@@ -91,7 +93,7 @@ function anyTrack(tracks, pattern) {
91
93
  return tracks.some((t) => matchTrack(t, pattern));
92
94
  }
93
95
  function hasDevTrack(tracks) {
94
- return anyTrack(tracks, "csr-*|ssr-*|data|full|tooling");
96
+ return anyTrack(tracks, "csr-*|ssr-*|data|full|tooling|base");
95
97
  }
96
98
  function hasUiTrack(tracks) {
97
99
  return anyTrack(tracks, "csr-*|ssr-*|full");
@@ -102,6 +104,7 @@ function globToRegex(pattern) {
102
104
  }
103
105
 
104
106
  // src/external-assets.ts
107
+ var DEV_TRACKS_WITH_STACK = TRACKS.filter((t) => t !== "base" && hasDevTrack([t]));
105
108
  var CSR_SSR_NEXTJS_FULL = [
106
109
  "csr-supabase",
107
110
  "csr-fastify",
@@ -495,7 +498,7 @@ var EXTERNAL_ASSETS = [
495
498
  description: "frontend-design \u2014 distinctive production-grade UI generation (Anthropic official, avoids generic AI aesthetics)",
496
499
  category: "frontend",
497
500
  source: "anthropics",
498
- condition: { kind: "has-dev-track" },
501
+ condition: { kind: "any-track", tracks: DEV_TRACKS_WITH_STACK },
499
502
  method: { kind: "skill", source: "anthropics/skills", skill: "frontend-design" }
500
503
  },
501
504
  // 2026-08-02 정비 — 프론트엔드 품질 3종 (사용자 지시). 전부 opt-in: frontend-design 이 기본
@@ -606,7 +609,7 @@ var EXTERNAL_ASSETS = [
606
609
  description: "find-skills \u2014 search \xB7 rank all installed skills (vercel-labs, all dev tracks)",
607
610
  category: "dev-tools",
608
611
  source: "vercel-labs",
609
- condition: { kind: "has-dev-track" },
612
+ condition: { kind: "any-track", tracks: DEV_TRACKS_WITH_STACK },
610
613
  method: { kind: "skill", source: "vercel-labs/skills", skill: "find-skills" }
611
614
  },
612
615
  // v26.110.0 (ADR-039) — context7 플러그인은 **미등록** (검토 후 철회): templates/mcp.json ·
@@ -621,7 +624,7 @@ var EXTERNAL_ASSETS = [
621
624
  // v26.78.0 — Understanding 으로 재분류: 웹 지각(screenshot·DOM). 영상/코드 지각과 같은 축.
622
625
  category: "understanding",
623
626
  source: "vercel-labs",
624
- condition: { kind: "has-dev-track" },
627
+ condition: { kind: "any-track", tracks: DEV_TRACKS_WITH_STACK },
625
628
  method: { kind: "npm", pkg: "agent-browser", version: "0.31.0" }
626
629
  },
627
630
  // v26.78.0 — Understanding 신규 3종 (plugin, opt-in). 에이전트 인지 증강: 영상·코드 지각 + 메모리.
@@ -1169,6 +1172,7 @@ ${body}
1169
1172
  ${IMPORT_MARKER_END}`;
1170
1173
  }
1171
1174
  var TRACK_DISPLAY_NAMES = {
1175
+ base: "Base",
1172
1176
  tooling: "Tooling",
1173
1177
  "csr-supabase": "CSR Supabase",
1174
1178
  "csr-fastify": "CSR Fastify",
@@ -1841,6 +1845,8 @@ var COMMON_RULES = ["git-policy", "change-management", "doc-governance"];
1841
1845
  var DEV_RULES = ["test-policy", "ship-checklist"];
1842
1846
  var UI_RULES = [];
1843
1847
  var TRACK_RULES = {
1848
+ base: [],
1849
+ // #456 — 공통 룰만. cli-development 는 tooling·full 전용
1844
1850
  "csr-supabase": [],
1845
1851
  "csr-fastify": [],
1846
1852
  "csr-fastapi": [],
@@ -2174,4 +2180,4 @@ export {
2174
2180
  CATEGORIES,
2175
2181
  CATEGORY_TITLES
2176
2182
  };
2177
- //# sourceMappingURL=chunk-242TVGMZ.js.map
2183
+ //# sourceMappingURL=chunk-SC6ORMHV.js.map