5b629bdbab
DESIGN-DOCUMENT.md v1.1: - Expanded site architecture with Communities and Resources sections - Updated navigation: Properties | Communities | About | Resources | Contact - Hero now includes location search dropdown - Added Service Cards section (Buy/Rent/Sell) - Separated Residential and Commercial listings on homepage - Property archive now includes map view (split layout) - Added Community page template specs - Added Resources page template specs - Enhanced footer with office hours, pro logos, license numbers IMPLEMENTATION-PLAN.md v1.6: - Added Phase 8: RHR Structural Enhancements - New templates: page-communities.php, page-resources.php, template-community.php, template-resource.php - ACF field specs for community and resource pages - Linked beads issues for tracking
59 lines
1.2 KiB
JSON
Executable File
59 lines
1.2 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:*)"
|
|
],
|
|
"deny": [],
|
|
"ask": []
|
|
},
|
|
"hooks": {
|
|
"PreCompact": [
|
|
{
|
|
"matcher": "",
|
|
"hooks": [
|
|
{
|
|
"type": "command",
|
|
"command": "bd prime"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"SessionStart": [
|
|
{
|
|
"matcher": "",
|
|
"hooks": [
|
|
{
|
|
"type": "command",
|
|
"command": "bd prime"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|