init: readme 작성 하네스 설계

This commit is contained in:
DongHyeonka
2026-07-24 13:26:18 +09:00
parent 7fb4217f7c
commit c708cbcf9a
317 changed files with 24223 additions and 1 deletions
@@ -0,0 +1,46 @@
schema-version: 1
target:
repository: /home/donghyeon/workspace/ai-tool/company-haness
readme-path: README.md
mode: refresh
profile-override: generic
project-intent:
purpose: 대상 저장소의 핵심 운영 흐름, 구조, 검증 방법을 실제 파일 근거에 맞춰 설명한다.
positioning: AI 에이전트 기반 회사 운영 하네스를 처음 접하는 사용자와 기여자를 위한 저장소 진입 문서다.
maturity: 현재 저장소에서 확인되는 구현과 한계를 과장 없이 문서화한다.
audience:
primary:
- 저장소를 처음 사용하는 운영자와 개발자
- 하네스에 기여하려는 개발자
secondary:
- 에이전트 워크플로와 산출물 계약을 검토하는 기술 리더
reader-actions:
- 프로젝트의 목적과 적용 범위를 빠르게 파악한다.
- 대표 진입점과 최소 사용 흐름을 선택한다.
- 주요 디렉터리와 산출물 위치를 찾는다.
- 저장소가 정의한 검증 명령과 현재 한계를 확인한다.
content-policy:
language: ko-KR
tone: 간결하고 기술적이며 검증 수준을 명시하는 설명체
target-length: long
preserve-existing-copy: false
detail-docs-policy: summary-and-link
visual-policy:
mode: when-useful
max-visuals: 1
preferred-formats:
- mermaid
placeholder-format: HTML 주석 기반 제작 사양
must-include:
- 프로젝트 개요와 대상 독자
- 대표 워크플로 진입점과 선택 기준
- 저장소 구조와 주요 책임
- 최소 사용 절차
- 검증 명령과 검증 수준
- 산출물 위치
- 현재 한계
must-exclude:
- 저장소 근거가 없는 기능·버전·성능 우위 주장
- 비밀 값 또는 개인 환경의 절대 경로
- 상세 설계 이력의 장문 복제
protected-sections: []
@@ -0,0 +1,28 @@
{
"build-files": [
"hyeonworks/design-direction/hyeonworks-reset-v1-direction-v2/directions/direction-1/package.json",
"hyeonworks/design-direction/hyeonworks-reset-v1-direction-v2/directions/direction-2/package.json",
"hyeonworks/design-direction/hyeonworks-reset-v1-direction-v2/directions/direction-3/package.json",
"hyeonworks/design-direction/hyeonworks-reset-v1-direction/gallery/package.json",
"hyeonworks/design-direction/hyeonworks-reset-v1-direction/prototype/package.json",
"hyeonworks/design-system/package.json"
],
"languages": [
"JavaScript",
"Python",
"TypeScript"
],
"top-level-dirs": [
".agents",
".claude",
".codex",
".github",
".superpowers",
"_sandbox",
"benchmark",
"docs",
"hyeonworks",
"org-os"
],
"multi-module": true
}
@@ -0,0 +1,7 @@
{
"git-sha": "00db337cfb3a22feb0b4d8529f23d72067f9ce16",
"dirty": true,
"diff-hash": "sha256:1eaa580e67e33d16a6115eb8f66fd034446436fb8f3bf70842ee9fd91b60ca64",
"scanned-at": null,
"file-count": 893
}
@@ -0,0 +1,11 @@
{
"schema-version": 1,
"run-id": "20260717-refresh",
"repo-id": "company-haness",
"mode": "refresh",
"target-repository": "/home/donghyeon/workspace/ai-tool/company-haness",
"harness-version": "0.1.0",
"started-at": null,
"tool-adapter": "codex",
"input-hashes": {}
}
@@ -0,0 +1,38 @@
{
"schema-version": 1,
"mode": "refresh",
"current": "REPOSITORY_SNAPSHOTTED",
"history": [
{
"state": "INITIALIZED"
},
{
"state": "INPUT_CAPTURED",
"gates": [
{
"name": "request",
"ok": true,
"warnings": [],
"data": null
}
]
},
{
"state": "REPOSITORY_SNAPSHOTTED",
"gates": [
{
"name": "snapshot",
"ok": true,
"warnings": [],
"data": {
"diff-hash": "sha256:1eaa580e67e33d16a6115eb8f66fd034446436fb8f3bf70842ee9fd91b60ca64"
}
}
]
}
],
"rework": {
"iterations": 0,
"findings": {}
}
}