From 701e0e8e919d2929ecc98b555e468bd29bf606cf Mon Sep 17 00:00:00 2001 From: Adam Mathes Date: Sat, 14 Feb 2026 15:44:02 -0800 Subject: Cleanup root directory by moving scripts to scripts/ and fix CSRF cookie policy for dev env --- .agent/workflows/deploy-check.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.agent/workflows/deploy-check.md') diff --git a/.agent/workflows/deploy-check.md b/.agent/workflows/deploy-check.md index 51ab1ae..c6a6907 100644 --- a/.agent/workflows/deploy-check.md +++ b/.agent/workflows/deploy-check.md @@ -6,7 +6,7 @@ Use this workflow to run tests with extra precautions, especially Playwright/E2E 1. **Pre-flight checks:** ```bash # Ensure clean environment - ./clean_test_env.sh + scripts/clean_test_env.sh # Check for stray processes ps aux | grep -E 'neko|playwright|chrome' ``` @@ -23,7 +23,7 @@ Use this workflow to run tests with extra precautions, especially Playwright/E2E 4. **E2E tests (Safe Wrapper):** Use the safe wrapper script which handles timeouts and automatic cleanup. ```bash - ./run_e2e_safe.sh + scripts/run_e2e_safe.sh ``` If E2E tests fail or hang: -- cgit v1.2.3