LS-Lint comparison

A faster path from naming checks to agent-ready project validation.

LS-Lint is a focused filesystem naming tool. Assura preserves that fast starting point, then adds project structure, language-agnostic file content, reusable rules, and repair guidance agents can act on.

current performance evidence
cold accepted fixtures   8 / 8 fastercold aggregate           1.24xwarm 2x target           8 / 8 metwarm aggregate           24.60xevidence                 Assura 0.4.0

What LS-Lint does well

Fast, direct file and folder naming checks with a small configuration surface.

Where Assura starts

The same repository-level naming and placement concerns, with an LS-Lint migration path.

Where Assura expands

Line limits, Markdown, config, references, reusable policy layers, agent reports, and warm sessions.

01

Beyond filesystem operations

Assura can inspect language-agnostic concerns inside files, including line counts, document structure, frontmatter, links, and references.

02

Less repeated policy

Reusable rule fragments and inherited project structure reduce duplication when the same expectations apply across multiple paths.

03

Repair guidance for agents

Rule-specific findings carry path and policy context so an agent can understand the expected repair instead of parsing a generic failure.

04

Performance claims stay bounded

Cold one-shot comparisons and warm persistent-session results are reported separately from checked release evidence.

Agent setup

Set up this project with Assura.

Copy one instruction to the coding agent already working in your project. It will establish the baseline, define the expected shape, and verify it.

One command assura agent onboard .
Agent goal Inspect, constrain, verify
  1. Inspect manifests, tooling, generated output, and the intentional layout.
  2. Define project-owned rules for the expected stack. Close stable scopes so unexpected paths fail; preserve legitimate paths and ask only where evidence is ambiguous.
  3. Verify with assura review and assura check --format agent.
Installation details public release
curl -fsSL https://assura.dev/install.sh | sh

The copied setup instruction includes this command.