Files
storybook/examples/baker-family/institutions/bakers_guild.sb
Sienna Meridian Satterwhite b042f81aeb feat(examples): expand baker-family with relationships and world context
Added comprehensive v0.3.0 feature demonstration:

Characters (5 total):
- Martha & Jane (married lesbian couple, co-owners of bakery)
- Emma (their daughter, apprentice baker)
- Henry (loyal customer, retired teacher)
- Roland (competing baker)

New declarations:
- 6 relationships with asymmetric perspectives (Marriage, ParentChild×2,
  BusinessPartnership, CustomerRelationship, Competition)
- Locations with prose (MarthasBakery, MainStreet)
- Institution (BakersGuild)
- Life arcs (MarriageQuality, BusinessGrowth)

Features demonstrated:
- Concept comparison usage (skill_tier: Master/Journeyman)
- Life arc applied to relationship
- Asymmetric participant perspectives
- Family coherence across files
2026-02-14 15:54:43 +00:00

27 lines
891 B
Plaintext

//! Baker's Guild institution
//!
//! Demonstrates:
//! - Institution declaration with fields
//! - Organizational structure for the baking trade
//! - Connection to characters through membership
institution BakersGuild {
type: "trade guild"
founded: 1823
members: 12
meeting_day: "first Monday"
---description
The regional Baker's Guild oversees standards and practices for all
bakers in the area. Martha is a senior member and has served on the
quality committee for five years. Roland is also a member, though
he frequently clashes with Martha over proposed changes to the
guild's standards.
The guild meets monthly at the town hall to discuss flour prices,
apprenticeship standards, and preparations for seasonal festivals.
Henry, as a retired teacher, occasionally gives talks on the history
of baking in the region.
---
}