Lineage v0.2.1
Patch release: fixes the module path so go install/go get actually work.
Fixed
go.moddeclaredgithub.com/lineage-dev/lineage- that GitHub org doesn't exist.go install github.com/agentic-lineage/lineage/cmd/lineage@latesthas never worked until this release.DefaultRegistryURL(used bylineage package publish/pullwhenLINEAGE_REGISTRY_URLisn't set) pointed at a placeholder domain instead of the real deployed registry.
Also included
- README documents the actual install path: the curl installer (
curl -fsSL https://agenticlineage.vercel.app/install.sh | sh) as primary,go installas the alternative for Go developers.
This is still pre-V1. The full V1 distribution goal remains open until the receiver add/process UX and release policy work are complete.