alpha
Login
or
Join now
russ.fugl.dev
/
levelset
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
A functional toolkit for authoring resource-leveling algorithms — compose constraint and scoring blocks, enumerate feasible schedules
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
levelset
/
src
/
json
/
at
main
2 files
Russ T. Fugal
feat(leveling): embed run provenance in materialized projects
7d ago
a8817373
JsonReader.ts
feat(leveling): embed run provenance in materialized projects Every LevelingRun.materialize output now carries a levelset metadata block: engine version, the filled run config (rerunnable — the reproducibility artifact), seed, achieved scorer values, analysis warnings, and search annotations. ProjectFileSchema gains the optional field and the JSON reader/writer round-trips it (non-parsing provenance is dropped on read rather than failing the file). Answers "why does this schedule look like this?" from the file itself, spaCy config.cfg-style.
1 week ago
JsonWriter.ts
feat(json): JSON reader and writer with round-trip A native JSON format for ProjectFile, with reader and writer forming a lossless round-trip. The reader handles version metadata so older documents load against the current model.
4 months ago