Loading...
Loading...
Silently refresh AI context by reading project configuration and guidelines. Use when starting a new conversation, after context loss, or before major tasks.
npx skill4agent add taylorhuston/local-life-manager refresh/refresh # Silent context reloadRead: CLAUDE.md
Read: .claude/memories/about-taylor.mdBash: date +%Y-%m-%d # Get today's date
Bash: ls .claude/memories/2026-01-*.json | tail -10 # Recent memory filesGlob: shared/docs/**/*.md
# Read each found fileBash: git log -3 --format="%h - %s"Context refreshed| Category | Files |
|---|---|
| Core | CLAUDE.md |
| Profile | .claude/memories/about-taylor.md |
| Memories | .claude/memories/YYYY-MM-DD-*.json (last 3 days) |
| Shared | shared/docs/**/*.md |
| Git | Last 3 commits |
| Situation | Action |
|---|---|
| CLAUDE.md missing | Error message |
| Other files missing | Skip silently |
| Git unavailable | Skip git, continue |