You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: restructure API — rx.individual.activate, rx.inspect, rx.survey
- Rename RoleNamespace → IndividualNamespace (just activate)
- Move inspect and survey to top-level methods on RoleXBuilder
- Remove SurveyNamespace (survey is a world-level observation, not a command namespace)
- Update all consumers: MCP server, tests, BDD steps, docs
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
`createRoleX()` returns a `RoleXBuilder` — a synchronous builder with lazy initialization. The first async call triggers init (genesis prototype, world bootstrap).
206
206
207
-
**9 typed namespaces:**
207
+
**7 typed namespaces + 2 world-level methods:**
208
208
209
-
| Namespace | Purpose |
210
-
|-----------|---------|
209
+
| API | Purpose |
210
+
|-----|---------|
211
+
|`rx.individual`| Activate an individual — returns a stateful Role |
0 commit comments