Skip to content

Commit ca38c90

Browse files
committed
chore: improve file
1 parent 3b478da commit ca38c90

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

AGENTS.md

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,11 @@
1+
# AGENTS.md
2+
13
React component library for conversation-oriented UI in the Cloudscape Design System.
24

3-
## Commands
5+
## Setup
46

5-
```sh
6-
npm start # Dev server with file watching
7-
npm run build # Production build
8-
npm run lint # ESLint + Stylelint
9-
npm run test:unit # Unit tests (vitest)
10-
npm test # Lint + unit tests
11-
```
7+
This project uses npm.
128

139
## Conventions
1410

15-
This repo follows the same conventions as the [main Cloudscape components library](https://github.com/cloudscape-design/components). See the detailed guides (covers component structure, props, events, styling, writing testing, code style, dev pages, and API docs): https://github.com/cloudscape-design/components/blob/dev-v3-amanabiy/docs/CLOUDSCAPE_COMPONENTS_GUIDE.md
11+
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.

0 commit comments

Comments
 (0)