reorg: move tpl/bin under 000-configs, files->assets, add bump-version.sh + plugins doc
This commit is contained in:
@@ -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/...]]`
|
||||
@@ -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
|
||||
|
||||
- [ ]
|
||||
- [ ]
|
||||
@@ -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
|
||||
@@ -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
|
||||
|
||||
- [ ]
|
||||
Reference in New Issue
Block a user