From 11376e1581bd5b50162520ffd2bb8e894a3ece1d Mon Sep 17 00:00:00 2001 From: Dima Grossman Date: Wed, 11 Mar 2026 11:39:21 +0200 Subject: [PATCH] fix(root): spelling in agents md --- AGENTS.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/AGENTS.md b/AGENTS.md index 9c6ffc3b28..9cece5132b 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -37,7 +37,7 @@ pnpm start:worker # Background worker ``` ### Dashboard interaction -Immediatly after creating a new user in the dashboard, you will need to create a new organization. After the organization name is submitted, you can immediatly navigate to the localhost:4201 root url and you should see the dashboard directly on the workflows page (Avoid doing the full onboarding unless requested). +Immediately after creating a new user in the dashboard, you will need to create a new organization. After the organization name is submitted, you can immediately navigate to the localhost:4201 root url and you should see the dashboard directly on the workflows page (Avoid doing the full onboarding unless requested). ### Linting @@ -70,3 +70,7 @@ Possible scopes: - root PR title must end with 'fixes TICKET-ID' (e.g., 'fixes NOV-123') when a linear ticket id is available in context. + +### Enterprise Packages + +When a change was made in the packages of enterprise, we need to also create a PR in the novuhq/packages-enterprise repository committing the linked changes (Creating a similiar branch from next there).