feat(obsidian): add vault status dashboard#64
Open
Aidenwu0209 wants to merge 1 commit intoAIwork4me:mainfrom
Open
feat(obsidian): add vault status dashboard#64Aidenwu0209 wants to merge 1 commit intoAIwork4me:mainfrom
Aidenwu0209 wants to merge 1 commit intoAIwork4me:mainfrom
Conversation
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
This PR fixes one issue: Obsidian-enabled vaults now get a generated status dashboard and reusable Agent workflow entrypoints.
Closes #62.
Layer
Severity
DeepSeek full-flow context
/Users/wu/Desktop/wu/AAaabaidu/LLM-Wiki20260506-143821-issue62-optimization/Users/wu/Desktop/wu/AAaabaidu/LLM-Wiki /runs/20260506-143821-issue62-optimizationN/A - issue #62 Obsidian workflow optimization did not require a DeepSeek full-flow vault/Users/wu/Desktop/wu/AAaabaidu/LLM-Wiki /deepseek_paper683ccbcaba68bef9e5d6ac38996206a0ba887860Product UX evidence, if applicable
N/AN/AN/AN/AN/Anot applicableDo not commit screenshots containing private or sensitive content unless the user explicitly approves. If screenshots are local-only evidence, include their local paths and a concise description in the PR body.
Problem
wiki_init.py --obsidianconfigured Obsidian settings and inbox/sort resources, but the generated vault still lacked a first-screen status dashboard, clear Agent command entrypoints, reusable prompt templates, and a Homepage target that surfaces review/writeback safety boundaries.Minimal reproduction
Observed:
Expected:
Root cause
The optional Obsidian setup layer only handled Obsidian settings/plugins/profile resources. There was no runtime command for vault status/dashboard generation, and
wiki_init.py --obsidianhad no scaffold for Agent context files or prompt templates beyond the generic source/concept templates.Fix
Added
scripts/wiki_status.pyto summarize vault health and optionally write_dashboard.md; wiredwiki_init.py --obsidianto create_dashboard.md,AGENTS.md,CLAUDE.md, andtemplates/agent-prompts/; changed Homepage defaults to_dashboard; added docs, checklist, CI, quality checks, and runtime eval coverage.Changed files:
scripts/wiki_status.py- new dashboard/status generator with protected output boundaries.scripts/wiki_init.py- copies the status runtime and writes Obsidian dashboard/context files without overwriting existing dashboard unless--force.scripts/wiki_obsidian_setup.py- points Homepage at_dashboardand writes plugin data even when downloads are skipped.templates/agent-prompts/*- reusable Agent workflows for ingest, query, writeback, lint, review, concept revision, and graph export.scripts/check_quality.py,scripts/wiki_eval.py,.github/workflows/validate.yml- smoke tests and CI coverage.Before / after
Before:
After:
Validation
Commands run:
Results:
Safety review
LLM-Wiki.deepseek_paper/was not modified.raw/evidence was not modified after ingest/copy.Out-of-scope findings
graph-exportprompt template.