Skip to content

docs(plugin): add SCOPE.md + compose-with-expo-widgets runbook#49

Merged
shottah merged 1 commit into
developmentfrom
docs/plugin-scope-and-widget-compose
May 23, 2026
Merged

docs(plugin): add SCOPE.md + compose-with-expo-widgets runbook#49
shottah merged 1 commit into
developmentfrom
docs/plugin-scope-and-widget-compose

Conversation

@shottah

@shottah shottah commented May 21, 2026

Copy link
Copy Markdown
Owner

Summary

  • plugin/SCOPE.md — formalizes the boundary between expo-assistant (the invocation surface owner: AppIntents, AppShortcuts, EntityQuery bridges) and adjacent packages that own presentation surfaces (expo-widgets, expo-av/expo-audio, expo-notifications). MUST DO / MUST NOT DO tables, integration patterns, peer-dependency policy (prebuild-time check rather than runtime coupling), and an update protocol for when boundaries shift.

  • runbook/compose-with-expo-widgets.md — end-to-end integration runbook for the kind-string seam pattern when composing expo-assistant with expo-widgets. Covers install, app.json configuration, JS resolver wiring, verification, and troubleshooting for the WidgetConfigurationIntent compose case (feat(ios): WidgetConfigurationIntent + Widget Extension scaffolding #33).

  • plugin/AGENTS.md — directs contributors to read SCOPE.md before adding any feature; cross-reference entries for both new docs.

Why now

Prerequisite context for the rescoping of #32, #33, #34 that already landed as issue body updates, and for the upcoming #30 (AssistantSchemas) implementation work. Without the boundary doc in main, future contributors will keep relitigating scope decisions per-issue rather than reaching for a single source of truth.

Linked issues

Test plan

  • No code changes — docs-only PR
  • Markdown renders cleanly on GitHub
  • Cross-references in AGENTS.md and SCOPE.md resolve to existing files

🤖 Generated with Claude Code

Formalizes the boundary between expo-assistant (invocation surface) and
adjacent packages (expo-widgets, expo-av, expo-notifications). Prerequisite
context for the rescoping of #32, #33, #34 and the upcoming #30 work.

- plugin/SCOPE.md: MUST DO / MUST NOT DO tables, integration patterns
  for expo-widgets + expo-av, peer-dep policy (prebuild-time check vs
  runtime coupling), update protocol when boundaries shift
- runbook/compose-with-expo-widgets.md: end-to-end integration runbook
  for the kind-string seam pattern between the two plugins
- plugin/AGENTS.md: directs contributors to read SCOPE.md before adding
  any feature; cross-reference entries for both new docs
@shottah shottah merged commit d7b6266 into development May 23, 2026
6 checks passed
@shottah shottah deleted the docs/plugin-scope-and-widget-compose branch May 23, 2026 02:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant