vault backup: 2026-08-13 16:53:34
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
|
|
||||||
<%*
|
<%*
|
||||||
const date = tp.date.now("YYYY-MM-DD");
|
const date = tp.date.now("YYYY-MM-DD");
|
||||||
const year = tp.date.now("YYYY");
|
const year = tp.date.now("YYYY");
|
||||||
@@ -10,7 +11,7 @@ if (!title) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const safeTitle = title
|
const safeTitle = title
|
||||||
.replace(/[\\/:*?"<>|]/g, "-")
|
.replace(/[\\/:\*?"<>|]/g, "-")
|
||||||
.trim();
|
.trim();
|
||||||
|
|
||||||
const baseFolder = "20 Work/Decisions";
|
const baseFolder = "20 Work/Decisions";
|
||||||
@@ -27,80 +28,34 @@ await tp.file.move(
|
|||||||
|
|
||||||
**Date:** <% date %>
|
**Date:** <% date %>
|
||||||
**Status:** 🟡 Proposed
|
**Status:** 🟡 Proposed
|
||||||
**Decision Owner:**
|
**Owner:**
|
||||||
**People Involved:**
|
|
||||||
|
|
||||||
---
|
> 🟡 **Proposed** · 🟢 **Decided** · 🔴 **Rejected** · ⚫ **Superseded**
|
||||||
|
|
||||||
## Status Legend
|
|
||||||
|
|
||||||
- 🟡 **Proposed** — Decision is being considered; not final yet.
|
|
||||||
- 🟢 **Decided** — Decision has been made and is currently valid.
|
|
||||||
- 🔴 **Rejected** — Option/proposal was explicitly considered and rejected.
|
|
||||||
- ⚫ **Superseded** — Was previously valid, but a newer decision replaced it.
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## Context
|
## Context
|
||||||
|
|
||||||
Why is a decision needed?
|
|
||||||
|
|
||||||
<% tp.file.cursor() %>
|
<% tp.file.cursor() %>
|
||||||
|
|
||||||
## Problem
|
## Options Considered *(optional)*
|
||||||
|
|
||||||
What problem are we trying to solve?
|
- **Option 1:**
|
||||||
|
- Pros:
|
||||||
|
- Cons:
|
||||||
|
|
||||||
## Options Considered
|
- **Option 2:**
|
||||||
|
- Pros:
|
||||||
### Option 1
|
- Cons:
|
||||||
|
|
||||||
**Description:**
|
|
||||||
|
|
||||||
**Pros:**
|
|
||||||
-
|
|
||||||
|
|
||||||
**Cons:**
|
|
||||||
-
|
|
||||||
|
|
||||||
### Option 2
|
|
||||||
|
|
||||||
**Description:**
|
|
||||||
|
|
||||||
**Pros:**
|
|
||||||
-
|
|
||||||
|
|
||||||
**Cons:**
|
|
||||||
-
|
|
||||||
|
|
||||||
## Decision
|
## Decision
|
||||||
|
|
||||||
What was decided?
|
|
||||||
|
|
||||||
## Why
|
## Why
|
||||||
|
|
||||||
Why was this option chosen?
|
-
|
||||||
|
|
||||||
## Risks / Trade-offs
|
## Consequences
|
||||||
|
|
||||||
What are we accepting by making this decision?
|
-
|
||||||
|
|
||||||
-
|
|
||||||
|
|
||||||
## Next Steps
|
|
||||||
|
|
||||||
_Actions belong in Twos, Jira, or Monday._
|
|
||||||
|
|
||||||
-
|
|
||||||
|
|
||||||
## Outcome
|
|
||||||
|
|
||||||
_To be completed later._
|
|
||||||
|
|
||||||
## Lessons Learned
|
|
||||||
|
|
||||||
_To be completed if useful._
|
|
||||||
|
|
||||||
## Related
|
## Related
|
||||||
|
|
||||||
- [[]]
|
- [[]]
|
||||||
|
|||||||
Reference in New Issue
Block a user