Subcategory: Public API / semver discipline (9→10)
The public surface is clean (two entry points — Portfolio and Data — with _-private internal modules), but there is no documented stability guarantee or deprecation policy telling users what they can rely on across versions.
What to change
- Add a "Versioning & deprecation policy" section to
README.md and/or docs/ that states the semver guarantee for the public Portfolio / Data API and the deprecation process (warning window, removal timeline).
Done when
- A deprecation-policy section exists and is linked from the docs, defining the stability guarantee for the
Portfolio and Data public surface.
Context: PR #870
Subcategory: Public API / semver discipline (9→10)
The public surface is clean (two entry points —
PortfolioandData— with_-private internal modules), but there is no documented stability guarantee or deprecation policy telling users what they can rely on across versions.What to change
README.mdand/ordocs/that states the semver guarantee for the publicPortfolio/DataAPI and the deprecation process (warning window, removal timeline).Done when
PortfolioandDatapublic surface.Context: PR #870