openpencil/crates/op-html
Kayshen-X 90870370ad refactor: typed error enums across the whole workspace
Completes the stringly-error conversion: 341 remaining
Result<_, String> signatures drop to two documented boundary sites
(a String-compat wrapper consumed across a crate boundary and a
test-only diagnostic helper). Eighty-plus enums follow the
established recipe — one enum per failure domain in a sibling
module, byte-identical Display text, From impls replacing map_err
adapters. mcp_live is fully typed (the screenshot channel included)
and all six temporary String bridges are deleted. The flaky
cli-model-discovery trio is made load-proof: exec'd sleeps so the
probe's kill actually closes the pipes, a serializing test lock,
and an escalating budget with a deadline-boundedness assertion.
2026-07-27 21:09:06 +08:00
..
assets feat(html): browser snapshot extractor script and usage doc 2026-07-19 20:45:03 +08:00
src refactor: typed error enums across the whole workspace 2026-07-27 21:09:06 +08:00
tests/fixtures fix(editor): improve import and generation reliability 2026-07-21 06:34:53 +08:00
Cargo.toml feat(editor): improve document workflows and rendering 2026-07-23 21:15:04 +08:00