Project review

See what this branch changed before review starts.

Assura Review is a compact project-health radar. It separates branch and worktree change pressure, reports configured and inactive signals, and directs the agent to Explain or the authoritative Check gate.

assura review
Assura reviewStatus     needs attentionScope      feature/agent-review -> origin/mainFindings   blocking=1 advisory=3 new=4Branch     feature/agent-review files=1 lines=+3/-0 commits=1Worktree   files=2 modified=1 untracked=1 lines=+2/-0Watch      blocking-validation=1/1Hot path   apps/web/src violations=1 changed=2 lines=+2/-0Fix first  apps/web/src/BadName.tsx: File 'BadName.tsx' does not match naming convention 'kebab-case'Next       Fix blocking configured check violations first.Run        assura check --format agent .

Branch

1 changed file and concrete line churn compared with the detected source branch.

Worktree

1 modified and 1 untracked path kept separate from committed work.

Policy

1 blocking violation and 6 inactive capabilities, without treating unchecked behavior as passing.

01

Review is the radar

Use a bounded diagnostic while work is in progress. Review summarizes project health and change context without replacing the final gate.

02

Explain one path

When a finding needs context, Explain shows the effective inherited structure policy for the path instead of repeating the entire project report.

03

Check is the gate

Before merge, Check enforces the configured blocking contract with stable exit behavior for hooks and CI.

04

Current limits stay visible

Review reports inactive capabilities, so a clean configured check is not presented as complete project coverage.

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.