AGENTS.md@examples/workspaces/multi-repo · git:20260124.65707ff · 2026-01-24 · sha256 98c43bad9cb4ba88

AGENTS.md@examples/workspaces/multi-repo git:20260124.65707ffA

Immutable. This exact content is served forever at /api/v1/blob/98c43bad9cb4ba88.

# Multi-Repo Workspace

## Development

To run tests:
```bash
bun run test
```

To build:
```bash
bun run build
```

## Code Style

- Use TypeScript for all new code
- Follow existing patterns in the codebase
- Add tests for new functionality