Skip to content

Commit 799d913

Browse files
joborduopen-swe[bot]claude
authored
chore(release): 0.44.1 (latest) (#362)
Fresh version to avoid the stale May v0.44.0 tag/GitHub-release (tagged then, never npm-published). Same 0.44 milestone content (renamed the CHANGELOG [0.44.0] header to [0.44.1]); npm goes 0.43.1 -> 0.44.1. Merging triggers publish.yml -> OIDC publish to @latest (trusted publisher now configured) + fresh tag v0.44.1 + GitHub Release + @next align. Co-authored-by: open-swe[bot] <jonathan@jonathanborduas.com> Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 677519c commit 799d913

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Format follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
66

77
## [Unreleased]
88

9-
## [0.44.0] - 2026-07-08 — Observability, OIDC publishing, cross-LLM delegation, and quorum hardening
9+
## [0.44.1] - 2026-07-08 — Observability, OIDC publishing, cross-LLM delegation, and quorum hardening
1010

1111
### Added
1212
- feat(skill): **`/nf:ultra-hard` — quorum-verified adversarial hardening to convergence.** A review panel fans out across security/correctness **dimensions** (`correctness,security,leak,recoverability,failure,input` by default, `--dimensions` to override), a **multi-model quorum verifies every candidate finding** (refute-by-default, majority-`real` to survive — so false positives are dropped, not fixed), and each **confirmed** finding is fixed **failing-test-first** — looping until two consecutive rounds surface zero new confirmed findings (convergence) or `--rounds N` is hit. It is `nf:harden` with independent eyes and a verification quorum, for set-once / high-stakes code (money, keys, migrations, auth) where one sequential reviewer demonstrably misses defects. Fixers run under hard constraints (never weaken/delete an existing guard or test to go green, never leak a secret, independently cross-check any money/crypto/identity result against an external reference), and the full suite must stay green after every fix. Flags: `--area <path>`, `--voters <N>`, `--test-cmd "<cmd>"`, `--commit`. New `commands/nf/ultra-hard.md` + `core/workflows/ultra-hard.md`; verified against the four skill lints (eval/state-parse/mcp/command-correctness). Proven on a real custodial-wallet key ceremony: a first quorum pass confirmed 38 findings (3/3-voted) on top of 17 manual, each fixed with a regression test.

docs/assets/terminal.svg

Lines changed: 1 addition & 1 deletion
Loading

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nforma.ai/nforma",
3-
"version": "0.44.0",
3+
"version": "0.44.1",
44
"description": "nForma — Multi-agent coding orchestrator with quorum consensus and formal verification (TLA+, Alloy, PRISM). Consensus before code, proof before production.",
55
"bin": {
66
"nforma": "bin/nforma-cli.js",

0 commit comments

Comments
 (0)