Skip to content

Commit 07d77a3

Browse files
committed
v0.2.0 release
1 parent c9e60ae commit 07d77a3

3 files changed

Lines changed: 8 additions & 3 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ Agents don't use docs like humans. They hit truncation limits, get walls of CSS
99

1010
afdocs runs 21 checks across 8 categories to evaluate how well your docs serve agent consumers. 10 are fully implemented; the rest return `skip` until completed.
1111

12+
> **Status: Early development (0.x)**
13+
> This project is under active development. Check IDs, CLI flags, and output formats may change between minor versions. Feel free to try it out, but don't build automation against specific output until 1.0.
14+
>
15+
> Implements [spec v0.1.0](https://agentdocsspec.com/spec) (2026-02-22).
16+
1217
## Quick start
1318

1419
```bash

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "afdocs",
3-
"version": "0.1.3",
3+
"version": "0.2.0",
44
"description": "Test your documentation site against the Agent-Friendly Documentation Spec",
55
"type": "module",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)