-
72d75eb: docs site: drop
output: 'standalone'so the production build stops failingThe production build of the docs site died at the end of
next buildwithENOENT: no such file or directory, open '.../apps/docs/.next/next-server.js.nft.json', so nothing merged tomainreached the site.That file is opened by the standalone packer (
writeStandaloneDirectory->copyTracedFiles), which Next calls only whenoutput === 'standalone'. Nothing in this repo consumes.next/standalone— no Dockerfile, workflow, script or config references it, anddocker/Dockerfiledoes not buildapps/docsat all — and Vercel does its own serverless packaging. The setting served no consumer and was the sole reason that read happened, so removing it removes the only code path that can raise this error.
- 04a29c7: docs: add
concepts/metadata-lifecycle.mdxdocumenting the Repository → Change Log → Cache → Registry data path (ADR-0008), the overlay whitelist invariant (ADR-0005), and end-to-end HMR semantics. Cross-linked fromconcepts/metadata-drivenandguides/contracts/metadata-service. Closes M0 PR-11.
- 15e0df6: chore: unify all package versions to a single patch release
- c7267f6: Patch release for maintenance updates and improvements.
- Release v3.0.0 — unified version bump for all ObjectStack packages.
- Patch release for maintenance and stability improvements
- Patch release for maintenance and stability improvements
- Patch release for maintenance and stability improvements
- Patch release for maintenance and stability improvements
-
a0a6c85: Infrastructure and development tooling improvements
- Add changeset configuration for automated version management
- Add comprehensive GitHub Actions workflows (CI, CodeQL, linting, releases)
- Add development configuration files (.cursorrules, .github/prompts)
- Add documentation files (ARCHITECTURE.md, CONTRIBUTING.md, workflows docs)
- Update test script configuration in package.json
- Add @objectstack/cli to devDependencies for better development experience
-
109fc5b: Unified patch release to align all package versions.
- Patch release for maintenance and stability improvements. All packages updated with unified versioning.
- Patch release for maintenance and stability improvements
-
b2df5f7: Unified version bump to 0.5.0
- Standardized all package versions to 0.5.0 across the monorepo
- Fixed driver-memory package.json paths for proper module resolution
- Ensured all packages are in sync for the 0.5.0 release
- Unify all package versions to 0.4.2
- Patch release for maintenance and stability improvements