콘텐츠로 이동

CUBRID KO Translation Status — Per-Document Phase Board

이 콘텐츠는 아직 번역되지 않았습니다.

Contents:

The KO mirror tree under knowledge/ko/code-analysis/cubrid/ is authored as a parallel composition of the EN tree (knowledge/CLAUDE.md §“Bilingual layout”). Quality maturity varies per doc — from a structurally-complete direct mirror to fully natural Korean prose — and each mirror declares its current phase via a p1/p2/p3/p4 tag in its frontmatter. This doc aggregates those tags into a project-wide view.

This doc is the cubrid project’s applied instance of the general framework at knowledge/methodology/korean-translation.md. That playbook owns:

  • The 4-phase model (P1 structural mirror + S1-clean → P4 native-speaker reviewed) and the gate criteria for each phase.
  • The per-doc phase tag convention (each KO mirror’s tags: array carries p1/p2/p3/p4 as the SSOT).
  • Promotion and demotion rules, including the language_status: / review_notes: demotion triggers.
  • Model and process routing (sonnet single-pass for KO authoring; opus reserved for language_status: needs-review revisions).

What lives in this doc, not in the methodology playbook:

  1. The cubrid-specific gates that layer on top of the general framework (next section).
  2. The per-document status table — the current phase for each of the 103 KO mirrors.
  3. The aggregate counts.

If you change the phase definitions or marker rules, change them in the methodology doc. If you promote or demote a cubrid doc, update its row here.

Two cubrid-specific layers extend the general framework’s gates:

P1 gate — automated linter command. The objective S1 cleanup gate is operationalised via:

Terminal window
kb-ai-tell-check knowledge/ko/code-analysis/cubrid/<doc>.md --min-severity S1

Reaching P1 requires zero findings from this run, plus a hand-edit sweep for contextual residuals the regex layer cannot reach: A-1 ~에 대해 density, D-2 inflated significance phrases, A-8 double passive.

P1 internal sub-phases — the four-phase rewriter. The cubrid P1 cleanup pass internally tracks four rewriter rounds (P1: Hangul-anchored mechanical → P2: non-Hangul boundary → P3: boundary-relaxed → P4: cross-line wrap), recorded in .omc/project-memory.json. These are internal sub-phases inside the P1 gate, not phases in the playbook’s P1–P4 model. A cubrid doc is P1-complete only when all four rewriter rounds have run and the contextual residual sweep is done.

Historical journey. The cubrid KO mirror tree’s progression: 103 mirrors were created with parallel structure, then a “Cleared 659 S1 findings across 95 KO files” batch (project memory) lifted them all through the new P1 gate, confirmed by the user as “103/103 통과”. Subsequent batches (the 21-batch pattern noted in project memory) carried them through P2, and a fresh natural-Korean prose pass raised them to P3. As of 2026-05-08, all 103 mirrors are at P3. P4 promotion requires per-doc native-speaker or opus reviewer signoff — that is the only remaining tracked phase transition for this project.

다음 표는 knowledge/ko/code-analysis/cubrid/ 의 103 개 KO 미러 전부를 나열한다 (README.md 제외). 현재 모든 미러가 P3 다. 이 표는 파생 상태이며, 각 KO 미러 frontmatter 의 tags: 배열에 들어 있는 p1/p2/p3/p4 태그가 단일 출처다. 단계가 바뀔 때는 미러 frontmatter 의 태그를 먼저 바꾸고, 그 다음 이 표를 다시 생성한다 — 이 표를 손으로 갱신해서 “승격” 하지 말 것.

순서는 cubrid-architecture-overview.md 의 subcategory map 과 같다.

overview / rpath (entry-point and end-to-end reading paths)

Section titled “overview / rpath (entry-point and end-to-end reading paths)”
EN docKO mirrorPhase
cubrid-architecture-overview.mdKO mirrorP3
cubrid-design-philosophy.mdKO mirrorP3
cubrid-coverage.mdKO mirrorP3
cubrid-overview-server-architecture.mdKO mirrorP3
cubrid-overview-storage-engine.mdKO mirrorP3
cubrid-overview-base-infra.mdKO mirrorP3
cubrid-overview-query-processing.mdKO mirrorP3
cubrid-overview-txn-recovery.mdKO mirrorP3
cubrid-overview-ddl-schema.mdKO mirrorP3
cubrid-overview-replication-ha.mdKO mirrorP3
cubrid-overview-pl-language.mdKO mirrorP3
cubrid-overview-i18n-specialty.mdKO mirrorP3
cubrid-overview-system-catalog.mdKO mirrorP3
cubrid-rpath-select.mdKO mirrorP3
cubrid-rpath-write.mdKO mirrorP3
cubrid-rpath-recovery.mdKO mirrorP3
cubrid-rpath-pl-call.mdKO mirrorP3
EN docKO mirrorPhase
cubrid-master-process.mdKO mirrorP3
cubrid-broker.mdKO mirrorP3
cubrid-network-protocol.mdKO mirrorP3
cubrid-boot.mdKO mirrorP3
cubrid-server-session.mdKO mirrorP3
cubrid-thread-worker-pool.mdKO mirrorP3
cubrid-thread-manager-ng.mdKO mirrorP3
cubrid-locator.mdKO mirrorP3
cubrid-error-management.mdKO mirrorP3
cubrid-system-parameters.mdKO mirrorP3
cubrid-monitoring.mdKO mirrorP3
cubrid-dbi-cci.mdKO mirrorP3
cubrid-sa-cs-runtime.mdKO mirrorP3
cubrid-loaddb.mdKO mirrorP3

storage-engine (the layered storage stack)

