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

@@ -1,5 +1,12 @@
# Changelog
## 2025-08-28 - 1.0.18 - fix(config)
Add local .claude settings to configure assistant/tooling permissions
- Add .claude/settings.local.json to define allowed permissions for local assistant tooling
- Permissions include WebFetch, Bash command patterns, and multiple mcp__serena capabilities
- No changes to library source files or package API
## 2025-08-26 - 1.0.17 - fix(package)
Update dependency scopes/versions, fix imports and scripts, add pnpm workspace, remove GitLab CI

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.'
}