chore: remove frappe_whatsapp from apps registry and update CLAUDE.md

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Marlon Vélez 2026-05-05 21:13:38 +00:00
parent 9c9b3de371
commit 79b310a22e
2 changed files with 22 additions and 2 deletions

View file

@ -8,7 +8,6 @@ This is a **frappe-bench** — a containerized development workspace that manage
**Installed apps** (under `apps/`):
- `frappe/` — core framework (v15.x)
- `frappe_whatsapp/` — WhatsApp Cloud API integration (direct Meta API)
- `chatwoot_erp/` — Chatwoot customer support integration
## Commands
@ -119,5 +118,5 @@ JavaScript/Vue: ESLint + Prettier (config in `apps/frappe/.eslintrc` / `prettier
| Frappe Python entry point | `apps/frappe/frappe/app.py` |
| CLI commands | `apps/frappe/frappe/commands/` |
| Core DocType controllers | `apps/frappe/frappe/core/` |
| WhatsApp webhook utils | `apps/frappe_whatsapp/frappe_whatsapp/utils/` |
| Chatwoot hooks | `apps/chatwoot_erp/chatwoot_erp/hooks.py` |

View file

@ -0,0 +1,21 @@
{
"frappe": {
"resolution": {
"commit_hash": null,
"branch": null
},
"required": [],
"idx": 1,
"version": "15.107.1"
},
"chatwoot_erp": {
"is_repo": true,
"resolution": {
"commit_hash": "9002f55a62a1b1777da6fa23b5c94c9a8b5463ac",
"branch": "develop"
},
"required": [],
"idx": 2,
"version": "0.0.1"
},
}