Skip to content

DX-5383: Add AGENTS.md, Cursor rules, and agent skills#130

Merged
harshitha-cstk merged 5 commits intodevelopmentfrom
feat/dx-5383-add-cursor-rules-skills
Mar 20, 2026
Merged

DX-5383: Add AGENTS.md, Cursor rules, and agent skills#130
harshitha-cstk merged 5 commits intodevelopmentfrom
feat/dx-5383-add-cursor-rules-skills

Conversation

@harshitha-cstk
Copy link
Contributor

@harshitha-cstk harshitha-cstk commented Mar 20, 2026

Summary

Adds AI agent guidance at the repo root for @contentstack/marketplace-sdk.

Changes

  • AGENTS.md — Entry point: product scope (Marketplace / Developer Hub, not CDA), tech stack from package.json, lib/ layout, commands, sanity/env notes, links to rules and skills.
  • .cursor/rules/README.md index plus rules: dev workflow, JavaScript conventions, Marketplace SDK patterns, testing, always-on code review.
  • skills/ — README plus skills: code-review, testing, contentstack-javascript-marketplace, framework (HTTP layer).

Refs: DX-5383

- AGENTS.md: project entry point for AI agents
- .cursor/rules: dev-workflow, javascript, marketplace SDK, testing, code-review
- skills/: code-review, testing, contentstack-javascript-marketplace, framework

Made-with: Cursor
@harshitha-cstk harshitha-cstk requested a review from a team as a code owner March 20, 2026 09:14
@github-actions
Copy link

🔒 Security Scan Results

ℹ️ Note: Only vulnerabilities with available fixes (upgrades or patches) are counted toward thresholds.

Check Type Count (with fixes) Without fixes Threshold Result
🔴 Critical Severity 0 0 10 ✅ Passed
🟠 High Severity 0 0 25 ✅ Passed
🟡 Medium Severity 0 0 500 ✅ Passed
🔵 Low Severity 0 0 1000 ✅ Passed

⏱️ SLA Breach Summary

✅ No SLA breaches detected. All vulnerabilities are within acceptable time thresholds.

Severity Breaches (with fixes) Breaches (no fixes) SLA Threshold (with/no fixes) Status
🔴 Critical 0 0 15 / 30 days ✅ Passed
🟠 High 0 0 30 / 120 days ✅ Passed
🟡 Medium 0 0 90 / 365 days ✅ Passed
🔵 Low 0 0 180 / 365 days ✅ Passed

✅ BUILD PASSED - All security checks passed

@github-actions
Copy link

github-actions bot commented Mar 20, 2026

Coverage report for commit: b967727
File: coverage/clover.xml

Cover ┌─────────────────────────┐ Freq.
   0% │ ░░░░░░░░░░░░░░░░░░░░░░░ │  0.0%
  10% │ ░░░░░░░░░░░░░░░░░░░░░░░ │  0.0%
  20% │ ░░░░░░░░░░░░░░░░░░░░░░░ │  0.0%
  30% │ ░░░░░░░░░░░░░░░░░░░░░░░ │  0.0%
  40% │ ░░░░░░░░░░░░░░░░░░░░░░░ │  0.0%
  50% │ ░░░░░░░░░░░░░░░░░░░░░░░ │  0.0%
  60% │ ░░░░░░░░░░░░░░░░░░░░░░░ │  0.0%
  70% │ ███░░░░░░░░░░░░░░░░░░░░ │  5.3%
  80% │ ███████████████████████ │ 47.4%
  90% │ ████████░░░░░░░░░░░░░░░ │ 15.8%
 100% │ ████████████████░░░░░░░ │ 31.6%
      └─────────────────────────┘
 *Legend:* █ = Current Distribution 
Summary - Lines: 85.93% | Methods: 96.08% | Branches: 67.22%
FilesLinesMethodsBranches
lib
   contentstack.js100.00%100.00%100.00%
   contentstackClient.js100.00%100.00%85.29%
   contentstackCollection.js86.67%100.00%90.00%
   entity.js75.31%100.00%53.45%
lib/core
   Util.js96.36%100.00%83.64%
   concurrency-queue.js90.40%90.91%83.74%
   contentstackError.js100.00%100.00%100.00%
   contentstackHTTPClient.js100.00%100.00%94.59%
   messageHandler.js66.67%57.14%60.00%
   region.js100.00%100.00%75.00%
lib/marketplace/app/hosting
   deployment.js80.88%100.00%63.16%
   index.js80.00%100.00%58.23%
lib/marketplace/app
   index.js80.46%90.00%53.26%
lib/marketplace/app/oauth
   index.js83.33%100.00%52.63%
lib/marketplace/apprequest
   index.js82.86%100.00%58.54%
lib/marketplace/authorization
   index.js83.33%100.00%65.12%
lib/marketplace
   index.js90.48%100.00%82.76%
lib/marketplace/installation
   index.js81.82%100.00%56.52%
lib/marketplace/installation/webhooks
   index.js81.58%100.00%53.19%

🤖 comment via lucassabreu/comment-coverage-clover

@github-actions
Copy link

🔒 Security Scan Results

ℹ️ Note: Only vulnerabilities with available fixes (upgrades or patches) are counted toward thresholds.

Check Type Count (with fixes) Without fixes Threshold Result
🔴 Critical Severity 0 0 10 ✅ Passed
🟠 High Severity 0 0 25 ✅ Passed
🟡 Medium Severity 0 0 500 ✅ Passed
🔵 Low Severity 0 0 1000 ✅ Passed

⏱️ SLA Breach Summary

✅ No SLA breaches detected. All vulnerabilities are within acceptable time thresholds.

Severity Breaches (with fixes) Breaches (no fixes) SLA Threshold (with/no fixes) Status
🔴 Critical 0 0 15 / 30 days ✅ Passed
🟠 High 0 0 30 / 120 days ✅ Passed
🟡 Medium 0 0 90 / 365 days ✅ Passed
🔵 Low 0 0 180 / 365 days ✅ Passed

✅ BUILD PASSED - All security checks passed

@github-actions
Copy link

🔒 Security Scan Results

ℹ️ Note: Only vulnerabilities with available fixes (upgrades or patches) are counted toward thresholds.

Check Type Count (with fixes) Without fixes Threshold Result
🔴 Critical Severity 0 0 10 ✅ Passed
🟠 High Severity 0 0 25 ✅ Passed
🟡 Medium Severity 0 0 500 ✅ Passed
🔵 Low Severity 0 0 1000 ✅ Passed

⏱️ SLA Breach Summary

✅ No SLA breaches detected. All vulnerabilities are within acceptable time thresholds.

Severity Breaches (with fixes) Breaches (no fixes) SLA Threshold (with/no fixes) Status
🔴 Critical 0 0 15 / 30 days ✅ Passed
🟠 High 0 0 30 / 120 days ✅ Passed
🟡 Medium 0 0 90 / 365 days ✅ Passed
🔵 Low 0 0 180 / 365 days ✅ Passed

✅ BUILD PASSED - All security checks passed

@harshitha-cstk harshitha-cstk merged commit 46135b7 into development Mar 20, 2026
9 checks passed
@harshitha-cstk harshitha-cstk deleted the feat/dx-5383-add-cursor-rules-skills branch March 20, 2026 11:59
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