No description
Find a file
Natalie 9c631af242
Some checks are pending
Build and Publish (lilith packages) / build-and-publish (lix-build) (push) Waiting to run
Build and Publish (lilith packages) / build-and-publish (lix-configs) (push) Waiting to run
Build and Publish (lilith packages) / build-and-publish (mcp-common) (push) Waiting to run
Build and Publish (lilith packages) / build-and-publish (redroid-client) (push) Waiting to run
Build and Publish (lilith packages) / build-and-publish (redroid-mcp) (push) Waiting to run
Build and Publish (lilith packages) / build-and-publish (ui-fab) (push) Waiting to run
Build and Publish (lilith packages) / build-and-publish (ui-icons) (push) Waiting to run
Build and Publish (lilith packages) / build-and-publish (ui-zname) (push) Waiting to run
feat(redroid-client): add OCR + OpenAI-compatible backends for the box path, bump 0.3.0
The redroid box has no Claude API, so add two HTTP backends used there: ocr_extract()
(the on-box mrnumber-ocr tesseract service → {text,lines}) and openai_chat() (an
OpenAI-compatible /v1/chat/completions LLM on a DO GPU droplet). Plus selectors
extract_backend() (ocr|vision, default vision) + rating_llm_url()/model() so plum-dev
keeps the Claude path unchanged. Additive; @whatsapp unaffected.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-30 00:38:31 -04:00
.forgejo/workflows ci: add publish workflow for ct-forge local registries (org cocotte) 2026-06-29 21:47:08 -04:00
lix-build Recovered/derived @lilith packages after black homelan loss 2026-06-28 10:11:57 -04:00
lix-configs Recovered/derived @lilith packages after black homelan loss 2026-06-28 10:11:57 -04:00
mcp-common feat(lilith-packages): add mcp-common package 2026-06-29 14:35:15 -04:00
redroid-client feat(redroid-client): add OCR + OpenAI-compatible backends for the box path, bump 0.3.0 2026-06-30 00:38:31 -04:00
redroid-mcp feat(redroid-mcp): pluggable RecordingProfile; add people-service profile, bump 0.2.0 2026-06-29 13:39:59 -04:00
ui-fab Recovered/derived @lilith packages after black homelan loss 2026-06-28 10:11:57 -04:00
ui-icons Recovered/derived @lilith packages after black homelan loss 2026-06-28 10:11:57 -04:00
ui-zname Recovered/derived @lilith packages after black homelan loss 2026-06-28 10:11:57 -04:00
.gitignore Recovered/derived @lilith packages after black homelan loss 2026-06-28 10:11:57 -04:00
README.md Recovered/derived @lilith packages after black homelan loss 2026-06-28 10:11:57 -04:00

@lilith packages — recovered / derived

Sources for @lilith/* packages reconstructed after the black homelan loss (2026-06-27), which took the original Forgejo + Verdaccio with it. Published to the DO cocotte-forge Verdaccio (http://134.199.243.61:4873/, later https://npm.ct.uvlava.com).

Package How recovered Notes
lix-build derived lixbuild (vite/tsup dispatch) + lixtest (vitest) bins; original source lost
lix-configs derived createLibraryConfig tsup factory; original source lost
ui-icons recovered from SPA dist sourcemaps faithful dist; barrel + permissive types regenerated; 2 tree-shaken icons aliased
ui-fab recovered from SPA dist sourcemaps faithful dist; Backdrop/Children stubbed (tree-shaken, unused by current consumers), Root = MultiFABRoot
ui-zname recovered from plum Verdaccio storage 1.2.4 tarball, bumped to 1.2.5

These are stopgaps to unblock builds. Where only dist was recovered, the original src/ is gone — refine from here as needed.