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: 2 additions & 0 deletions CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ npm run validate-redirects # Validate .gitbook.yaml redirects

**Always run `npm run format` before committing.** CI auto-commits formatting fixes on non-main branches, but formatting locally avoids noise.

**Use semantic naming for commits, branches, and PRs.** Prefix commit messages with a type (`feat:`, `fix:`, `docs:`, `chore:`, `ci:`, `refactor:`, `test:`). Use the same style for branch names (e.g., `docs/update-sandbox-credentials`) and PR titles.

Optional external tools used during `npm run generate` for code sample formatting: `ruff` (Python), `shfmt` (shell), `gofmt` (Go), `stree` from `syntax_tree` gem (Ruby).

## Architecture
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

Use the following set of credentials to add virtual [ecobee thermostats](https://docs.seam.co/latest/device-and-system-integration-guides/ecobee-thermostats) to your Seam [sandbox workspace](../../core-concepts/workspaces/#sandbox-workspaces):

| Email Address | Password |
| --------------------------------------------------------------- | -------- |
| jane@example.com or any email address in the example.com domain | 1234 |
| Email Address | Password |
| ---------------- | -------- |
| jane@example.com | 1234 |
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

Use the following set of credentials to add virtual [TTLock locks](https://docs.seam.co/latest/device-and-system-integration-guides/ttlock-locks) to your Seam [sandbox workspace](../../core-concepts/workspaces/#sandbox-workspaces):

| Email Address | Password |
| --------------------------------------------------------------- | -------- |
| jane@example.com or any email address in the example.com domain | 1234 |
| Email Address | Password |
| ---------------- | -------- |
| jane@example.com | 1234 |
Loading