# AGENTS.md
This project is an Obsidian vault, Markdown content system, or local content workflow.
## Project Overview
- Stack: Markdown, Obsidian, local folders, optional plugin scripts
- Runtime: local files opened in Obsidian or plain text editors
- Main goal: preserve knowledge structure while creating clear, reusable deliverables
## Working Mode
- Read the nearest README, index note, or 清单.md before editing.
- Keep final notes beside the source list unless the user gives another folder.
- Preserve frontmatter, backlinks, headings, and existing naming conventions.
- Prefer concise human writing over generic AI-sounding summaries.
## Common Commands
- Search files: rg "keyword" target-folder
- List markdown files: rg --files -g "*.md"
- Preview: open the Markdown file in Obsidian or a text editor
## Editable Scope
- Notes directly related to the requested topic
- Local template files for the same workflow
- README or index notes when a new reusable workflow is added
## Protected Scope
- Unrelated vault areas
- Private chats, transcripts, or customer records not needed for the task
- Plugin source code unless plugin changes are explicitly requested
- User-authored drafts outside the requested folder
## Acceptance Checks
- Final note has clear title, source metadata, and readable sections
- Links and paths point to existing local files where practical
- No unrelated notes are reformatted
- Deliverable is saved in the requested folder
- Final response gives the saved path