mirror of
https://github.com/danielmiessler/fabric.git
synced 2026-09-10 07:36:44 -04:00
- Move pattern files from patterns/ to data/patterns/ - Add create_bd_issue pattern for issue tracking commands - Add extract_all_quotes pattern for quote extraction - Add extract_bd_ideas pattern for actionable idea extraction - Add suggest_gt_command pattern for GT command suggestions - Update pattern_explanations.md with new pattern entries - Update suggest_pattern system.md with new categories - Add new pattern descriptions and extracts in scripts/ - chore: incoming 1968 changelog entry
10 lines
672 B
Plaintext
10 lines
672 B
Plaintext
### PR [#1968](https://github.com/danielmiessler/Fabric/pull/1968) by [ksylvan](https://github.com/ksylvan): New `extract_all_quotes` and move misplaced patterns
|
|
|
|
- Move orphaned pattern files from patterns/ to data/patterns/
|
|
- Add extract_all_quotes pattern for quote extraction
|
|
- The extract_all_quotes is originally from [PR #176](https://github.com/danielmiessler/Fabric/pull/176) by [@CPAtoCybersecurity](https://github.com/CPAtoCybersecurity)
|
|
- The `suggest_pattern` pattern is updated with the following additions.
|
|
- extract_bd_ideas for actionable idea extraction
|
|
- suggest_gt_command for GT command suggestions
|
|
- create_bd_issue for issue tracking commands
|