changedInput schema / properties / selected_items / items / properties / source / enum
Previous value: -[
- "ndl_search",
- "ndl_catalog",
- "ndl_digital",
- "ndl_articles",
- "ndl_articles_online",
- "irdb",
- "jdcat",
- "jstage_articles",
- "japan_search",
- "cinii_articles",
- "cinii_dissertations",
- "cinii_books",
- "kokkai_minutes",
- "teikoku_minutes",
- "nihu_bridge",
- "national_archives",
- "jacar",
- "nijl_articles",
- "kokusho",
- "ninjal_bibliography"
-]New value: +[
+ "ndl_search",
+ "ndl_reference_books",
+ "ndl_catalog",
+ "ndl_digital",
+ "ndl_articles",
+ "ndl_articles_online",
+ "irdb",
+ "jdcat",
+ "jstage_articles",
+ "japan_search",
+ "cinii_articles",
+ "cinii_dissertations",
+ "cinii_books",
+ "kokkai_minutes",
+ "teikoku_minutes",
+ "nihu_bridge",
+ "national_archives",
+ "jacar",
+ "nijl_articles",
+ "kokusho",
+ "ninjal_bibliography"
+]
addedInput schema / properties / session_id
Added value: +{
+ "description": "調査案件を識別する application state handle。jp_lit_start_session が返した値を��す。形式は YYYY-MM-DD-HHMMSS-8桁hex(旧形式 YYYY-MM-DD-HHMMSS も可)。MCP transport の接続IDや cache_key とは別物。",
+ "pattern": "^\\d{4}-\\d{2}-\\d{2}-\\d{6}(?:-[0-9a-f]{8})?$",
+ "type": "string"
+}
removedInput schema / properties / trace / properties / decisions / items / properties / evidence_refs / items / additionalProperties
Removed value: -false
addedInput schema / properties / trace / properties / decisions / items / properties / evidence_refs / items / anyOf
Added value: +[
+ {
+ "additionalProperties": false,
+ "properties": {
+ "author": {
+ "description": "画面上で確認した投稿者名またはアカウント表記。",
+ "minLength": 1,
+ "type": "string"
+ },
+ "checked_at": {
+ "description": "エージェントが投稿を確認した日時。ISO 8601。",
+ "format": "date-time",
+ "type": "string"
+ },
+ "discovery_source": {
+ "description": "発見に使ったWeb検索サービス名。",
+ "minLength": 1,
+ "type": "string"
+ },
+ "evidence_type": {
+ "const": "agent_web",
+ "description": "速報Web発見の証拠種別。",
+ "type": "string"
+ },
+ "linked_urls": {
+ "description": "投稿から到達したリンク先URL。",
+ "items": {
+ "format": "uri",
+ "type": "string"
+ },
+ "minItems": 1,
+ "type": "array"
+ },
+ "published_at": {
+ "description": "画面上で確認した投稿日時。ISO 8601。",
+ "format": "date-time",
+ "type": "string"
+ },
+ "query": {
+ "description": "発見時に実際に使った検索語。",
+ "minLength": 1,
+ "type": "string"
+ },
+ "quote_or_summary": {
+ "description": "発見理由の短い要約。",
+ "minLength": 1,
+ "type": "string"
+ },
+ "stability": {
+ "const": "ephemeral",
+ "description": "消失・変更しうる一時的な発見記録。",
+ "type": "string"
+ },
+ "url": {
+ "description": "発見した投稿のURL。",
+ "format": "uri",
+ "type": "string"
+ }
+ },
+ "required": [
+ "evidence_type",
+ "stability",
+ "discovery_source",
+ "query",
+ "url",
+ "author",
+ "published_at",
+ "checked_at",
+ "linked_urls"
+ ],
+ "type": "object"
+ },
+ {
+ "additionalProperties": false,
+ "properties": {
+ "cache_key": {
+ "description": "根拠を含む保存済み実行結果の cache_key。",
+ "minLength": 1,
+ "type": "string"
+ },
+ "quote_or_summary": {
+ "description": "根拠箇所の短い引用または要約。",
+ "minLength": 1,
+ "type": "string"
+ },
+ "source": {
+ "$ref": "#/properties/trace/properties/decisions/items/properties/target/properties/source"
+ },
+ "source_id": {
+ "description": "根拠となる source 内レコードID。",
+ "minLength": 1,
+ "type": "string"
+ },
+ "tool": {
+ "description": "根拠を得た tool 名。例: jp_lit_search。",
+ "minLength": 1,
+ "type": "string"
+ },
+ "url": {
+ "description": "根拠確認に使った公式 URL。",
+ "minLength": 1,
+ "type": "string"
+ }
+ },
+ "type": "object"
+ }
+]
removedInput schema / properties / trace / properties / decisions / items / properties / evidence_refs / items / properties
Removed value: -{
- "cache_key": {
- "description": "根拠を含む保存済み実行結果の cache_key。",
- "minLength": 1,
- "type": "string"
- },
- "quote_or_summary": {
- "description": "根拠箇所の短い引用または要約。",
- "minLength": 1,
- "type": "string"
- },
- "source": {
- "$ref": "#/properties/trace/properties/decisions/items/properties/target/properties/source"
- },
- "source_id": {
- "description": "根拠となる source 内レコードID。",
- "minLength": 1,
- "type": "string"
- },
- "tool": {
- "description": "根拠を得た tool 名。例: jp_lit_search。",
- "minLength": 1,
- "type": "string"
- },
- "url": {
- "description": "根拠確認に使った公式 URL。",
- "minLength": 1,
- "type": "string"
- }
-}
removedInput schema / properties / trace / properties / decisions / items / properties / evidence_refs / items / type
Removed value: -"object"
removedInput schema / properties / trace / properties / evidence_scope / items / properties / evidence_refs / items / additionalProperties
Removed value: -false
addedInput schema / properties / trace / properties / evidence_scope / items / properties / evidence_refs / items / anyOf
Added value: +[
+ {
+ "additionalProperties": false,
+ "properties": {
+ "author": {
+ "description": "画面上で確認した投稿者名またはアカウント表記。",
+ "minLength": 1,
+ "type": "string"
+ },
+ "checked_at": {
+ "description": "エージェントが投稿を確認した日時。ISO 8601。",
+ "format": "date-time",
+ "type": "string"
+ },
+ "discovery_source": {
+ "description": "発見に使ったWeb検索サービス名。",
+ "minLength": 1,
+ "type": "string"
+ },
+ "evidence_type": {
+ "const": "agent_web",
+ "description": "速報Web発見の証拠種別。",
+ "type": "string"
+ },
+ "linked_urls": {
+ "description": "投稿から到達したリンク先URL。",
+ "items": {
+ "format": "uri",
+ "type": "string"
+ },
+ "minItems": 1,
+ "type": "array"
+ },
+ "published_at": {
+ "description": "画面上で確認した投稿日時。ISO 8601。",
+ "format": "date-time",
+ "type": "string"
+ },
+ "query": {
+ "description": "発見時に実際に使った検索語。",
+ "minLength": 1,
+ "type": "string"
+ },
+ "quote_or_summary": {
+ "description": "発見理由の短い要約。",
+ "minLength": 1,
+ "type": "string"
+ },
+ "stability": {
+ "const": "ephemeral",
+ "description": "消失・変更しうる一時的な発見記録。",
+ "type": "string"
+ },
+ "url": {
+ "description": "発見した投稿のURL。",
+ "format": "uri",
+ "type": "string"
+ }
+ },
+ "required": [
+ "evidence_type",
+ "stability",
+ "discovery_source",
+ "query",
+ "url",
+ "author",
+ "published_at",
+ "checked_at",
+ "linked_urls"
+ ],
+ "type": "object"
+ },
+ {
+ "additionalProperties": false,
+ "properties": {
+ "cache_key": {
+ "description": "根拠を含む保存済み実行結果の cache_key。",
+ "minLength": 1,
+ "type": "string"
+ },
+ "quote_or_summary": {
+ "description": "根拠箇所の短い引用または要約。",
+ "minLength": 1,
+ "type": "string"
+ },
+ "source": {
+ "$ref": "#/properties/trace/properties/decisions/items/properties/target/properties/source"
+ },
+ "source_id": {
+ "description": "根拠となる source 内レコードID。",
+ "minLength": 1,
+ "type": "string"
+ },
+ "tool": {
+ "description": "根拠を得た tool 名。例: jp_lit_search。",
+ "minLength": 1,
+ "type": "string"
+ },
+ "url": {
+ "description": "根拠確認に使った公式 URL。",
+ "minLength": 1,
+ "type": "string"
+ }
+ },
+ "type": "object"
+ }
+]
removedInput schema / properties / trace / properties / evidence_scope / items / properties / evidence_refs / items / properties
Removed value: -{
- "cache_key": {
- "description": "根拠を含む保存済み実行結果の cache_key。",
- "minLength": 1,
- "type": "string"
- },
- "quote_or_summary": {
- "description": "根拠箇所の短い引用または要約。",
- "minLength": 1,
- "type": "string"
- },
- "source": {
- "$ref": "#/properties/trace/properties/decisions/items/properties/target/properties/source"
- },
- "source_id": {
- "description": "根拠となる source 内レコードID。",
- "minLength": 1,
- "type": "string"
- },
- "tool": {
- "description": "根拠を得た tool 名。例: jp_lit_search。",
- "minLength": 1,
- "type": "string"
- },
- "url": {
- "description": "根拠確認に使った公式 URL。",
- "minLength": 1,
- "type": "string"
- }
-}
removedInput schema / properties / trace / properties / evidence_scope / items / properties / evidence_refs / items / type
Removed value: -"object"
changedInput schema / properties / trace / properties / search_attempt / properties / source / anyOf
Previous value: -[
- {
- "enum": [
- "ndl_search",
- "ndl_catalog",
- "ndl_digital",
- "ndl_articles",
- "ndl_articles_online",
- "irdb",
- "jdcat",
- "jstage_articles",
- "japan_search",
- "cinii_articles",
- "cinii_dissertations",
- "cinii_books",
- "kokkai_minutes",
- "teikoku_minutes",
- "nihu_bridge",
- "national_archives",
- "jacar",
- "nijl_articles",
- "kokusho",
- "ninjal_bibliography"
- ],
- "type": "string"
- },
- {
- "type": "null"
- }
-]New value: +[
+ {
+ "enum": [
+ "ndl_search",
+ "ndl_reference_books",
+ "ndl_catalog",
+ "ndl_digital",
+ "ndl_articles",
+ "ndl_articles_online",
+ "irdb",
+ "jdcat",
+ "jstage_articles",
+ "japan_search",
+ "cinii_articles",
+ "cinii_dissertations",
+ "cinii_books",
+ "kokkai_minutes",
+ "teikoku_minutes",
+ "nihu_bridge",
+ "national_archives",
+ "jacar",
+ "nijl_articles",
+ "kokusho",
+ "ninjal_bibliography"
+ ],
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+]
changedInput schema / required
Previous value: -[
- "tool",
- "cache_key",
- "selected_items"
-]New value: +[
+ "session_id",
+ "tool",
+ "cache_key",
+ "selected_items"
+]