hero_service_scaffold: link ADR 002 (hero_rpc#117) #283

Merged
timur merged 1 commit from issue-117-adr-link into development 2026-05-21 16:14:11 +00:00
Owner

Companion change in hero_skills for hero_rpc#117.

Adds a Related section to the hero_service_scaffold skill pointing at the new ADR:

Future Hero service scaffolds (after 2026-05-21) must follow the five rules captured in the ADR: one Rust type per OSchema definition, WASM compatibility at the primitive-type layer, server-managed fields excluded from the SDK input surface, CRUD split into new(input) -> sid and set(sid, input) -> (), and typed-SDK seeder as the only blessed seeding path.

Companion change in `hero_skills` for [hero_rpc#117](https://forge.ourworld.tf/lhumina_code/hero_rpc/issues/117). Adds a `Related` section to the `hero_service_scaffold` skill pointing at the new ADR: - [ADR 002 — Single Source of Truth: Types, CRUD, and Seeding (hero_rpc#117)](https://forge.ourworld.tf/lhumina_code/hero_rpc/src/branch/development/docs/adr/002-single-source-of-truth-types-and-seeding.md) Future Hero service scaffolds (after 2026-05-21) must follow the five rules captured in the ADR: one Rust type per OSchema definition, WASM compatibility at the primitive-type layer, server-managed fields excluded from the SDK input surface, CRUD split into `new(input) -> sid` and `set(sid, input) -> ()`, and typed-SDK seeder as the only blessed seeding path.
hero_rpc#117 introduces a single-source-of-truth contract for OSchema
type emission, CRUD semantics, and seeding. The hero_service_scaffold
skill must point at it so future Hero service scaffolds follow the
contract.
timur merged commit a7edfc1dd8 into development 2026-05-21 16:14:11 +00:00
timur deleted branch issue-117-adr-link 2026-05-21 16:14:11 +00:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
lhumina_code/hero_skills!283
No description provided.