1
0
Fork 0
portfolio-optimiser-claude/CHANGELOG.md

19 lines
781 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
### Added
- Sibling implementation of the portfolio-optimiser method on the Claude Agent SDK (D7),
built from the shared frozen spec + golden suite alone.
- Deterministic backbone (mandatory blocking validator), the agentic + learning loop
(S5S10), and the deterministic ingest layer (CSV + SQL source types), each wired seam by
seam and proven by load-bearing tests.
- Test suite: 265 passing tests, all running offline without an API key.
### Notes
- Licensed under the MIT License (see `LICENSE`).