Skip to content

Audit-13 docs sweep: reproducibility, brew, --fresh#13

Merged
mfwolffe merged 3 commits into
trunkfrom
fix/m13-docs-sweep
May 3, 2026
Merged

Audit-13 docs sweep: reproducibility, brew, --fresh#13
mfwolffe merged 3 commits into
trunkfrom
fix/m13-docs-sweep

Conversation

@espadonne
Copy link
Copy Markdown
Contributor

Summary

Three small docs fixes from Audit 13:

  • M13.4 — README headline calls dlm "reproducible" without
    platform caveat. Adds a brief callout near the install instructions
    noting bit-exact on Linux+CUDA, best-effort on Apple Silicon (MPS),
    and pointing at `docs/determinism.md` for the full discussion.
  • m13.6 — adds a troubleshooting entry for "`No such command 'repl'`":
    the cause is a stale brew binary; install from PyPI or use
    `uv run dlm`.
  • m13.10 — clarifies `dlm train --fresh` semantics in the option
    help. `--fresh` discards resumable state but keeps prior adapter
    versions; users wanting full history wipe should `rm -rf `.

Test plan

  • `dlm train --help` shows the expanded `--fresh` description
  • ruff clean
  • No code-behavior changes; just typer help-text + markdown

@mfwolffe mfwolffe merged commit 81039a6 into trunk May 3, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants