Chore/cursor agent setup 20250808 - #88
Conversation
- Install Cursor Agent in devcontainer to align with local tooling - Add cursor-agent as devDependency for CI reproducibility - Update Supabase CLI cached pointer to latest patch - Vendor bats libs without nested .git to avoid submodule issues
|
Caution Review failedThe pull request is closed. WalkthroughRemoves a local Claude permissions file, updates .gitignore with new ignore rules, augments the devcontainer Dockerfile to install Cursor Agent and add OpenAI tooling/PATH updates, and adds test- and agent-related devDependencies to package.json. Changes
Sequence Diagram(s)sequenceDiagram
participant DockerBuild as Docker build
participant Root as root
participant VSCodeUser as vscode user
participant CursorInstaller as Cursor install script
DockerBuild->>Root: run Dockerfile steps
Root->>VSCodeUser: su - vscode (switch user)
VSCodeUser->>CursorInstaller: curl installer & run
CursorInstaller-->>VSCodeUser: install cursor agent, update /home/vscode/.bashrc
VSCodeUser->>Root: exit back to root
Root->>Root: create /home/vscode/.openai and chown vscode
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes Possibly related PRs
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI ⛔ Files ignored due to path filters (2)
📒 Files selected for processing (4)
✨ Finishing Touches🧪 Generate unit tests
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. CodeRabbit Commands (Invoked using PR/Issue comments)Type Other keywords and placeholders
CodeRabbit Configuration File (
|
- Remove 499 files from test/bats-libs directory - Add bats, bats-assert, bats-support as npm dev dependencies - Update .gitignore to exclude test/bats-libs directory - Reduces repository size and improves dependency management
Summary by CodeRabbit
Chores
Tests