fix(config): Add local .claude settings to configure assistant/tooling permissions
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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.'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user