Project intelligence

Turn local project facts into better agent context.

Assura’s first-run value is deterministic repository validation. Supported local content, query, reference, and context surfaces build on that base; broader semantic project intelligence remains an explicit roadmap direction.

capability status
SUPPORTED
  structure, review, explain, reports, migration

SUPPORTED LOCAL
  content, query, references, context packs

EXPERIMENTAL
  semantic and code-symbol candidates

PLANNED
  broader semantic and dependency intelligence

Supported base

Deterministic structure policy, Review, Explain, automation formats, hooks, migration, and performance evidence.

Supported local layer

Content models, deterministic query/search, references, and context packs stay local and inspectable.

Planned expansion

Deeper dependency and semantic intelligence only when it can preserve local, bounded, observable behavior.

01

Facts before inference

Start from paths, configuration, documents, references, branch state, and verified content instead of asking an agent to infer project truth repeatedly.

02

Local by default

Project context stays close to the repository, can be regenerated, and can be inspected without requiring a hosted dashboard.

03

Queryable when useful

Query and context-pack surfaces organize project facts for specific workflows rather than dumping the whole repository.

04

Status is part of the product

Supported, experimental, inactive, and planned capabilities remain visibly separate so marketing does not outrun implementation.

Agent setup

Start with one agent instruction.

Give this prompt to the coding agent already working in your project. It installs Assura, establishes a broad baseline, verifies the setup, and leaves unresolved project decisions visible.

Recommended Agent prompt
Install Assura in this repository and set it up for agent-ready checks.
If assura is not installed, run:
ASSURA_INSTALL=https://assura.dev/install.sh
curl -fsSL "$ASSURA_INSTALL" | sh

Then run:
assura agent onboard . --agent auto --format json
assura check --format json .

Read .assura/onboarding/agent-next.md, summarize what is active, what is inactive, and what questions need human answers before adding project-specific rules.
Manual install curl -fsSL https://assura.dev/install.sh | sh