Skip to content

Clippy 0.1.1

Choose a tag to compare

@Ar9av Ar9av released this 08 Aug 17:03
· 13 commits to main since this release
2cf3e21

Screen automation fixes and a reviewable guardrail policy.

Typing

  • Types into the field you asked for, on its own line, instead of overwriting the document you pointed it at.

Guardrails

  • The refusal rules now live in Resources/prismor-policy.yaml rather than in Swift, so changing what Clippy will and won't touch is a reviewable diff. It fails closed: a missing or uncompilable policy stops screen actions entirely.
  • Closed two gaps in the form-field veto, and added Subscribe to the refusal list.

Build

  • Universal DMG, Apple Silicon and Intel. Built by CI after the unit tests and the offline safety eval pass.