15 lines
748 B
Markdown
15 lines
748 B
Markdown
# Obsidian Documentation & Task Protocol
|
|
|
|
## 1. Directory Structure
|
|
All project documentation should be mirrored in the Obsidian Vault under:
|
|
- `Projects/Lemontropia-Suite/Specs/`
|
|
- `Projects/Lemontropia-Suite/Tasks/`
|
|
- `Projects/Lemontropia-Suite/DevLog/`
|
|
|
|
## 2. Automated Actions
|
|
- **Post-Coding Summary:** After every successful code change, append a summary to the Daily Dev Log note.
|
|
- **Task Management:** If a function fails a test, create a new entry in the "Bug Tracker" note in Obsidian.
|
|
- **Syncing:** Every 3 hours, update the 'Project-Overview.md' in Obsidian with the latest ROI formulas and progress stats.
|
|
|
|
## 3. Formatting
|
|
Use standard Obsidian wikilinks `[[Link]]` for cross-referencing between code files and documentation notes. |