Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 1.08 KB

File metadata and controls

31 lines (24 loc) · 1.08 KB

Changelog

All notable changes to chapeliser 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

  • Chapel codegen with 5 partition and 5 gather strategies

  • Buffer-based FFI for cross-locale safety

  • Idris2 ABI proofs (partition completeness, gather conservation, serialisation round-trip, retry isolation)

  • Zig FFI reference implementation

  • Cluster config parsing (cluster.toml)

  • Retry logic and checkpoint support

  • 15 passing integration tests

Added (scaffold — 2026-03-20)

  • Initial project scaffold from rsr-template-repo

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

  • Manifest parser (chapeliser.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