| Dimension | Shared | Only in A | Only in B | Overlap |
|---|---|---|---|---|
| Sections | 0 | 1 | 1 | 0% |
| Commands | 0 | 0 | 0 | — |
| Section tags | 1 | 1 | 1 | 33% |
What each file covers
Sections
0 shared · 1 only in A · 1 only in B- − claude-obsidian
- + claude-obsidian: Gemini instructions
Commands
neither file has anySection tags
1 shared · 1 only in A · 1 only in B- − do-not
- + code-style
- agent-behaviour
Line diff
AgriciDaniel/claude-obsidian · .cursor/rules/claude-obsidian.mdc
@@ −1 @@
1---
2description: Portable rules for the claude-obsidian product and user vault workflows.
3globs:
4 - "skills/**/SKILL.md"
5 - "claude_obsidian/**/*.py"
6 - "wiki/**/*.md"
7 - ".raw/**/*"
8alwaysApply: true
9---
10
11# claude-obsidian
12
13Read `AGENTS.md` as the canonical contract. This repository is product source;
14mutable knowledge belongs in a separately resolved user vault.
15
16- Discover workflows from `skills/<name>/SKILL.md`.
17- Resolve vaults explicitly; never use the plugin/product directory by default.
18- Read a selected vault's bounded `wiki/hot.md` at session start when present.
19- Treat raw source payloads as create-only.
20- Have parallel workers draft; apply one recoverable operation transaction.
21- Keep queries and lint read-only. Put persistence or repair in a separate
22 reviewed operation.
23- Require consent for network egress, destructive changes, and Git checkpoints.
24
25Preview and then install workspace-local skill links with:
26
27```bash
28bash bin/setup-multi-agent.sh --host cursor --workspace "$PWD"
29bash bin/setup-multi-agent.sh --host cursor --workspace "$PWD" --apply
30```
31
32Public canonical: https://github.com/AgriciDaniel/claude-obsidian
33
AgriciDaniel/claude-obsidian · GEMINI.md
@@ +1 @@
1# claude-obsidian: Gemini instructions
2
3Read `AGENTS.md` as the canonical host-neutral contract. Skills live in
4`skills/<name>/SKILL.md` and the portable core lives in `claude_obsidian/`.
5
6Install skill discovery with:
7
8```bash
9bash bin/setup-multi-agent.sh --host gemini
10bash bin/setup-multi-agent.sh --host gemini --apply
11```
12
13The first command previews the links; the second applies that reviewed scope.
14
15This repository is product source, not the default user vault. Create a
16separate vault with the dry-run-first `init` command or adopt an existing vault.
17Resolve that vault before reading `wiki/hot.md` or running a skill.
18
19All shared mutations use one inspected `claude-obsidian.transaction.v1` bundle.
20Parallel workers draft only. Do not use direct shared writes, automatic commits,
21or the deprecated per-file lock helper. Remote egress and destructive actions
22need explicit user consent.
23
24Public canonical: https://github.com/AgriciDaniel/claude-obsidian
25
@@ −1 +1 @@
1−---
2−description: Portable rules for the claude-obsidian product and user vault workflows.
3−globs:
4− - "skills/**/SKILL.md"
5− - "claude_obsidian/**/*.py"
6− - "wiki/**/*.md"
7− - ".raw/**/*"
8−alwaysApply: true
9−---
1+# claude-obsidian: Gemini instructions
102
11−# claude-obsidian
3+Read `AGENTS.md` as the canonical host-neutral contract. Skills live in
4+`skills/<name>/SKILL.md` and the portable core lives in `claude_obsidian/`.
125
13−Read `AGENTS.md` as the canonical contract. This repository is product source;
14−mutable knowledge belongs in a separately resolved user vault.
6+Install skill discovery with:
157
16−- Discover workflows from `skills/<name>/SKILL.md`.
17−- Resolve vaults explicitly; never use the plugin/product directory by default.
18−- Read a selected vault's bounded `wiki/hot.md` at session start when present.
19−- Treat raw source payloads as create-only.
20−- Have parallel workers draft; apply one recoverable operation transaction.
21−- Keep queries and lint read-only. Put persistence or repair in a separate
22− reviewed operation.
23−- Require consent for network egress, destructive changes, and Git checkpoints.
24−
25−Preview and then install workspace-local skill links with:
26−
278 ```bash
28−bash bin/setup-multi-agent.sh --host cursor --workspace "$PWD"
29−bash bin/setup-multi-agent.sh --host cursor --workspace "$PWD" --apply
9+bash bin/setup-multi-agent.sh --host gemini
10+bash bin/setup-multi-agent.sh --host gemini --apply
3011 ```
12+
13+The first command previews the links; the second applies that reviewed scope.
14+
15+This repository is product source, not the default user vault. Create a
16+separate vault with the dry-run-first `init` command or adopt an existing vault.
17+Resolve that vault before reading `wiki/hot.md` or running a skill.
18+
19+All shared mutations use one inspected `claude-obsidian.transaction.v1` bundle.
20+Parallel workers draft only. Do not use direct shared writes, automatic commits,
21+or the deprecated per-file lock helper. Remote egress and destructive actions
22+need explicit user consent.
3123
3224 Public canonical: https://github.com/AgriciDaniel/claude-obsidian
3325
