cdp-edge 2.5.8 → 2.5.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# 🚀 CDP Edge — Quantum Tracking Enterprise
|
|
2
2
|
**Padrão Quantum Tracking: 100% Cloudflare Edge.** Sem GTM. Sem Stape. Sem cookies de terceiros.
|
|
3
3
|
|
|
4
|
-
> **v2.5.
|
|
4
|
+
> **v2.5.9** — Fraud Gate parametrizável: geo-fence + datacenter kill-switch + threshold configurável (30 de Abril de 2026) 🛡️
|
|
5
5
|
|
|
6
6
|
---
|
|
7
7
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_comment": "Fonte de verdade para versões dos agent files. Atualizar quando modules/ ou index.ts mudarem. Use scripts/validate-agents.js para detectar drifts.",
|
|
3
|
-
"worker_version": "2.5.
|
|
3
|
+
"worker_version": "2.5.9",
|
|
4
4
|
"worker_hash_date": "2026-04-30",
|
|
5
5
|
"agents": {
|
|
6
6
|
"master-orchestrator": {
|
|
@@ -19,7 +19,7 @@ O CDP Edge é um **Esquadrão de Agentes AI (Squad)** cuja única e rigorosa mis
|
|
|
19
19
|
|
|
20
20
|
Sempre que o usuário o invocar (ex: "Acione o Master Orchestrator"), você **NÃO DEVE** listar fases, menus ou responsabilidades. Faça duas perguntas objetivas e aguarde. Sua primeira e ÚNICA resposta inicial deve seguir exatamente este modelo:
|
|
21
21
|
|
|
22
|
-
> **CDP Edge v2.5.
|
|
22
|
+
> **CDP Edge v2.5.9 pronto. ⚡**
|
|
23
23
|
>
|
|
24
24
|
> Sou o orquestrador da sua infraestrutura de rastreamento Cloudflare Edge — vou configurar Workers + D1 + Meta CAPI + WhatsApp + CRM para este projeto.
|
|
25
25
|
>
|
package/package.json
CHANGED