@almadar/core 10.54.0 → 10.55.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2427,7 +2427,7 @@ type EntityData = Record<string, EntityRow[]>;
2427
2427
  *
2428
2428
  * DO NOT EDIT MANUALLY — regenerated by almadar-pattern-sync `patterns` command.
2429
2429
  *
2430
- * Generated: 2026-08-02T09:00:22.611Z
2430
+ * Generated: 2026-08-05T01:21:57.577Z
2431
2431
  * Pattern count: 269
2432
2432
  */
2433
2433
 
@@ -1,4 +1,4 @@
1
- import { O as OrbitalSchema } from './schema-BPC1Wuxb.js';
1
+ import { O as OrbitalSchema } from './schema-0C1bXRFm.js';
2
2
  import { S as SExpr } from './expression-Fk8bQWef.js';
3
3
 
4
4
  /**
@@ -1,7 +1,7 @@
1
- import { h as FactoryParamValue, c as FactoryConfigTier, b as FactoryConfigParam, F as FactoryCallSite, j as FactorySignature, R as RuleOverlay, p as RuleOverlayEntry, o as PresentationOverlay, T as TraitOverlay } from '../types-8b5zy8ts.js';
2
- export { a as FactoryCallSiteParams, d as FactoryEntitySignature, e as FactoryEventSignature, f as FactoryExposure, g as FactoryPageSignature, i as FactoryProvenance, k as FactorySignatureCatalog, l as FactorySignatureEntityField, m as FactoryTraitSignature, J as JsonSchema, n as JsonSchemaType, O as OwnershipOverlayEntry, P as PresentationNavItem, S as SchemaFieldType, q as TraitOverlayEntry, r as TraitOverlayListener } from '../types-8b5zy8ts.js';
3
- import { a as EntityPersistence, E as EntityField } from '../effect-BlFO53UR.js';
4
- import { a as TraitReference } from '../trait-RzDL-lSo.js';
1
+ import { h as FactoryParamValue, c as FactoryConfigTier, b as FactoryConfigParam, F as FactoryCallSite, j as FactorySignature, R as RuleOverlay, p as RuleOverlayEntry, o as PresentationOverlay, T as TraitOverlay } from '../types-C4YztU2N.js';
2
+ export { a as FactoryCallSiteParams, d as FactoryEntitySignature, e as FactoryEventSignature, f as FactoryExposure, g as FactoryPageSignature, i as FactoryProvenance, k as FactorySignatureCatalog, l as FactorySignatureEntityField, m as FactoryTraitSignature, J as JsonSchema, n as JsonSchemaType, O as OwnershipOverlayEntry, P as PresentationNavItem, S as SchemaFieldType, q as TraitOverlayEntry, r as TraitOverlayListener } from '../types-C4YztU2N.js';
3
+ import { a as EntityPersistence, E as EntityField } from '../effect-DxD-XTI8.js';
4
+ import { a as TraitReference } from '../trait-WnYkvPdZ.js';
5
5
  export { J as JsonValue } from '../expression-Fk8bQWef.js';
6
6
  import 'zod';
7
7
 
@@ -1,6 +1,6 @@
1
- import { O as OrbitalSchema, a as OrbitalDefinition } from '../schema-BPC1Wuxb.js';
2
- import { h as CallSiteConfig, i as CallSiteConfigEntry, g as Trait } from '../trait-RzDL-lSo.js';
3
- import { E as EntityField, a as EntityPersistence } from '../effect-BlFO53UR.js';
1
+ import { O as OrbitalSchema, a as OrbitalDefinition } from '../schema-0C1bXRFm.js';
2
+ import { h as CallSiteConfig, i as CallSiteConfigEntry, g as Trait } from '../trait-WnYkvPdZ.js';
3
+ import { E as EntityField, a as EntityPersistence } from '../effect-DxD-XTI8.js';
4
4
  import { MakeTraitRefOpts } from '../builders.js';
5
5
  import '../expression-Fk8bQWef.js';
6
6
  import 'zod';
@@ -801,7 +801,9 @@ z.object({
801
801
  path: z.string().min(1, "Page path is required").startsWith("/", "Path must start with /"),
802
802
  primaryEntity: z.string().min(1, "Primary entity is required"),
803
803
  traits: z.array(PageTraitRefSchema).min(1, "Page must have at least one trait"),
804
- title: z.string().optional()
804
+ title: z.string().optional(),
805
+ icon: z.string().optional(),
806
+ label: z.string().optional()
805
807
  }).strict();
806
808
  var OrbitalPageSchema = z.object({
807
809
  id: PageIdSchema.optional(),
@@ -811,7 +813,9 @@ var OrbitalPageSchema = z.object({
811
813
  title: z.string().optional(),
812
814
  primaryEntity: z.string().optional(),
813
815
  traits: z.array(PageTraitRefSchema).optional(),
814
- isInitial: z.boolean().optional()
816
+ isInitial: z.boolean().optional(),
817
+ icon: z.string().optional(),
818
+ label: z.string().optional()
815
819
  }).strict();
816
820
  var PageSchema = OrbitalPageSchema;
817
821
  z.enum([