# claudedo contexts — named reference blurbs you can inject ahead of a dictated # instruction with the `context ` voice command (alias `prepare`). # # the named blurb is injected as a preamble, then your dictated instruction, and the # daemon WAITS — nothing is auto-submitted. you say "send" to submit (read-before-send; # claude's own permission prompt is the backstop for anything consequential). # # names are SPOKEN and fuzzy-matched, so keep them simple, distinct, single words # (a-z, 0-9; spaces/hyphens/underscores are stripped for matching, so "web hooks", # "web-hooks" and "webhooks" all resolve the same block). values are free-form text. # # edit this file, then say "reload" (or run `claudedo reload`) — no daemon restart, # the whisper model is not reloaded. [contexts] webhooks = "discord webhooks — test: (safe to spam), live: (real, careful)" testing = "use the test/staging resources only, never touch prod" discord = "discord.py 2.x; bot token in .env as BOT_TOKEN; guild id 12345"