Files
homeproz/.claude/settings.local.json
T
Hanson.xyz Dev 23a7155955 Homepage structural enhancements from RHR analysis
Phase 8 P1 tasks completed:
- Added location search dropdown to hero section (html-98b)
- Added service cards section with Buy/Rent/Sell options (html-5bw)
- Separated Featured Homes and Commercial/Land into distinct sections (html-2fp)

Changes:
- hero-section.php: New show_location_search option with community dropdown
- service-cards.php/scss: New component with 3 service cards
- front-page.php: Hero with search, service cards, separate property sections
- Added community terms: Glenville, Emmons, Clarks Grove, Alden, Hartland, Geneva
2025-11-30 02:33:25 -06:00

60 lines
1.3 KiB
JSON
Executable File

{
"permissions": {
"allow": [
"Bash(npx playwright install:*)",
"Bash(curl:*)",
"Bash(mkdir:*)",
"Bash(git init:*)",
"Bash(apt-get install:*)",
"Bash(git config:*)",
"Bash(git add:*)",
"Bash(git commit:*)",
"Bash(mysqldump:*)",
"Bash(php -l:*)",
"Bash(wp --allow-root theme:*)",
"Bash(npm install:*)",
"Bash(npm run build:*)",
"Bash(/var/www/html/dev_commit.sh:*)",
"Bash(wp --allow-root rewrite:*)",
"Bash(wp --allow-root post-type:*)",
"Bash(wp --allow-root term create:*)",
"Bash(wp:*)",
"Bash(bd --help:*)",
"Bash(bd init:*)",
"Bash(bd doctor:*)",
"Bash(bd setup:*)",
"Bash(bd update:*)",
"WebFetch(domain:www.roberthoffmanrealty.com)",
"Bash(bd create:*)",
"Bash(bd ready:*)",
"Bash(bd close:*)"
],
"deny": [],
"ask": []
},
"hooks": {
"PreCompact": [
{
"matcher": "",
"hooks": [
{
"type": "command",
"command": "bd prime"
}
]
}
],
"SessionStart": [
{
"matcher": "",
"hooks": [
{
"type": "command",
"command": "bd prime"
}
]
}
]
}
}