Linc Overlay

Linc is a thin legal AI distribution of Pi. The rule is:


Linc = Pi + package identity + case.dev auth + legal tools + bundled legal skills + Linc themes

Pi owns the runtime:

Linc owns the distribution overlay:

Upstream Merge Rule

Upstream Pi merges should be allowed to replace Pi-owned files. Linc-specific behavior should live in Linc-owned paths or behind small generic hooks.

Preferred Linc-owned paths:

Allowed Pi integration hooks are small and generic. The current example is piConfig.variants, which lets one package expose multiple entrypoints with separate config roots.

Do not add case.dev behavior directly to the agent loop, model registry, TUI renderer, session manager, or tool executor. If Linc needs behavior there, first add a generic Pi-shaped hook, then consume it from the Linc overlay.

Current Overlay