ARIAgent Readiness Index
20 September 2026
Static repository assessment

docs-only

docs-only has not yet earned a static evidence level on static evidence. 1 check stands between it and Discoverable; the three priorities below are worth 52 points together.

24of 100
Static readiness
L0Unscored

No static readiness level earned yet. The repository does not expose enough documented evidence for a stronger conclusion.

0204050608090100
  1. L1DiscoverableStatic evidence identifies the repository's setup, test, and usage entry points; those commands were not executed.
  2. L2ControlledStatic evidence shows pull-request guardrails, secret hygiene, and usable agent guidance are present.
  3. L3PreparedThe repository has stronger static preconditions for supervised, bounded coding-agent changes.
  4. L4Strong foundationAll static readiness gates pass; execution, agent task success, and production delivery remain unverified.
Decision viewThree overlapping, uncapped lenses over the same static evidence. They help prioritise remediation; they do not predict task success.
FOUNDATIONS8

Engineering foundations

Reproducibility, verification, structure, and repository knowledge.

2/4 dimensions scored
CHANGE_SAFETY43

Change safety

Controls that help a change remain reviewable, testable, and bounded.

3/4 dimensions scored
AGENT_OPERABILITY33

Agent operability

Static preconditions for supervised coding-agent work.

3/4 dimensions scored
100%evidence coverage

7 stable checks scored · 16 not applicable · 0 unavailable. Coverage reports what could be resolved, not how healthy the repository is.

ObservedRepository evidence

Files, configuration, and available git history.

Not runCommand execution

Setup, build, tests, lint, and type checks.

Not runAgent task evaluation

Real changes graded with hidden tests and constraints.

Not assessedProduction delivery

Deploy, rollback, reliability, and operational controls.

Repository profile. documentation (operator supplied confidence). Portfolio manifest classification; verify with the repository owner.

Knowledge inventory (presence only). Agent guidance: none found. Planning: none found. Documentation: 2 files. Missing PLAN.md is not a failed control; file presence does not establish quality or freshness.

Structure diagnostic. Language-aware dependency analysis not available for this repository; no semantic coupling or naming claim is made.

Decision boundary. Use as a portfolio preflight and remediation baseline, not as proof of autonomous delivery.

Where to start
  1. Add a workflow that runs the test command on pull_request and push.

  2. Add `make setup` (or the ecosystem equivalent) that works from a clean clone, and name it in AGENTS.md.

  3. Add .devcontainer/devcontainer.json with postCreateCommand running your setup command.

Next level L1 Discoverable. Static evidence identifies the repository's setup, test, and usage entry points; those commands were not executed. Requires ENV-02 >= 5 (is 0).

Evidence dimensionsRisk-weighted static signals. Bar length is score; the small figure is weight.
Reproducibility
010
Verificationno conclusive checksn/a10
Delivery controls
07.5
Security boundaries
107.5
Changeabilityno conclusive checksn/a7.5
Agent guidance
05
System knowledge
42.5
Work definition
02.5
Agent controlsno conclusive checksn/a2.5

pass partial fail experimental, not counted not applicable

OpportunitiesEvery counted check below ten, in order of what it is worth. Points are the change to the score if the check reached ten.
01

CI runs tests on pull requests

+22
CI-01·0 of 10·No CI configuration found.

Add a workflow that runs the test command on pull_request and push.

Why it matters DORA's AI capabilities model names strong version control and fast feedback as the amplifiers of AI gains; without CI an agent's PR is unverified. [1]

02

One-command setup

+15
ENV-02·0 of 10·No way to set up the project without a person.

Add `make setup` (or the ecosystem equivalent) that works from a clean clone, and name it in AGENTS.md.

Why it matters Every agent vendor's guidance opens with "install, run, test commands"; Codex's own docs say many quality issues are really setup issues. [1][2]

03

Container or devcontainer definition

+15
ENV-03·0 of 10·No container definition.

Add .devcontainer/devcontainer.json with postCreateCommand running your setup command.

Why it matters Devcontainers are what Copilot, Cursor cloud, and Claude Code cloud consume; EnvBench shows agents build under 30% of environments without one. [1][2]

04

Cross-tool instruction file present

+15
INSTR-01·0 of 10·No agent instruction file.

Add a root AGENTS.md with commands, layout, conventions, and completion criteria. Bridge CLAUDE.md to it (INSTR-02).

Why it matters Two controlled studies found instruction files do not change pass rates, which is why this dimension is Medium; they do change cost and every vendor reads them. [1][2][3]

05

