Skip to content

Maintainer Notes

  • Keep the generated and runtime paths conceptually aligned so features do not behave differently depending on how they are consumed.
  • Document operation semantics and route-config behavior with more small examples.
  • Watch for overlap between entity definitions, package authoring via definePackage(...), and migration planning.
  • A minimal end-to-end tutorial from defineEntity() to generated routes and a mounted package.
  • A cheat sheet for which concerns belong in operations, route config, middleware, or setupPost().
  • Did a change make generate() less pure or harder to reason about?
  • Did runtime orchestration pick up framework-private knowledge that should stay in the framework root?
  • Did a new feature create a second source of truth for entity structure or operation semantics?

Add private.md next to this file for untracked design notes, migration ideas, or rough examples.