From 3e01a1a04fe423976603d202997a7f14846b816f Mon Sep 17 00:00:00 2001 From: Amanuel Sisay Date: Fri, 27 Mar 2026 14:49:49 +0100 Subject: [PATCH] feat: add AGENTS.md file --- AGENTS.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 AGENTS.md diff --git a/AGENTS.md b/AGENTS.md new file mode 100644 index 00000000..5d17ace8 --- /dev/null +++ b/AGENTS.md @@ -0,0 +1,10 @@ +# AGENTS.md +React component library for the [Cloudscape Design System](https://cloudscape.design/), providing dashboard-oriented board components. + +## Setup + +This project uses npm. + +## Conventions + +This repo follows the same conventions as the [main Cloudscape components library](https://github.com/cloudscape-design/components). Refer to the [Cloudscape Components Guide](https://github.com/cloudscape-design/components/blob/main/docs/CLOUDSCAPE_COMPONENTS_GUIDE.md) for details on component structure, props, events, styling, testing, code style, dev pages, and API docs.