changedInput schema / properties / detailLevel / description
Previous value: -"Preferred depth. brief is shortest, standard is the default readable answer, expert automatically composes question-relevant deep methods and evidence in one call, and raw is the complete developer record."New value: +"Calculation breadth. This does not choose the response projection."
changedInput schema / properties / maxClaims / description
Previous value: -"Maximum interpretation points and raw claims returned outside debug mode."New value: +"Global item budget outside debug mode. It limits interpretations, actions, timeline entries, claims, legacy evidence, and method results together."
changedInput schema / properties / outputMode / description
Previous value: -"Backward-compatible developer projection override. Ordinary callers should use detailLevel instead."New value: +"Response projection: action_only returns actions, consumer returns a readable interpretation, evidence returns claims and source-linked method data, and debug returns the internal resolver record."
changedInput schema / properties / outputMode / enum
Previous value: -[
- "consumer",
- "compact",
- "evidence",
- "debug"
-]New value: +[
+ "action_only",
+ "consumer",
+ "evidence",
+ "debug"
+]
removedOutput schema / properties / calculationSummary / properties / returnedClaimCount
Removed value: -{
- "maximum": 9007199254740991,
- "minimum": -9007199254740991,
- "type": "integer"
-}
addedOutput schema / properties / calculationSummary / properties / returnedItemCount
Added value: +{
+ "maximum": 9007199254740991,
+ "minimum": -9007199254740991,
+ "type": "integer"
+}
removedOutput schema / properties / calculationSummary / properties / selectedCapabilities
Removed value: -{
- "items": {
- "type": "string"
- },
- "type": "array"
-}
addedOutput schema / properties / calculationSummary / properties / selectedCapabilityCount
Added value: +{
+ "maximum": 9007199254740991,
+ "minimum": -9007199254740991,
+ "type": "integer"
+}
changedOutput schema / properties / calculationSummary / required
Previous value: -[
- "selectedCapabilities",
- "internalClaimCount",
- "returnedClaimCount",
- "deterministic"
-]New value: +[
+ "selectedCapabilityCount",
+ "internalClaimCount",
+ "returnedItemCount",
+ "deterministic"
+]
removedOutput schema / properties / claims / items / properties / limitationRefs
Removed value: -{
- "items": {
- "type": "string"
- },
- "type": "array"
-}
changedOutput schema / properties / claims / items / required
Previous value: -[
- "id",
- "domain",
- "relatedDomains",
- "system",
- "capabilityId",
- "kind",
- "statement",
- "observations",
- "omittedObservationCount",
- "timeframe",
- "confidence",
- "sourceRefs",
- "limitationRefs"
-]New value: +[
+ "id",
+ "domain",
+ "relatedDomains",
+ "system",
+ "capabilityId",
+ "kind",
+ "statement",
+ "observations",
+ "omittedObservationCount",
+ "timeframe",
+ "confidence",
+ "sourceRefs"
+]
removedOutput schema / properties / dreamAnalysis / properties / boundary
Removed value: -{
- "type": "string"
-}
removedOutput schema / properties / dreamAnalysis / properties / limitations
Removed value: -{
- "items": {
- "type": "string"
- },
- "type": "array"
-}
changedOutput schema / properties / dreamAnalysis / required
Previous value: -[
- "status",
- "dream",
- "matches",
- "coverage",
- "sourceIds",
- "limitations",
- "boundary"
-]New value: +[
+ "status",
+ "dream",
+ "matches",
+ "coverage",
+ "sourceIds"
+]
addedOutput schema / properties / dreamSummary
Added value: +{
+ "additionalProperties": false,
+ "properties": {
+ "matches": {
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "clarificationQuestions": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "concept": {
+ "type": "string"
+ },
+ "conflict": {
+ "type": "string"
+ },
+ "interpretation": {
+ "type": "string"
+ },
+ "sharedMotif": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "concept",
+ "sharedMotif",
+ "conflict",
+ "interpretation",
+ "clarificationQuestions"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "status": {
+ "enum": [
+ "matched",
+ "outside_active_scope"
+ ],
+ "type": "string"
+ }
+ },
+ "required": [
+ "status",
+ "matches"
+ ],
+ "type": "object"
+}
removedOutput schema / properties / interpretationBoundary
Removed value: -{
- "type": "string"
-}
removedOutput schema / properties / limitations
Removed value: -{
- "items": {
- "additionalProperties": false,
- "properties": {
- "id": {
- "type": "string"
- },
- "text": {
- "type": "string"
- }
- },
- "required": [
- "id",
- "text"
- ],
- "type": "object"
- },
- "type": "array"
-}
removedOutput schema / properties / methodAnalysis / properties / knowledgeAssets
Removed value: -{}
removedOutput schema / properties / methodAnalysis / properties / myeongriJudgment
Removed value: -{
- "additionalProperties": false,
- "properties": {
- "boundary": {
- "type": "string"
- },
- "pattern": {
- "additionalProperties": {},
- "properties": {
- "boundary": {
- "type": "string"
- },
- "mechanisms": {
- "items": {
- "additionalProperties": false,
- "properties": {
- "evidence": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "grade": {
- "enum": [
- "exposed",
- "rooted",
- "structural"
- ],
- "type": "string"
- },
- "id": {
- "type": "string"
- },
- "label": {
- "type": "string"
- },
- "polarity": {
- "enum": [
- "supporting",
- "damaging"
- ],
- "type": "string"
- }
- },
- "required": [
- "id",
- "label",
- "polarity",
- "grade",
- "evidence"
- ],
- "type": "object"
- },
- "type": "array"
- },
- "monthBranchClashes": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "monthMainStem": {
- "type": "string"
- },
- "monthMainTenGod": {
- "type": "string"
- },
- "pattern": {
- "type": "string"
- },
- "status": {
- "enum": [
- "supported",
- "contested",
- "damaged",
- "unresolved"
- ],
- "type": "string"
- }
- },
- "required": [
- "pattern",
- "monthMainStem",
- "monthMainTenGod",
- "mechanisms",
- "monthBranchClashes",
- "status",
- "boundary"
- ],
- "type": "object"
- },
- "sourceIds": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "strength": {
- "additionalProperties": {},
- "properties": {
- "axes": {
- "items": {
- "additionalProperties": false,
- "properties": {
- "direction": {
- "enum": [
- "supports_day_master",
- "drains_or_controls_day_master",
- "mixed",
- "neutral"
- ],
- "type": "string"
- },
- "id": {
- "enum": [
- "month_command",
- "root",
- "visible_support",
- "visible_drain_control"
- ],
- "type": "string"
- },
- "observations": {
- "items": {
- "type": "string"
- },
- "type": "array"
- }
- },
- "required": [
- "id",
- "direction",
- "observations"
- ],
- "type": "object"
- },
- "type": "array"
- },
- "boundary": {
- "type": "string"
- },
- "exactRoots": {
- "items": {
- "additionalProperties": false,
- "properties": {
- "branch": {
- "type": "string"
- },
- "grade": {
- "enum": [
- "substantial",
- "residual"
- ],
- "type": "string"
- },
- "position": {
- "type": "string"
- },
- "stage": {
- "type": "string"
- }
- },
- "required": [
- "position",
- "branch",
- "stage",
- "grade"
- ],
- "type": "object"
- },
- "type": "array"
- },
- "followingCandidate": {
- "anyOf": [
- {
- "enum": [
- "follow_output",
- "follow_wealth",
- "follow_officer"
- ],
- "type": "string"
- },
- {
- "type": "null"
- }
- ]
- },
- "monthCommandTenGod": {
- "type": "string"
- },
- "policy": {
- "type": "string"
- },
- "sameElementRoots": {
- "items": {
- "additionalProperties": false,
- "properties": {
- "branch": {
- "type": "string"
- },
- "position": {
- "type": "string"
- },
- "stage": {
- "type": "string"
- }
- },
- "required": [
- "position",
- "branch",
- "stage"
- ],
- "type": "object"
- },
- "type": "array"
- },
- "status": {
- "enum": [
- "support_leaning",
- "weak_leaning",
- "contested",
- "extreme_structure_candidate"
- ],
- "type": "string"
- }
- },
- "required": [
- "status",
- "monthCommandTenGod",
- "exactRoots",
- "sameElementRoots",
- "axes",
- "followingCandidate",
- "policy",
- "boundary"
- ],
- "type": "object"
- },
- "tenGodPresences": {
- "items": {
- "additionalProperties": false,
- "properties": {
- "family": {
- "type": "string"
- },
- "rootedAt": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "tenGod": {
- "type": "string"
- },
- "visibleAt": {
- "items": {
- "type": "string"
- },
- "type": "array"
- }
- },
- "required": [
- "tenGod",
- "family",
- "visibleAt",
- "rootedAt"
- ],
- "type": "object"
- },
- "type": "array"
- },
- "usefulGods": {
- "additionalProperties": false,
- "properties": {
- "boundary": {
- "type": "string"
- },
- "conflicts": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "lenses": {
- "items": {
- "additionalProperties": false,
- "properties": {
- "candidateElements": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "candidateFamilies": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "candidateStems": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "id": {
- "enum": [
- "climate",
- "pattern_function",
- "support_control"
- ],
- "type": "string"
- },
- "observations": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "school": {
- "type": "string"
- },
- "sourceIds": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "status": {
- "enum": [
- "active",
- "conflicted",
- "withheld"
- ],
- "type": "string"
- }
- },
- "required": [
- "id",
- "school",
- "candidateStems",
- "candidateFamilies",
- "candidateElements",
- "observations",
- "sourceIds",
- "status"
- ],
- "type": "object"
- },
- "type": "array"
- }
- },
- "required": [
- "lenses",
- "conflicts",
- "boundary"
- ],
- "type": "object"
- }
- },
- "required": [
- "strength",
- "pattern",
- "usefulGods",
- "tenGodPresences",
- "sourceIds",
- "boundary"
- ],
- "type": "object"
-}
changedOutput schema / properties / mode / enum
Previous value: -[
- "consumer",
- "compact",
- "evidence",
- "debug"
-]New value: +[
+ "action_only",
+ "consumer",
+ "evidence",
+ "debug"
+]
addedOutput schema / properties / nameSummary
Added value: +{
+ "additionalProperties": false,
+ "properties": {
+ "characters": {
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "character": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "nameMeanings": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "officialReadings": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "readingStatus": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "character",
+ "officialReadings",
+ "readingStatus",
+ "nameMeanings"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "eightyOneNumbersStatus": {
+ "type": "string"
+ },
+ "fiveGridStatus": {
+ "type": "string"
+ },
+ "legalIdentityStatus": {
+ "enum": [
+ "all_official_eligible",
+ "contains_unresolved_character"
+ ],
+ "type": "string"
+ }
+ },
+ "required": [
+ "legalIdentityStatus",
+ "characters",
+ "fiveGridStatus",
+ "eightyOneNumbersStatus"
+ ],
+ "type": "object"
+}
addedOutput schema / properties / omittedItemsByKind
Added value: +{
+ "additionalProperties": {
+ "maximum": 9007199254740991,
+ "minimum": -9007199254740991,
+ "type": "integer"
+ },
+ "propertyNames": {
+ "type": "string"
+ },
+ "type": "object"
+}
removedOutput schema / properties / readingSummary / properties / returnedClaimCount
Removed value: -{
- "maximum": 9007199254740991,
- "minimum": -9007199254740991,
- "type": "integer"
-}
addedOutput schema / properties / readingSummary / properties / returnedItemCount
Added value: +{
+ "maximum": 9007199254740991,
+ "minimum": -9007199254740991,
+ "type": "integer"
+}
removedOutput schema / properties / readingSummary / properties / uniqueInternalClaimCount
Removed value: -{
- "maximum": 9007199254740991,
- "minimum": -9007199254740991,
- "type": "integer"
-}
changedOutput schema / properties / readingSummary / required
Previous value: -[
- "focus",
- "summary",
- "highlights",
- "returnedClaimCount",
- "uniqueInternalClaimCount",
- "totalInternalClaimCount"
-]New value: +[
+ "focus",
+ "summary",
+ "highlights",
+ "returnedItemCount",
+ "totalInternalClaimCount"
+]
changedOutput schema / properties / recommendations / anyOf
Previous value: -[
- {
- "additionalProperties": false,
- "properties": {
- "boundary": {
- "type": "string"
- },
- "evidenceIntents": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "items": {
- "items": {
- "additionalProperties": false,
- "properties": {
- "actions": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "basis": {
- "items": {
- "additionalProperties": false,
- "properties": {
- "candidateElements": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "candidateFunctions": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "lensId": {
- "type": "string"
- },
- "school": {
- "type": "string"
- },
- "status": {
- "type": "string"
- }
- },
- "required": [
- "lensId",
- "school",
- "status",
- "candidateElements",
- "candidateFunctions"
- ],
- "type": "object"
- },
- "type": "array"
- },
- "caution": {
- "type": "string"
- },
- "domains": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "id": {
- "type": "string"
- },
- "sourceRefs": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "title": {
- "type": "string"
- }
- },
- "required": [
- "id",
- "title",
- "domains",
- "actions",
- "caution",
- "basis",
- "sourceRefs"
- ],
- "type": "object"
- },
- "type": "array"
- },
- "safeguards": {
- "items": {
- "additionalProperties": false,
- "properties": {
- "action": {
- "type": "string"
- },
- "evidence": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "id": {
- "type": "string"
- },
- "label": {
- "type": "string"
- }
- },
- "required": [
- "id",
- "label",
- "action",
- "evidence"
- ],
- "type": "object"
- },
- "type": "array"
- },
- "sourceRefs": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "timing": {
- "anyOf": [
- {
- "additionalProperties": false,
- "properties": {
- "asOfYear": {
- "maximum": 9007199254740991,
- "minimum": -9007199254740991,
- "type": "integer"
- },
- "boundary": {
- "type": "string"
- },
- "contacts": {
- "items": {
- "additionalProperties": false,
- "properties": {
- "contactedLensIds": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "element": {
- "type": "string"
- },
- "family": {
- "type": "string"
- },
- "interpretation": {
- "type": "string"
- },
- "layer": {
- "enum": [
- "da_yun",
- "se_yun"
- ],
- "type": "string"
- },
- "pillar": {
- "type": "string"
- },
- "stem": {
- "type": "string"
- },
- "tenGod": {
- "type": "string"
- }
- },
- "required": [
- "layer",
- "pillar",
- "stem",
- "element",
- "tenGod",
- "family",
- "contactedLensIds",
- "interpretation"
- ],
- "type": "object"
- },
- "type": "array"
- },
- "daYunAge": {
- "type": "string"
- }
- },
- "required": [
- "asOfYear",
- "daYunAge",
- "contacts",
- "boundary"
- ],
- "type": "object"
- },
- {
- "type": "null"
- }
- ]
- }
- },
- "required": [
- "items",
- "safeguards",
- "timing",
- "evidenceIntents",
- "sourceRefs",
- "boundary"
- ],
- "type": "object"
- },
- {
- "type": "null"
- }
-]New value: +[
+ {
+ "additionalProperties": false,
+ "properties": {
+ "evidenceIntents": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "items": {
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "actions": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "caution": {
+ "type": "string"
+ },
+ "domains": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "id": {
+ "type": "string"
+ },
+ "title": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "id",
+ "title",
+ "domains",
+ "actions",
+ "caution"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ }
+ },
+ "required": [
+ "items",
+ "evidenceIntents"
+ ],
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+]
removedOutput schema / properties / sections / additionalProperties / properties / interpretations / items / properties / limitationRefs
Removed value: -{
- "items": {
- "type": "string"
- },
- "type": "array"
-}
removedOutput schema / properties / sections / additionalProperties / properties / interpretations / items / properties / sourceRefs
Removed value: -{
- "items": {
- "type": "string"
- },
- "type": "array"
-}
changedOutput schema / properties / sections / additionalProperties / properties / interpretations / items / required
Previous value: -[
- "text",
- "timeframe",
- "confidence",
- "evidenceClaimIds",
- "counterClaimIds",
- "sourceRefs",
- "limitationRefs"
-]New value: +[
+ "text",
+ "timeframe",
+ "confidence",
+ "evidenceClaimIds",
+ "counterClaimIds"
+]
removedOutput schema / properties / sections / additionalProperties / properties / sourceRefs
Removed value: -{
- "items": {
- "type": "string"
- },
- "type": "array"
-}
changedOutput schema / properties / sections / additionalProperties / required
Previous value: -[
- "interpretations",
- "evidenceClaimIds",
- "sourceRefs"
-]New value: +[
+ "interpretations",
+ "evidenceClaimIds"
+]
removedOutput schema / properties / timeline / items / properties / limitationRefs
Removed value: -{
- "items": {
- "type": "string"
- },
- "type": "array"
-}
removedOutput schema / properties / timeline / items / properties / sourceRefs
Removed value: -{
- "items": {
- "type": "string"
- },
- "type": "array"
-}
changedOutput schema / properties / timeline / items / required
Previous value: -[
- "period",
- "summary",
- "domains",
- "confidence",
- "evidenceClaimIds",
- "sourceRefs",
- "limitationRefs"
-]New value: +[
+ "period",
+ "summary",
+ "domains",
+ "confidence",
+ "evidenceClaimIds"
+]