chore(release): MIT license + CONTRIBUTING/SECURITY/CODE_OF_CONDUCT + README badges (S12)

This commit is contained in:
Kjell Tore Guttormsen 2026-07-05 08:10:09 +02:00
commit 254e3da1d8
6 changed files with 199 additions and 2 deletions

View file

@ -2,6 +2,9 @@
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
@ -15,8 +18,8 @@ All notable changes to this project will be documented in this file.
(`uv run python -m portfolio_optimiser.simulation`) — plumbing proof, not live-model proof.
- Framework-neutral shared core in `shared/`: OKF concept + example bundle, golden validator
suite, and the expert-reviewer persona as an Agent Skill.
- Test suite: 152 passing tests (4 skips are live-provider-only), every wired seam covered by a
- Test suite: 237 passing tests (4 skips are live-provider-only), every wired seam covered by a
load-bearing test that goes red when the seam is detached.
### Notes
- License to be finalized at release prep.
- Licensed under the MIT License (see `LICENSE`).