Update contributor, security, validation, and compute handoff documentation to reflect new runtime safeguards, CI gates, and expected regression checks. Made-with: Cursor
988 B
988 B
Changelog
All notable changes to this project are documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[Unreleased]
Added
- Initial public-ish repository layout:
solver-c,solver-api,gui-ts, regression data, engineering docs, and agent handoff docs.
Changed
- Hardened
solver-cJSON/input boundaries and file-loading paths to prevent buffer/partial-read edge failures. - Added API error envelope consistency (
schemaVersion+code) for expected 4xx paths and diagnostic workflow validation. - Added GUI run-token protection against stale async solve responses and explicit FDM/FEA card-length mismatch messaging.
- Switched Docker build dependency installs to
npm cifor reproducibility and added CI dependency audit checks. - Added full tracked-file audit ledger at
docs/engineering/full-repo-audit-ledger.md.