Skip to content

Commit 0ce128b

Browse files
authored
Merge pull request #165 from arminbro/dev
fix: remove AI features and fix Commander v14 compatibility
2 parents cd914a6 + 6472de0 commit 0ce128b

File tree

6 files changed

+1565
-1501
lines changed

6 files changed

+1565
-1501
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Set up Node.js
1616
uses: actions/setup-node@v4
1717
with:
18-
node-version: '20.11.1'
18+
node-version: '20.19.4'
1919
- run: npm ci
2020
- run: npx semantic-release
2121
env:

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,6 @@
1111

1212
# ide
1313
.idea
14+
15+
# Claude AI context file
16+
**/CLAUDE.md

0 commit comments

Comments
 (0)