- Dev WorkflowBranches, CI, build and test commands, PR expectations, optional TDD — use when onboarding or before a PRcontentstack/contentstack-utils-java
- Dev WorkflowUse for npm scripts, CI, and release flow in contentstack-marketplace-sdk.contentstack/contentstack-marketplace-sdk
- Dev WorkflowUse when installing dependencies, running the app, or aligning with CI and PR expectations for this kickstart.contentstack/kickstart-nuxt
- Dev WorkflowUse when changing branches, CI, npm scripts, Husky hooks, or release workflow in contentstack-js-core.contentstack/contentstack-js-core
- Dev WorkflowUse when setting up the repo locally, running npm scripts, or understanding CI and contribution flow for kickstart-next-ssr.contentstack/kickstart-next-ssr
- Dev WorkflowSetup, scripts, environment variables, and pull-request CI expectations for this repo.contentstack/kickstart-next-ssg
- Dev WorkflowUse when branching, running CI-related commands, opening PRs, or deciding on TDD for this packagecontentstack/contentstack-utils-dart
- Dev WorkflowUse when running Composer, CI, or PRs to master/next — installs, tests, and branch policy for this repo.contentstack/contentstack-utils-php
- Dev WorkflowLocal setup, npm scripts, Husky and security hooks, CI expectations, and PR version-bump rules for this boilerplate.contentstack/datasync-nodejs-website-boilerplate
- Dev WorkflowUse when installing dependencies, running or building the app, configuring .env, seeding a Contentstack stack, or understanding CI workflows.contentstack/kickstart-next-middleware
- FrameworkCore utilities, configuration, logging, and framework patterns for CLI development. Use when working with utilities, configuration management, error handling, or core framework components.contentstack/cli-plugins
- FrameworkUtilities, configuration, logging, and error patterns for @contentstack/cli-cm-export-query. Use when working in src/utils/, config, or shared helpers — align with @contentstack/cli-utilities where possible.contentstack/cli-plugins
- FrameworkNext.js Pages Router, static props, Tailwind 4, PostCSS, and image configuration for this app.contentstack/kickstart-next-ssg
- FrameworkUse when working with Next.js App Router, next.config, TypeScript paths, or Tailwind/PostCSS in this repo.contentstack/kickstart-next-middleware
- FrameworkAxios HTTP stack in @contentstack/core — clients, retries, serialization pipeline.contentstack/contentstack-js-core
- FrameworkUse when changing Nuxt configuration, modules, the app directory layout, or TypeScript setup for this kickstart.contentstack/kickstart-nuxt
- FrameworkUse when changing the gemspec, Bundler setup, Ruby/runtime constraints, or runtime dependencies (activesupport, nokogiri) and native extension implications.contentstack/contentstack-utils-ruby
- FrameworkUse when touching pubspec/lockfile, analysis_options, CI security workflows, or shared runtime deps (html, logger, path)contentstack/contentstack-utils-dart
- FrameworkMaven, plugins, Java 17, publishing, sample module deps — use when editing pom.xml or release toolingcontentstack/contentstack-utils-java
- FrameworkHTTP stack for marketplace-sdk — Axios wrapper, retries, concurrency, params serialization, logging hookcontentstack/contentstack-marketplace-sdk
- FrameworkUse when changing Next.js App Router structure, next.config.mjs, images, PostCSS, or Tailwind in kickstart-next-ssr.contentstack/kickstart-next-ssr
- FrameworkUse for lxml parsing layers, setup.py install_requires, and companion Contentstack Python SDK handoff.contentstack/contentstack-utils-python
- JavaJava 17, package layout, naming, JSON/Jsoup, Javadoc — use when editing any production or test Java in this repocontentstack/contentstack-utils-java
- JavascriptUse for Babel presets, Webpack configs, and multi-target builds in contentstack-marketplace-sdk.contentstack/contentstack-marketplace-sdk
- Javascript StyleJavaScript and CommonJS conventions, ESLint usage, and matching existing file style in this Node.js boilerplate.contentstack/datasync-nodejs-website-boilerplate
- Marketplace SdkUse for Marketplace client behavior, public methods in lib/, and axios/@contentstack/utils usage.contentstack/contentstack-marketplace-sdk
- Nuxt Vue TypescriptUse when working in the Nuxt app directory, Vue components, composables, or TypeScript types for this project.contentstack/kickstart-nuxt-ssr
- Php StyleUse when applying PSR-2, running PHPCS, or matching src/tests layout and strict_types in this repo.contentstack/contentstack-utils-php
- Python StyleUse for contentstack_utils/ layout, typing, lxml usage, setup.py, and packaging conventions.contentstack/contentstack-utils-python
- Ruby StyleUse when editing Ruby in this repo—module layout, require paths, and staying consistent with existing style (not introducing a new linter config).contentstack/contentstack-utils-ruby
- TestingTesting patterns, TDD workflow, and test automation for CLI development. Use when writing tests, implementing TDD, setting up test coverage, or debugging test failures.contentstack/cli-plugins
- TestingJest testing patterns for cli-cm-regex-validate (mocks, fixtures, no live API calls)contentstack/cli-plugins
- TestingJest and integration tests for contentstack-cli-tsgen (v1 line).contentstack/cli-plugins
- TestingRuns and extends Jest tests for the contentstack-cli-content-type plugin. Use when adding or changing tests under tests/, mocking HTTP or ContentstackClient, configuring Jest, or running npm test and posttest ESLint.contentstack/cli-plugins
- TestingMocha/Chai/Sinon testing and TDD for @contentstack/cli-cm-export-query. Use when writing or debugging tests in test/unit/ or adjusting coverage.contentstack/cli-plugins
- TestingUse for Mocha/NYC unit tests, API tests, and Jest TypeScript tests in contentstack-marketplace-sdk.contentstack/contentstack-marketplace-sdk
- TestingHow to run and write tests for @contentstack/types-generator (Jest, unit vs integration, env, fixtures).contentstack/types-generator
- TestingJUnit 4, Surefire, JaCoCo, fixtures, offline policy — use when adding or changing testscontentstack/contentstack-utils-java
- TestingUse when writing or fixing Jest tests, mocks, or test layout under test/ in contentstack-js-core.contentstack/contentstack-js-core
- TestingUse when verifying changes without relying on an automated unit or e2e suite in this repo.contentstack/kickstart-next-middleware
- TestingUse when writing or fixing RSpec tests, mocks, fixtures, SimpleCov filters, or WebMock usage in this repo.contentstack/contentstack-utils-ruby
- TestingUse for xUnit tests, JSON fixtures, mocks, Coverlet coverage, and scripts in Contentstack.Utils.Tests.contentstack/contentstack-utils-dotnet
- TestingAutomated testing posture for this repo (currently minimal) and how to add tests without leaking credentials.contentstack/datasync-nodejs-website-boilerplate
- TestingUse when writing PHPUnit tests, mocks under tests/Mock, or coverage/output under build/ for this package.contentstack/contentstack-utils-php
- TestingUse when adding automated tests, fixtures, or policies around credentials and secrets in test code.contentstack/kickstart-nuxt-ssr
- TestingUse for pytest layout, coverage, tests/mocks fixtures, and hygiene in contentstack-utils-python.contentstack/contentstack-utils-python
- TestingUse when verifying behavior manually, handling secrets, or documenting gaps—this repo has no automated test suite.contentstack/kickstart-nuxt
- TestingUse when writing or refactoring tests — dart test, *_test.dart, test/mock fixtures, coverage, offline-onlycontentstack/contentstack-utils-dart
- TestingUse when verifying changes without an automated test suite, or planning how to test this kickstart app.contentstack/kickstart-next-ssr
- TestingTest tooling status for this repo and practical notes if you introduce automated tests.contentstack/kickstart-next-ssg
- TypescriptUse for TypeScript layout, tsconfig variants, and build outputs (CJS/ESM/UMD/types) in contentstack-js-core.contentstack/contentstack-js-core
- TypescriptTypeScript and ESLint conventions, path aliases, and where to place new code.contentstack/kickstart-next-ssg
- Typescript Cli TsgenMental model for the contentstack-cli-tsgen OCLIF plugin and tsgen command (CLI 1.x line).contentstack/cli-plugins
- Typescript StyleUse when editing TypeScript or React files and matching this repo’s compiler and ESLint conventions.contentstack/kickstart-next-ssr
- Typescript Types GeneratorMental model for @contentstack/types-generator — generateTS, graphqlTS, Delivery SDK, and where to change code.contentstack/types-generator