-
Notifications
You must be signed in to change notification settings - Fork 1
docs(gap-baseline): record 2026-08-27 delivery snapshot #757
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -650,3 +650,34 @@ review latency are never blockers — keep working while they settle. | |
|
|
||
| Citations in doctoring and ADRs use APA 7th. Do not invent a heuristic where | ||
| the papers leave the decision undecided. | ||
|
|
||
| ## 12. Delivery snapshot (2026-08-27) | ||
|
|
||
| Fresh merges on protected `main`, verified from PR lifecycle state and | ||
| post-merge reruns (not transferable evidence for later heads): | ||
|
|
||
| | PR | Delivery | Governing ADR / reference | | ||
| | ---: | --- | --- | | ||
| | #750 | Leftover-map unexplained leftover share persisted (`report_leftover_map_unexplained_share`, share `s = U² / R²`) | ADR 0233 | | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 📝 Info: Share formula matches ADR 0233 contract The new row persists unexplained leftover share Was this helpful? React with 👍 or 👎 to provide feedback. |
||
| | #749 | Authorized job-family/job-series import snapshots (`0223_authorized_job_architecture`) | ADR 0263 | | ||
| | #747 | Current product and MCP manuals (`docs/manuals/*`, contract tests) | ADR 0118-family | | ||
| | #754 | Customer-actionable copy and ADR 0237 accelerator runtime boundary; share/bookmark/verification call sites reworded and ko/zh/ja/vi translations completed after review | ADR 0237 | | ||
| | #742 | Evidence-bound product-operations relations (stack base) | ADR 0235 | | ||
| | #743 | Imported occupation-rating source catalog (stack base) | ADR 0260 | | ||
| | #745 | Occupation catalog title filter (stack base) | ADR 0262 | | ||
| | #746 | Rating-source occupation selector (stack base) | ADR 0261 | | ||
| | #740 | Occupation rating evidence view (stack base) | ADR 0259 | | ||
| | #732 | O*NET content-model published linkages (stack base) | ADR 0256 | | ||
|
Comment on lines
+666
to
+670
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🔍 O*NET occupation references vs no-real-data rule Several new rows describe importing O*NET / occupation-rating catalogs, a real external dataset. These are aggregate feature descriptions and PR numbers, which fall under the allowed carve-out in AGENTS.md rather than committed identifying records. Reviewer can confirm the referenced PRs commit no identifying record keys. Was this helpful? React with 👍 or 👎 to provide feedback. |
||
| | #720 | Cancel stale test runs on PR close | — | | ||
| | #716 | Prioritized evidence-bound operations backfill | — | | ||
| | #711 | Pinned validated structured-workflow runtime | — | | ||
| | #704 | Current-main external lineage contract publication | — | | ||
|
|
||
| Rebased and re-pushed onto current `main` (checks running at this snapshot): | ||
| #700 source-conversation-turn contract (ADR 0238), #658 optional Global Ask | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 📐 Maintainability & Code Quality | 🟡 Minor | ⚡ Quick win 🔎 Supported by static analysis🏁 Script executed: printf '%s\n' '--- applicable repository guidance ---'
head -5 /tmp/coderabbit-repo-knowledge/contextualwisdomlab-lineageweave-d954fb61/*/*.md
printf '%s\n' '--- target excerpt ---'
sed -n '650,686p' docs/product-technical-gap-baseline.md
printf '%s\n' '--- markdownlint configuration and tooling references ---'
find . -maxdepth 3 \( -iname '*markdownlint*' -o -name 'package.json' -o -name '.markdownlint*' \) -print
rg -n --hidden --glob '!node_modules' 'MD018|markdownlint|markdownlint-cli2' . /tmp/coderabbit-repo-knowledge/contextualwisdomlab-lineageweave-d954fb61Repository: ContextualWisdomLab/LineageWeave Length of output: 4754 🌐 Web query:
💡 Result: The markdownlint rule MD018, titled "No space after hash on atx style heading," is a standard linting rule used to ensure proper formatting of ATX-style headings in Markdown files [1][2]. Rule Details: - Purpose: This rule is triggered when a space is missing between the hash (#) characters and the heading text in an ATX-style heading (e.g., Citations:
677행이 🧰 Tools🪛 markdownlint-cli2 (0.23.2)[warning] 677-677: No space after hash on atx style heading (MD018, no-missing-space-atx) 🤖 Prompt for AI AgentsSource: Linters/SAST tools |
||
| knowledge cutoff (ADR 0216). Both unreviewed until exact-head checks pass. | ||
|
|
||
| The ONET stack rows above landed into their stacked base branches rather than | ||
| `main`; their content reaches `main` only if the base branch continues into a | ||
| `main`-bound PR. Each base branch is recorded in the PR's `baseRefName` and | ||
| remains the owner's responsibility to promote. | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎯 Functional Correctness | 🟡 Minor | ⚡ Quick win
protected main병합과 stacked-base 착지를 구분해 기록하세요.현재 도입부는 표의 모든 행을 protected
main의 새 병합으로 설명합니다. 그러나#732,#740,#742,#743,#745,#746은아래에서 stacked base branch에만 착지한 것으로 설명합니다. 도입부를 “최근 protected-main병합과 stacked-base 착지”로 수정하고, 검증 문구가 protected-main행에만 적용된다고 명시하세요.수정 예시
📝 Committable suggestion
🤖 Prompt for AI Agents