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:
30
.gitignore
vendored
30
.gitignore
vendored
@@ -8,13 +8,13 @@ __pycache__/
|
||||
.venv/
|
||||
|
||||
# Mattermost raw inbox artifacts
|
||||
ai/inbox/mattermost-latest.md
|
||||
ai/inbox/mattermost-*.md
|
||||
ai/inbox/mattermost-status.json
|
||||
ai/inbox/mattermost-mirror/*
|
||||
!ai/inbox/mattermost-mirror/.gitkeep
|
||||
ai/inbox/photos/*
|
||||
!ai/inbox/photos/.gitkeep
|
||||
workspaces/*/inbox/mattermost-latest.md
|
||||
workspaces/*/inbox/mattermost-*.md
|
||||
workspaces/*/inbox/mattermost-status.json
|
||||
workspaces/*/inbox/mattermost-mirror/*
|
||||
!workspaces/*/inbox/mattermost-mirror/.gitkeep
|
||||
workspaces/*/inbox/photos/*
|
||||
!workspaces/*/inbox/photos/.gitkeep
|
||||
|
||||
# Local build artifact for the iPhone photo inbox pasteboard helper
|
||||
scripts/iphone-photo-inbox/.env
|
||||
@@ -29,14 +29,14 @@ scripts/mattermost-proxy/.env
|
||||
|
||||
# Obsidian local runtime state
|
||||
/.obsidian/
|
||||
project-knowledge/.obsidian/workspace*.json
|
||||
project-knowledge/.obsidian/workspace-mobile*.json
|
||||
project-knowledge/.obsidian/graph.json
|
||||
project-knowledge/.obsidian/hotkeys.json
|
||||
project-knowledge/.obsidian/community-plugins.json
|
||||
project-knowledge/.obsidian/plugins/
|
||||
project-knowledge/.obsidian/snippets/
|
||||
project-knowledge/.obsidian/cache/
|
||||
workspaces/*/project-knowledge/.obsidian/workspace*.json
|
||||
workspaces/*/project-knowledge/.obsidian/workspace-mobile*.json
|
||||
workspaces/*/project-knowledge/.obsidian/graph.json
|
||||
workspaces/*/project-knowledge/.obsidian/hotkeys.json
|
||||
workspaces/*/project-knowledge/.obsidian/community-plugins.json
|
||||
workspaces/*/project-knowledge/.obsidian/plugins/
|
||||
workspaces/*/project-knowledge/.obsidian/snippets/
|
||||
workspaces/*/project-knowledge/.obsidian/cache/
|
||||
.trash/
|
||||
|
||||
# Antigravity CLI local workspace configuration
|
||||
|
||||
Reference in New Issue
Block a user