add 000-configs/, dashboard, templates, .obsidian/, bin/, model-identity

This commit is contained in:
stateofshit
2026-07-29 13:29:47 +00:00
parent c22bd80fe1
commit 36eca4ca89
31 changed files with 1127 additions and 17 deletions
+37
View File
@@ -0,0 +1,37 @@
---
title: "{{date:YYYY-MM-DD}}"
status: "active"
folder: "01-logs/daily"
tags: [log, daily]
created: "{{date:YYYY-MM-DD}}"
updated: "{{date:YYYY-MM-DD}}"
version: "1.0.0"
date: {{date:YYYY-MM-DD}}
---
# {{date:YYYY-MM-DD}}
## Agenda
-
## Notes
-
## Tasks Done
- [ ]
## Tasks Tomorrow
- [ ]
## Links
- [[dashboard]]
- [[{{yesterday:YYYY-MM-DD}}]] (yesterday)
## Handoff
- Active: `[[05-handoffs/...]]`
+38
View File
@@ -0,0 +1,38 @@
---
title: "Handoff: {{from}} → {{to}}"
status: "active"
folder: "05-handoffs"
tags: [handoff]
created: "{{date:YYYY-MM-DD}}"
updated: "{{date:YYYY-MM-DD}}"
version: "1.0.0"
from: "{{from}}"
to: "{{to}}"
---
# Handoff: {{from}} → {{to}}
## Source
`[[04-models/...]]`
## Context
- What was being worked on
- What got done
- What's left
## Next Steps
1.
2.
3.
## Open Questions
-
## Files Touched
- [ ]
- [ ]
+39
View File
@@ -0,0 +1,39 @@
---
title: "Research: {{topic}}"
status: "draft"
folder: "02-notes"
tags: [research, wip]
created: "{{date:YYYY-MM-DD}}"
updated: "{{date:YYYY-MM-DD}}"
version: "1.0.0"
---
# Research: {{topic}}
## Question
> What are we trying to find out?
## Sources
- [ ]
## Findings
-
## Open Questions
- [ ]
## Related
- [[]]
## Status
- [ ] Drafting
- [ ] Sources cited
- [ ] Findings written
- [ ] Reviewed
- [ ] Archived
+30
View File
@@ -0,0 +1,30 @@
---
title: "Task: {{title}}"
status: "active"
folder: "02-notes"
tags: [task, wip]
created: "{{date:YYYY-MM-DD}}"
updated: "{{date:YYYY-MM-DD}}"
version: "1.0.0"
priority: "med"
due: "{{date:YYYY-MM-DD}}"
owner: "stateofshit"
---
# Task: {{title}}
## Description
## Steps
- [ ]
## Notes
## Related
- [[]]
## Done When
- [ ]