Skip to content

Commit 86e7232

Browse files
committed
docs(changelog): update CHANGELOG.md for v1.2.0 release
1 parent 34867b1 commit 86e7232

1 file changed

Lines changed: 49 additions & 0 deletions

File tree

.claude/settings.local.json

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
{
2+
"permissions": {
3+
"allow": [
4+
"Bash(ls:*)",
5+
"Bash(grep:*)",
6+
"Bash(wc:*)",
7+
"Bash(done)",
8+
"Bash(pnpm build:*)",
9+
"Bash(go build:*)",
10+
"Bash(go test:*)",
11+
"Bash(go vet:*)",
12+
"Bash(find:*)",
13+
"Bash(test:*)",
14+
"Bash(head:*)",
15+
"Bash(git check-ignore:*)",
16+
"Bash(git add:*)",
17+
"Bash(git commit:*)",
18+
"Bash(git worktree add:*)",
19+
"Bash(go mod download:*)",
20+
"Bash(go mod graph:*)",
21+
"Bash(go env:*)",
22+
"Bash(python3:*)",
23+
"Bash(golangci-lint version:*)",
24+
"Bash(golangci-lint run:*)",
25+
"Bash(xargs:*)",
26+
"Bash(go version:*)",
27+
"Bash(go get:*)",
28+
"Bash(go mod tidy:*)",
29+
"Bash(go install:*)",
30+
"Bash(templ generate:*)",
31+
"WebFetch(domain:templui.io)",
32+
"Bash(npx @tailwindcss/cli:*)",
33+
"Bash(npm install:*)",
34+
"Bash(# Tailwind v4 uses content detection - check if there''s a tailwind.config or any source scanning config find /Users/rexraphael/Work/xraph/forge/extensions/dashboard -name \"\"tailwind.config*\"\" -o -name \"\".tailwindcss\"\")",
35+
"Bash(# Check if the sidebar_templ.go file \\(compiled Go\\) references are what Tailwind scans # Tailwind v4 auto-detects Go template files - look at what files it can see from dashboard dir find /Users/rexraphael/Work/xraph/forge/extensions/dashboard -name \"\"*.templ\"\" -o -name \"\"*_templ.go\"\")",
36+
"Bash(# Check where the go.mod for the dashboard extension is - does it properly reference forgeui? cat /Users/rexraphael/Work/xraph/forge/extensions/dashboard/go.mod)",
37+
"Bash(# Check the forgeui embed for JS files - is there an embed.go or embed directive? grep -rn \"\"//go:embed\\\\|embed.FS\\\\|embed.go\"\" /Users/rexraphael/Work/xraph/forgeui/assets/)",
38+
"Bash(# Check if forgeui has its own embedded JS files grep -rn \"\"//go:embed\"\" /Users/rexraphael/Work/xraph/forgeui/)",
39+
"Bash(# Find public or static directory in forgeui that might contain JS files find /Users/rexraphael/Work/xraph/forgeui -name \"\"*.js\"\" -not -path \"\"*/node_modules/*\"\" -not -path \"\"*/.git/*\"\")",
40+
"Bash(for comp in card table badge chart progress tabs alert skeleton separator button icon tooltip avatar breadcrumb pagination)",
41+
"Bash(do find /Users/rexraphael/Work/xraph/forgeui/components/$comp -name \"*.templ\" -type f)",
42+
"Bash(go list -m -json github.com/xraph/forgeui)",
43+
"Bash(lsof -i :7900 -P -n)",
44+
"Bash(lsof -i :7900)",
45+
"Bash(forge --help)",
46+
"Bash(forge dev --help)"
47+
]
48+
}
49+
}

0 commit comments

Comments
 (0)