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

@@ -18,7 +18,7 @@ Expected behavior:
- fetch recent messages from configured channels or conversations
- support a forced refresh for "latest message" prompts
- write the latest evidence to `ai/inbox/`
- write the latest evidence to `workspaces/<profile>/inbox/`
- write status separately from project memory
- fail safely without updating logs, state, or context

View File

@@ -46,11 +46,11 @@ Technical runtime remains outside the vault:
- `scripts/`
- `core/`
- `profiles/`
- `ai/inbox/`
- `workspaces/<profile>/inbox/`
- `scripts/*/generated/`
- archives and local virtual environments
Communication evidence may exist under `ai/inbox/` or connector `generated/` folders, but promoted memory belongs in `project-knowledge/`.
Communication evidence may exist under `workspaces/<profile>/inbox/` or connector `generated/` folders, but promoted memory belongs in the profile's project knowledge vault.
---
@@ -76,7 +76,7 @@ Do not version local runtime state:
Recommended graph and search exclusions:
- `ai/inbox/`
- `workspaces/<profile>/inbox/`
- `archives/`
- `scripts/**/generated/`
- `scripts/**/.venv/`