RuleStack

Configs

Stacks

Compare

Diff

RuleStack

Configs

Stacks

Compare

Diff

Read API

RuleStack

Configs

Stacks

Compare

Diff

Read API

Configs/AGENTS.md/novuhq/novu

AGENTS.md

AGENTS.md
AGENTS.mdroot

Quality

63/100

Scores the file, not the repository.

Length

326 words

9 headings · 0 code blocks

Repository

39k

— · pushed 0 days ago

Last changed

3 days ago

First indexed 3 days ago.
novuhq/novu/AGENTS.mdRawGitHub
1# AGENTS.md
2 
3## Cursor Cloud specific instructions
4 
5`pnpm setup:agent` has already been run. Do not run it again. The environment is fully configured: dependencies installed, enterprise packages linked, project built, `.env` files in place, Docker services running, and a default user/org seeded. The dashboard auto signs in the pre-seeded agent user when opened in the browser (no manual login unless auto sign-in fails).
6 
7## Build
8 
9Run `pnpm build` after changes to `packages/` or `enterprise/`. Direct changes to `apps/` do not require a rebuild.
10 
11## AI Boundaries
12 
13### Always
14- Work within: `apps/api`, `apps/dashboard`, `apps/worker`, `apps/ws`
15- Use shared packages: `packages/shared`, `packages/framework`, `packages/js`, `packages/react`
16- Follow `libs/dal` for data access, `libs/application-generic` for business logic
17 
18### Ask First
19- Before creating new UI components not in `apps/dashboard/src/components/`
20- Before adding npm dependencies
21- Before modifying MongoDB models, ClickHouse table definitions, or anything in `enterprise/` or `packages/providers/`
22 
23### Never
24- Inactive apps — do not touch, unless monorepo wide refactor: `apps/webhook`
25- Auto-generated — never edit: `libs/internal-sdk`
26- UI: reuse existing Radix/shadcn components only; do not copy patterns from `playground/` into production code
27- If doing a monorepo wide refactor, you can touch the read only, but only when necessary.
28 
29 
30## Developer-local agent config
31 
32If a **`.agents-local/`** directory exists in your working copy, read **`.agents-local/README.md`** first for personal, git-ignored agent configuration, skills and rules. Absence of the directory is normal.
33 
34## Novu Distribution
35Novu is distributed in 3 modes, Community Edition, Enterprise Cloud Edition, and On-Prem Enterprise Edition.
36 
37When making changes targeted to the Enterprise distribution, we need to make sure that the changes are not breaking the Community edition, and are properly gated behind a flag, or the novu enterpise env variables. Similarly when some changes are only targeting the Cloud, self-hosted on prem should not be affected.
38 
39<!-- Infrastructure & services: see .cursor/rules/infrastructure.mdc -->
40<!-- Dependency graph: see .cursor/rules/dependency-graph.mdc -->
41<!-- Testing: see .cursor/rules/testing.mdc -->
42<!-- PR format: see .cursor/rules/pullrequest.mdc -->
43<!-- Enterprise submodule: see .cursor/skills/enterprise-submodule/SKILL.md -->
44 

Commands it names

  • pnpm setup:agent
  • pnpm build

Sections

  • AGENTS.md
  • Cursor Cloud specific instructions
  • Build
  • AI Boundaries
  • Always
  • Ask First
  • Never
  • Developer-local agent config
  • Novu Distribution

What it covers

builddo-notagent-behaviour

Stack — with the evidence

typescript

(1.00)

javascript

(1.00)

node

(1.00)

react

(1.00)

langchain

(1.00)

jest

(1.00)

biome

(1.00)

monorepo

(0.85)

pnpm

(0.85)

express

(0.70)

nestjs

(0.70)

mongodb

(0.70)

redis

(0.70)

tailwind

(0.70)

vite

(0.70)

playwright

(0.70)

aws

(0.70)

nx

(0.60)

github-actions

(0.60)

Format

AGENTS.md

A plain-markdown README for coding agents, deliberately unopinionated: no frontmatter, no globs, no vendor keys. That minimalism is why it became the one file a dozen different agents will read, and why it carries the least per-file targeting power of any format here.

What the corpus says about it

Repository

Owner
novuhq
Language
—
License
—
Archived
no

All configs in this repo

Also in novuhq/novu

Diff this repo’s formats

One repository carrying more than one format is the comparison this product exists for: does anyone actually write different content in each file, or is one a copy of the other?

