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
## Goal
Build the minimal portable ActivityPub core needed to support the first Linux proof of concept.
This is not a release milestone. Feder will not publish a preview release until the Linux runtime exists. This phase only proves that the core architecture can represent the first federation flows without depending on real HTTP, storage, async runtime, Linux runtime, or ESP32 runtime.
By the end of this phase, the core should be able to process mocked Follow and Create(Note) flows through:
Input -> Core -> Actions
## In scope
- Minimal ActivityPub model types
- Core state structure
- Input / Action / HandleResult boundary
- Follow -> Accept decision
- UserCreateNote -> Create(Note) decision
- Mock tests proving the core/runtime boundary
- Basic check/fmt flow through mise