@crossdelta/platform-sdk 0.8.31 → 0.8.32

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.
@@ -10,6 +10,7 @@ Always generate **minimal diffs**, never full rewrites.
10
10
  - Analyze only the opened file unless explicitly asked.
11
11
  - Follow existing architecture and naming conventions.
12
12
  - Prefer strict typing; avoid `any`.
13
+ - **Reuse existing code**: Before implementing new functionality, search the codebase for existing functions, utilities, or services that can be reused. Avoid duplicating logic.
13
14
 
14
15
  ## Code Style
15
16
  - Single quotes, no semicolons, 2-space indent, trailing commas.
@@ -60,8 +61,6 @@ Always generate **minimal diffs**, never full rewrites.
60
61
  When working with specific service types or packages, refer to these detailed guidelines:
61
62
 
62
63
  ### Service Generation & Architecture
63
- - [Service Architecture Guidelines](../docs/generators/services/architecture-guidelines.md) - General patterns for all services
64
- - [Hono Microservice Guidelines](../docs/generators/services/hono-micro-guidelines.md) - Event-driven Hono patterns
65
64
  - [CLI Service Generator](../packages/platform-sdk/docs/generators/service.md) - AI code generation rules
66
65
 
67
66
  ### Key Packages
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crossdelta/platform-sdk",
3
- "version": "0.8.31",
3
+ "version": "0.8.32",
4
4
  "description": "Platform toolkit for event-driven microservices — keeping code and infrastructure in lockstep.",
5
5
  "keywords": [
6
6
  "cli",