Initial commit: OpenClaw 워크스페이스 버전관리 시작

설정·스크립트·스킬·문서·큐레이션 메모리 추적.
시크릿(credentials/identity)·런타임 상태(state/logs/sessions/sqlite)·
백업(clobbered/bak)·dream 캐시는 .gitignore로 제외.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
hyowons
2026-06-04 15:10:57 +09:00
commit 549545bde6
199 changed files with 49671 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
{
"_note": "키움 REST API 자격증명 예시 (v2 — 계좌별 키 분리). 실제 값으로 채운 후 파일명을 kiwoom.json으로 변경. ⚠️ 조회 전용 권한만 신청. 주문 권한 신청 금지. 코드에도 주문 함수 부재.",
"base_url": "https://api.kiwoom.com",
"accounts": {
"일반": {
"appkey": "YOUR_일반_APPKEY_HERE",
"secretkey": "YOUR_일반_SECRETKEY_HERE",
"account_no": ""
},
"ISA": {
"appkey": "YOUR_ISA_APPKEY_HERE",
"secretkey": "YOUR_ISA_SECRETKEY_HERE",
"account_no": ""
}
}
}