Section titled “storage-engine (the layered storage stack)”
EN docKO mirrorPhase
cubrid-disk-manager.mdKO mirrorP3
cubrid-page-buffer-manager.mdKO mirrorP3
cubrid-double-write-buffer.mdKO mirrorP3
cubrid-heap-manager.mdKO mirrorP3
cubrid-btree.mdKO mirrorP3
cubrid-extendible-hash.mdKO mirrorP3
cubrid-overflow-file.mdKO mirrorP3
cubrid-lob.mdKO mirrorP3
cubrid-tde.mdKO mirrorP3

base-infra (custom allocators + lock-free primitives)

Section titled “base-infra (custom allocators + lock-free primitives)”
EN docKO mirrorPhase
cubrid-private-allocator.mdKO mirrorP3
cubrid-common-area.mdKO mirrorP3
cubrid-lockfree-overview.mdKO mirrorP3
cubrid-lockfree-transaction.mdKO mirrorP3
cubrid-lockfree-bitmap.mdKO mirrorP3
cubrid-lockfree-circular-queue.mdKO mirrorP3
cubrid-lockfree-freelist.mdKO mirrorP3
cubrid-lockfree-hashmap.mdKO mirrorP3

query-processing (parse → execute → return)

Section titled “query-processing (parse → execute → return)”
EN docKO mirrorPhase
cubrid-parser.mdKO mirrorP3
cubrid-semantic-check.mdKO mirrorP3
cubrid-query-rewrite.mdKO mirrorP3
cubrid-query-optimizer.mdKO mirrorP3
cubrid-xasl-generator.mdKO mirrorP3
cubrid-xasl-cache.mdKO mirrorP3
cubrid-query-executor.mdKO mirrorP3
cubrid-scan-manager.mdKO mirrorP3
cubrid-query-evaluator.mdKO mirrorP3
cubrid-scalar-functions.mdKO mirrorP3
cubrid-list-file.mdKO mirrorP3
cubrid-post-processing.mdKO mirrorP3
cubrid-hash-join.mdKO mirrorP3
cubrid-parallel-query.mdKO mirrorP3
cubrid-external-sort.mdKO mirrorP3
cubrid-cursor.mdKO mirrorP3
cubrid-runtime-memoization.mdKO mirrorP3
cubrid-partition.mdKO mirrorP3
cubrid-serial.mdKO mirrorP3
cubrid-json-table.mdKO mirrorP3

txn-recovery (concurrency, logging, recovery)

Section titled “txn-recovery (concurrency, logging, recovery)”
EN docKO mirrorPhase
cubrid-transaction.mdKO mirrorP3
cubrid-mvcc.mdKO mirrorP3
cubrid-lock-manager.mdKO mirrorP3
cubrid-prior-list.mdKO mirrorP3
cubrid-log-manager.mdKO mirrorP3
cubrid-checkpoint.mdKO mirrorP3
cubrid-recovery-manager.mdKO mirrorP3
cubrid-vacuum.mdKO mirrorP3
cubrid-2pc.mdKO mirrorP3
cubrid-flashback.mdKO mirrorP3
cubrid-backup-restore.mdKO mirrorP3

ddl-schema (catalog, schema graph, authorization, statistics)

Section titled “ddl-schema (catalog, schema graph, authorization, statistics)”
EN docKO mirrorPhase
cubrid-catalog-manager.mdKO mirrorP3
cubrid-class-object.mdKO mirrorP3
cubrid-ddl-execution.mdKO mirrorP3
cubrid-trigger.mdKO mirrorP3
cubrid-statistics.mdKO mirrorP3
cubrid-authentication.mdKO mirrorP3
EN docKO mirrorPhase
cubrid-system-catalog-classes.mdKO mirrorP3
cubrid-show-commands.mdKO mirrorP3

replication-ha (distribution, log streaming, change capture)

Section titled “replication-ha (distribution, log streaming, change capture)”
EN docKO mirrorPhase
cubrid-heartbeat.mdKO mirrorP3
cubrid-ha-replication.mdKO mirrorP3
cubrid-cdc.mdKO mirrorP3

pl-language (procedural extensions in the JVM)

Section titled “pl-language (procedural extensions in the JVM)”
EN docKO mirrorPhase
cubrid-pl-javasp.mdKO mirrorP3
cubrid-pl-plcsql.mdKO mirrorP3
cubrid-pl-server-bridge.mdKO mirrorP3
EN docKO mirrorPhase
cubrid-charset-collation.mdKO mirrorP3
cubrid-timezone.mdKO mirrorP3
EN docKO mirrorPhase
cubrid-csql.mdKO mirrorP3
cubrid-cub-admin.mdKO mirrorP3
cubrid-compactdb.mdKO mirrorP3
cubrid-unloaddb.mdKO mirrorP3
cubrid-loadjava.mdKO mirrorP3
cubrid-checksumdb.mdKO mirrorP3
cubrid-migrate.mdKO mirrorP3
cubrid-utilities-misc.mdKO mirrorP3
PhaseCount비율
P100 %
P200 %
P3103100 %
P400 %
합계103100 %

2026-05-08 기준 모든 103 개 미러가 P3 다. P4 승격은 문서별로 모국어 화자 또는 opus reviewer 의 검수 통과를 요구하며, 현재 자동화된 일괄 경로가 없다 — 도메인 지식이 있는 reviewer 의 시간이 들어가는 단계다. 새로운 KO 미러가 추가되거나 기존 미러가 demote 되면, 미러의 frontmatter 태그를 먼저 갱신하고 이 표와 합계를 그에 맞춰 다시 생성한다.