Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 1.08 KB

File metadata and controls

30 lines (23 loc) · 1.08 KB

Changelog

All notable changes to idrisiser will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[0.1.0] - 2026-03-21

Phase 1 Complete

  • Interface parsers for OpenAPI 3.x, C headers, and Protocol Buffers

  • Proof obligation engine deriving obligations from parsed contracts

  • Idris2 codegen (Types.idr, Layout.idr, Foreign.idr templates)

  • Zig bridge generator for FFI implementations

  • Bespoke manifest parsing with multi-interface support

  • Integration tests for parser and codegen pipeline

Added (scaffold — 2026-03-20)

  • Initial project scaffold from rsr-template-repo

  • CLI with subcommands (init, validate, generate, build, run, info)

  • Manifest parser (idrisiser.toml)

  • Codegen engine stubs

  • ABI module (Idris2 proof type definitions)

  • Library API for programmatic use

  • Full RSR template (17 CI workflows, governance docs, bot directives)

  • README.adoc with architecture overview