.agents/skills/query-agent-events/how-tos/INDEX.md
Live catalog of analysis-derived how-tos for the query-agent-events skill.
Live-catalog rule (also stated in ../SKILL.md): if an
assistant is asked a concrete question about agent-events
that requires non-trivial analysis (multiple file reads,
multiple queries, cross-referencing producer source) AND the
answer is not already documented in the per-domain guides
(../AE_FIELDS.md, ../transports.md, ../update-cadence.md,
../query-discipline.md, ../finding-crashes.md,
../finding-fatals.md) or the recipes (../recipes/), the
assistant MUST author a new how-tos/<slug>.md and add a
one-line entry to this INDEX BEFORE completing the task.
This is durable. Skipping it means the next assistant repeats the same analysis from scratch.
| Topic | Slug | Notes |
|---|---|---|
| Trace a stack-symbol regression to a concurrent mutator | trace-stack-symbol-regression-to-mutator.md | Separates direct vs stack-only matches, finds the first affected build, maps the faulting call, and validates shared-state lifetime evidence. |
how-tos/<slug>.md with:
path:line citations into producer source
where appropriate.