changedInput schema / $defs / GeneratorInput / enum
Previous value: -[
- "simple",
- "composable",
- "secure"
-]New value: +[
+ "simple",
+ "composable",
+ "secure",
+ "navigable"
+]
changedInput schema / $defs / LatticeElement / description
Previous value: -"The 8 elements of the free Heyting algebra H(G_qual) on the three\ngenerators SIMPLE, COMPOSABLE, SECURE, mirroring `EvaluationValue` on\nthe MCP wire."New value: +"The 16 elements of the free Heyting algebra H(G_qual) on the four\ngenerators SIMPLE, COMPOSABLE, SECURE, NAVIGABLE, mirroring\n`EvaluationValue` on the MCP wire.\n\nNote for clients pinned to the pre-v0.5.0 shape: `IDEAL` now requires\nall four pillars. The verdict that used to be `IDEAL` — the top of the\nthree-generator algebra — serializes as `SIMPLE_COMPOSABLE_SECURE`.\nVariants are declared in **bitmask order**, matching\n`EvaluationValue::ALL`, so the two enums convert by position. Serde\nkeys on variant names, so this ordering is an implementation detail\nand not part of the wire contract."
changedInput schema / $defs / LatticeElement / enum
Previous value: -[
- "SLOP",
- "SIMPLE",
- "COMPOSABLE",
- "SECURE",
- "SIMPLE_COMPOSABLE",
- "SIMPLE_SECURE",
- "COMPOSABLE_SECURE",
- "IDEAL"
-]New value: +[
+ "SLOP",
+ "SIMPLE",
+ "COMPOSABLE",
+ "SIMPLE_COMPOSABLE",
+ "SECURE",
+ "SIMPLE_SECURE",
+ "COMPOSABLE_SECURE",
+ "SIMPLE_COMPOSABLE_SECURE",
+ "NAVIGABLE",
+ "SIMPLE_NAVIGABLE",
+ "COMPOSABLE_NAVIGABLE",
+ "SIMPLE_COMPOSABLE_NAVIGABLE",
+ "SECURE_NAVIGABLE",
+ "SIMPLE_SECURE_NAVIGABLE",
+ "COMPOSABLE_SECURE_NAVIGABLE",
+ "IDEAL"
+]
changedInput schema / $defs / UserPreferencesInput / description
Previous value: -"Strict ranking over simple, composable, and secure."New value: +"Strict ranking over simple, composable, secure, and navigable."
changedInput schema / $defs / UserPreferencesInput / properties / ranking / description
Previous value: -"Permutation of simple/composable/secure, best first."New value: +"Permutation of simple/composable/secure/navigable, best first."