{% extends parent %} {% block title %}Triggers - Introspect{% endblock %} {% macro trig_qs(project=filter_project, page=1) -%} {% if project %}project={{ project }}&{% endif %}page={{ page }} {%- endmacro %} {% block content %}
What each session's opening prompt referenced and triggered — named paths, harness auto-loads (nested CLAUDE.md, @-files, the skill menu), skills, and commands.
{% if stats %}| Session | Project | Started | Paths | CLAUDE.md | @-files | Skills | Menu | Commands |
|---|---|---|---|---|---|---|---|---|
| {{ (clean_title(r[9] or '') or (r[0]|string)[:12] + '...')|truncate(56) }} | {{ r[1] or '' }} | {{ (r[2]|string)[:16] }} | {{ r[3] }} | {% if r[4] %}yes{% else %}—{% endif %} | {{ r[5] or '' }} | {{ r[6] or '' }} | {% if r[7] %}yes{% else %}—{% endif %} | |
| No sessions. | ||||||||