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

12
.claude/settings.json Normal file
View File

@@ -0,0 +1,12 @@
{
"permissions": {
"allow": [
"mcp__gitea__get_me",
"mcp__gitea__create_repo",
"mcp__gitea__issue_write"
],
"additionalDirectories": [
"C:\\Users\\nbright\\.claude"
]
}
}