lightsoutAlpha

Standards Packs

A Standards Pack is the set of rules your agents follow, each enforced by a deterministic check or an agent check.

Deterministic check
Code decides, with the same answer every run.
Agent check
An agent reviews the change against the rule.

How packs load

  • Always on

    The TypeScript rules apply to every repo.

  • Switch on by themselves

    React and TanStack rules turn on when the packages a run touches depend on them.

  • Yours to tune

    Set any deterministic check to block, advise or off in lightsout.config.json.