Skip to content

Add Cursor Cloud specific instructions to AGENTS.md#7

Closed
Balaxxe wants to merge 1 commit into
mainfrom
cursor/env-setup-ba86
Closed

Add Cursor Cloud specific instructions to AGENTS.md#7
Balaxxe wants to merge 1 commit into
mainfrom
cursor/env-setup-ba86

Conversation

@Balaxxe
Copy link
Copy Markdown
Owner

@Balaxxe Balaxxe commented May 21, 2026

Summary

Adds a ## Cursor Cloud specific instructions section to AGENTS.md with non-obvious caveats discovered during cloud environment setup:

  • No Docker/database/external services needed (pure CLI tool)
  • Pre-existing pyright errors in local_converter.py:800 (upstream, not to be fixed)
  • make check / scripts/test-safe.sh gracefully handles missing env/ virtualenv
  • Non-interactive app invocation command
  • All 730 tests mock Mistral API calls — no API key needed

Validation

  • python3 -m flake8 . — 0 errors
  • python3 -m pyright — 2 pre-existing errors (upstream)
  • python3 -m pytest tests/ — 730 passed
  • python3 main.py --test — self-test OK
  • python3 main.py --mode markitdown --no-interactive — converted HTML to Markdown successfully

Risk

Low — only adds documentation, no code changes.

Open in Web Open in Cursor 

Co-authored-by: Balaxxe <Balaxxe@users.noreply.github.com>
@Balaxxe Balaxxe closed this May 21, 2026
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