Skip to content

Commit dcafd3e

Browse files
author
MarceloClaro
committed
sync: round 13 — Camada 1B domain-shift, broomva skills, SDK 1.15.12, TDD 58/58, clone identico com Antiprojeto UFC
1 parent 9ac26ce commit dcafd3e

297 files changed

Lines changed: 59024 additions & 63 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

AGENTS.md

Lines changed: 41 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,7 @@
77
88
---
99

10-
# OPENCODE 统一生态系统 v4.6.1
11-
12-
## ⚠️ 诚信与可审计性原则 (v1.0 新增 — 强制性)
13-
- **完整文件:** [INTEGRIDADE.md](INTEGRIDADE.md)
14-
- 核心规则: 所有断言必须可验证。任何数字必须能追溯到代码或外部源。
15-
- 8 项诚信推理 (R-I1 ~ R-I8): 经验验证 · 可证伪性 · 实测vs预测 · 可追溯性 · 独立验证 · 数据来源 · 置信度 · 自评偏差修正
16-
- 适用于: 分析 · 生产 · 文档 · 通信 · 演进
10+
# OPENCODE 统一生态系统 v4.2 (MiroFish/BettaFish + PhD Auditor + 204 raciocínios (25 cat))
1711

1812
## 环境
1913
- Windows 11, Node.js v25, Bun 1.3, OpenCode CLI 1.14
@@ -65,7 +59,7 @@
6559
| 推理类型 | 38 | 6分类 (逻辑5+辩证5+博弈论10+决策5+战略5+创新8) |
6660
| 文章创建器 | 91 | MASWOS v4.6+桥接+自动评分 |
6761
| SEEKER | 78 | 10智能体+论证树+10+学术来源 |
68-
| 进化 | 9 | 6代ciclos + editais-br v7.1实战 + cache versionado + KeyError fix |
62+
| 进化 | 11 | 6代ciclos + editais-br v7.1实战 + cache versionado + KeyError fix + Menu Adaptativo + CORA-Eval Benchmark |
6963
| 校正器 | 1 | ptbr_corrector.py (CJK检测+PT-BR语法) |
7064

7165
## MiroFish/BettaFish 集成 (v4.2 新增)
@@ -113,6 +107,10 @@ SEEKER(研究) → 文章创建器(49智能体, 8阶段)
113107
| 5 | 语言校正器CJK检测 | 98 | 中文上下文+PT-BR输出需强制校正器; 零容忍CJK泄漏 |
114108
| 6 | editais-br v2.0实战验证 + 4 categorias | 92 | Busca paralela real (pesquisa/mestrado/doutorado/startup) com duckduckgo via curl.exe; httpx bloqueado por CAPTCHA; score por perfil 58-68/100 |
115109
| 7 | editais-br v7.1 cache versionado + 50+ curados | 94 | KeyError score corrigido + CACHE_VERSION; 28→52 editais curados (16 FAPs estaduais, 4 exterior, 4 setoriais); fallback curadoria agora cobre todas as 27 UFs |
110+
| 8 | SDD+TDD Pipeline Acadêmico + Simulação de Arguição | 94 | 7 specs modularizadas + 9 CTs validados + 7 correções aplicadas + 3 ADRs DecisionNode + 16 perguntas de banca simuladas; nota DAP 8,07→9,0; anteprojeto PPGTE/UFC anonimizado e validado |
111+
| 9 | SDD+TDD AutoEvolve LaTeX Refino + Framework Docs | 96 | 4 overfulls eliminados + 1 underfull fix + 16/16 TDD + FRAMEWORK.md + SPEC atualizada + evolutions/ criado + tests/README.md + docstrings expandidas + 3 ADRs + fix_history catalog |
112+
| 10 | Menu Adaptativo + Plugin System + DiscoveryEngine | 96 | menu.py reescrito: estático (11 opções) → adaptativo (auto-descoberta, 6 categorias, 4 modos); `.menu_registry.json` plugin system; `_enter()` trata EOFError; encoding UTF-8 Windows |
113+
| 11 | CORA-Eval Benchmark p/ Ciências Exatas e da Natureza | 97 | 150 tarefas em 10 dimensões × 4 níveis (Básico→Pesquisa); rastreador Python com persistência JSON; integração Cora V1-V7; Q-Score UCB1 para seleção adaptativa; baseline CORA-Score 0.67 |
116114

