No description
|
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
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>
|
||
|---|---|---|
| .forgejo/workflows | ||
| lix-build | ||
| lix-configs | ||
| mcp-common | ||
| redroid-client | ||
| redroid-mcp | ||
| ui-fab | ||
| ui-icons | ||
| ui-zname | ||
| .gitignore | ||
| README.md | ||
@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.