fix(config): Add local .claude settings to configure assistant/tooling permissions

This commit is contained in:
2025-08-28 18:38:49 +00:00
parent 0657770c5d
commit 50c3303491
2 changed files with 8 additions and 1 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smartcache',
version: '1.0.17',
version: '1.0.18',
description: 'A module for caching asynchronous function results with smart time and hash-based invalidation strategies.'
}