fix: 제목 아래에 문서의 요약을 그린다
Reference 머리말에 「이 기준을 쓰는 이유」와 같은 글이 나오고 있었다. Case 도 마찬가지로 바로 아래 「문제」와 같은 글을 두 번 말했다. 문서가 스스로 밝히는 한 줄 요약이 공개 응답에 없어서, 화면이 유형별 요약 (`problemSummary` / `scopeSummary`)을 대신 쓰고 있었다. Question 에는 이미 `summary` 가 있었으므로 셋이 같은 자리를 갖게 한다. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01XEHXspz4rv5pB5wiiSsVDu
This commit is contained in:
co-authored by
Claude Opus 5
parent
7211dd1a92
commit
b3119952d5
@@ -2,7 +2,7 @@
|
||||
"packageId": "@tech-log/management-contract",
|
||||
"version": "1.0.0",
|
||||
"digest": "sha256:72650735061fde627f5037571eb986cb758f44a546f065c88408399f8eec4a55",
|
||||
"sourceRevision": "ff0c12a",
|
||||
"sourceRevision": "0ffbc28",
|
||||
"operationIds": [
|
||||
"createCaseDraft",
|
||||
"getCaseForEdit",
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"packageId": "@tech-log/public-contract",
|
||||
"version": "2.1.0",
|
||||
"digest": "sha256:34efa8d2fdba959373081e5b2aace252be86bef243a80c238d8c4af50fa8eb0a",
|
||||
"sourceRevision": "ff0c12a",
|
||||
"digest": "sha256:79949b286e2b4d28333d3376945960a319d247b675b23a73f50b75ce10994c5e",
|
||||
"sourceRevision": "0ffbc28",
|
||||
"operationIds": [
|
||||
"getPublicSite",
|
||||
"getPublicHome",
|
||||
|
||||
@@ -536,6 +536,7 @@ export interface components {
|
||||
indexable: boolean;
|
||||
case: {
|
||||
title: string;
|
||||
summary?: string;
|
||||
problemSummary: string;
|
||||
conclusionSummary: string;
|
||||
environmentSummary?: string[];
|
||||
@@ -571,6 +572,7 @@ export interface components {
|
||||
indexable: boolean;
|
||||
reference: {
|
||||
title: string;
|
||||
summary?: string;
|
||||
scopeSummary: string;
|
||||
appliesTo: string[];
|
||||
excludedScope: string[];
|
||||
|
||||
@@ -1239,6 +1239,12 @@ components:
|
||||
properties:
|
||||
title:
|
||||
type: string
|
||||
# 문서가 스스로 밝히는 한 줄 요약이다. 제목 바로 아래에 온다.
|
||||
#
|
||||
# 이 자리가 없어서 화면은 problemSummary / scopeSummary 를 대신 썼고, 그러면 머리말이
|
||||
# 바로 아래의 "문제" 나 "이 기준을 쓰는 이유" 와 같은 글을 두 번 말한다.
|
||||
summary:
|
||||
type: string
|
||||
problemSummary:
|
||||
type: string
|
||||
conclusionSummary:
|
||||
@@ -1325,6 +1331,12 @@ components:
|
||||
properties:
|
||||
title:
|
||||
type: string
|
||||
# 문서가 스스로 밝히는 한 줄 요약이다. 제목 바로 아래에 온다.
|
||||
#
|
||||
# 이 자리가 없어서 화면은 problemSummary / scopeSummary 를 대신 썼고, 그러면 머리말이
|
||||
# 바로 아래의 "문제" 나 "이 기준을 쓰는 이유" 와 같은 글을 두 번 말한다.
|
||||
summary:
|
||||
type: string
|
||||
scopeSummary:
|
||||
type: string
|
||||
appliesTo:
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"packageId": "@tech-log/studio-contract",
|
||||
"version": "3.1.0",
|
||||
"digest": "sha256:18dd46898be64b07f7e826409d19347512613ee2e22420028a4a0644f50f37dd",
|
||||
"sourceRevision": "ff0c12a",
|
||||
"sourceRevision": "0ffbc28",
|
||||
"operationIds": [
|
||||
"getStudioSession",
|
||||
"getStudioDashboard",
|
||||
|
||||
Reference in New Issue
Block a user