Skip to content

Commit 5198304

Browse files
committed
docs(agents): update catalog count to 78
1 parent f8b2454 commit 5198304

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ uv run python audit.py --help # Verify CLI works
7777

7878
**AI CLI Preparation v2.0** — Tool version auditing and installation management for AI coding agents.
7979

80-
- **Architecture:** 20 Python modules, 77 JSON tool catalogs
80+
- **Architecture:** 20 Python modules, 78 JSON tool catalogs
8181
- **Phase 1:** Detection & auditing (complete)
8282
- **Phase 2:** Installation & upgrade management (complete)
8383
- **Entry point:** `audit.py``cli_audit` package

cli_audit/AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ local_state.json # Gitignored - machine-specific installation state
5151
~/.config/cli-audit/config.yml # User preferences (auto_update, tool overrides)
5252
```
5353

54-
**Catalog entries** (77 JSON files in `catalog/`):
54+
**Catalog entries** (78 JSON files in `catalog/`):
5555
- Each tool has `name`, `candidates`, `source_kind`, `source_args`, `category`
5656
- Categories: python, node, go, rust, ruby, php, shell, git, devops, platform, ai, general
5757
- User preferences (auto_update) stored in user config, not catalog

0 commit comments

Comments
 (0)