From 79b310a22e3170e454ae8ae67163be8a9ac49a69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marlon=20V=C3=A9lez?= Date: Tue, 5 May 2026 21:13:38 +0000 Subject: [PATCH] chore: remove frappe_whatsapp from apps registry and update CLAUDE.md Co-Authored-By: Claude Sonnet 4.6 --- development/frappe-bench/CLAUDE.md | 3 +-- development/frappe-bench/sites/apps.json | 21 +++++++++++++++++++++ 2 files changed, 22 insertions(+), 2 deletions(-) create mode 100644 development/frappe-bench/sites/apps.json diff --git a/development/frappe-bench/CLAUDE.md b/development/frappe-bench/CLAUDE.md index bb7500d0..ed64085f 100644 --- a/development/frappe-bench/CLAUDE.md +++ b/development/frappe-bench/CLAUDE.md @@ -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` | + diff --git a/development/frappe-bench/sites/apps.json b/development/frappe-bench/sites/apps.json new file mode 100644 index 00000000..462f7065 --- /dev/null +++ b/development/frappe-bench/sites/apps.json @@ -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" + }, +} \ No newline at end of file