{% extends "dashboard/base.html" %} {% from "partials/_macros.html" import status_pill, pill, empty_state, info_toggle %} {% from "partials/_list_chrome.html" import list_controls, list_pagination %} {% from "partials/_charts.html" import sparkline %} {% block page %}
Reusable knowledge nuggets surfaced from completed work.
A pattern is a small, reusable learning that sessions propose when they notice "we keep doing this" — e.g. "always run uv run pytest with --ignore=tests/test_dashboard.py in this repo". Patterns help future sessions skip rediscovery.
Patterns move proposed → approved (operator endorses) or rejected (operator disagrees). Approved patterns get surfaced to sessions working in the same workspace.
| Name | Category | Description | Status | Usage | Relative |
|---|---|---|---|---|---|
| {{ p.name }} | {{ pill(p.category, tone='accent') }} | {{ p.description }} | {{ status_pill(p.status) }} | {{ p.usage_count }} |