Enforce JavaScript package boundaries #70
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
needs-review
quasar
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
nsaspy/quasar-ui!70
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "agent/issue-4-package-boundaries"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Implements the Phase 0 architecture boundary from #4.
coreplatform-independent by moving durable operation exports toactionsintegrationspackage contractGraphAdapterDependency direction
appcomposes the runtime; UI consumes graph/actions/projections/core; storage, graph, actions, projections, and integrations point toward platform-independent core. Typed package implementations cannot reach into legacy modules except through package entrypoints.Validation
GitHub Actions CI run #149 passed: formatting, lint, typecheck, package boundaries, static checks, 103 unit/integration tests, production build, artifact validation, and all five Chromium Playwright tests.
Closes #4.