antipatterndatapointers
Data, not ideas
Don't store records, config values, or inventories in .rq — point at the source of truth.
support_contacts {
alice: alice@example.com
bob: bob@example.com
carol: carol@example.com
}support_contacts {
canonical list lives in ["./data/contacts.json"]
validated by ["./src/contacts.test.ts"]
}class APythonClass:
def say_hello(self) -> None:
print("hello")