Copiloto Arch

LaravelAiSdkDriver

v1.0.0

이 스킬 정보

Install Copiloto Arch, an AI agent skill for AI agent workflows and automation. Explore features, use cases, limitations, and setup guidance.

기능

Arquitetura Copiloto (ADRs 0035-0053)
Stack atual em produção (29-abr-2026)
Camada Componente Estado
A laravel/ai ^0.6.3 + config/ai.php (gpt-4o-mini) ✅ ativo
B LaravelAiSdkDriver + 4 Agents ( Vizra rejeitado ADR 0048 ) ✅
wagnerra23 wagnerra23
[0]
[0]
업데이트: 5/7/2026

Skill Overview

Start with fit, limitations, and setup before diving into the repository.

Install Copiloto Arch, an AI agent skill for AI agent workflows and automation. Explore features, use cases, limitations, and setup guidance.

이 스킬을 사용하는 이유

추천 설명: copiloto-arch helps agents arquitetura copiloto (adrs 0035-0053). copiloto-arch helps AI agents handle repository-specific developer workflows with documented implementation details.

최적의 용도

적합한 상황: arquitetura copiloto (adrs 0035-0053).

실행 가능한 사용 사례 for Copiloto Arch

사용 사례: Arquitetura Copiloto (ADRs 0035-0053)
사용 사례: Stack atual em produção (29-abr-2026)
사용 사례: Camada Componente Estado

! 보안 및 제한 사항

  • 제한 사항: Requires repository-specific context from the skill documentation
  • 제한 사항: Works best when the underlying tools and dependencies are already configured

! Source Notes

This page is still useful for installation and source reference. Before using it, compare the fit, limitations, and upstream repository notes above.

SKILL.md
Readonly

Arquitetura Copiloto (ADRs 0035-0053)

Stack atual em produção (29-abr-2026)

CamadaComponenteEstado
Alaravel/ai ^0.6.3 + config/ai.php (gpt-4o-mini)✅ ativo
BLaravelAiSdkDriver + 4 Agents (Vizra rejeitado ADR 0048)
C HotSqlDriver (conversas DB)
C ColdMeilisearchDriver hybrid (semanticRatio: 0.7)✅ MEM-HOT-1
WorkingContextoNegocio 3 ângulos (bruto/líquido/caixa)✅ MEM-FAT-1
EmbedderOpenAI text-embedding-3-small
Métricasjana_memoria_metricas 14 colunas (8 obrigatórias + 3 RAGAS)✅ MEM-MET-1+2
Telemetrialog channel otel-gen-ai 12 atributos gen_ai.*✅ MEM-OTEL-1
Schedulercron 23:55 copiloto:metrics:apurar --business=all✅ MEM-MET-3
MCP servermcp.oimpresso.com (CT 100 Proxmox)🚧 em construção MEM-MCP-1

Decisões canônicas (resumo)

  • ADR 0035 — Stack canônica IA (laravel/ai + MemoriaContrato)
  • ADR 0036 — Meilisearch first; benchmark 95.2% LongMemEval supera Mem0/Zep; 5 triggers concretos pra reavaliar
  • ADR 0037 — Roadmap memória (Tier 7+)
  • ADR 0046 — Gap ChatCopilotoAgent (resolvido via Caminho A — ADR 0047)
  • ADR 0047 — Wagner solo + sprint memória priorizado
  • ADR 0048laravel/ai consolidado; Vizra ADK rejeitada (quebrou L13)
  • ADR 0049 — 6 camadas memória (Working/ConvHist/Episodic/Semantic/Procedural/Reflective) + gate Recall@3>0.80
  • ADR 0050 — 8 métricas obrigatórias + tabela jana_memoria_metricas
  • ADR 0051 — Schema próprio + adapter + OTel GenAI (gen_ai.* semantic conventions)
  • ADR 0052ContextoNegocio expor múltiplos ângulos (não 1 número)
  • ADR 0053 — MCP server da empresa: governança como produto (em construção)

Arquivos-chave

Modules/Copiloto/
├── Services/
│   ├── Ai/LaravelAiSdkDriver.php        # canônico, fallback OpenAiDirectDriver
│   ├── Memoria/MeilisearchDriver.php    # hybrid embedder via Scout callback
│   ├── ContextSnapshotService.php       # ContextoNegocio 3 ângulos (MEM-FAT-1)
│   └── Metricas/MetricasApurador.php    # 8 métricas obrigatórias (ADR 0050)
├── Ai/Agents/
│   ├── ChatCopilotoAgent.php            # recebe ?ContextoNegocio (MEM-HOT-2)
│   ├── BriefingAgent.php
│   ├── SugestoesMetasAgent.php
│   └── ExtrairFatosAgent.php
├── Entities/
│   ├── Conversa.php · Mensagem.php · Sugestao.php
│   ├── Meta.php · MetaPeriodo.php · MetaApuracao.php · MetaFonte.php
│   ├── MemoriaFato.php (Searchable + SoftDeletes)
│   ├── MemoriaMetrica.php (8 obrigatórias + 3 RAGAS)
│   └── Mcp/                             # 9 entidades governança MCP
└── Console/Commands/
    ├── ApurarMetricasCommand.php        # cron 23:55 daily
    └── McpSyncMemoryCommand.php         # sync git→DB (ADR 0053)

