feat(agent-kb): SecondBrain agent-friendly index.md + Obsidian Linter config#11
Merged
Merged
Conversation
R1: generate agent-friendly index.md at vault root - Static wikilinks to Areas, Active Projects, Zettelkasten, Key Concepts - Idempotent: only writes when content changes - Auto-runs on of init, of sync, of graph index R6: auto-configure Obsidian Linter plugin on vault init - Creates .obsidian/plugins/obsidian-linter/data.json with yaml rules - Manages community-plugins.json (append-only, no duplicates) - Wired into of init, settings apply-global, settings push - Preserves existing user config (no overwrite) F3: document agent navigation path in AGENTS.md - index.md -> wikilink traversal -> alcove BM25 fallback
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
SPEC:
SPEC-secondbrain-agent-knowledge-base.mdPhase 1 (기반) 구현.LLM 에이전트가 볼트를 자율 탐색할 수 있는 정적 진입점과 Obsidian Linter 자동 설정.
Spec
Changes
generate_index()— 볼트 루트에index.md생성 (멱등성 보장)ensure_linter_config(),ensure_community_plugin()추가of graph indexCLI 명령 추가, sync cycle에 index.md 생성 연동tempfile추가Acceptance Criteria Verified
index.md볼트 루트 자동 생성 ✅of init/of sync/of graph index자동 생성 ✅data.json생성 (기존 설정 보존) ✅community-plugins.jsonappend-only 관리 ✅Check Report
Test Plan