Commit Graph
8 Commits
Author SHA1 Message Date
m3ta-chiron fc606ace2d docs(skills): add crunch-jobs and update voice-notify
Adds crunch-jobs skill for scheduling voice reminders, AI crunch jobs,
and script-based pipelines via crunch/talk.

Updates voice-notify with stdin piping examples and cancel-button
implementation notes.
2026-07-02 20:05:29 +02:00
m3ta-chiron b11d18b4b4 feat(voice-notify): add ElevenLabs TTS voice notification skill
- SKILL.md with integration patterns (cruncher jobs, agent hooks, post-build)
- scripts/cruncher-notify.sh wrapper for long-running jobs
- Voice toggle via VOICE_NOTIFY env var
2026-07-02 18:53:16 +02:00
m3ta-chiron cd36a91440 add shared brain vault skill 2026-06-30 05:24:13 +02:00
m3ta-chiron 82e39d8908 update: m3ta-brain skill — nightly dream pass workflow
Expanded Workflow 5 from basic digest to full nightly dream pass:
- Session Harvest: scans recent sessions via session_search
- Pattern Synthesis: cross-references patterns and corrections
- Memory Sync: promotes stable facts to Hermes internal memory
- Full autonomy: can promote/discard/archive directly
- Cronjob ID 0b52e6f0eac8, nightly at 3:00 AM, delivers to Matrix

Cronjob is live and scheduled.
2026-06-29 21:08:57 +02:00
m3ta-chiron eb5318424e fix: use ~/m3ta-brain instead of hardcoded server path
Vault location is now portable: ~/m3ta-brain resolves per-machine.
On m3-hermes: /var/lib/hermes/m3ta-brain
On desktop: /home/m3tam3re/m3ta-brain
On work laptop: /home/sascha.koenig/m3ta-brain

Updated in SKILL.md (5 occurrences) and references/vault-map.md (1).
2026-06-29 21:01:07 +02:00
m3ta-chiron 6fac485813 add: m3ta-brain skill — shared vault workflows
Skill for the m3ta-brain Obsidian vault (ssh://gitea@code.m3ta.dev/m3tam3re/m3ta-brain.git).
Agent-agnostic — works with Hermes, Pi, OpenCode, Claude Code.

Workflows:
1. Session Start (Auto-Recall): pull, read core context, load project state
2. Session End: write summary, decisions, project updates, memory candidates
3. Decision Note creation (ADR-style)
4. Person Profile creation (with sensitivity rules)
5. Nightly/Weekly Digest: process inbox, check freshness, link audit, report

Conventions:
- Standard Markdown links with relative paths (NOT wikilinks)
- Git commit/push patterns
- Write policy (direct vs draft vs forbidden)
- Relationship to Tech Wiki, Nemoti Wiki, qmd, session search

References:
- vault-map.md: full directory layout, tag taxonomy, link audit command
2026-06-29 20:55:12 +02:00
m3ta-chiron 4d4778ed7a fix(basecamp-project): workaround templates construct CLI bug with direct API call 2026-04-28 20:09:12 +02:00
m3ta-chiron e8c227ffae feat(basecamp-project): add launch workflow skill 2026-04-28 18:54:52 +02:00