oh-my-second-brain 0.8.3 → 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.
- package/.claude-plugin/marketplace.json +2 -2
- package/.claude-plugin/plugin.json +1 -1
- package/.codex-plugin/plugin.json +1 -1
- package/CHANGELOG-assets.md +2 -0
- package/CHANGELOG-cli.md +2 -0
- package/CHANGELOG-kernel.md +2 -0
- package/CHANGELOG-mcp.md +2 -0
- package/CHANGELOG-vendors.md +2 -0
- package/CHANGELOG.md +6 -0
- package/assets/hermes-manifest.json +1 -1
- package/package.json +1 -1
|
@@ -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.
|
|
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.
|
|
40
|
+
"version": "0.8.4"
|
|
41
41
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "oms",
|
|
3
|
-
"version": "0.8.
|
|
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/",
|
package/CHANGELOG-assets.md
CHANGED
package/CHANGELOG-cli.md
CHANGED
package/CHANGELOG-kernel.md
CHANGED
package/CHANGELOG-mcp.md
CHANGED
package/CHANGELOG-vendors.md
CHANGED
package/CHANGELOG.md
CHANGED
|
@@ -10,6 +10,12 @@ 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
|
+
|
|
13
19
|
## [0.8.3] - 2026-08-29
|
|
14
20
|
|
|
15
21
|
### Fixed
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "oms",
|
|
3
|
-
"version": "0.8.
|
|
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