The other instruction files in this repository
RepositoryFormatStackCoversScoreChanged
novuhq/novu.cursor/rules/api-property-optionality-hygiene.mdc · 39kCursor rulestypescriptjavascript+17gitagent-behaviour68/1003 days ago
novuhq/novu.cursor/rules/api.mdc · 39kCursor rulestypescriptjavascript+17styleapi72/1003 days ago
novuhq/novu.cursor/rules/clickhouse.mdc · 39kCursor rulestypescriptjavascript+17style42/1003 days ago
novuhq/novu.cursor/rules/context-engineering.mdc · 39kCursor rulestypescriptjavascript+17no sections16/1003 days ago
novuhq/novu.cursor/rules/dal-repository.mdc · 39kCursor rulestypescriptjavascript+17do-not46/1003 days ago
novuhq/novu.cursor/rules/dashboard.mdc · 39kCursor rulestypescriptjavascript+17style57/1003 days ago
novuhq/novu.cursor/rules/dependency-graph.mdc · 39kCursor rulestypescriptjavascript+17no sections22/1003 days ago
novuhq/novu.cursor/rules/docs-mintlify-steps.mdc · 39kCursor rulestypescriptjavascript+17do-notagent-behaviour43/1003 days ago
novuhq/novu.cursor/rules/infrastructure.mdc · 39kCursor rulestypescriptjavascript+17no sections50/1003 days ago
novuhq/novu.cursor/rules/novu.mdc · 39kCursor rulestypescriptjavascript+17style20/1003 days ago
novuhq/novu.cursor/rules/packages.mdc · 39kCursor rulestypescriptjavascript+17stylearchdependenciesdocs46/1003 days ago
novuhq/novu.cursor/rules/pnpm-release-age.mdc · 39kCursor rulestypescriptjavascript+17no sections24/1003 days ago
novuhq/novu.cursor/rules/pullrequest.mdc · 39kCursor rulestypescriptjavascript+17gitdo-not37/1003 days ago
novuhq/novu.cursor/rules/safe-api-tests.mdc · 39kCursor rulestypescriptjavascript+17setupteststyletesting-strategy+488/1003 days ago
novuhq/novu.cursor/rules/testing.mdc · 39kCursor rulestypescriptjavascript+17teststyletesting-strategy54/1003 days ago
novuhq/novu.cursor/rules/worker.mdc · 39kCursor rulestypescriptjavascript+17style65/1003 days ago
novuhq/novu.cursor/rules/ws.mdc · 39kCursor rulestypescriptjavascript+17style51/1003 days ago
novuhq/novu.deepsec/AGENTS.md · 39kAGENTS.mdtypescriptjavascript+17setupagent-behaviour33/1003 days ago
Diff against .cursor/rules/api-property-optionality-hygiene.mdc Diff against .cursor/rules/api.mdc Diff against .cursor/rules/clickhouse.mdc Diff against .cursor/rules/context-engineering.mdc Diff against .cursor/rules/dal-repository.mdc Diff against .cursor/rules/dashboard.mdc Diff against .cursor/rules/dependency-graph.mdc Diff against .cursor/rules/docs-mintlify-steps.mdc Diff against .cursor/rules/infrastructure.mdc Diff against .cursor/rules/novu.mdc Diff against .cursor/rules/packages.mdc Diff against .cursor/rules/pnpm-release-age.mdc Diff against .cursor/rules/pullrequest.mdc Diff against .cursor/rules/safe-api-tests.mdc Diff against .cursor/rules/testing.mdc Diff against .cursor/rules/worker.mdc Diff against .cursor/rules/ws.mdc Diff against .deepsec/AGENTS.md

Similar configs

Same format, overlapping stack, ranked by quality.

Same format, overlapping stack, ranked by quality
RepositoryFormatStackCoversScoreChanged
n8n-io/n8npackages/@n8n/agents/AGENTS.md · 199kAGENTS.mdtypescriptlangchain+16buildteststylearch+3100/1003 days ago
aaif-goose/gooseAGENTS.md · 52kAGENTS.mdrusttypescript+2setupbuildtestlint-format+6100/1003 days ago
wpscanteam/wpscanAGENTS.md · 9.7kAGENTS.mdrubyvue+3setupbuildteststyle+6100/1002 days ago
mui/material-uiAGENTS.md · 99kAGENTS.mdtypescriptjavascript+13setupbuildtestlint-format+9100/1003 days ago
SkeneTechnologies/skene-cookbookAGENTS.md · 51AGENTS.mdpythoneslint+4setupbuildtestlint-format+7100/1002 days ago
duckduckgo/content-scope-scriptsspecial-pages/AGENTS.md · 70AGENTS.mdtypescriptjavascript+5buildteststylearch+3100/1003 days ago
trick77/agents-md-syncAGENTS.md · 2AGENTS.mdtypescriptnode+4setupbuildteststyle+5100/1003 days ago
TryGhost/Ghoste2e/AGENTS.md · 55kAGENTS.mdtypescriptjavascript+12setupteststylearch+2100/1003 days ago
RuleStack

Built by

Kynth Studio

Directory

Configs
Stacks
Compare formats
Diff two configs
Best AGENTS.md examples

Formats

AGENTS.md
CLAUDE.md
Cursor rules
Copilot instructions

Reference

Read API
Corpus health
Privacy Policy
Terms

RuleStack

RuleStack

Built by

Kynth Studio

Directory

Configs
Stacks
Compare formats
Diff two configs
Best AGENTS.md examples

Formats

AGENTS.md
CLAUDE.md
Cursor rules
Copilot instructions

Reference

Read API
Corpus health
Privacy Policy
Terms

RuleStack

RuleStack

Built by

Kynth Studio

Directory

Configs
Stacks
Compare formats
Diff two configs
Best AGENTS.md examples

Formats

AGENTS.md
CLAUDE.md
Cursor rules
Copilot instructions

Reference

Read API
Corpus health
Privacy Policy
Terms

RuleStack