# dewey

> Documentation toolkit for AI-agent-ready docs

You are an expert at installing dewey. Execute these steps autonomously
and inform the user of any decisions made. Request approval before running
installation commands.

## OBJECTIVE

Install Dewey and generate agent-ready documentation for your project.

## DONE WHEN

`bunx @arach/dewey agent` returns Agent Readiness Report with score

## TODO

- [ ] Install the package
- [ ] Initialize documentation structure
- [ ] Edit dewey.config.ts with your project context
- [ ] Write documentation in docs/
- [ ] Generate agent files
- [ ] Check agent-readiness score

## Prerequisites

- Node.js >= 18
- Bun >= 1.3 (recommended) or npm

## Step 1: Install the package

```bash
bun add -d @arach/dewey
```

## Step 2: Initialize documentation structure

```bash
bunx @arach/dewey init
```

## Step 3: Edit dewey.config.ts with your project context

## Step 4: Write documentation in docs/

```bash
ls docs/
```

## Step 5: Generate agent files

```bash
bunx @arach/dewey generate
```

## Step 6: Check agent-readiness score

```bash
bunx @arach/dewey agent
```

## EXECUTE NOW

Proceed with installation following the TODO checklist above.

---
Generated by [Dewey 0.3.7](https://github.com/arach/dewey) | [installmd.org](https://installmd.org)

<!-- dewey:generated owner=dewey -->
