4 Commits
Author SHA1 Message Date
Vijay Janapa Reddi 6a771e6e4f Clean MLSysIM registry boundaries 2026-05-31 13:54:25 -04:00
Vijay Janapa Reddi ff8c5c0f83 chore(mlsysim): OSS developer QoL improvements and test resilience
- Added 'make docs', 'make docs-preview', and 'make audit' targets to Makefile for easier local development.
- Added comprehensive README.md to the vscode-ext workbench extension.
- Refactored test_engine.py to dynamically import calibration constants rather than hardcoding physics assumptions, ensuring tests don't break if base parameters are tuned.
- Fixed a registry path alias in philosophy.qmd caught by the doc drift linter.
2026-05-25 19:47:11 -04:00
Vijay Janapa ReddiandClaude Opus 4.6 02e321ac6f fix: restore escaped newline in mlsysim Makefile awk command
The \n in the printf format string was split into a literal newline,
causing a "missing separator" syntax error when running `make help`.

Fixes harvard-edge/cs249r_book#1299

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-09 09:30:18 -04:00
Vijay Janapa Reddi dbd6a122bc chore(mlsysim): add standard package scaffolding (Makefile, LICENSE, examples, pyproject) 2026-03-14 18:15:28 -04:00