feat: Obsidian integration via cli scripts

This commit is contained in:
2026-04-17 08:05:23 -06:00
parent 902e11c7d4
commit a2b667f497
35 changed files with 715 additions and 34 deletions

View File

@@ -3,11 +3,26 @@
This directory contains helpers that automate:
- context aggregation
- canonical memory access
- standup generation
- manager update drafting
- Mattermost-ready message formatting
- historical Slack import
The project-agnostic memory interface lives in:
- `scripts/memory/`
Recommended commands:
```bash
bash scripts/memory/memory.sh health
bash scripts/memory/memory.sh search "PDIAP-15765"
bash scripts/memory/memory.sh create work-item pdiap-15999 "Example title"
```
This interface defaults to Markdown files under `vault/`, uses Obsidian CLI when useful and available, and falls back to direct file operations.
The default workspace Mattermost extractor now lives in:
- `scripts/mattermost/`