refactor: change data directory from .coin-hunter to .coinhunter

- Update SKILL.md references to use ~/.coinhunter/
- Update user-data-layout.md with new directory paths
- Update init_user_state.py ROOT path
- Unify naming convention with .stockbuddy style
This commit is contained in:
2026-04-16 03:03:25 +08:00
parent b0fd582478
commit 73a3cb6952
3 changed files with 11 additions and 11 deletions

View File

@@ -3,7 +3,7 @@ import json
from datetime import datetime, timezone
from pathlib import Path
ROOT = Path.home() / ".coin-hunter"
ROOT = Path.home() / ".coinhunter"
CACHE_DIR = ROOT / "cache"