Skip to content
Open
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
12 changes: 10 additions & 2 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ If the developer's message contains multiple distinct task types (for example, "
**E. Understanding Architecture**
- Developer needs to understand how something works
- **Read:** Package's `ai-docs/AGENTS.md` (usage) and `ai-docs/ARCHITECTURE.md` (technical details)
- **Available for:** station-login, user-state, store, cc-components, cc-widgets, ui-logging, test-fixtures
- **Available for:** station-login, user-state, store, cc-components, cc-widgets, ui-logging, test-fixtures, playwright

---

Expand Down Expand Up @@ -183,6 +183,10 @@ Once provided, I'll analyze it and generate the widget accordingly.
**If working with metrics/logging:**
- Read: `packages/contact-center/ui-logging/ai-docs/AGENTS.md`

**If working with Playwright E2E tests/specs:**
- Read: `playwright/ai-docs/AGENTS.md`
- Read relevant specs in: `playwright/ai-docs/specs/`

---

## Step 3: SDK API Consultation (Before Code Generation)
Expand Down Expand Up @@ -448,6 +452,10 @@ yarn build
**If architecture changed:**
- Update: Relevant architecture documentation as needed

**If Playwright E2E framework/docs changed:**
- Update: `playwright/ai-docs/AGENTS.md`
- Update relevant spec files in: `playwright/ai-docs/specs/`

---

## Step 7: Validation & Review
Expand Down Expand Up @@ -495,7 +503,7 @@ ccWidgets/
│ └── cc/
│ ├── samples-cc-react-app/ # React sample
│ └── samples-cc-wc-app/ # Web Component sample
├── playwright/ # E2E tests
├── playwright/ # E2E tests with ai-docs/ (AGENTS.md + specs/)
└── ai-docs/
├── AGENTS.md # This file
├── RULES.md # Repository rules
Expand Down
Loading