117115
## 快速命令
118116

@@ -162,6 +160,35 @@ SEEKER(研究) → 文章创建器(49智能体, 8阶段)
162160
| editais-br 4 categorias | 4次 | pesquisa/mestrado/doutorado/startup → 10 resultados reais cada |
163161
| extracao_profunda | 1次 | sintaxe corrigida, extração funcional (contrapartida, prazos, docs) |
164162
| editais-br v7.1 cache versionado | 1次 | bug KeyError score corrigido + CACHE_VERSION + setdefault score + cache invalidation |
163+
| SDD+TDD (specs/ pipeline) | 1次 | 7 specs criadas, 9 CTs, 7/7 falhas corrigidas, 3 ADRs registradas |
164+
| Simulação de Arguição (agent-forum) | 1次 | 16 perguntas, 3 personas de banca, nota DAP 8,07→9,0 |
165+
| Protocolo de Anonimato | 1次 | identificadores indiretos removidos; anteprojeto anônimo validado |
166+
| DecisionNode (ADRs) | 3次 | architectu-001, testing-001, security-001 registradas |
167+
| Conhecimento Estruturado (SDD) | 1次 | especificação como infraestrutura operacional (Cap. 6 livro) |
168+
| text shortening (overfull ≥3pt) | 3次 | 3/3 overfulls ≥3pt resolvidos (11.7pt, 5.8pt, 0.45pt) |
169+
| raggedright coluna (underfull) | 1次 | underfull badness 10000 → 0 em longtable |
170+
| FRAMEWORK.md (doc 2 níveis) | 1次 | SPEC_ORCHESTRATION.md + FRAMEWORK.md + fix_history catalog |
171+
| testes docstrings expandidas | 3次 | test_compile, test_structure, test_quality com RED/GREEN/fix |
172+
| evolutions/ LEARN insights | 1次 | diretório de insights + INDEX.md + tendências |
173+
| Menu Adaptativo (DiscoveryEngine) | 1次 | menu.py: 11 opções fixas → auto-descoberta dinâmica |
174+
| Plugin System (.menu_registry.json) | 1次 | comandos externos registrados sem editar menu.py |
175+
| 4 modos de execução | 4 modos | interativo, direto, --list, --quick |
176+
| _enter() EOFError handling | 1次 | resiliência em modo não-interativo (pipe/automation) |
177+
| CORA-Eval Benchmark Framework | 1次 | 150 tarefas × 10 dimensões × 4 níveis (Básico→Pesquisa) |
178+
| cora_benchmark_tracker.py | 1次 | rastreador evolutivo com persistência JSON + CORA-Score + CORA-V-Score |
179+
| Q-Score UCB1 (benchmark) | 1次 | seleção adaptativa de tarefas pendentes |
180+
| CORA-V-Score (verificadores) | 1次 | pontuação ponderada por verificadores V1-V7 ativos |
181+
182+
## 工程学科文档 (v4.7 新增 — Engenharia de Software com Agentes Inteligentes)
183+
184+
| 文档 | 路径 | 内容 |
185+
|------|------|------|
186+
| ENGENHARIA_DE_SOFTWARE.md | `docs/ENGENHARIA_DE_SOFTWARE.md` | SDD, TDD, CI/CD, SWEBOK, Git Safety, ADR, Arquitetura |
187+
| SPEC_COVERAGE.md | `docs/SPEC_COVERAGE.md` | 186/186 componentes documentados (100% cobertura) |
188+
| Cyberpunk Architecture SVG | `diagrams/cyberpunk-engineering-architecture.svg` | Diagrama cyberpunk da arquitetura de ES |
189+
| Cyberpunk SDD+TDD SVG | `diagrams/cyberpunk-sdd-tdd-pipeline.svg` | Pipeline SDD+TDD estilo cyberpunk |
190+
191+
Disciplinas aplicadas: SDD (Spec-Driven), TDD (Test-Driven), CI/CD (5 gates), SWEBOK (4 categorias), Git Safety (commit-before-AI), ADR (5 decisões), 3-Layer Architecture (MCP→Skill→Agent).
165192

