You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 in validate-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.md includes 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) and README index.
.cursor/skills/SKILL.md — Points authoritative packages at repo-root skills/.
Dependencies & tooling
Inquirer 12.11.1 (pinned); default import in src/utils/interactive.ts; interactive.test.ts uses ESM-style imports and Promise.resolve mocks for inquirer.prompt (Inquirer v12 async behavior).
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
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.