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
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)
0 commit comments