Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -236,3 +236,10 @@ folder:

When an extract names concrete linter-rule candidates, walk its **"Linter rule coverage audit"** or equivalent section
against existing audits in `src/audits/` before opening a new audit.

## Documented Solutions

`docs/solutions/` (symlink to `~/dev/solutions-docs/`) is a searchable archive of documented solutions to past problems
(bugs, best practices, workflow patterns), organized by category with YAML frontmatter (`module`, `tags`,
`problem_type`). Search with `qmd query "<topic>" --collection solutions`. Relevant when implementing or debugging in
documented areas.
Loading