feat: kernel 0.2.1 — per-company entity vocabulary #5
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/kernel-0-2-1"
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?
Bumps the pinned package 0.2.0 → 0.2.1 and covers the regression it fixes.
SuperCleanOS is live on 0.2.0 right now, and a
site→crewlink would be rejected today. 0.2.0 hardcoded fourteen HaskyOS entity types in the shared package; 0.2.1 readsHASKOS_VALID_ENTITY_TYPESper call and replaces the default set rather than adding to it.The gap survived my earlier end-to-end pass because validation applies only to
entity_link—registered_entity.entity_typeis free text, soPOST /entitieswith typesitesucceeded and looked like proof the vocabulary worked.alembic checkclean against 0.2.1 — config andEntityLinkServiceonly, no model changes, baseline unchanged.env.exampleandCLAUDE.mddocument the setting and the per-company valuesFollow-up on merge: set
HASKOS_VALID_ENTITY_TYPES=site,crew,job,staff,shifton thesuperclean-kernelapp and redeploy.