From 82171731d736de040bfc8cb6d35cccb9529f1dbc Mon Sep 17 00:00:00 2001 From: GCHQDeveloper581 <63102987+GCHQDeveloper581@users.noreply.github.com> Date: Wed, 29 Apr 2026 12:29:23 +0000 Subject: [PATCH] Update instructions to reflect the new reality --- src/core/config/scripts/newOperation.mjs | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/core/config/scripts/newOperation.mjs b/src/core/config/scripts/newOperation.mjs index 35b6e241..82defa97 100644 --- a/src/core/config/scripts/newOperation.mjs +++ b/src/core/config/scripts/newOperation.mjs @@ -270,10 +270,8 @@ export default ${moduleName}; console.log(`\nNext steps: 1. Add your operation to ${colors.green("src/core/config/Categories.json")} 2. Write your operation code in ${colors.green(filename)} -3. Add your operation to ${colors.green("tests/operations/index.mjs")} -4. Write your operation test code in ${colors.green(testFilename)} -5. Write tests in ${colors.green("tests/operations/tests/")} -6. Run ${colors.cyan("npm run lint")} and ${colors.cyan("npm run test")} -7. Submit a Pull Request to get your operation added to the official CyberChef repository.`); +3. Write your operation test code in ${colors.green(testFilename)} +4. Run ${colors.cyan("npm run lint")} and ${colors.cyan("npm run test")} +5. Submit a Pull Request to get your operation added to the official CyberChef repository.`); });