Skip to content

docs: converted cursor to opencode#418

Merged
TomerFi merged 2 commits intomasterfrom
move-away-from-cursor
May 4, 2026
Merged

docs: converted cursor to opencode#418
TomerFi merged 2 commits intomasterfrom
move-away-from-cursor

Conversation

@TomerFi
Copy link
Copy Markdown
Owner

@TomerFi TomerFi commented May 4, 2026

Summary by CodeRabbit

  • Documentation
    • Restructured project rules and development guidelines for improved clarity
    • Updated smoke-tester skill documentation with refined "What I do" section and clearer step-by-step workflow
    • Consolidated all agent skills, coding conventions, CI/CD rules, and testing guidelines into new AGENTS.md reference file
    • Streamlined Cursor tooling configurations

Signed-off-by: Tomer Figenblat <tomer@figenblat.com>
@auto-me-bot auto-me-bot Bot added the status: needs review Pull request needs a review label May 4, 2026
@snyk-io
Copy link
Copy Markdown

snyk-io Bot commented May 4, 2026

Snyk checks have passed. No issues have been found so far.

Status Scan Engine Critical High Medium Low Total (0)
Open Source Security 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 4, 2026

Warning

Rate limit exceeded

@TomerFi has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 47 minutes and 48 seconds before requesting another review.

To keep reviews running without waiting, you can enable usage-based add-on for your organization. This allows additional reviews beyond the hourly cap. Account admins can enable it under billing.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: e123ec97-c7a7-43d9-a268-46c1d9bbf8aa

📥 Commits

Reviewing files that changed from the base of the PR and between 588244b and abd5619.

📒 Files selected for processing (1)
  • AGENTS.md
📝 Walkthrough

Walkthrough

Consolidated distributed Cursor rules and command documentation from multiple .cursor/rules/*.mdc and .cursor/commands/*.md files into a single AGENTS.md file, while restructuring the smoke-tester skill documentation for clarity.

Changes

Cursor Rules & Commands Consolidation

Layer / File(s) Summary
Centralized Documentation
AGENTS.md
New file consolidates all project rules, conventions, and tooling guidance (architecture, version parsing, coding standards, containers, testing, Git workflow, CI/CD) previously spread across distributed .cursor/rules/ and .cursor/commands/ files.
Removed Distributed Rules
.cursor/rules/{ci-cd,coding-conventions,containers,cursor-tooling,git-workflow,project-overview,testing}.mdc
Seven rule configuration files removed; their content is now integrated into AGENTS.md.
Removed Command Docs
.cursor/commands/{image-build,lint-dockerfile}.md
Two command documentation files removed; their shell instructions and guidance are now referenced in AGENTS.md.
Supporting Skill Docs
.agents/skills/smoke-tester/SKILL.md
Restructured skill documentation with explicit "What I do", "When to use me", and "Steps" sections replacing the prior "When invoked" checklist; same build and test commands preserved.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~15 minutes

Possibly related PRs

Suggested labels

status: merged, documentation

Poem

📚 The scattered rules find home at last,
In one clear guide, no more split fast,
From .cursor sprawl to AGENTS.md,
Smoke-tester breathes with steps so clear—
Configuration's consolidated sphere! ✨

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately reflects the main change: converting project documentation from Cursor-specific rules to an opencode format (AGENTS.md), while removing Cursor command and rule files.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch move-away-from-cursor

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.

❤️ Share
Review rate limit: 0/1 reviews remaining, refill in 47 minutes and 48 seconds.

Comment @coderabbitai help to get the list of available commands and usage tips.

@codecov
Copy link
Copy Markdown

codecov Bot commented May 4, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 46.97%. Comparing base (94461eb) to head (abd5619).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #418   +/-   ##
=======================================
  Coverage   46.97%   46.97%           
=======================================
  Files           3        3           
  Lines         149      149           
=======================================
  Hits           70       70           
  Misses         79       79           
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Copy link
Copy Markdown

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Inline comments:
In `@AGENTS.md`:
- Around line 41-53: The docs use $CONTAINER_CMD in the "Basic test" and
"Linting the Dockerfile" snippets but that variable is only defined earlier, so
make each snippet self-contained by adding a compact container-runtime detection
line before the commands: define CONTAINER_CMD=$(command -v podman 2>/dev/null
|| echo docker) (or equivalent) at the top of the "Basic test" snippet and again
at the top of the "Linting the Dockerfile" snippet so the examples that
reference CONTAINER_CMD run standalone; update the snippets around the headings
"Basic test" and "Linting the Dockerfile" and mention CONTAINER_CMD only within
those blocks.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: c87925e7-1d83-483f-bc58-5dbe1907a882

📥 Commits

Reviewing files that changed from the base of the PR and between 94461eb and 588244b.

📒 Files selected for processing (11)
  • .agents/skills/smoke-tester/SKILL.md
  • .cursor/commands/image-build.md
  • .cursor/commands/lint-dockerfile.md
  • .cursor/rules/ci-cd.mdc
  • .cursor/rules/coding-conventions.mdc
  • .cursor/rules/containers.mdc
  • .cursor/rules/cursor-tooling.mdc
  • .cursor/rules/git-workflow.mdc
  • .cursor/rules/project-overview.mdc
  • .cursor/rules/testing.mdc
  • AGENTS.md
💤 Files with no reviewable changes (9)
  • .cursor/commands/lint-dockerfile.md
  • .cursor/rules/project-overview.mdc
  • .cursor/rules/testing.mdc
  • .cursor/rules/ci-cd.mdc
  • .cursor/rules/coding-conventions.mdc
  • .cursor/rules/git-workflow.mdc
  • .cursor/rules/cursor-tooling.mdc
  • .cursor/commands/image-build.md
  • .cursor/rules/containers.mdc

Comment thread AGENTS.md
@auto-me-bot auto-me-bot Bot added status: review started Pull review in progress and removed status: needs review Pull request needs a review labels May 4, 2026
Signed-off-by: Tomer Figenblat <tomer@figenblat.com>
@TomerFi TomerFi merged commit 4aff562 into master May 4, 2026
16 checks passed
@TomerFi TomerFi deleted the move-away-from-cursor branch May 4, 2026 05:00
@auto-me-bot auto-me-bot Bot added status: merged Pull request merged and removed status: review started Pull review in progress labels May 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

status: merged Pull request merged

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant