You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(storage): centralize hawk data paths and storage policy cleanup (#65)
* feat(storage): add storage policy cleanup and centralize hawk data paths
Introduce internal/storage helpers with policy tests, route session and
plugin persistence through the shared layout, and trim duplicated path
handling across cmd and internal packages.
* fix(test): isolate storage dirs in race-sensitive tests
Tests that only set HOME were reading real CI state after the storage
policy refactor. Route them through HAWK_* dir overrides and bump eyrie.
* fix(test): isolate Hawk storage dirs across CI race tests
Add testutil.IsolateStorage and route history, config, engine, and
analytics tests through HAWK_* overrides so shuffled CI runs do not read
shared runner state.
0 commit comments