Update commands and docs for campaign snapshots - #1
Conversation
…11 compat - Add CLAUDE.md with tool inventory, setup instructions, and safety rules - Add Claude Code MCP config generation to setup wizard (alongside Cursor) - Change .python-version from 3.14 to 3.11 (pyproject.toml requires >=3.11) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Sprint 1 do fork adloop: - CLAUDE.md expandido (412 linhas) com orchestration patterns, GAQL ref, ad copy rules - 9 slash commands (.claude/commands/) para workflow recorrente - guides/ com guia completo e fluxo de trabalho - reports/ com templates, relatórios reais (dados Disbra), avaliação V4 - Fix: GA4 property_id normaliza prefixo "properties/" automaticamente Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
weekly-report, monthly-report, v4-check e analyze-performance agora usam dual-MCP: puxam do Google via adloop e salvam no Diesel BI via fast-mcp (salvar_relatorio + salvar_insights + salvar_kpi_snapshot). Mantém cópia .md local como fallback. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
O body do relatório agora tem template markdown explícito com TODAS as seções obrigatórias: resumo, campanhas, keywords, desperdício, GDPR gap, diagnóstico, ações. Garante relatórios ricos no Diesel BI. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Contêm dados reais de negócio (campanhas, gastos, concorrentes). Arquivos continuam no disco local, apenas saem do git. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- weekly-report: add steps 4d-4g (snapshots, proposals, dedup, continuity) and suggested_command in insights - monthly-report: add mandatory body structure and steps 4d-4g - analyze-performance: add snapshot and proposal steps - v4-check: add campaign snapshots (no proposals - V4 executes) - guides/integracao-diesel-bi: update from 5 to 13 tools, add new models, update workflow and UI documentation Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- Document save workflow (5 tools in order) - Add health score calculation rules - Add action proposal generation rules - Add deduplication guidelines Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
Hey @thiagoc7, thanks for the PR and for putting real time into using AdLoop — always good to see it used in production. I've gone through the full diff and want to give detailed feedback. Why I can't merge this as-is Client-specific content in an open-source repo weekly-report.md, monthly-report.md, analyze-performance.md, v4-check.md — all hardcode company_slug "disbra" and Diesel BI persistence steps Language consistency Python version downgrade (3.14 → 3.11) Hardcoded local path What I've already cherry-picked config.py post_init — the GA4 property ID auto-prefix (properties/) is a real QoL fix. Applied. If you want to contribute to the Claude Code plugin when we build it properly (single source of truth for rules, generic English commands, no external dependencies), I'd welcome that. |
Summary
suggested_commandin insightsTest plan
/weekly-reportand verify snapshots + proposals saved to Diesel BIsuggested_command🤖 Generated with Claude Code