SIGN IN SIGN UP
danielmiessler / Fabric UNCLAIMED

Fabric is an open-source framework for augmenting humans using AI. It provides a modular system for solving specific problems using a crowdsourced set of AI prompts that can be used anywhere.

0 0 18 Go

feat: add --readpattern flag to print pattern contents to terminal

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.
A
alecjmckanna committed
0d7e1f7d520108fc6ebe6c18a9ab26d72966f469
Parent: 76c164a