[Foundry P2] generic passthrough adapter #10

Open
opened 2026-06-23 00:42:34 +00:00 by rbrooks · 0 comments
Owner

Add the generic raw-JSON passthrough adapter so users on systems without a named adapter can still attempt a push.

Scope

  • adapters/generic.py - raw JSON passthrough for unknown systems.
  • Register it in the registry as the fallback when no system-specific adapter exists.

Notes

  • The generic adapter enables passthrough; it is not a substitute for a real adapter.
  • Intentionally Phase 2, not Phase 1: shipping one real adapter (pf2e) first validates the interface shape before generalizing.

Roadmap: Phase 2 step 10.

Add the `generic` raw-JSON passthrough adapter so users on systems without a named adapter can still attempt a push. ## Scope - `adapters/generic.py` - raw JSON passthrough for unknown systems. - Register it in the registry as the fallback when no system-specific adapter exists. ## Notes - The `generic` adapter enables passthrough; it is **not a substitute** for a real adapter. - Intentionally Phase 2, not Phase 1: shipping one real adapter (pf2e) first validates the interface shape before generalizing. _Roadmap: Phase 2 step 10._
Sign in to join this conversation.
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
rbrooks/Quest-Board#10
No description provided.