@dewtech/dare-cli 3.8.1 → 3.8.2
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 +2 -0
- package/package.json +1 -1
- package/templates/UPDATE-MANIFEST.json +7 -0
package/README.md
CHANGED
|
@@ -164,6 +164,8 @@ Pick **one** of the two paths per stack:
|
|
|
164
164
|
| `mcp-rust` (beta) | Rust 1.78+ (rustup) | `rust:1.83` |
|
|
165
165
|
| `mcp-go` (beta) | Go 1.23+ — https://go.dev/dl/ | `golang:1.25` |
|
|
166
166
|
|
|
167
|
+
> **v3.8.1–3.8.2 (manutenção):** `dare update` passa a entregar os skills/comandos/config das v3.4→v3.8 a projetos existentes (backfill do `UPDATE-MANIFEST`, 3.8.1). O CI ganha um **gate de cobertura de docs** + **redeploy automático da documentação** a cada release (3.8.2).
|
|
168
|
+
|
|
167
169
|
> **v3.8.0:** **Formal Verification Gate** — opt-in strict aspect `verification.formal` (enabled/backend/modules/maxRepairIterations/proofTimeoutSeconds/antiBypass) plus flags `--formal` / `--no-formal` / `--formal-backend <dafny|verus|lean>`. Proves marked critical modules against external Dafny/Verus/Lean toolchain (not an npm dep); exit 5 when toolchain missing on a marked module; anti-bypass rejects `assume(false)`/`ensures true`/leaks even on solver exit 0; telemetry edge `proven_by` → `formal-gate`.
|
|
168
170
|
|
|
169
171
|
> **v3.7.0:** **Brownfield Discovery** — deterministic auto-discovery of codebase patterns/conventions (`dare patterns`, read-only) fed into the dual graph + steering, plus lightweight planning personas (Analyst/PM/Architect) at planning time only (no runtime swarm). Extends `dare reverse`/`dna`.
|
package/package.json
CHANGED
|
@@ -342,6 +342,13 @@
|
|
|
342
342
|
"changelog": "Correcao de manutencao do `dare update`. O UPDATE-MANIFEST.json parava na v3.3.0, entao projetos existentes nao recebiam os artefatos das v3.4-v3.8. Esta release faz o backfill do manifesto (ver entradas 3.4.0-3.8.0). Sem artefato novo de projeto nesta 3.8.1.",
|
|
343
343
|
"changes": [],
|
|
344
344
|
"migrations": []
|
|
345
|
+
},
|
|
346
|
+
"3.8.2": {
|
|
347
|
+
"releasedAt": "2026-06",
|
|
348
|
+
"summary": "Patch de processo/docs — gate de cobertura de docs + redeploy automatico no release + playbook de regeneracao",
|
|
349
|
+
"changelog": "Patch interno do repo (CI/docs). Sem artefato novo de projeto: gate verify-docs-coverage, redeploy da doc via workflow_run, e o RELEASE-DOCS-PLAYBOOK. Nada a aplicar via dare update.",
|
|
350
|
+
"changes": [],
|
|
351
|
+
"migrations": []
|
|
345
352
|
}
|
|
346
353
|
}
|
|
347
354
|
}
|