Issue templates require reproduction and expected behaviour

+7
GIT-01·0 of 10·No issue templates.

Convert the bug template to a form with required Steps to reproduce, Expected, Actual, and Version fields.

Why it matters Underspecified issues were 38% of the flaws in the original SWE-bench; human-written requirements tripled agent success in a controlled study. [1][2]

06

README covers setup, usage, and testing

+5
DOCS-01·4 of 10·README exists but lacks operational sections or commands.

Add Getting started, Usage, and Development sections with one command each.

  • README.md

Why it matters Copilot's coding agent reads the README before coding; documentation reduces API hallucination when it is specific. [1][2]

DiagnosticsExperimental checks. Computed and shown; not counted.
CI-06Git hooks manager configured0No git hooks manager.
DOCS-03Architecture decisions written down0No architecture document or decision records.
DOCS-04CONTRIBUTING present0No CONTRIBUTING file.
ENV-05Runtime version pinned0No runtime version pin (.nvmrc, .python-version, .tool-versions, rust-toolchain, go directive, engines).
GIT-02PR template asks for verification0No PR template.
GIT-03CODEOWNERS present0No CODEOWNERS.
STRUCT-08No large binaries in the tree10No tracked files over 5 MiB outside asset directories.
Passed
1 checks at ten
SAFE-01No committed secretsNo high-confidence secret patterns and no tracked .env with values.
Not applicable
30 checks did not apply or had no data
CI-02Linter configured for the primary languagenot applicable to this repository
CI-03Formatter configurednot applicable to this repository
CI-04Type checking configurednot applicable to this repository
CI-07Lint or format enforced in CInot applicable to this repository
DOCS-02API contracts in the repositorynot applicable to this repository
ENV-01Every manifest has a tracked lockfilenot applicable to this repository
ENV-04Agent cloud setup file present and validnot applicable to this repository
GIT-04Historical change size is smalldata not available:
GIT-05Repository is maintaineddata not available: not a git repository
GIT-06Conventional commit messagesdata not available:
INSTR-02Claude and AGENTS.md instructions do not divergenot applicable to this repository
INSTR-03Instruction files within vendor size bandsnot applicable to this repository
INSTR-04Instruction files state build, test, and lint commandsnot applicable to this repository
INSTR-05Referenced paths existnot applicable to this repository
INSTR-07No directory-tree dumps in instruction filesnot applicable to this repository
INSTR-10Local-only agent files are untrackeddata not available:
SAFE-02Secrets excluded from agent readsnot applicable to this repository
SAFE-04Destructive commands guardednot applicable to this repository
SAFE-05Sandbox configurednot applicable to this repository
STRUCT-01Share of source files over 1,000 linesnot applicable to this repository
STRUCT-02Repository size tiernot applicable to this repository
TOOL-01Committed agent settings are validnot applicable to this repository
TOOL-02Auto-format or lint hooknot applicable to this repository
TOOL-03Verification hooknot applicable to this repository
TOOL-04MCP configuration valid and scopednot applicable to this repository
TOOL-05Skills and subagents well-formednot applicable to this repository
TOOL-07Build artefacts ignorednot applicable to this repository
VERIFY-01Test framework configured with test filesnot applicable to this repository
VERIFY-02One documented test commandnot applicable to this repository
VERIFY-03Test-to-source file rationot applicable to this repository
Method
Score
The risk-weighted mean of nine static repository dimensions, 0 to 100. It is a prioritisation index, not a probability that an agent will succeed.
Level
An evidence band earned only when every static check in its gate passes. It describes repository preconditions. It does not certify command execution, autonomous task completion, merging, or production delivery.
Coverage
The share of stable checks resolved from available evidence. Not-applicable checks are resolved; unavailable or errored checks reduce coverage. Coverage is shown separately so missing evidence cannot hide behind the score.
Points
What the score becomes if one check is fixed and nothing else changes. The opportunities are already in that order.
Determinism
No model judgment anywhere. Two runs with the same inputs hash saw the same repository.
inputs sha256:d3949061beb0dae00275e13a18f9f7ee0f2c2edf6f8edaa4fcd0ba2d03028cad
rubric sha256:add0515531acf415c6a9dd5e7f9e1e7585f47c682087c8055ed58c3fabe3990f
Not in static score
Command execution, coding-agent task success, semantic coupling, naming quality, deployment, rollback, reliability, and production operations. Any execution or language-aware diagnostic above is reported separately and cannot change this score.
Benchmark
A percentile against a validated corpus is not yet published. This report shows none rather than inventing one.