Skip to content

Lineage v0.2.1

Choose a tag to compare

@priyam-jain-2002 priyam-jain-2002 released this 21 Aug 11:02
· 174 commits to main since this release
4c45d38

Patch release: fixes the module path so go install/go get actually work.

Fixed

  • go.mod declared github.com/lineage-dev/lineage - that GitHub org doesn't exist. go install github.com/agentic-lineage/lineage/cmd/lineage@latest has never worked until this release.
  • DefaultRegistryURL (used by lineage package publish/pull when LINEAGE_REGISTRY_URL isn'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 install as 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.