Add daily logs and templates for project fidelity

- Created daily log entries for May 13, 14, 18, 19, 20, and 21, capturing work done, findings, and next steps.
- Established a daily logs index for easy navigation of daily notes.
- Developed templates for daily logs, decisions, meeting notes, people, systems, and work items to standardize documentation.
- Introduced base files for filtering and displaying various types of project knowledge, including daily notes, decisions, people, systems, work items, and workstreams.
- Added maps for current work, fidelity apps, and fidelity domain to enhance project navigation and context.
This commit is contained in:
2026-05-21 12:28:07 -06:00
parent 7cbb49134a
commit 1ad707373a
203 changed files with 449 additions and 434 deletions

View File

@@ -0,0 +1,49 @@
---
type: daily
project: fidelity
date: "{{date:YYYY-MM-DD}}"
status: active
focus: []
work-items: []
blockers: []
tags:
- daily
- fidelity
updated: "{{date:YYYY-MM-DD}}"
---
# {{date:YYYY-MM-DD}}
## Focus
-
---
## Work Done
-
---
## Findings
-
---
## Communication
-
---
## Next Steps
-
---
## Blockers
- None currently.

View File

@@ -0,0 +1,39 @@
---
type: decision
project: fidelity
status: proposed
date:
title: "{{title}}"
systems: []
workstreams: []
people: []
related: []
tags:
- decision
- fidelity
updated: "{{date:YYYY-MM-DD}}"
---
# {{title}}
## Decision
-
---
## Context
-
---
## Constraints
-
---
## Follow-up
-

View File

@@ -0,0 +1,36 @@
---
type: meeting-note
project: fidelity
date: "{{date:YYYY-MM-DD}}"
people: []
work-items: []
systems: []
tags:
- meeting
- fidelity
updated: "{{date:YYYY-MM-DD}}"
---
# {{title}}
## Context
-
---
## Decisions / Agreements
-
---
## Action Items
-
---
## Memory Updates
-

View File

@@ -0,0 +1,37 @@
---
type: person
project: fidelity
role:
status: active
teams: []
topics: []
related: []
tags:
- person
- fidelity
updated: "{{date:YYYY-MM-DD}}"
---
# {{title}}
## Role
-
---
## Collaboration Pattern
-
---
## Communication Notes
-
---
## Related Context
-

View File

@@ -0,0 +1,37 @@
---
type: system
project: fidelity
status: active
systems: []
workstreams: []
people: []
related: []
tags:
- system
- fidelity
updated: "{{date:YYYY-MM-DD}}"
---
# {{title}}
## Role
-
---
## Stable Patterns
-
---
## Risks
-
---
## Related Context
-

View File

@@ -0,0 +1,45 @@
---
type: work-item
project: fidelity
status: active
ticket: "{{ticket}}"
title: "{{title}}"
systems: []
workstreams: []
people: []
related: []
tags:
- work-item
- fidelity
updated: "{{date:YYYY-MM-DD}}"
---
# {{ticket}} - {{title}}
## Status
-
---
## Context
-
---
## Confirmed Findings
-
---
## Current Guidance
-
---
## Next Step
-

View File

@@ -0,0 +1,37 @@
---
type: workstream
project: fidelity
status: active
systems: []
work-items: []
people: []
related: []
tags:
- workstream
- fidelity
updated: "{{date:YYYY-MM-DD}}"
---
# {{title}}
## Goal
-
---
## Stable Patterns
-
---
## Current Risks
-
---
## Related Work
-