chore: kernel 0.2.5 — link vocabulary comes from the app registry #9
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/registry-description-content"
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?
0.2.5 makes
EntityLinkServicereadregistered_app.entity_types, falling back toHASKOS_VALID_ENTITY_TYPESand then HaskyOS's defaults. Until this lands, an instance still validates links from an env var — which is per-container:superclean-kernelhad it set andsuperclean-api, importing the same library against the same database, did not.No schema change.
0002_registry_columnsalready covers thedescriptionandcontentcolumns that 0.2.3 restored, and it is written idempotently so it is correct for both the fresh-create and stamped-adopt entry states.alembic checkis clean against 0.2.5 with 0002 applied; single head; 20 tests pass.Deploying this to
superclean-kernelalso brings SuperCleanOS's database to 0002. That database is still at0001_baselineand has neither column. Nothing is broken there today — the running container is on kernel 0.2.1, whose model predates them — but the two are only self-consistent by accident, and the entrypoint'salembic upgrade headcloses it on deploy.