Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

Documentation

This folder is the source of truth for project documentation. It is split into three kinds of documents, by intent:

docs/
├── guides/      # How-to and reference. Stable, evergreen, no checkboxes.
├── plans/       # Tracked roadmaps with phases, deliverables, status.
└── obsidian/    # Obsidian vault: canvas + supporting scratch notes.

Guides

Stable, "how do I do X" content. Update when the answer changes.

Plans

Time-bounded, trackable work. Each plan has phases, concrete deliverables, and a status. When a plan is complete, archive it but leave it in place for history.

Obsidian

Supplementary brainstorming material — Obsidian canvas, pasted images, notes. Not authoritative. Open the folder as a vault in Obsidian to edit it.

See obsidian/README.md.

When to add what

Need Where it goes
"How do I do X in this repo?" guides/
"What work needs to happen, in what order?" plans/
"I'm thinking out loud / sketching" obsidian/
"What is the current behavior?" Top-level README.md

For lightweight task tracking prefer GitHub Issues. Use plans/ only when a body of work spans many issues and needs a shared narrative.