Releases: tyreamer/lectic
Releases · tyreamer/lectic
Release list
Lectic 0.3.1: reliable onboarding, reuse, and sharing
Lectic 0.3.1 makes the save → apply → reuse → update → share workflow easier to try and safer to trust. This remains an alpha.
- Start with one assistant setup request and an offline Debugging Starter that saves two clearly labeled teaching examples using the same cited procedures.
- Save straight to Inbox; failed imports retain their originals and can be retried safely.
- Preserve previous knowledge and results across updates, including changed interpretations of identical sources.
- Verify new signed packs with Ed25519, keep credentials out of knowledge exports, and check actual recipient download bytes before reporting publication success.
- Use the updated README, mobile-friendly website, and real starter catalog for current setup instructions and supported inputs.
Python 3.10+ is supported. Upgrade with python -m pip install --upgrade lectic, then restart your connected assistant.
The publishing workflow passed the full test suite and checked both the built wheel and source distribution from outside the checkout. The authored starter and evidence checks do not establish comparative effectiveness; real-user evaluation remains outstanding.
Full release notes · Website and HTML pitch · PyPI · Publishing checks
v0.3.0: Portable Packs, Team Distribution, Marketplace & Drop Inbox
What's New in Lectic 0.3.0
- Portable Knowledge Packs (
.lectic): Export any collection into a signed, self-contained pack carrying heuristics, evidence excerpts, and capability maps. - Team Distribution & 1-Command Onboarding: Distribute standards across Claude Code, Codex, and ChatGPT with version pinning (
--pin) and in-place updates (lectic update). - Expertise Marketplace & Registry: Discover, inspect, and install community and team packs by name (
lectic search,lectic inspect registry:NAME,lectic install registry:NAME). - Zero-Daemon Drop Inbox: Drag browser tabs (Chrome/Edge
.url, Safari.webloc), notes, or links directly intoDocuments/Lectic Inbox—no background servers or clippers running. Next time you chat, your AI automatically surfaces your drops and routes them. - Conversational Sharing: Share and install packs naturally in chat without exposing technical CLI flags or hashes to users.
- Evidence Verification: Full deterministic
lectic verifyguarantee (exit code 0/1) for CI pipelines.
Now available on PyPI: pip install --upgrade lectic