oh-my-second-brain 0.8.2 → 0.8.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -10,7 +10,7 @@
10
10
  {
11
11
  "name": "oms",
12
12
  "description": "Oh My Second Brain convention layer for Obsidian vaults — capture, retrieve, and validate knowledge under a declared semantic convention.",
13
- "version": "0.8.2",
13
+ "version": "0.8.4",
14
14
  "author": {
15
15
  "name": "gobeumsu",
16
16
  "email": "gobeumsu@gmail.com"
@@ -37,5 +37,5 @@
37
37
  ]
38
38
  }
39
39
  ],
40
- "version": "0.8.2"
40
+ "version": "0.8.4"
41
41
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oms",
3
- "version": "0.8.2",
3
+ "version": "0.8.4",
4
4
  "description": "Oh My Second Brain convention layer for Obsidian vaults — capture, retrieve, and validate knowledge under a declared semantic convention.",
5
5
  "author": {
6
6
  "name": "gobeumsu"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oms",
3
- "version": "0.8.2",
3
+ "version": "0.8.4",
4
4
  "description": "Oh My Second Brain convention layer for Obsidian vaults — Codex native rules, skills, and MCP adapter.",
5
5
  "_note": "oms install writes Codex MCP config, installs ~/.codex/rules/oms.md, and installs ~/.codex/skills/oms-*.",
6
6
  "skills": "./assets/skills/",
@@ -4,6 +4,10 @@ Skills, agents, and ontology data changes belong here.
4
4
 
5
5
  ## [Unreleased]
6
6
 
7
+ ## [0.8.4] - 2026-08-30
8
+
9
+ ## [0.8.3] - 2026-08-29
10
+
7
11
  ## [0.8.2] - 2026-08-29
8
12
 
9
13
  ## [0.8.1] - 2026-08-29
package/CHANGELOG-cli.md CHANGED
@@ -4,6 +4,10 @@ Changes to the `oms` command surface belong here.
4
4
 
5
5
  ## [Unreleased]
6
6
 
7
+ ## [0.8.4] - 2026-08-30
8
+
9
+ ## [0.8.3] - 2026-08-29
10
+
7
11
  ## [0.8.2] - 2026-08-29
8
12
 
9
13
  ## [0.8.1] - 2026-08-29
@@ -4,6 +4,10 @@ Domain logic changes belong here.
4
4
 
5
5
  ## [Unreleased]
6
6
 
7
+ ## [0.8.4] - 2026-08-30
8
+
9
+ ## [0.8.3] - 2026-08-29
10
+
7
11
  ## [0.8.2] - 2026-08-29
8
12
 
9
13
  ## [0.8.1] - 2026-08-29
package/CHANGELOG-mcp.md CHANGED
@@ -4,6 +4,10 @@ MCP server tools and resources belong here.
4
4
 
5
5
  ## [Unreleased]
6
6
 
7
+ ## [0.8.4] - 2026-08-30
8
+
9
+ ## [0.8.3] - 2026-08-29
10
+
7
11
  ## [0.8.2] - 2026-08-29
8
12
 
9
13
  ## [0.8.1] - 2026-08-29
@@ -4,6 +4,10 @@ Per-host adapter and installer changes belong here.
4
4
 
5
5
  ## [Unreleased]
6
6
 
7
+ ## [0.8.4] - 2026-08-30
8
+
9
+ ## [0.8.3] - 2026-08-29
10
+
7
11
  ## [0.8.2] - 2026-08-29
8
12
 
9
13
  ## [0.8.1] - 2026-08-29
package/CHANGELOG.md CHANGED
@@ -10,6 +10,19 @@ This aggregate changelog contains changes that span multiple layers.
10
10
 
11
11
  ## [Unreleased]
12
12
 
13
+ ## [0.8.4] - 2026-08-30
14
+
15
+ ### Documentation
16
+
17
+ - **The default embedding model's unmeasured status is now a recorded decision rather than an open question.** `--embedding-default` installs the same model and prompt format qmd resolves by default, and its ranking quality here has always rested on that equivalence rather than on a measurement in this project's own retrieval harness. That caveat stands unchanged and both READMEs still state it where the feature is recommended. What changed is its standing: the vault owner reviewed the gap and accepted it on the record, declining both alternatives (committing to produce the measurement, and withdrawing the feature until one exists). `docs/measurements/model-default-deferral.md` carries the dated record, and its history of overlapping addenda is consolidated into one readable account.
18
+
19
+ ## [0.8.3] - 2026-08-29
20
+
21
+ ### Fixed
22
+
23
+ - **The Korean README documented an MCP surface that no longer exists.** It listed eleven tools — `oms_graph_status`, `oms_retrieve_by_axis`, `oms_lazy_load_note`, and eight more — as what `oms mcp` exposes. Those are the retired detail operations, which now route through the five public tools by an `op` parameter. It also named the write tool `write` rather than `oms_write`. Anyone wiring an MCP client from that list would have called tools the server does not advertise — `ListTools` returns exactly the five. It now states the same five tools the English README does: `oms_write`, `oms_search`, `oms_link`, `oms_status`, `oms_doctor`.
24
+ - **The Korean README credited `oms doctor` with `oms lint`'s job and omitted `lint` entirely.** `doctor` was described as broken-link and orphan detection, which is what `lint` does; `doctor` validates note frontmatter against the ontology. Both commands are now listed with their actual responsibilities.
25
+
13
26
  ## [0.8.2] - 2026-08-29
14
27
 
15
28
  ### Fixed
package/README.ko.md CHANGED
@@ -74,7 +74,8 @@ oms setup 기존 볼트를 컨벤션으로 채택 (.oms/taxonomy.yaml 작
74
74
  oms install 호스트 어댑터 + MCP 등록 설치
75
75
  oms uninstall 호스트 어댑터 + MCP 등록 제거
76
76
  oms update 패키지 업데이트 확인/적용 후 어댑터 재조정
77
- oms doctor 온톨로지 기준 노트 검증 (broken-link + orphan 탐지)
77
+ oms doctor 온톨로지 기준으로 노트 frontmatter 검증 (필드/컨셉별 집계)
78
+ oms lint 볼트 링크 건강도 점검: 깨진 [[wikilink]] + 고아 노트
78
79
  oms semantic 네이티브 마크다운 시맨틱 인덱스 / 검색 / 조회
79
80
  oms mcp stdio MCP 서버 시작
80
81
  oms hook 볼트 가드 훅 (Claude Code pre/post tool-use)
@@ -84,11 +85,11 @@ oms hook 볼트 가드 훅 (Claude Code pre/post tool-use)
84
85
 
85
86
  ## MCP 도구
86
87
 
87
- `oms mcp`는 상태, 읽기, 검색, 검증, 게이트된 write 도구를 노출한다:
88
+ `oms mcp`는 정확히 다섯 개의 공개 도구를 노출한다:
88
89
 
89
- `oms_graph_status` · `oms_graph_build` · `oms_list_concepts` · `oms_retrieve_context` · `oms_retrieve_by_axis` · `oms_sync_embeddings` · `oms_semantic_query` · `oms_get_document` · `oms_multi_get_documents` · `oms_lazy_load_note` · `oms_validate_contract` · `write`
90
+ `oms_write` · `oms_search` · `oms_link` · `oms_status` · `oms_doctor`
90
91
 
91
- `write`는 경로 안전성, 볼트 격리, 커널이 소유한 컨셉 계약으로 게이트된다.
92
+ `oms_write`는 경로 안전성, 볼트 격리, 커널이 소유한 컨셉 계약으로 게이트된다.
92
93
 
93
94
  ## 볼트 구조 (`.oms/`)
94
95
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oms",
3
- "version": "0.8.2",
3
+ "version": "0.8.4",
4
4
  "description": "Oh My Second Brain convention layer for Obsidian vaults — Hermes skill bundle and MCP adapter.",
5
5
  "_note": "oms install writes ~/.hermes/config.yaml mcp_servers.oms and installs skills under ~/.hermes/skills/knowledge-management/oms/."
6
6
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oh-my-second-brain",
3
- "version": "0.8.2",
3
+ "version": "0.8.4",
4
4
  "description": "Oh My Second Brain: a host-agnostic, user-owned convention layer for Obsidian and plain-markdown knowledge vaults.",
5
5
  "type": "module",
6
6
  "license": "MIT",