From 68171c479740aa44bed1ddc4ab270249711c914b Mon Sep 17 00:00:00 2001 From: dotta Date: Fri, 27 Mar 2026 22:02:33 -0500 Subject: [PATCH] docs: add missing directories to AGENTS.md repo map Add cli/, skills/, docs/, tests/, scripts/, and docker/ entries to the repo map in AGENTS.md so contributors can locate all top-level packages. Co-Authored-By: Paperclip --- AGENTS.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/AGENTS.md b/AGENTS.md index bdfa3e5d..7844aa13 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -24,12 +24,18 @@ Before making changes, read in this order: - `server/`: Express REST API and orchestration services - `ui/`: React + Vite board UI +- `cli/`: CLI package (`paperclipai` command) - `packages/db/`: Drizzle schema, migrations, DB clients - `packages/shared/`: shared types, constants, validators, API path constants - `packages/adapters/`: agent adapter implementations (Claude, Codex, Cursor, etc.) - `packages/adapter-utils/`: shared adapter utilities - `packages/plugins/`: plugin system packages +- `skills/`: agent skills (Paperclip skill, company skills) - `doc/`: operational and product docs +- `docs/`: Mintlify documentation site +- `tests/`: end-to-end and release smoke tests +- `scripts/`: build, dev, and release scripts +- `docker/`: Docker configuration ## 4. Dev Setup (Auto DB)