-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.clinerules
More file actions
20 lines (17 loc) · 857 Bytes
/
Copy path.clinerules
File metadata and controls
20 lines (17 loc) · 857 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# DMClaw — Cline Rules
# Read `AGENTS.md` in the project root for complete project context.
## Project
DMClaw — Vertical AI OS for digital marketing agencies. Forked from OpenClaw.
TypeScript monorepo (pnpm), Node.js >= 22, PostgreSQL + pgvector, Redis + BullMQ, Next.js 15.
## Deep Context Files
- `AGENTS.md` — Full instructions (READ THIS FIRST)
- `.ai-context/` — Project knowledge base
- `.agent/rules/` — Coding standards
- `.agent/workflows/` — Reusable templates
## Key Rules
- TypeScript strict mode. No `any`. Zod for validation. Pino for logging.
- Tenant-scoped logging: always include `agencyId` + `brandId`.
- Brand isolation is sacred. No cross-brand context leakage.
- Conventional commits: `feat:`, `fix:`, `chore:`, `refactor:`.
- No AI-generated comments or commit messages.
- Current Phase: Phase 0 — Fork & Foundation.