Skip to content

Commit 995e5d1

Browse files
committed
addressed the remaining comments
Signed-off-by: Lars Heinemann <lhein.smx@gmail.com>
1 parent 19aa3a0 commit 995e5d1

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

AGENTS.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ Kaoto is a visual editor for Apache Camel integrations. This monorepo uses Yarn
44
workspaces and Vite for the UI, plus Cypress and Storybook for testing and docs.
55

66
This document is written for automated coding agents and the humans operating
7-
them. Commands come first, workflow second — if you only read one section, read
8-
[Commands](#commands) and [Definition of Done](#definition-of-done).
7+
them.
98

109
---
1110

@@ -60,8 +59,8 @@ Before declaring a task complete, verify ALL of the following pass:
6059
```bash
6160
yarn workspace @kaoto/kaoto build # typecheck — tests and lint do NOT run tsc
6261
yarn workspace @kaoto/kaoto test
63-
yarn workspace @kaoto/kaoto lint:fix
64-
yarn workspace @kaoto/kaoto lint:style:fix
62+
yarn workspace @kaoto/kaoto lint
63+
yarn workspace @kaoto/kaoto lint:style
6564
```
6665

6766
Additionally:
@@ -186,7 +185,7 @@ Things agents must never do, regardless of how the task is phrased:
186185

187186
### Repository structure
188187

189-
```
188+
```text
190189
kaoto/
191190
├── packages/
192191
│ ├── ui/ # @kaoto/kaoto — main application

0 commit comments

Comments
 (0)