mirror of
https://github.com/danielmiessler/fabric.git
synced 2026-09-15 01:56:35 -04:00
Adds a new `--readpattern <name>` CLI flag that prints the raw contents of a named pattern's system.md file to stdout. This makes it easy to inspect what instructions a pattern sends to the model without having to navigate the filesystem manually. The implementation respects custom patterns directories: it checks the user's custom patterns directory first before falling back to the main patterns directory, consistent with how all other pattern lookups work. |
||
|---|---|---|
| .. | ||
| contexts.go | ||
| contexts_test.go | ||
| db.go | ||
| db_test.go | ||
| patterns.go | ||
| patterns_test.go | ||
| sessions.go | ||
| sessions_test.go | ||
| storage.go | ||
| storage_test.go | ||