Skip to content

Commit 22da3cd

Browse files
chore: replace cac with @stacksjs/clapp and update CLAUDE.md
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 4527f91 commit 22da3cd

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

CLAUDE.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Claude Code Guidelines
22

3+
## About
4+
5+
A modern, zero dependency tool for managing git hooks in Bun projects.
6+
37
## Linting
48

59
- Use **pickier** for linting — never use eslint directly
@@ -9,7 +13,7 @@
913
## Frontend
1014

1115
- Use **stx** for templating — never write vanilla JS (`var`, `document.*`, `window.*`) in stx templates
12-
- Use **crosswind** as the default CSS framework
16+
- Use **crosswind** as the default CSS framework which enables standard Tailwind-like utility classes
1317
- stx `<script>` tags should only contain stx-compatible code (signals, composables, directives)
1418

1519
## Dependencies

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,7 @@
8282
"devDependencies": {
8383
"@stacksjs/clapp": "^0.2.0",
8484
"@stacksjs/docs": "^0.70.23",
85-
"better-dx": "^0.2.5",
86-
"cac": "^6.7.14"
85+
"better-dx": "^0.2.5"
8786
},
8887
"git-hooks": {
8988
"pre-commit": {

0 commit comments

Comments
 (0)