Adds title, description, type, domain, and tags frontmatter to every
doc for improved KB semantic search. The description field is prepended
to every search chunk, and domain/type/tags enable filtered queries.
Type values: context, guide, runbook, reference, troubleshooting
Domain values match directory structure (networking, docker, etc.)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
The hook belongs on the instance running long-running subagents,
not in the claude-home repo settings.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Add SubagentStop HTTP hook to .claude/settings.json pointing at n8n
- Add importable n8n workflow (claude-agent-done.json): webhook trigger →
extract agent name → POST to Discord
- Add setup guide (claude-agent-notifications.md) with payload reference,
test curl command, and future extension notes
- Update n8n CONTEXT.md and workflows/README.md with new workflow entry
Discord webhook URL is stored as n8n variable DISCORD_CLAUDE_ALERTS_WEBHOOK
to keep it out of local config files.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Add CONTEXT.md for docker and VM management script directories.
Add media-tools documentation with Playwright scraping patterns.
Add Tdarr GPU monitor n8n workflow definition.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Update CONTEXT with npm installation model, Homebrew wrapper setup,
systemd service config, and MiniMax integration. Expand troubleshooting
with gateway, Docker, and Homebrew error scenarios.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>