Maintainer Notes
Current Focus Areas
Section titled “Current Focus Areas”- 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.
Good Next Docs
Section titled “Good Next Docs”- 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().
Review Checklist
Section titled “Review Checklist”- 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?
Private Notes
Section titled “Private Notes”Add private.md next to this file for untracked design notes, migration ideas, or rough examples.