reorg: move tpl/bin under 000-configs, files->assets, add bump-version.sh + plugins doc

This commit is contained in:
stateofshit
2026-07-29 15:07:36 +00:00
parent 0733aef8c0
commit 35c69bc1eb
15 changed files with 158 additions and 16 deletions
View File
+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
- [ ]