Files
david.delagneau 1ad707373a 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.
2026-05-21 12:28:07 -06:00

1.2 KiB

description
description
Create a canonical memory note using the project-agnostic memory interface

Create a new canonical memory note from a known type.

Supported types:

  • daily
  • work-item
  • person
  • decision
  • system
  • workstream
  • meeting-note

User request:

$ARGUMENTS

Read:

@core/integrations/memory-vault-model.md @agent-memory/workflows/workspace-architecture.md @workspaces/fidelity/project-knowledge/09-templates/work-item.md @workspaces/fidelity/project-knowledge/09-templates/person.md @workspaces/fidelity/project-knowledge/09-templates/decision.md @workspaces/fidelity/project-knowledge/09-templates/system.md @workspaces/fidelity/project-knowledge/09-templates/workstream.md

Instructions:

  • Parse the requested type, slug, and title from $ARGUMENTS.
  • Use bash scripts/memory/memory.sh create <type> <slug> [title] when type and slug are clear.
  • If type or slug is not clear, do not guess. Explain the expected format.
  • After creation, inspect the generated file and update metadata/content if the user provided enough context.
  • Keep the note in the canonical folder selected by the memory interface.

Return:

  1. Created file
  2. Any metadata/content refined
  3. Any missing details the user may want to add