Add daily logs and templates for Fidelity project
- Created daily log entries for April 13-16, 2026, capturing standup contexts, Mattermost syncs, and ongoing work items. - Established a daily logs index for easy navigation of daily entries. - Introduced templates for daily notes, decisions, meeting notes, people, systems, and work items to standardize documentation. - Developed maps for AI workspace core, current work, Fidelity domain, and work items to enhance workspace navigation. - Implemented base configurations for daily notes, decisions, people, systems, work items, and workstreams to streamline data management. - Added a placeholder for attachments to facilitate file organization.
This commit is contained in:
@@ -17,7 +17,7 @@ Use for same-day progress, findings, evolving reproduction notes, and work that
|
||||
Default path pattern:
|
||||
|
||||
```text
|
||||
ai/logs/YYYY-MM-DD.md
|
||||
vault/06-daily/YYYY-MM-DD.md
|
||||
```
|
||||
|
||||
### `state`
|
||||
@@ -27,8 +27,8 @@ Use for current priorities, active blockers, near-term constraints, and communic
|
||||
Default paths:
|
||||
|
||||
```text
|
||||
ai/state/current.md
|
||||
ai/state/work-items.md
|
||||
vault/01-current/current-work.md
|
||||
vault/01-current/work-items.md
|
||||
```
|
||||
|
||||
### `work-items`
|
||||
@@ -38,7 +38,7 @@ Use for canonical memory about active tickets, tasks, stories, investigations, o
|
||||
Default path pattern:
|
||||
|
||||
```text
|
||||
ai/work-items/<id-or-slug>.md
|
||||
vault/02-work-items/<id-or-slug>.md
|
||||
```
|
||||
|
||||
### `stable-context`
|
||||
@@ -48,7 +48,7 @@ Use for durable project knowledge that should survive beyond the current work wi
|
||||
Default path pattern:
|
||||
|
||||
```text
|
||||
ai/context/<domain>/*.md
|
||||
vault/03-context/<domain>/*.md
|
||||
```
|
||||
|
||||
### `people`
|
||||
@@ -58,7 +58,7 @@ Use for repeated collaborators, role mappings, manager/stakeholder context, and
|
||||
Default path pattern:
|
||||
|
||||
```text
|
||||
ai/context/people/*.md
|
||||
vault/04-people/*.md
|
||||
```
|
||||
|
||||
### `decisions`
|
||||
@@ -68,7 +68,7 @@ Use for confirmed decisions with ongoing impact.
|
||||
Default path pattern:
|
||||
|
||||
```text
|
||||
ai/context/decisions/*.md
|
||||
vault/05-decisions/*.md
|
||||
```
|
||||
|
||||
### `tooling-behavior`
|
||||
@@ -82,10 +82,12 @@ Default path patterns:
|
||||
.opencode/agents/*.md
|
||||
.opencode/skills/*/SKILL.md
|
||||
prompts/*.md
|
||||
knowledge/*.md
|
||||
ai/context/process/*.md
|
||||
vault/00-start/*.md
|
||||
vault/03-context/process/*.md
|
||||
```
|
||||
|
||||
Legacy `ai/*` and `knowledge/*` paths may remain as compatibility fallback, but new writes should target `vault/` first when a canonical note exists.
|
||||
|
||||
---
|
||||
|
||||
## Promotion Rules
|
||||
@@ -135,4 +137,3 @@ Examples:
|
||||
- memory routing correction -> update memory rules and context-maintenance guidance
|
||||
|
||||
The daily log may preserve evidence, but reusable behavior must live in the command, prompt, skill, agent, or knowledge file that enforces it.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user