Skip to content

Add AGENTS.md with Cursor Cloud development instructions#67

Draft
n2parko wants to merge 1 commit intomainfrom
cursor/setup-dev-environment-6e67
Draft

Add AGENTS.md with Cursor Cloud development instructions#67
n2parko wants to merge 1 commit intomainfrom
cursor/setup-dev-environment-6e67

Conversation

@n2parko
Copy link
Copy Markdown
Collaborator

@n2parko n2parko commented May 7, 2026

Adds AGENTS.md with Cursor Cloud-specific development instructions for future cloud agents.

What this adds

  • AGENTS.md documenting the two executable components in this content-first monorepo:
    1. Plugin validationnode scripts/validate-plugins.mjs (root level, requires ajv/ajv-formats)
    2. Orchestrate CLI — Bun-based TypeScript CLI with lint/typecheck/test commands
  • Non-obvious gotchas (no root package.json, ad-hoc dependency install, mocked API keys in tests, expected Slack warnings)

Environment verification

All checks pass:

Check Command Result
Plugin validation node scripts/validate-plugins.mjs All plugins validated successfully
Orchestrate lint bun run lint (Biome) 58 files checked, no issues
Orchestrate typecheck tsc --noEmit Clean
Orchestrate tests bun test 207 pass, 0 fail

Test output:
orchestrate_test_output.log

To show artifacts inline, enable in settings.

Open in Web Open in Cursor 

Co-authored-by: n2parko <n2parko@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