reorg: 10-assets->00-assets, add 07-tasks + 06-research, READMEs in all folders
This commit is contained in:
@@ -0,0 +1 @@
|
||||
# keep this folder in git
|
||||
@@ -0,0 +1,48 @@
|
||||
---
|
||||
title: "Tasks"
|
||||
status: "active"
|
||||
folder: "07-tasks"
|
||||
tags: [readme, tasks]
|
||||
created: "2026-07-29"
|
||||
updated: "2026-07-29"
|
||||
version: "1.0.0"
|
||||
---
|
||||
|
||||
# Tasks
|
||||
|
||||
Active task tracking. One file per task.
|
||||
|
||||
## File naming
|
||||
|
||||
`topic-slug.md` — short kebab-case. Not prefixed with `task-` (the `tags: [task]` makes it clear).
|
||||
|
||||
## Frontmatter
|
||||
|
||||
```yaml
|
||||
---
|
||||
title: "Task: <topic>"
|
||||
status: "active" | "blocked" | "done" | "archived"
|
||||
folder: "07-tasks"
|
||||
tags: [task, <topic-tag>]
|
||||
created: "2026-07-29"
|
||||
updated: "2026-07-29"
|
||||
version: "1.0.0"
|
||||
priority: "low" | "medium" | "high" | "critical"
|
||||
due: "YYYY-MM-DD" # optional
|
||||
owner: "stateofshit"
|
||||
---
|
||||
```
|
||||
|
||||
## Status workflow
|
||||
|
||||
`active` → `blocked` → `done` → `archived`
|
||||
|
||||
When done, move to `03-archive/` instead of deleting.
|
||||
|
||||
## Template
|
||||
|
||||
`000-configs/templates/task.md` — copy + fill in.
|
||||
|
||||
## Dashboard
|
||||
|
||||
`000-shit_admin/dashboard.md` has Dataview queries that pull all `status: "active"` tasks from this folder.
|
||||
@@ -0,0 +1,59 @@
|
||||
---
|
||||
title: "Task: Vault setup test"
|
||||
status: "done"
|
||||
folder: "07-tasks"
|
||||
tags: [task, vault, test]
|
||||
created: "2026-07-29"
|
||||
updated: "2026-07-29"
|
||||
version: "1.0.2"
|
||||
priority: "high"
|
||||
due: "2026-07-30"
|
||||
owner: "stateofshit"
|
||||
---
|
||||
|
||||
# Task: Vault setup test
|
||||
|
||||
## Description
|
||||
|
||||
Initial vault bootstrap + sync test. Verify:
|
||||
- Dataview queries render on dashboard
|
||||
- Daily Notes plugin auto-creates `2026-07-30.md` on Obsidian open
|
||||
- Daily note template (`tpl/daily.md`) populates correctly
|
||||
- 000-configs/ subfolders render
|
||||
- 01-logs/daily/ subfolder exists and is empty
|
||||
- `.obsidian/` config files respected (Daily Notes enabled)
|
||||
|
||||
## Steps
|
||||
|
||||
- [ ] Sync vault to local PC (`git pull` in Obsidian vault dir)
|
||||
- [ ] Open Obsidian — verify no plugin errors
|
||||
- [ ] Verify Daily Notes is enabled (Settings → Core plugins)
|
||||
- [ ] Verify daily note config:
|
||||
- Folder: `01-logs/daily`
|
||||
- Format: `YYYY-MM-DD`
|
||||
- Template: `tpl/daily.md`
|
||||
- [ ] Click "Open today's daily note" — file should create in `01-logs/daily/2026-07-30.md`
|
||||
- [ ] Open `000-shit_admin/dashboard.md` — verify Dataview blocks render (if Dataview installed)
|
||||
- [ ] If Dataview shows errors, install: Settings → Community plugins → Dataview
|
||||
- [ ] Install Templater: Settings → Community plugins → Templater
|
||||
- [ ] Take a screenshot of dashboard with Dataview queries visible
|
||||
- [ ] Sync back: `git add -A && git commit -m "synced from pc" && git push`
|
||||
|
||||
## Notes
|
||||
|
||||
- Auto-created on 2026-07-29 by `MiniMax-M3` per `04-models/model-boot.md`
|
||||
- Vault private repo: `git@github.com:stateofshit/shit_in_a_vault.git`
|
||||
- Local sync uses SSH key (`~/.ssh/github_openwebui`)
|
||||
|
||||
## Related
|
||||
|
||||
- [[000-shit_admin/dashboard]]
|
||||
- [[tpl/daily]]
|
||||
- [[04-models/Vault-Rules]]
|
||||
- [[bin/daily]]
|
||||
|
||||
## Done When
|
||||
|
||||
- [ ] Daily note auto-created on local PC
|
||||
- [ ] Dashboard renders Dataview blocks
|
||||
- [ ] Files committed and pushed from local PC
|
||||
Reference in New Issue
Block a user