Bottom Bar
ShellBottomBar로 선택 액션과 승인 액션을 화면 하단에 sticky하게 붙여 작업 맥락을 유지합니다.
searchShellPatterns로 recipe, slot, policy, adapter, audit-rule, anti-pattern 패턴을 키워드 검색합니다.
Keyword search over 50+ indexed harness patterns for agent integration.
하네스 패턴 인덱스를 키워드로 검색합니다.
Collection browsing is the primary user action. Scan, filter, and bulk-operate on rows of data.
<ListWorkspace header={...} content={...} />Wraps opt-datagrid with harness chrome (card/plain styling), loading/empty/error states, and inspect snapshots.
<ShellDataGridAdapter rows={rows} columns={columns} getRowId={getRowId} empty={emptyState} status={statusFooter} />Required slot "header" in the list recipe.
<ListWorkspace header={<YourComponent />} />Required slot "content" in the list recipe.
<ListWorkspace content={<YourComponent />} />Optional slot "toolbar" in the list recipe.
<ListWorkspace toolbar={<YourComponent />} />Optional slot "filters" in the list recipe.
<ListWorkspace filters={<YourComponent />} />Optional slot "aside" in the list recipe.
<ListWorkspace aside={<YourComponent />} />Optional slot "footer" in the list recipe.
<ListWorkspace footer={<YourComponent />} />ShellBottomBar로 선택 액션과 승인 액션을 화면 하단에 sticky하게 붙여 작업 맥락을 유지합니다.
audit finding 수를 조절하면서 점수 변화를 확인하세요.
computeCompletenessScore로 audit finding을 7개 카테고리로 분류하고 0-100 가중 평균 점수를 산출합니다.
8개 라우트 파일 대비 하네스 rollout target 매칭 결과
computeShellCoverage로 라우트 파일 대비 하네스 채택률을 정적 분석하고 recipe별 breakdown과 미커버 경로를 표시합니다.