DX - 5352 - Added Skill Files and dependency updates#165
Open
cs-raj wants to merge 1 commit intodevelopmentfrom
Open
DX - 5352 - Added Skill Files and dependency updates#165cs-raj wants to merge 1 commit intodevelopmentfrom
cs-raj wants to merge 1 commit intodevelopmentfrom
Conversation
🔒 Security Scan Results
⏱️ SLA Breach Summary
ℹ️ Vulnerabilities Without Available Fixes (Informational Only)The following vulnerabilities were detected but do not have fixes available (no upgrade or patch). These are excluded from failure thresholds:
Consider reviewing these vulnerabilities when fixes become available. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
DX-5352 — Agent docs, skills, and dependency updates
Summary
Adds repository guidance for humans and AI tooling (
AGENTS.md,skills/,.cursor/rules/), bumps Inquirer to v12 with matching import and test updates, refreshes TypeScript, ESLint, and Contentstack dependencies, and adjusts SCA / Talisman configuration. Minor style-only edits invalidate-regex(semicolons / trailing commas).Changes
Developer & agent documentation
AGENTS.md— Project map, workflow (npm test,posttest), naming, pointers to@skills/*and.cursor/rules/.skills/— Portable skills: testing (Jest patterns), contentstack-cli (command/SDK/schema/output), code-review (PR checklist);skills/README.mdincludes concrete@skills/...paths and CI Node 22.x (aligned with.github/workflows/unit-tests.yml)..cursor/rules/— IDE rules (TypeScript, testing, oclif command, Contentstack utils, dev workflow) andREADMEindex..cursor/skills/SKILL.md— Points authoritative packages at repo-rootskills/.Dependencies & tooling
12.11.1(pinned); default import insrc/utils/interactive.ts;interactive.test.tsuses ESM-style imports andPromise.resolvemocks forinquirer.prompt(Inquirer v12 async behavior).^5.9.3,@types/node^18,@typescript-eslint/*^8.58, ts-jest / jest patch bumps; Contentstack CLI packages updated.@types/inquirer(superseded by Inquirer v12 typings)..eslintrc— Explicit@typescript-eslint/parserandparserOptions.package.jsonversion 1.3.1;package-lock.jsonregenerated.CI / security
.github/workflows/sca-scan.yml— Snyk stepjson: true,continue-on-error: true, andcontentstack/sca-policy@main..talismanrc— Restructuredfileignoreconfigentries and checksums for current tracked files.