Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
48bf377
Clean-up: Rename to begin with 'optimization' instead of 'filterOptim…
mu-hun Apr 22, 2026
1f980ed
Add the ability to use local optimization_config
mu-hun Apr 3, 2026
615d6e0
Commit dist/ to allow installation via GitHub shorthand URL
mu-hun Apr 24, 2026
9283da7
fix: load stats file from local if exist
mu-hun May 7, 2026
2231ebc
upd: /dist
mu-hun May 7, 2026
98e6f6b
refactor(optimization): rename getOptimizationConfig to getOptimizati…
mu-hun May 19, 2026
c4dcd95
refactor(optimization)!: rename optimizationConfigLocal to localOptim…
mu-hun May 19, 2026
68fc865
feat(optimization): split generate() into download percentJson and stats
mu-hun May 19, 2026
c8d51ae
refactor!: remove module-level path state and setPath
mu-hun May 20, 2026
3e24d93
upd: dist/
mu-hun May 20, 2026
5ffdd2c
fix: restore percent.json gate and groups validation
mu-hun May 21, 2026
df5a754
test: replace async describe with beforeAll, add percent gate test
mu-hun May 21, 2026
2df6b52
docs(changelog): add [Unreleased] entry for localOptimizationConfig
mu-hun May 21, 2026
0b51ccb
refactor: wraps the download functions with async
mu-hun May 21, 2026
d393a90
refactor: calling fs module with async
mu-hun May 21, 2026
c2b113c
upd: dist/
mu-hun May 21, 2026
ad1170d
types: creates type definition with all four public exports
mu-hun May 21, 2026
ce43c72
upd: dist/
mu-hun May 21, 2026
a846b10
fix: validate stats before caching in local path
mu-hun May 26, 2026
23d17f8
Merge remote-tracking branch 'origin/master' into local_optimization_…
mu-hun May 26, 2026
585ad96
refactor(type): move into exist definition file from master
mu-hun May 26, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

- `localOptimizationConfig` export for managing a local optimization config
cache: download `percent.json`, pre-fetch per-filter `stats.json`, and reset
cached state. Intended for offline / reproducible local filter builds.
Comment thread
mu-hun marked this conversation as resolved.
- TypeScript toolchain for incremental adoption.

### Changed
Expand Down
Loading
Loading