Skip to content
Merged
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
2 changes: 1 addition & 1 deletion .agents/AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ Orchestration agents can create drafts in `draft/` for reusable parallel process
| Domain | Read |
|--------|------|
| Planning | `workflows/plans.md`, `tools/task-management/beads.md` |
| Accessibility | `tools/accessibility/accessibility.md`, `accessibility-helper.sh` |
| Accessibility | `services/accessibility/accessibility-audit.md`, `tools/accessibility/accessibility.md`, `accessibility-helper.sh` |
| Code quality | `tools/code-review/code-standards.md` |
| Git/PRs | `workflows/git-workflow.md`, `tools/git/github-cli.md`, `tools/git/conflict-resolution.md`, `tools/git/lumen.md` |
| Releases | `workflows/release.md`, `workflows/version-bump.md` |
Expand Down
6 changes: 6 additions & 0 deletions .agents/content/distribution/email.md
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,12 @@ Tag subscribers based on:
- `marketing.md` - Marketing orchestrator with FluentCRM integration
- `services/crm/fluentcrm.md` - CRM operations and automation

**Email Services**:

- `services/accessibility/accessibility-audit.md` - Email accessibility checks (WCAG compliance)
- `services/email/email-health-check.md` - DNS authentication and deliverability
- `services/email/email-testing.md` - Design rendering and delivery testing

**Distribution Channels**:

- `content/distribution/youtube/` - Long-form YouTube content
Expand Down
3 changes: 2 additions & 1 deletion .agents/marketing.md
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,8 @@ After each campaign:
| High unsubscribes | Review frequency, improve targeting |
| Bounces | Clean list, validate emails |
| Spam complaints | Better consent, relevant content |
| Template rendering | Test across email clients |
| Template rendering | Use `services/email/email-testing.md` for cross-client testing |
| Accessibility issues | Use `services/accessibility/accessibility-audit.md` for WCAG compliance |

### Getting Help

Expand Down
1 change: 1 addition & 0 deletions .agents/services/email/email-health-check.md
Original file line number Diff line number Diff line change
Expand Up @@ -462,6 +462,7 @@ email-health-check-helper.sh precheck example.com newsletter.html

## Related

- `services/accessibility/accessibility-audit.md` - Email accessibility checks (WCAG compliance)
- `services/email/email-testing.md` - Design rendering and delivery testing
- `services/email/ses.md` - Amazon SES integration
- `services/hosting/dns.md` - DNS management
Expand Down
1 change: 1 addition & 0 deletions .agents/services/email/email-testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@ For visual rendering tests across real email clients:
## Related

- `services/email/email-design-test.md` - Local Playwright rendering + Email on Acid API integration
- `services/accessibility/accessibility-audit.md` - Email accessibility checks (WCAG compliance)
- `services/email/email-health-check.md` - DNS authentication checks
- `services/email/ses.md` - Amazon SES integration
- `content/distribution/email.md` - Email content strategy
Expand Down
1 change: 1 addition & 0 deletions .agents/tools/browser/pagespeed.md
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,7 @@ lighthouse https://example.com \
- **[WCAG 2.1 Guidelines](https://www.w3.org/TR/WCAG21/)**
- **[WordPress Performance Guide](https://wordpress.org/support/article/optimization/)**
- `tools/accessibility/accessibility.md` — Dedicated accessibility subagent (pa11y, contrast, email)
- `services/accessibility/accessibility-audit.md` — Lighthouse accessibility category is included in performance audits

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

For consistency with other cross-reference lists in the documentation, please use a hyphen (-) as a separator instead of an em-dash (). This will align the formatting with other similar lists in files like email-health-check.md and email-testing.md.

Suggested change
- `services/accessibility/accessibility-audit.md` Lighthouse accessibility category is included in performance audits
- `services/accessibility/accessibility-audit.md` - Lighthouse accessibility category is included in performance audits


## MCP Integration

Expand Down