[]
= "praca"
= true
= true
= true
= true
= true
= true
= "The praça session-orchestration substrate for the mado/tear terminal — automation-first: sessions are auto-named + auto-bound to projects, cd auto-attaches the project's session, the picker is the fallback. Pure typed logic: project-root detection, frecency ranking, project↔session bindings, a fuzzy/frecency session index, and the cd-driven attach decision engine. No I/O, no daemon wiring, all time injected."
[]
= true
[]
# SessionId — the stable handle praca binds a project root to. Pure
# types, no I/O; same vocabulary the daemon/mado already speak.
= { = true }
# FleetSessionNames / SessionName / SessionNameStyle / stable_seed —
# the deterministic project-path → session-name atlas. A project's
# name is stable across daemon restarts (FNV-1a stable_seed), so
# cd-driven auto-attach reads the same identity every time.
= { = true }
# Persistence of the project↔session binding map + the session index.
= { = true }
[]
= { = true }
# Integration-only: the real in-process multiplexer. praca's PRODUCTION
# code depends on tear-types alone (the MultiplexerControl trait) — this
# dev-dep lets the instantiate interpreter be tested against the actual
# backend (real PTYs, the shipped layout algebra) instead of a hand mock.
# Acyclic: tear-core does not depend on praca.
= { = true }