public-vault contains the public Obsidian vault and the static site that will be published with GitHub Pages.
It is the public-facing slice of @ubugeeei's task management system, and it is also the public request surface. In practice, an outside contributor can make a substantive task request by opening a pull request against this repository.
- store every public task as a Markdown file
- keep task notes flat under
vault/10-tasks - preserve graph edges through task IDs
- keep weekly and monthly focus visible in notes
- state clearly that this repository is only the public subset of the broader task landscape
- make it possible for outsiders to request work through pull requests
- generate a public dashboard from the vault contents
vault: the public Obsidian vault and source of truthsite: the Vite-powered dashboardscripts: build-time utilities such as task extraction.github/workflows: GitHub Pages deployment
vp install
vp run devvp run buildvp run testThe dev, build, and test tasks generate the public task data before they invoke the Vite+ command surface.