Skip to content

Add development environment setup (AGENTS.md) - #1

Draft
q1 wants to merge 1 commit into
fpifrom
cursor/development-environment-setup-870e
Draft

Add development environment setup (AGENTS.md)#1
q1 wants to merge 1 commit into
fpifrom
cursor/development-environment-setup-870e

Conversation

@q1

@q1 q1 commented Mar 22, 2026

Copy link
Copy Markdown
Owner

Summary

Adds AGENTS.md with Cursor Cloud-specific development environment instructions for the Cookie Quick Manager Firefox WebExtension.

What's included

  • AGENTS.md with:
    • Key tools needed (web-ext, Firefox)
    • Common commands table (lint, build, run, clean)
    • Environment gotchas (symlink setup, Firefox snap vs APT, expected lint warnings, vendored JS libraries)

Development environment setup

The following was verified as working:

  • Lint: make lint — passes with 0 errors (expected warnings/notices only)
  • Build: make build — produces dist/cookie_quick_manager-0.5rc2.zip
  • Run: web-ext run --source-dir=src --firefox=firefox --no-reload — extension loads and is fully functional in Firefox

Update script (VM startup)

npm install -g web-ext
sudo mkdir -p /node_modules/.bin
sudo ln -sf $(which web-ext) /node_modules/.bin/web-ext
Open in Web Open in Cursor 

Co-authored-by: mic <q1@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants