- 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.
31 lines
641 B
Plaintext
31 lines
641 B
Plaintext
.DS_Store
|
|
|
|
# Python caches
|
|
__pycache__/
|
|
*.py[cod]
|
|
|
|
# Local virtual environments
|
|
.venv/
|
|
|
|
# Mattermost raw inbox artifacts
|
|
ai/inbox/mattermost-latest.md
|
|
ai/inbox/mattermost-*.md
|
|
ai/inbox/mattermost-status.json
|
|
|
|
# Workspace-local Mattermost runtime artifacts
|
|
scripts/mattermost/.env
|
|
scripts/mattermost/.venv/
|
|
scripts/mattermost/generated/*
|
|
!scripts/mattermost/generated/.gitkeep
|
|
|
|
# Obsidian local runtime state
|
|
/.obsidian/
|
|
vault/.obsidian/workspace*.json
|
|
vault/.obsidian/workspace-mobile*.json
|
|
vault/.obsidian/hotkeys.json
|
|
vault/.obsidian/community-plugins.json
|
|
vault/.obsidian/plugins/
|
|
vault/.obsidian/snippets/
|
|
vault/.obsidian/cache/
|
|
.trash/
|