From 36d5f5b434ffc6dedf454d870ffe0f9974a9a555 Mon Sep 17 00:00:00 2001 From: Adam Outler Date: Mon, 2 Feb 2026 23:08:41 +0000 Subject: [PATCH] Fix for space after period. --- .gemini/skills/testing-workflow/SKILL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gemini/skills/testing-workflow/SKILL.md b/.gemini/skills/testing-workflow/SKILL.md index 6a49b6fa..debf7983 100644 --- a/.gemini/skills/testing-workflow/SKILL.md +++ b/.gemini/skills/testing-workflow/SKILL.md @@ -53,7 +53,7 @@ cd /workspaces/NetAlertX; pytest test/api_endpoints/test_mcp_extended_endpoints. ## Authentication & Environment Reset -Authentication tokens are required to perform certain operations such as manual testing or crafting expressions to work with the web APIs.After making code changes, you MUST reset the environment to ensure the new code is running and verify you have the latest `API_TOKEN`. +Authentication tokens are required to perform certain operations such as manual testing or crafting expressions to work with the web APIs. After making code changes, you MUST reset the environment to ensure the new code is running and verify you have the latest `API_TOKEN`. 1. **Reset Environment:** Run the setup script inside the container. ```bash