Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions AGENTS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# AGENTS.md

React component library for the [Cloudscape Design System](https://cloudscape.design/), providing chart 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.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
},
"devDependencies": {
"@cloudscape-design/browser-test-tools": "^3.0.4",
"@cloudscape-design/build-tools": "github:cloudscape-design/build-tools#main",
"@cloudscape-design/build-tools": "github:cloudscape-design/build-tools#chore-do-not-compile",
"@cloudscape-design/code-view": "^3.0.45",
"@cloudscape-design/components": "^3",
"@cloudscape-design/design-tokens": "^3",
Expand Down
Loading