- Add pkg/cache for file-based caching with TTL - Cache lives in workspace .core/cache/ (not home dir) - Search command now caches repo lists for 1 hour - Shows "Cache: host-uk (5s ago)" on cache hit - Use --refresh to bypass cache - Add .core/ to core-devops .gitignore Structure: .core/cache/github/<org>/repos.json Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
3 lines
49 B
Modula-2
3 lines
49 B
Modula-2
module github.com/Snider/Core/pkg/cache
|
|
|
|
go 1.24
|