Skip to content

Commit 9b61348

Browse files
committed
docs(api): update architecture and api-server docs
1 parent fbe4d96 commit 9b61348

6 files changed

Lines changed: 12 additions & 607 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## [0.5.0] - 2026-02-27
4+
5+
### 📦 Version
6+
- Version bump to 0.5.0
7+
38
## [0.12.2] - 2026-02-11
49

510
### 🗄️ Database Population

docs/Architecture.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,6 @@ STAGING_API_KEY=key # For staging deployment tests
313313
PRODUCTION_API_KEY=key # For production deployment tests
314314
```
315315

316-
See [packages/api-server/ENV_VARS.md](../packages/api-server/ENV_VARS.md) for complete reference.
317316

318317
### Configuration Files
319318

@@ -457,7 +456,7 @@ bun run --filter @effect-patterns/mcp-transport test:mcp:ci # MCP protocol te
457456
bun run --filter @effect-patterns/mcp-transport test:mcp:local # Against local server
458457
```
459458

460-
**Deployment testing:**
459+
**Deployment testing:** Set `STAGING_API_KEY` to the same value as Vercel Preview `PATTERN_API_KEY` (and `PRODUCTION_API_KEY` for production).
461460
```bash
462461
export STAGING_API_KEY="your-key"
463462
bun run --filter @effect-patterns/api-server test:deployment:staging

0 commit comments

Comments
 (0)