Skip to content
Closed
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
2 changes: 2 additions & 0 deletions api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,3 +168,5 @@ Realtime pipeline:
API CI runs:

`pnpm exec tsc --noEmit -> pnpm build`.

For the broader CI matrix (which scopes trigger which jobs), see `../AGENTS.md`.
2 changes: 2 additions & 0 deletions client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,3 +114,5 @@ Tailwind is not used in this project.
Client CI runs on `client/**` and `contracts/src/models/beast.cairo` changes:

`lint -> build -> test:parity -> test:coverage -> Codecov`.

For the broader CI matrix (which scopes trigger which jobs), see `../AGENTS.md`.
2 changes: 2 additions & 0 deletions contracts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -309,3 +309,5 @@ If you change packed layout or field order, update and re-verify:
- `indexer/src/lib/decoder.ts`
- `client/src/utils/translation.ts`
- parity scripts in `indexer/scripts/` and `client/scripts/`

For the broader CI matrix (which scopes trigger which jobs), see `../AGENTS.md`.
Comment on lines +312 to +313

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The placement of this CI reference at the end of the file is inconsistent with the structure of api/README.md and client/README.md, where it is correctly grouped under the ## CI section. In this file, it currently appears under the ## Important Development Rule section, which is misleading. It should be moved to the ### CI Pipeline section (around line 234) to maintain logical grouping and consistency across the repository's documentation.

Loading