repository-harness
Turn any repo into an agent-ready workspace for Claude Code, Codex, Cursor, and other coding agents.
파일 탐색기
최종 버전 다운로드 (.zip)- openai.yaml
- validate_evidence_capsule.py
- SKILL.md
- openai.yaml
- SKILL.md
- openai.yaml
- heuristics.md
- sources.md
- SKILL.md
- openai.yaml
- SKILL.md
- openai.yaml
- evidence-capsule-v1.md
- evidence-capsule-v2.md
- emit_evidence_bundle.py
- render_patch.py
- SKILL.md
- agent-failure-case.md
- pattern-request.md
- real-world-example.md
- harness-release.yml
- post-merge-maintenance.yml
- premerge.yml
- README.md
- README.md
- README.md
- mod.rs
- ports.rs
- self_update.rs
- service.rs
- mod.rs
- model.rs
- embedded_distribution.rs
- filesystem_state.rs
- git_merge.rs
- mod.rs
- release_handoff.rs
- cli.rs
- mod.rs
- presenter.rs
- lib.rs
- main.rs
- clean_architecture.rs
- cli_lifecycle.rs
- release_update.rs
- update_lifecycle.rs
- Cargo.toml
- 0019-repository-centered-default-workflow.md
- 0020-installation-profile-and-knowledge-boundaries.md
- 0024-rust-harness-core-maintenance-cli.md
- 0025-latest-release-self-update-and-human-directed-conflicts.md
- 0026-explicit-onboarding-skills-in-default-core.md
- 0027-end-protocol-v1-and-focus-repository-protocol.md
- 0028-authoritative-invariant-encoding.md
- README.md
- README.md
- encoding-invariants.md
- README.md
- p1-encode-invariants.md
- README.md
- repository-protocol-core.md
- README.md
- installation-profiles.md
- README.md
- application-legibility.md
- design.md
- execplan.md
- overview.md
- validation.md
- application-runbook.md
- decision.md
- exec-plan.md
- harness-improvement.md
- ARCHITECTURE.md
- HARNESS.md
- README.md
- WORKFLOW.md
- agent-harness-block.md
- build-harness-release.sh
- claude-harness-block.md
- engineering-wisdom-install-files.txt
- harness-install-files.txt
- harness-release-changed.sh
- harness-release-tag
- install-harness.ps1
- install-harness.sh
- promote-harness-release-tag.sh
- README.md
- render-changelog-files.py
- validate-premerge.sh
- verify-harness-release-assets.sh
- verify-harness-release-identity.sh
- test-doc-contracts.sh
- assert-agent-authority-contract.sh
- assert-install-manifest-links.sh
- test-engineering-wisdom-opt-in.sh
- test-install-harness-modes.ps1
- test-install-harness-modes.sh
- test-harness-release-classification.sh
- test-render-changelog-files.sh
- test-harness-release-asset-inventory.sh
- test-harness-release-identity-guard.sh
- test-harness-release-workflow-contract.sh
- test-post-merge-release-recovery.sh
- test-repository-workflow.sh
- test-task-authority.sh
- README.md
- .gitattributes
- .gitignore
- AGENTS.md
- Cargo.lock
- Cargo.toml
- CHANGELOG.md
- CLAUDE.md
- CONTRIBUTING.md
- LICENSE
- README.md
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/hoangnb24/repository-harness
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd repository-harness
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Rust
보통 추천사전 준비물
- Git GitHub에서 프로젝트 코드를 내려받으려면 필요합니다.
- Rust (rustup) rustup으로 설치하면 cargo도 함께 설치됩니다.
cargo build --release
Rust 프로젝트를 컴파일합니다.
cargo run
빌드 후 바로 실행까지 진행합니다.
cargo build가 에러 없이 끝나면 성공입니다. target/ 폴더에 실행 파일이 생성됩니다.
// repository documentation
Was this content helpful?
(0 ratings)
