Error in user YAML: (<unknown>): found character that cannot start any token while scanning for the next token at line 2 column 14
---
name: contentstack-delivery-typescript
description: @contentstack/delivery-sdk — TypeScript CDA client, stack factory, queries, sync, cache, live preview.
---
contentstack.stack(config)—src/stack/contentstack.ts: merges StackConfig, resolves Region → host, attaches @contentstack/corehttpClientwith retry handlers, returnsStack.
Stack—src/stack/stack.ts: content types, entries, assets, sync, taxonomy helpers.- Queries —
src/query/: BaseQuery, Query, AssetQuery, TaxonomyQuery, ContentTypeQuery, GlobalFieldQuery, EntryQueryable, etc. - Sync —
src/sync/ - Cache —
src/cache/+ Policy enum in types.
- Add query methods on the appropriate class; keep param names aligned with CDA query docs.
- Prefer delegating transport concerns to core rather than duplicating Axios logic.
@contentstack/core— HTTP + retries@contentstack/utils— utilities; re-exported where documented.
.cursor/rules/contentstack-delivery-typescript.mdc