From aa411072f20db6f264ea4076d1b64745b5a77b9a Mon Sep 17 00:00:00 2001 From: Juergen Kunz Date: Sat, 16 Aug 2025 13:09:13 +0000 Subject: [PATCH] fix(ci): checksum --- changelog.md | 7 +++++++ ts/00_commitinfo_data.ts | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 452c772..bb59675 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,12 @@ # Changelog +## 2025-08-16 - 2.0.26 - fix(ci) +Add local Claude settings file to allow helper permissions for common local commands + +- Added .claude/settings.local.json to grant local helper permissions for tooling +- Allowed commands: Bash(tsx:*), Bash(tstest test:*), Bash(git add:*), Bash(git tag:*) +- No changes to source code or runtime behavior; tooling/config only + ## 2025-07-29 - 2.0.25 - fix(core) Major state initialization and validation improvements diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 767622c..59475e8 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@push.rocks/smartstate', - version: '2.0.23', + version: '2.0.26', description: 'A package for handling and managing state in applications.' }