feat: Obsidian integration via cli scripts
This commit is contained in:
@@ -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/`
|
||||
|
||||
Reference in New Issue
Block a user