{ "module": { "name": "garcia-household", "version": "0.1.0", "kernelVersion": "^0.1", "description": "Kernel instantiation for a five-person household: two adults, three children (ages 8, 11, 14). Consent-based decisions, near-universal quorum, parent-held emergency powers with a hard one-week sunset. See examples/family-commentary.md for the reasoning behind every value.", "maintainers": ["garcia-household-adults"] }, "polity": { "name": "Garcia Household", "scale": "household", "expectedMembers": 5, "description": "A family of five sharing one home and one commons (budget, chores, shared spaces)." }, "parameters": { "suffrage": { "criteria": ["resides-in-household"], "minimumAge": 8, "onboardingWaitDays": 0, "proxyVoting": false, "exitGraceDays": 30 }, "voting": { "method": "consent", "weighting": "equal", "secretBallot": false, "tieBreak": "status-quo", "defaultPeriodDays": 1 }, "quorum": { "base": 0.8, "escalated": 1.0, "adaptiveDecay": { "enabled": false } }, "amendment": { "proposalSponsors": 1, "reviewPeriodDays": 3, "votingPeriodDays": 2, "cooldownDays": 14, "thresholds": { "patch": 0.5, "minor": 0.6, "major": 0.8 } }, "fork": { "assetSplitRule": "negotiated", "minimumFaction": 0.2, "noticePeriodDays": 30 }, "emergency": { "enabled": true, "declarationAuthority": "designated-steward", "maxDurationDays": 7, "renewalThreshold": 0.6, "autoSunset": true, "suspendableScopes": ["scheduling", "spending-limits"] }, "disputes": { "forum": "full-vote", "appealTo": "none" } }, "userland": { "rules": [ { "id": "chore-rotation", "title": "Chore Rotation", "text": "Household chores are listed on the shared board and rotate weekly among all citizens. A citizen may trade an assigned chore by mutual agreement recorded on the board. Chores must be age-appropriate; reassignment of an age-inappropriate chore is a dispute under Art IX.", "params": { "rotationPeriodDays": 7 }, "tests": ["scenario-chore-dump-on-youngest"] }, { "id": "screen-budget", "title": "Screen Time Budget", "text": "Each citizen under 16 has a weekly screen budget set by amendment, not by ad-hoc parental decree. Changes to anyone's budget are a userland patch vote in which the affected citizen votes like everyone else.", "params": { "weeklyHoursDefault": 10 }, "tests": ["scenario-adult-majority-zeroes-child-budget"] }, { "id": "quiet-hours", "title": "Quiet Hours", "text": "Quiet hours run 21:30 to 07:00 on school nights. Exceptions require consent of everyone sharing a wall with the noise source.", "params": { "start": "21:30", "end": "07:00" } }, { "id": "allowance-commons", "title": "Allowance and Common Fund", "text": "The common fund covers shared goods. Discretionary spending above the cap requires a vote at base quorum. The cap and allowance amounts are userland parameters changed by patch vote.", "params": { "spendCapPerPurchase": 100, "currency": "USD" }, "tests": ["scenario-adults-drain-common-fund"] } ] } }