Pseudonymize-and-AI workflow for handling PII-sensitive text via the Velum API and Raycast AI. Commands cover end-to-end email summary and reply, briefing/action-items/structured-data extraction, manual pseudonymize/depseudonymize on selection or clipboard, and session management. Includes Raycast 2.0 Beta workarounds for selection capture and rich-text clipboard. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
11 lines
179 B
JavaScript
11 lines
179 B
JavaScript
const raycastConfig = require("@raycast/eslint-config");
|
|
|
|
module.exports = [
|
|
...raycastConfig.flat(),
|
|
{
|
|
rules: {
|
|
"@raycast/prefer-title-case": "off",
|
|
},
|
|
},
|
|
];
|