-
Notifications
You must be signed in to change notification settings - Fork 12
FAQ
Lineage is a local runtime for distributing agent environment packages.
Skills, workflows, agents, policies, references, setup material, and provider adapters can go into a package when they are safe to share.
Do not package API keys, auth tokens, .env values, provider credentials, private machine-local cache, shell history, or private workflow data.
No. Lineage sits around local agent commands. The receiver still uses their own agent provider and local credentials.
Packages can affect a local agent environment. The receiver should understand what files, skills, setup steps, and provider assumptions a package contains before enabling it.
Use GitHub Discussions for early ideas. Once an idea is concrete enough to build, it should become a GitHub issue with acceptance criteria and a goal-based milestone.
Assign an issue before starting work. Open PRs against develop. Link the issue and include relevant tests or a clear no-test justification.