Padrões obrigatórios

Multi-tenant (skill multi-tenant-patterns)

  • Toda Entity tem business_id; ScopeByBusiness aplicado em booted()
  • ContextoNegocio recebido por business; nunca cross-tenant
  • Recall Meilisearch filtra business_id = X AND user_id = Y

LGPD

  • MemoriaFato usa SoftDeletes — esquecer() é opt-out
  • Sanitizar CPF/CNPJ via LaravelAiSdkDriver::mascararDocumentos() antes da LLM
  • Audit log mcp_audit_log retenção mínima 1 ano (ADR 0053)
  • PII redactor automático no sync git→DB (IndexarMemoryGitParaDb)

Append-only (memória + métricas)

  • jana_memoria_facts.valid_until setado = superseded (não DELETE)
  • mcp_audit_log é IMUTÁVEL — só INSERT
  • jana_memoria_metricas upsert idempotente via unique (apurado_em, business_id)

Test pattern (skill pest-test-pattern)

  • NÃO usar RefreshDatabase — migrations core UltimatePOS quebram em SQLite
  • Usar beforeEach com Schema::create da tabela alvo
  • Em testes que tocam DB, BC-compat com cast date:Y-m-d explícito (não date genérico)

Métricas em prod (snapshot 29-abr)

MétricaValor
Suite Copiloto81 passed, 3 skipped
memoria_recall_chars (era 0)190 chars em chat real Larissa
Token economy ContextoNegocio270 tokens (3 ângulos faturamento)
Baseline jana_memoria_metricas3 linhas em prod (plataforma + biz=1 + biz=4)
OTel GenAI events12 atributos gen_ai.* por chamada

Trabalho atual (CURRENT)

Modo solo Wagner (ADR 0047) + sprint MCP server (ADR 0053):

  • A1: 8 dias MCP server CT 100 Proxmox
  • A2 paralelo: 3 dias Skills (este e outras)

FAQ 및 설치 단계

Mirrors the structured data on this page for better search understanding.

이 스킬 설치 방법

  1. 1

    터미널 열기

    프로젝트 디렉터리에서 터미널 또는 명령줄을 여세요.

  2. 2

    설치 명령 실행

    npx killer-skills add wagnerra23/oimpresso.com/copiloto-arch 를 실행하세요. CLI가 IDE 또는 에이전트를 자동으로 감지하고 스킬을 설정합니다.

  3. 3

    스킬 사용 시작

    스킬이 이제 활성화되었습니다. 현재 프로젝트에서 Copiloto Arch을 바로 사용할 수 있습니다.

? 자주 묻는 질문

Copiloto Arch은 무엇인가요?
Install Copiloto Arch, an AI agent skill for AI agent workflows and automation. Explore features, use cases, limitations, and setup guidance.
Copiloto Arch은 어떻게 설치하나요?
다음 명령을 실행하세요: npx killer-skills add wagnerra23/oimpresso.com/copiloto-arch. Cursor, Windsurf, VS Code, Claude Code와 19개 이상의 다른 IDE에서 동작합니다.
Copiloto Arch은 어디에 쓰이나요?
주요 활용 사례는 다음과 같습니다: 사용 사례: Arquitetura Copiloto (ADRs 0035-0053), 사용 사례: Stack atual em produção (29-abr-2026), 사용 사례: Camada Componente Estado.
Copiloto Arch 와 호환되는 IDE는 무엇인가요?
이 스킬은 Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer 와 호환됩니다. 통합 설치에는 Killer-Skills CLI를 사용하세요.
Copiloto Arch에 제한 사항이 있나요?
제한 사항: Requires repository-specific context from the skill documentation. 제한 사항: Works best when the underlying tools and dependencies are already configured.

관련 스킬

Looking for an alternative to Copiloto Arch or another community skill for your workflow? Explore these related open-source skills.

모두 보기

openclaw-release-maintainer

Logo of openclaw
openclaw

현지화된 요약: 🦞 # OpenClaw Release Maintainer Use this skill for release and publish-time workflow. It covers ai, assistant, crustacean workflows. Claude Code, Cursor, and Windsurf workflows.

333.8k
0
인공지능

widget-generator

Logo of f
f

현지화된 요약: Generate customizable widget plugins for the prompts.chat feed system # Widget Generator Skill This skill guides creation of widget plugins for prompts.chat. It covers ai, artificial-intelligence, awesome-list workflows. Claude Code, Cursor, and Windsurf

149.6k
0
인공지능

flags

Logo of vercel
vercel

현지화된 요약: The React Framework # Feature Flags Use this skill when adding or changing framework feature flags in Next.js internals. It covers blog, browser, compiler workflows. Claude Code, Cursor, and Windsurf workflows.

138.4k
0
브라우저

pr-review

Logo of pytorch
pytorch

현지화된 요약: Usage Modes No Argument If the user invokes /pr-review with no arguments, do not perform a review. It covers autograd, deep-learning, gpu workflows. Claude Code, Cursor, and Windsurf workflows.

98.6k
0
개발자