@crossdelta/platform-sdk 0.8.35 → 0.8.36

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +7 -7
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -5,15 +5,16 @@
5
5
  <h1 align="center">Platform SDK</h1>
6
6
 
7
7
  <p align="center">
8
- <strong>The full-stack platform toolkit.</strong>
8
+ <strong>The platform toolkit for backend + infrastructure.</strong>
9
9
  </p>
10
10
 
11
11
  <p align="center">
12
- <code>pf</code> scaffolds production-ready platforms: backend services, event-driven messaging, infrastructure — all wired together and kept in sync.
12
+ <code>pf</code> scaffolds real-world platforms: backend services, event-driven messaging, infrastructure — all wired together and kept in sync.
13
13
  </p>
14
14
 
15
15
  <p align="center">
16
- <sub>Frontend SDK coming soon.</sub>
16
+ <sub>Fontend SDK coming soon — contract-based client models.</sub>
17
+
17
18
  </p>
18
19
 
19
20
  <br />
@@ -151,7 +152,7 @@ pf event publish orders.created
151
152
  📦 Two services with health checks and Pulumi configs<br />
152
153
  📝 One event contract in <code>packages/contracts/</code><br />
153
154
  🔗 One handler that auto-discovers the event<br />
154
- ✨ <strong>No manual wiring. No config drift.</strong>
155
+ ✨ <strong>No manual wiring. No config drift. Everything is explicit.</strong>
155
156
  </td>
156
157
  </tr>
157
158
  </table>
@@ -199,7 +200,7 @@ pf event publish orders.created
199
200
  | `pf build` | 📦 Build all packages and services |
200
201
  | `pf lint` | ✨ Lint and format with Biome |
201
202
 
202
- > `pf` proxies to Turborepo from any subdirectory.
203
+ > `pf` proxies all commands to Turborepo (works from any subdirectory).
203
204
 
204
205
  ---
205
206
 
@@ -420,8 +421,7 @@ Every workspace includes pre-configured NATS with JetStream:
420
421
  </tr>
421
422
  </table>
422
423
 
423
- > **`pf` makes architectural decisions so your team doesn't have to.**
424
- > You can still understand everything — but you don't have to on day one.
424
+ > **`pf` makes architectural decisions so your team doesn't have to — without hiding how things work.**
425
425
 
426
426
  ---
427
427
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crossdelta/platform-sdk",
3
- "version": "0.8.35",
3
+ "version": "0.8.36",
4
4
  "description": "Platform toolkit for event-driven microservices — keeping code and infrastructure in lockstep.",
5
5
  "keywords": [
6
6
  "cli",