Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
## [Unreleased]

### Added
- `docs/system-design.md` — Harness architecture maps for current Claude Code runtime boundaries, data flow, agent topology, model policy, and extension points
- `docs/hermes-skill-translation-plan.md` — adapter plan for translating Harness concepts into Hermes skills, profiles, delegation patterns, and validation contracts
- 신규 에이전트/스킬 생성 전 중복 검토 단계 (Phase 3-0, Phase 4-0)
- `references/agent-design-patterns.md` "에이전트 재사용 설계" 섹션
- `references/skill-writing-guide.md` §9 "스킬 재사용 설계"
Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,14 @@ harness/
└── README.md
```

## Architecture Docs

For contributors reviewing the system boundary rather than running the 5-minute
quickstart:

- [`docs/system-design.md`](docs/system-design.md) — current Harness architecture maps: distribution, trigger, generated project harness, Claude Code runtime boundary, data flow, model policy, and extension points.
- [`docs/hermes-skill-translation-plan.md`](docs/hermes-skill-translation-plan.md) — adapter plan for translating Harness concepts into Hermes skills, profiles, delegation patterns, and validation contracts.

## Usage

Trigger in Claude Code with prompts like:
Expand Down
Loading