Skip to content

Releases: hanmahong5-arch/wireforge-core

wireforge-core v0.1.0

Choose a tag to compare

@github-actions github-actions released this 02 Jul 06:01

First public release. Wireforge is a local-first toolkit for financial wire messages — everything runs offline on your machine; no message byte ever leaves it.

Why you might care

  • SR2026 (deadline 2026-11-14): CBPR+ makes structured debtor/creditor postal addresses mandatory. wf xform address-check outbox/ batch-scans your pacs.008 / pacs.004 / pacs.003 / pain.001 store and exits 0/1/2 — drop it straight into CI.
  • MT↔MX truncation: wf xform diff compares a matched MT103 + pacs.008 pair and names every truncated/dropped field role, including the exact lost characters.
  • ISO 8583 forensics: parse / build across three on-wire dialects, EBCDIC CP037/CP500 decode, runtime-loadable field specs.
  • Migration evidence: wf oracle check diffs captured legacy-vs-migrated responses under an operator-approved mask spec; wf layout check verifies recovered fixed-length layouts against real captures.
  • AI agents: wf-mcp exposes 12 read-only MCP tools (registry: io.github.hanmahong5-arch/wireforge).

Start here → User Guide

Install

What How
CLI + MCP server, prebuilt Download the archive for your platform below (each contains wf and wf-mcp; verify with the .sha256)
Claude Desktop extension Download wireforge.mcpb below and open it (Settings → Extensions); bundles macOS Apple-Silicon + Windows binaries
From source cargo install --git https://github.com/hanmahong5-arch/wireforge-core wf-cli

Honesty & scope

All test vectors are spec-derived synthetic data — no real production SWIFT MT or ISO 8583 samples have been validated yet; this is a known limitation stated openly (donate a sanitized sample: Discussion #1). The address checker and truncation differ are DETECTORS, the oracle emits EVIDENCE — none of it is a certification, conformance, or equivalence claim. GM/T crypto (SM2/SM3/SM4) is functional only, with no 密评 / OSCCA claim.

wireforge-core v0.0.1

Choose a tag to compare

@github-actions github-actions released this 29 May 00:45

Prebuilt wf CLI binaries for linux-x86_64, macos-aarch64, windows-x86_64. See README for install via cargo install --git.