Add history tracking hooks and project structure

- Add docs/history/ directory for work history files
- Add PROGRESS.md for project status tracking
- Add .claude/settings.json with Gitea MCP permissions
- Gitea issue #1: 히스토리 및 AI 사용량 추적 시스템 설정

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
minsung
2026-04-07 11:47:14 +09:00
parent c66750790f
commit 5ac612f373
11 changed files with 317 additions and 0 deletions

4
historyhooks/path.json Normal file
View File

@@ -0,0 +1,4 @@
{
"_comment": "각 프로젝트에서 이 파일을 복사해 history_path 만 재정의하세요.",
"history_path": "docs/history"
}