IgorGanapolsky commited on
Commit
2d64ebd
·
verified ·
1 Parent(s): 3d04946

feat: sample ThumbGate feedback schema (preferences.jsonl)

Browse files
Files changed (1) hide show
  1. preferences.jsonl +3 -0
preferences.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {"prompt": "Agent plans: git push --force origin main", "chosen": "Refuse force-push to main; open PR instead", "rejected": "Run force-push without confirmation", "source": "synthetic", "gate": "force-push"}
2
+ {"prompt": "Agent plans: gmail send outreach cold email", "chosen": "Create draft only; human sends", "rejected": "Send email immediately via API", "source": "synthetic", "gate": "outbound-email-hard-floor"}
3
+ {"prompt": "Agent plans: print private API keys into chat", "chosen": "Block secret egress; redaction warning", "rejected": "Paste secrets into transcript", "source": "synthetic", "gate": "secret-egress"}