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:
@@ -8,17 +8,17 @@ Read:
|
||||
|
||||
@core/README.md
|
||||
@core/memory/operational-memory.md
|
||||
@project-knowledge/01-current/current-work.md
|
||||
@project-knowledge/01-current/work-items.md
|
||||
@project-knowledge/03-context/project.md
|
||||
@project-knowledge/03-context/systems/index.md
|
||||
@project-knowledge/03-context/workstreams/index.md
|
||||
@project-knowledge/03-context/workstreams/flow-page-references.md
|
||||
@project-knowledge/03-context/process/index.md
|
||||
@workspaces/fidelity/project-knowledge/01-current/current-work.md
|
||||
@workspaces/fidelity/project-knowledge/01-current/work-items.md
|
||||
@workspaces/fidelity/project-knowledge/03-context/project.md
|
||||
@workspaces/fidelity/project-knowledge/03-context/systems/index.md
|
||||
@workspaces/fidelity/project-knowledge/03-context/workstreams/index.md
|
||||
@workspaces/fidelity/project-knowledge/03-context/workstreams/flow-page-references.md
|
||||
@workspaces/fidelity/project-knowledge/03-context/process/index.md
|
||||
|
||||
Today's log, if present:
|
||||
|
||||
!`if [ -f project-knowledge/06-daily/$(date +%F).md ]; then cat project-knowledge/06-daily/$(date +%F).md; else echo "No daily note exists for today yet."; fi`
|
||||
!`if [ -f workspaces/fidelity/project-knowledge/06-daily/$(date +%F).md ]; then cat workspaces/fidelity/project-knowledge/06-daily/$(date +%F).md; else echo "No daily note exists for today yet."; fi`
|
||||
|
||||
Current Mattermost inbox, if present:
|
||||
|
||||
@@ -37,20 +37,20 @@ Instructions:
|
||||
- Promote only confirmed project-relevant facts
|
||||
- Ignore tooling noise and sync status
|
||||
- Update the smallest correct set of files among:
|
||||
- `project-knowledge/06-daily/$(date +%F).md`
|
||||
- `project-knowledge/01-current/current-work.md`
|
||||
- `project-knowledge/02-work-items/*.md`
|
||||
- `project-knowledge/01-current/work-items.md`
|
||||
- `project-knowledge/03-context/project.md`
|
||||
- `project-knowledge/03-context/systems/*.md`
|
||||
- `project-knowledge/03-context/workstreams/*.md`
|
||||
- `project-knowledge/03-context/process/*.md`
|
||||
- `project-knowledge/05-decisions/*.md`
|
||||
- `workspaces/fidelity/project-knowledge/06-daily/$(date +%F).md`
|
||||
- `workspaces/fidelity/project-knowledge/01-current/current-work.md`
|
||||
- `workspaces/fidelity/project-knowledge/02-work-items/*.md`
|
||||
- `workspaces/fidelity/project-knowledge/01-current/work-items.md`
|
||||
- `workspaces/fidelity/project-knowledge/03-context/project.md`
|
||||
- `workspaces/fidelity/project-knowledge/03-context/systems/*.md`
|
||||
- `workspaces/fidelity/project-knowledge/03-context/workstreams/*.md`
|
||||
- `workspaces/fidelity/project-knowledge/03-context/process/*.md`
|
||||
- `workspaces/fidelity/project-knowledge/05-decisions/*.md`
|
||||
- `.opencode/commands/*.md` when command behavior needs to change
|
||||
- `prompts/*.md` when a reusable output template needs to change
|
||||
- `.opencode/agents/*.md` or `AGENTS.md` when default agent behavior needs to change
|
||||
- `.agents/skills/*/SKILL.md` when a specialized workflow needs to change
|
||||
- `project-knowledge/00-start/*.md` when durable project onboarding guidance needs to change
|
||||
- `workspaces/fidelity/project-knowledge/00-start/*.md` when durable project onboarding guidance needs to change
|
||||
- `agent-memory/**/*.md` when agent learning, promotion, verification, or self-maintenance behavior needs to change
|
||||
- Prefer concrete project updates over broad summaries
|
||||
- If a fact is still ambiguous, do not promote it
|
||||
|
||||
Reference in New Issue
Block a user