| 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: Windsurf rules
- + 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 · .windsurf/rules/claude-obsidian.md
@@ −1 @@
1# claude-obsidian: Windsurf rules
2
3Read `AGENTS.md` as the canonical host-neutral contract. Preview and then
4install Cascade skill links with
5`bash bin/setup-multi-agent.sh --host windsurf --workspace "$PWD"` followed by
6the same command with `--apply`, and load the matching
7`skills/<name>/SKILL.md` when a request triggers it.
8
9The product clone and user vault are separate. Resolve the user vault before
10reading hot context or mutating knowledge. Raw payloads are create-only;
11parallel workers return drafts; one orchestrator inspects and applies one
12recoverable transaction. Queries and lint remain read-only. Network egress,
13destructive repair, and Git checkpoints require explicit user consent.
14
15Public canonical: https://github.com/AgriciDaniel/claude-obsidian
16
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−# claude-obsidian: Windsurf rules
1+# claude-obsidian: Gemini instructions
22
3−Read `AGENTS.md` as the canonical host-neutral contract. Preview and then
4−install Cascade skill links with
5−`bash bin/setup-multi-agent.sh --host windsurf --workspace "$PWD"` followed by
6−the same command with `--apply`, and load the matching
7−`skills/<name>/SKILL.md` when a request triggers it.
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/`.
85
9−The product clone and user vault are separate. Resolve the user vault before
10−reading hot context or mutating knowledge. Raw payloads are create-only;
11−parallel workers return drafts; one orchestrator inspects and applies one
12−recoverable transaction. Queries and lint remain read-only. Network egress,
13−destructive repair, and Git checkpoints require explicit user consent.
6+Install skill discovery with:
7+
8+```bash
9+bash bin/setup-multi-agent.sh --host gemini
10+bash bin/setup-multi-agent.sh --host gemini --apply
11+```
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.
1423
1524 Public canonical: https://github.com/AgriciDaniel/claude-obsidian
1625
