docs(spec): 経路別ラウンドトリップ忠実度マトリクスを追加#3
Merged
Merged
Conversation
CASE JSON / Excel / CSV の各経路で CASE v1.1 全フィールドが往復で 保持されるか落ちるかを、全リソース単位のマトリクスにまとめた。 - JSON(CFPackage) はフル忠実度、Excel は OpenSALT 互換サブセット、 CSV はさらに小さいサブセット(関連は isChildOf のみ)という整理。 - targetType / notes(assoc) / extensions / frameworkType / caseVersion / item級 subject(URI) など v1.1 追加フィールドは軒並み JSON のみ保持、 という傾向を明示。 - rubricCriterionText は唯一 JSON でも往復しない項目として記載。 - csv-format.md と CLAUDE.md の docs 一覧から相互リンク。 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01XXFogp18twGiPFBAZcqJw2
往復しない理由の説明で、実在する DB 列名 rubric_criterion_text_plain を明示(誤読防止)。 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01XXFogp18twGiPFBAZcqJw2
Excel は CF Doc シートの subject 列に title を | 区切りで保持し、import 時に #subject メタ→CSV 経路で subject_uri を再構築する。identifier/uri は再生成 されるが title 経由で復元されるため、CSV と同じ △ が正確(同行 Note とも整合)。 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01XXFogp18twGiPFBAZcqJw2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
概要
CASE JSON / Excel / CSV の各インポート/エクスポート経路で、CASE v1.1 の全フィールドが往復で保持されるか落ちるかを、全リソース単位のマトリクスにまとめた新規ドキュメント
docs/spec/round-trip-fidelity.mdを追加します。targetTypeが「JSON では保持されるが CSV/Excel では落ちる」件を起点に、同じ性質を持つ他フィールドを網羅的に洗い出した結果です。要点
isChildOfのみ表現可能)。targetType/notes(CFAssociation) / 全クラスのextensions/frameworkType/caseVersion/ item 級subject・subjectURI等)は軒並み JSON のみ保持、という傾向を可視化。rubricCriterionTextは唯一 JSON でも往復しない項目として記載。exactMatchOf等)の経路別挙動を注記。変更
docs/spec/round-trip-fidelity.md(新規)docs/spec/csv-format.md… 忠実度ノートから新規ドキュメントへ相互リンクCLAUDE.md… docs 一覧に1行追加ドキュメントのみの変更(コード変更なし)。既存の
docs/dev/round_trip_status.md(JSON 経路の lossless 検証ステータス)とは補完関係。🤖 Generated with Claude Code