docs(core-analytics): update conformance-quickref, CLAUDE.md, template-tiers
Add the seventh ESLint rule (no-undeclared-analytics-event) to the rule table in conformance-quickref.md and the drift patterns section. Update the rule count in CLAUDE.md from six to seven. Add core-analytics to the optional-cores table in template-tiers.md pointing at ADR-024 and the new analytics guide. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -15,13 +15,14 @@ Plus all 5 feature packages: auth, blog, marketing-pages, navigation, media.
|
||||
|
||||
## Optional (scaffolded on demand)
|
||||
|
||||
| Package | Generator | ADR | Guide |
|
||||
|---|---|---|---|
|
||||
| core-realtime | `pnpm turbo gen core-package realtime` | ADR-016 | docs/guides/realtime.md |
|
||||
| core-events | `pnpm turbo gen core-package events` | ADR-015 | docs/guides/events-and-jobs.md |
|
||||
| core-trpc | `pnpm turbo gen core-package trpc` | (none) | (none) |
|
||||
| core-ui | `pnpm turbo gen core-package ui` | (none) | (none) |
|
||||
| core-audit | `pnpm turbo gen core-package audit` | ADR-018 | docs/guides/audit-and-compliance.md |
|
||||
| Package | Generator | ADR | Guide |
|
||||
| -------------- | --------------------------------------- | ------- | ----------------------------------- |
|
||||
| core-realtime | `pnpm turbo gen core-package realtime` | ADR-016 | docs/guides/realtime.md |
|
||||
| core-events | `pnpm turbo gen core-package events` | ADR-015 | docs/guides/events-and-jobs.md |
|
||||
| core-trpc | `pnpm turbo gen core-package trpc` | (none) | (none) |
|
||||
| core-ui | `pnpm turbo gen core-package ui` | (none) | (none) |
|
||||
| core-audit | `pnpm turbo gen core-package audit` | ADR-018 | docs/guides/audit-and-compliance.md |
|
||||
| core-analytics | `pnpm turbo gen core-package analytics` | ADR-024 | docs/guides/analytics.md |
|
||||
|
||||
## Why optional
|
||||
|
||||
|
||||
Reference in New Issue
Block a user