From b4e798a120c2b30c3741f7d7fa577ca527253af8 Mon Sep 17 00:00:00 2001 From: ThinkAI Readiness Date: Tue, 26 May 2026 17:36:07 +0000 Subject: [PATCH] chore(readiness): improve AI agent readiness --- .cursor/cli.json | 7 +++++++ .cursorignore | 15 +++++++++++++++ 2 files changed, 22 insertions(+) create mode 100644 .cursor/cli.json create mode 100644 .cursorignore diff --git a/.cursor/cli.json b/.cursor/cli.json new file mode 100644 index 0000000000..4056518044 --- /dev/null +++ b/.cursor/cli.json @@ -0,0 +1,7 @@ +{ + "version": 1, + "permissions": { + "allow": [], + "deny": [] + } +} diff --git a/.cursorignore b/.cursorignore new file mode 100644 index 0000000000..90ac2133e0 --- /dev/null +++ b/.cursorignore @@ -0,0 +1,15 @@ +# Secrets and local env +.env* + +# Python virtual environments +**/.venv + +# JavaScript dependencies +node_modules/ + +# Test coverage HTML reports +htmlcov/ +**/htmlcov/ + +# Generated OpenAPI TypeScript client +frontend/src/client/