Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions .changeset/adr-0048-split-account-app.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
"@objectstack/account": minor
---

feat(apps): reclaim `@objectstack/account` for the console Account app (ADR-0048)

Removes the deprecated standalone account-portal SPA (`apps/account`) and
reclaims the `@objectstack/account` name for the console Account app as its own
ObjectStack package (`com.objectstack.account`, namespace `account`) per
ADR-0048 "one app per package". Boot-neutral skeleton (transitional import from
platform-objects; not yet wired into the dev/serve plugin set — that switch
lands in a follow-up verified against a live `os dev` boot).
12 changes: 12 additions & 0 deletions .changeset/adr-0048-split-setup-app.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
"@objectstack/setup": minor
---

feat(apps): extract Setup into its own `@objectstack/setup` app package (ADR-0048)

ADR-0048 "one app per package": Setup gets a distinct package id
(`com.objectstack.setup`) and namespace (`setup`), carrying both `SETUP_APP` and
its baseline `SETUP_NAV_CONTRIBUTIONS`, so `/apps/<packageId>` resolves
unambiguously. Boot-neutral skeleton (transitional import from platform-objects;
not yet wired into the dev/serve plugin set — that switch lands in a follow-up
verified against a live `os dev` boot).
16 changes: 16 additions & 0 deletions .changeset/adr-0048-split-studio-app.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
"@objectstack/studio": minor
---

feat(apps): extract Studio into its own `@objectstack/studio` app package (ADR-0048)

ADR-0048 "one app per package": Studio gets a distinct package id
(`com.objectstack.studio`) and namespace (`studio`) so `/apps/<packageId>`
resolves unambiguously instead of being lost inside a multi-app package.

This change adds the package skeleton (`packages/apps/studio`) with a thin
registration plugin. Transitional: `STUDIO_APP` is still imported from
`@objectstack/platform-objects/apps`, and the package is not yet wired into the
dev/serve plugin set — that boot-path switch (and dropping the app from
`plugin-auth`'s manifest) lands in a follow-up so it can be verified against a
live `os dev` boot.
2 changes: 2 additions & 0 deletions .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@
"@objectstack/observability",
"@objectstack/formula",
"@objectstack/platform-objects",
"@objectstack/studio",
"@objectstack/setup",
"@objectstack/runtime",
"@objectstack/rest",
"@objectstack/driver-memory",
Expand Down
295 changes: 0 additions & 295 deletions apps/account/CHANGELOG.md

This file was deleted.

Loading
Loading