775c57a678
- Remove status dropdown (always show all properties) - Remove sort dropdown (use status-based sorting) - Sort order: Active > Pending > Sold, then by modified date - Map view: half height, 2-column property grid - Beds field same width as others - Add CLAUDE.md documentation for property system 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
62 lines
1.3 KiB
JSON
Executable File
62 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:*)",
|
|
"WebFetch(domain:homeprozrealestate.com)",
|
|
"Bash(npm init:*)"
|
|
],
|
|
"deny": [],
|
|
"ask": []
|
|
},
|
|
"hooks": {
|
|
"PreCompact": [
|
|
{
|
|
"matcher": "",
|
|
"hooks": [
|
|
{
|
|
"type": "command",
|
|
"command": "bd prime"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"SessionStart": [
|
|
{
|
|
"matcher": "",
|
|
"hooks": [
|
|
{
|
|
"type": "command",
|
|
"command": "bd prime"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|