minor
refactor: major cleanup - move platform packages, simplify CLI
Package Restructure
- Moved
api-shared,auth,db,sandbox,uifrompackages/toapps/platform/ - These are now internal platform code, not publishable packages
CLI Removals
- Removed
infocommand - Removed deprecated flags:
--min-coverage,--max-drift,--min-api-surface,--update-snapshot - Removed output formats:
html,github,pr-comment,changelog - Removed report renderers: changelog-renderer, github, html, pr-comment
SDK Changes
- Removed
RetentionTiertype andpruneByTierfunction (simplified to single 90-day retention) - Removed deprecated
minCoverage,maxDrift,minApiSurfacefromCheckConfigtype - Moved config schema from CLI to SDK (
docCovConfigSchema,normalizeConfig) - Exported
DocCovConfigInputtype for config validation
Type System
- Renamed
NormalizedDocCovConfigtoDocCovConfig - Config validation schema still accepts deprecated fields for backwards compat
Breaking Changes
- Consumers using removed CLI commands/flags need to migrate
- Consumers using tier-based retention need to use simple
pruneHistory()