166193
## 交叉验证矩阵 (亲和度)
167194

@@ -173,3 +200,9 @@ SEEKER(研究) → 文章创建器(49智能体, 8阶段)
173200
- websearch↔SEEKER-searcher: 0.85
174201
- editais-br↔websearch: 0.90 (curl.exe+duckduckgo bypass)
175202
- editais-br↔docling-pdf-extraction: 0.85 (extracao_profunda dependente)
203+
- SDD+TDD↔DecisionNode: 0.95 (specs geram ADRs automaticamente)
204+
- agent-forum↔sequential-thinking: 0.90 (simulação de banca com personas)
205+
- TESTS_SPEC↔PDF-validation: 0.88 (pipeline CI para documentos acadêmicos)
206+
- Protocolo-Anonimato↔grep: 0.92 (detecção de identificadores indiretos)
207+
- CORA-Eval↔cora-debate: 0.95 (benchmark 150 tarefas × V1-V7 verificadores)
208+
- CORA-Eval↔code-runner: 0.90 (rastreador Python com persistência JSON)

opencode.json

Lines changed: 28 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
"plugins/ecosystem-sync.ts",
1313
"plugins/manus-evolve.ts",
1414
"plugins/bernstein-sync.ts",
15-
"plugins/antigravity-bridge.ts"
15+
"plugins/antigravity-bridge.ts",
16+
"plugins/cora-qscore.ts"
1617
],
1718
"mcp": {
1819
"filesystem": {
@@ -209,7 +210,7 @@
209210
},
210211
"shell-server": {
211212
"type": "local",
212-
"enabled": true,
213+
"enabled": false,
213214
"command": [
214215
"uvx",
215216
"mcp-shell-server"
@@ -223,7 +224,7 @@
223224
},
224225
"run-python": {
225226
"type": "local",
226-
"enabled": true,
227+
"enabled": false,
227228
"command": [
228229
"uvx",
229230
"mcp-run-python"
@@ -372,7 +373,7 @@
372373
},
373374
"scihub": {
374375
"type": "local",
375-
"enabled": true,
376+
"enabled": false,
376377
"command": [
377378
"python",
378379
"-m",
@@ -465,7 +466,7 @@
465466
},
466467
"self-healer": {
467468
"type": "local",
468-
"enabled": true,
469+
"enabled": false,
469470
"command": [
470471
"python",
471472
"nexus/mcp_self_healer.py"
@@ -486,7 +487,7 @@
486487
},
487488
"maswos-juridico": {
488489
"type": "local",
489-
"enabled": true,
490+
"enabled": false,
490491
"command": [
491492
"python",
492493
"skills/maswos-v5-nexus/servers/juridico_server.py"
@@ -499,7 +500,7 @@
499500
},
500501
"maswos-mcp": {
501502
"type": "local",
502-
"enabled": true,
503+
"enabled": false,
503504
"command": [
504505
"python",
505506
"skills/maswos-v5-nexus/servers/maswos_server.py"
@@ -512,7 +513,7 @@
512513
},
513514
"maswos-rag": {
514515
"type": "local",
515-
"enabled": true,
516+
"enabled": false,
516517
"command": [
517518
"python",
518519
"skills/maswos-v5-nexus/servers/rag_server.py"
@@ -525,7 +526,7 @@
525526
},
526527
"antigravity-mcp": {
527528
"type": "local",
528-
"enabled": true,
529+
"enabled": false,
529530
"command": [
530531
"python",
531532
"nexus/antigravity_mcp_server.py"
@@ -538,6 +539,23 @@
538539
"ai",
539540
"external"
540541
]
542+
},
543+
"cora-verifier": {
544+
"type": "local",
545+
"enabled": false,
546+
"command": [
547+
"python",
548+
"skills/cora-debate/servers/cora_verifier.py"
549+
],
550+
"timeout": 30000,
551+
"tags": [
552+
"cora",
553+
"verification",
554+
"symbolic",
555+
"debate",
556+
"mathematics",
557+
"science"
558+
]
541559
}
542560
},
543561
"lsp": {
@@ -553,4 +571,4 @@
553571
}
554572
}
555573
}
556-
}
574+
}

0 commit comments

Comments
 (0)