- Enhanced tests to ensure consistent messageId generation for legacy inbox rows lacking a messageId. - Updated test descriptions for better clarity regarding the new messageId handling. - Adjusted test expectations to align with the updated behavior of relaying legacy inbox rows with generated messageIds.
20 lines
327 B
Markdown
20 lines
327 B
Markdown
# Claude Agent Teams Landing
|
|
|
|
## Quick start
|
|
|
|
```bash
|
|
pnpm install
|
|
pnpm dev
|
|
```
|
|
|
|
## Build (SSG)
|
|
|
|
```bash
|
|
pnpm generate
|
|
pnpm preview
|
|
```
|
|
|
|
## Notes
|
|
- Static-first (SSG) by design.
|
|
- Locale auto-detection: cookie -> browser settings -> fallback `en`.
|
|
- Theme auto-detection: localStorage -> system preference -> fallback `light`.
|