#harnessed.md/audit

The audit is a rubric your agent runs against your codebase. It scores each pillar — Guides, Verification, Observation, Closing the loop — flags where the harness is thin, and recommends a next step grounded in the tooling you already use.

##The prompt

Audit this repository against the rubric at
https://www.harnessed.md/audit/llms.txt and follow the instructions there.

##Scoring

Score each item from evidence in the repo, not from intent. For each item, the agent assigns one number:

##Output

One markdown table per section:

| Item | Score | Evidence | Next step |
| --- | --- | --- | --- |

The Next step column should reference the tooling already in the repo (extend the existing ESLint config, not introduce Biome alongside it). One concrete action per row, or blank if the score is 5.

Then an aggregate, computed the same way every time:

Average the pillars, not the items, so each pillar counts equally regardless of how many items it has — and don’t weight any pillar above the others.

##The rubric

Each item links to where the best-practice guidance lives on /guides, /verification, or /observation. Those sections are bundled into the rubric page the agent reads, so it grounds each score and recommendation without fetching anything.

###Guides

###Verification

###Observation

###Closing the loop