Commit 52be495
Add prescriptive navigation patterns for common CVE queries
Based on LLM feedback, the instructions described data structure but didn't
prescribe optimal navigation strategies. Added:
- "Common queries" section in llms.txt with step-by-step workflows
- Expanded "Do first" with examples to classify hybrid queries
- Updated reference.md Common Workflows table with "CVEs since date" pattern
- Restructured Time-Centric workflow to highlight prev-security navigation
Key insight: when users ask "CVEs since [date] for my installed versions",
the versions are the primary constraint and date is context—version-based
navigation is more efficient than walking the timeline.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <[email protected]>1 parent 08da53d commit 52be495
2 files changed
+35
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
38 | 41 | | |
39 | 42 | | |
40 | 43 | | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
41 | 64 | | |
42 | 65 | | |
43 | 66 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
32 | 33 | | |
33 | 34 | | |
34 | 35 | | |
| |||
486 | 487 | | |
487 | 488 | | |
488 | 489 | | |
| 490 | + | |
| 491 | + | |
| 492 | + | |
| 493 | + | |
| 494 | + | |
| 495 | + | |
| 496 | + | |
| 497 | + | |
| 498 | + | |
| 499 | + | |
| 500 | + | |
489 | 501 | | |
490 | 502 | | |
491 | | - | |
492 | | - | |
493 | | - | |
494 | 503 | | |
495 | 504 | | |
496 | 505 | | |
| |||
0 commit comments